* dirtrack.el (dirtrack): Support shell buffers with path
[emacs.git] / lisp / gnus / ChangeLog
blobcc2568a3647b5c7553f4c2880334035e67b8d933
1 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4         primary key is marked as disabled.
5         * mml1991.el (mml1991-epg-find-usable-key): Ditto.
6         Thanks to Christian von Roques <roques@mti.ag>.
8 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
10         * html2text.el (html2text-clean-anchor): Check for quotes around
11         `href' value.
13 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
15         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
16         searching.  Drop `bbdb-cache'.
18 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20         * message.el (message-signed-or-encrypted-p): Exclude header when
21         checking if there is signed or encrypted body in text/plain message.
23 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
25         * html2text.el (html2text-get-attr): Correctly handle attribute values
26         containing "=".
28 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
30         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
31         handle bindings.
33 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
35         * gnus-win.el (gnus-configure-windows): Protect against reading
36         ephemeral groups outside of Gnus.
38 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
40         * shr.el (shr-tag-img): Don't get images displayed in tables.
42 2011-10-03  Glenn Morris  <rgm@gnu.org>
44         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
45         the "maintainer" version of debbugs.gnu.org reports.
47 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
49         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
50         make asynchronous adjacent image insertion work better.
52 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
54         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
55         documentation.
57 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
59         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
60         `gnus-asynchronous' isn't shadowed.
62 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
64         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
65         (nnimap-insert-partial-structure): The charset parameter isn't
66         case-sensitive.
68         * nnheader.el (nnheader-message-maybe): New function.
70         * shr.el (shr-tag-table): Render totally broken tables better.
72         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
73         computing the boundary.
75 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
77         * pop3.el (pop3-number-of-responses): Remove.
78         (pop3-wait-for-messages): Rewrite to take linear time instead of
79         exponential time.
81 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
83         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
84         re-fetch images.
86         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
87         re-fetch images when hitting `g' in Gnus.
89 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
91         * mml.el (mml-inhibit-compute-boundary): New internal variable.
92         (mml-compute-boundary): Don't check collision if it is non-nil.
93         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
94         before checking collision.
96 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
98         * message.el (message-indent-citation): Really make sure there's a
99         newline at the end.
101         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
102         Fix suggested by John Wiegley.
104         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
106         * gnus-art.el (gnus-treat-hide-citation): Add doc.
108         * message.el (message-default-send-rename-function): Break out into its
109         own function.
111         * ecomplete.el (ecomplete-display-matches): Revert patch since it
112         doesn't work under XEmacs.
114         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
115         of "imaps" to word around Windows problems.
116         (nnimap-open-connection-1): Use it.
118         * message.el (message-indent-citation): Revert last change which made
119         `F' not work.
121 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
123         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
124         terminal as well.
126 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
128         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
129         because it displays images using overlays that aren't easy to copy to
130         the article buffer.
132 2011-09-20  Ćukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
134         * message.el (message-indent-citation): Fix empty line removal at the
135         end of the citation.
137 2011-09-20  Julien Danjou  <julien@danjou.info>
139         * auth-source.el (auth-source-netrc-create): Use default value for
140         password if specified. Evaluate default.
141         (auth-source-plstore-create): Ditto.
142         (auth-source-plstore-create, auth-source-netrc-create): Fix default
143         value evaluation.
144         (auth-source-netrc-create): Typo fix.
145         (auth-source-plstore-create): Ditto.
147         * auth-source.el (auth-source-format-cache-entry): New function.
149 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
151         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
153 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
155         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
157 2011-09-19  Julien Danjou  <julien@danjou.info>
159         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
160         which work with things that are not ASCII.
162 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
164         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
166 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
168         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
169         message level.
171 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
173         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
175 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
177         * gnus.el (gnus-interactive-exit): Update defcustom spec.
179 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
181         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
182         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
184 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
186         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
187         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
188         articles.
190 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
192         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
193         (message-mail-other-window, message-mail-other-frame)
194         (message-news-other-window, message-news-other-frame):
195         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
196         instead of setting buffer display varibles.
198 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
200         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
202         * gnus-sum.el (gnus-fetch-headers): Bump message level.
204 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
206         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
207         duplicates" to a higher level.
209         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
210         most egregious messages.
212 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
214         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
216 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
218         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
219         up the file (bug#9351).
221 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
223         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
224         it does with all other backends, but decode the names immediately after
225         getting them.
227         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
228         decoding nnimap groups.
230         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
231         newsrc file.  It doesn't seem like an important optimisation any more.
233 2011-09-10  Dave Abrahams  <dave@boostpro.com>  (tiny change)
235         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
236         overflows.
238 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
240         * gnus.el (gnus-article-mark-lists): Remove `recent'.
241         (gnus-interactive-exit): Extend to `quiet'.
243         * gnus-sum.el (gnus-offer-save-summaries): Use it.
245         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
246         string.
248         * plstore.el (plstore--get-buffer): Silence compiler warnings by
249         renaming function arguments from `this'.
251         * gnus-sum.el (gnus-newsgroup-recent): Remove.
253         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
254         has been renamed.
255         (gnus-lrm-string-p): Include RLM and PDF, too.
257         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
258         (bug#9225).
260 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
262         Add autoload cookies for functions used by sendmail.el.
263         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
265         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
267 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
269         * gnus-art.el (article-date-ut): Work properly even when there are
270         things like Date header in the body; work for forwarded parts.
272 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
274         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
275         original-article-buffer.
277 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
279         * nnir.el (nnir-compose-result): Fix matching of server type.
280         (nnir-run-swish++): Ditto.
281         (nnir-run-namazu): Ditto.
282         (nnir-run-notmuch): Ditto.
284 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
286         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
287         (bug#9405).
289         * gnus-score.el (gnus-summary-increase-score): Doc clarification
290         (bug#9421).
292         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
293         (bug#9425).
295         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
296         thing (bug#9426).
298 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
300         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
301         the error message.
303 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
305         * message.el (message-setup-1): Return t (Bug#9392).
307 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
309         * gnus-sum.el: When adding article headers to a summary buffer also
310         update gnus-newsgroup-articles (bug#9386).
312 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
314         * auth-source.el: Autoload help-mode.
316 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
318         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
319         names.
321 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
323         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
324         mm-replace-in-string for compatibility issues.
325         * mml2015.el (mml2015-epg-verify): Ditto.
327 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
329         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
331         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
333 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
335         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
336         continue on and do the clean-up phase (bug#9188).
338         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
339         just ignore groups that can't be opened instead of erroring out
340         (bug#9225).
342         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
343         nil since some many people are fuddy-duddies.
345         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
346         images.
348         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
349         instead.
351         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
353         * gnus-util.el (gnus-process-live-p): Copy over compat function.
355         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
356         processing.
358         * nntp.el (nntp-kill-buffer): Kill the process before killing the
359         buffer to avoid warnings.
361 2011-08-20  Simon Josefsson  <simon@josefsson.org>
363         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
364         specified to reduce precision.
366 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
368         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
369         bodystructures (bug#9314).
371 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
373         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
374         Make button keymap non-sticky after buttons.
376 2011-08-18  David Engster  <dengste@eml.cc>
378         * nnmairix.el (nnmairix-request-set-mark)
379         (nnmairix-goto-original-article): Remove adding of article to registry,
380         since `gnus-registry-add-group' isn't available anymore.
381         (nnmairix-determine-original-group-from-registry):
382         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
383         available anymore.
385 2011-08-12  Simon Josefsson  <simon@josefsson.org>
387         * starttls.el (starttls-any-program-available): Define as obsolete
388         function.
390 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
392         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
393         versions which Gnus use when appropriate.
395         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
396         a pretty destructive command.
398         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
400 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
402         * message.el (message-fix-before-sending): Make a different warning
403         about NUL characters (bug#9270).
405         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
406         from custom (bug#9260).
408         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
409         things work in Emacs 22 and XEmacs, too.
411         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
412         default From.
414         * gnus-spec.el (gnus-lrm-string-p): New macro.
415         (gnus-lrm-string): New constant.
416         (gnus-summary-line-format-spec): LRM-ify the from.
417         (gnus-tilde-max-form): LRM-ify string chopping.
419         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
421         * message.el (message-is-yours-p): Allow disabling canlock checking
422         (bug#9295).
423         (message-shoot-gnksa-feet): Add `canlock-verify'.
424         (message-auto-save-directory): Use ~/ as the auto-save directory if the
425         message directory isn't writable (bug#9304).
427         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
428         non-world-readable.
430 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
432         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
433         articles.
435 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
437         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
438         copy-list.
440 2011-08-12  Sam Steingold  <sds@gnu.org>
442         * gnus-score.el (gnus-score-find-alist): Keep the score files already
443         in the reverse order to avoid modifying the cache with `nreverse'.
444         (gnus-all-score-files): Do not modify the value returned by
445         `gnus-score-find-alist' because it lives in a cache variable.
446         (gnus-current-home-score-file): No need to `nreverse' the return value
447         of `gnus-score-find-alist', it is already in the correct order.
449 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
451         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
452         type MESSAGE and subtype RFC822 is slightly different from those of
453         type TEXT.
455 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
457         * gnus-sum.el (gnus-summary-refer-article): Warp to article. This
458         allows article-referral to work from an nnir group.
460 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
462         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
464 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
466         * mml1991.el (mml1991-epg-find-usable-key)
467         (mml1991-epg-find-usable-secret-key): New function.
468         (mml1991-epg-sign): Check if signing key is usable.
469         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
471 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
473         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
474         server-variables only. This should fix a bug introduced with commit
475         e1889675b7f4adf057833c5513c9374134c4e053.
476         (nnir-run-query): 'nnir-search-engine should not be set from the global
477         environment.
479 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
481         * nnir.el (nnir-search-thread): Position point on referring article
482         line.
483         (nnir-warp-to-article): Clean up summary buffers.
485         * nnimap.el (nnimap-request-thread): Whitespace fix.
487 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
489         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
491 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
493         * starttls.el (starttls-available-p): Rename from
494         `starttls-any-program-available' and changed return convention.
496 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
498         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
499         `unix-sync' unless it's defined.
501 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
503         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
504         `aref' for XEmacs compatibiltiy.
506 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
508         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
510 2011-07-31  Dave Abrahams  <dave@boostpro.com>  (tiny change)
512         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
513         closures, quote the form properly (bug#9194).
515 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
517         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
518         (gnus-summary-insert-new-articles): Protect against servers that are
519         down.
521 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
523         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
524         in mm handle if none is specified.
526 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
528         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
530 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
532         * nnir.el (nnir-search-thread): New function to make an nnir group
533         based on a thread query.
535         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
536         of nnir in thread referral.
537         (gnus-summary-refer-thread): Use it.
539         * nnimap.el (nnimap-request-thread): Use it.
541 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
543         * shr.el (shr-tag-comment): Ignore HTML comments.
545 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
547         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
548         argument.
549         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
550         Use `nnir-address' to handle server info rather than passing an arg.
552         * nnimap.el (nnimap-make-thread-query): New utility function to format
553         an imap thread search query.
554         (nnimap-request-thread): Use it.
556         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
557         right select-method if we are not going back to the group buffer.
559 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
561         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
562         enter invalid buffer configurations into the quit form (bug#9107).
563         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
564         unplugged/plugged.
566         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
567         keep track of which ones are unread (bug#9061).
569         * gnus.el (gnus-refer-article-method): Allow entering any sexp
570         (bug#9055).
572         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
573         (bug#9041).
575         * gnus-html.el (mm-util): Require (bug#9073).
577         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
578         (gnus-summary-refer-thread): Use it to remove duplicates in the
579         un-threaded view (bug#9053).
580         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
582 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
584         * nnir.el (nnir-read-server-parm): Use default value from global
585         variable.  Without this the default search engine parameters aren't
586         used at all.
588 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
590         * message.el (message-unique-id): Don't use the undocumented return
591         value from (random t) (bug#9118).
593 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
595         * message.el (message-auto-save-directory): If the ~/Mail directory
596         doesn't exist, use ~ as the auto-save directory (bug#4432).
598         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
599         hasn't already been started.
601 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
603         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
605         * message.el (message-reply): Work around mysterious bug where
606         `message-mode' seems to overwrite the locally bound `subject' variable.
608 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
610         * nnimap.el (nnimap-request-thread): Ensure search is performed in
611         correct group.
613         * gnus-int.el (gnus-request-thread): Add group argument.
615         * gnus-sum.el (gnus-summary-refer-thread): Use it.
617 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
619         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
620         renamed to `debbugs-gnu-*'.
622 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
624         * plstore.el: Revert the editing feature since it is not urgent.
625         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
626         (plstore-mode-decoded): Remove.
628 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
630         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
631         isn't very interesting any more, and it leaks potentially secret data.
632         (gnus-debug): Remove.
634         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
635         use of :custom-show.
637 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
639         * plstore.el: Add documentation.
640         (plstore-mode): New mode to edit plstore file.
641         (plstore-mode-toggle-display, plstore-mode-original)
642         (plstore-mode-decoded): New command.
643         (plstore--encode, plstore--decode, plstore--write-contents-functions)
644         (plstore--insert-buffer, plstore--make): New function.
645         (plstore-open, plstore-save): Simplify by using them.
647 2011-07-06  Glenn Morris  <rgm@gnu.org>
649         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
651 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
653         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
654         no longer is much used.
655         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
656         Articles".
658 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
660         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
661         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
662         `notmuch' backend.
664 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
666         * mm-decode.el (mm-text-html-renderer): Doc fix.
668         * gnus-msg.el (gnus-bug): Fix the MML tag.
670         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
672 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
674         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
675         secondary methods if started with `gnus-no-server'.
677 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
679         * message.el (message-return-action): Fix typo in docstring.
681 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
683         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
684         bug reports at once.
686         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
688 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
690         * nndraft.el: Require gnus-group.
691         (nndraft-request-list): Declare.
693         * nndraft.el (nndraft-update-unread-articles): Don't show group having
694         no unread article unless it matches gnus-permanently-visible-groups.
696         * nndraft.el (nndraft-update-unread-articles): New function.
697         (nndraft-request-associate-buffer): Use it to update the number of
698         unread articles for the nndraft groups in the group buffer when saving
699         or killing a draft message.
701 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
703         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
704         systems to binary before writing and reading the mbox files.
706         * gnus.el (gnus-summary-line-format): Link to the info node for %U
707         instead of trying to list them all (bug#8978).
709 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
711         * pop3.el (pop3-open-server): Use :end-of-capability.
713 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
715         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
716         the id is always a number.
718         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
719         debbugs mode, if possible.
721 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
723         * auth-source.el (auth-source-token-passphrase-callback-function):
724         Reindent.
725         (epg-context-operation): Remove unnecessary autoload.
727 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
729         * gnus.el (gnus-list-debbugs): New command.
731         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
732         mboxstat instead of the maintbox, since the stat seems to be fuller.
734         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
735         summary buffers.
737         * message.el (message-get-reply-headers): Delete all duplicates,
738         instead of the first.
739         (message-get-reply-headers): Ensure that we have progress while
740         deleting duplicates.
742         * gnus-msg.el (gnus-configure-posting-styles): Get the local
743         gnus-posting-style value from the summary buffer to make it easier to
744         make that a per-buffer conf.
746 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
748         * nnir.el (nnir-run-imap): Allow halting a search when an article is
749         found by setting `shortcut' in 'query.
750         (nnir-request-article): Use `shortcut' setting when requesting article
751         by Message-ID.
753 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
755         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
756         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
757         Bring the pseudo-headers back too.
759 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
761         * auth-source.el (auth-source-token-passphrase-callback-function):
762         Simplify and remove EPA dependency.
764 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
766         * nnir.el (nnir-request-article): Fix error message text.
768 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
770         * auth-source.el (plstore-delete): Autoload.
771         (auth-source-plstore-search): Support delete operation.
772         * plstore.el (plstore-delete): New function.
774 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
776         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
777         mark actually existing articles as unread rather than the ones that
778         active asserts.
780 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
782         * nntp.el (nntp-record-command):
783         * gnus-util.el (gnus-message-with-timestamp-1):
784         Use format-time-string rather than decoding time stamps by hand.
785         This is simpler and insulates the code from potential changes to
786         current-time format.
788 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
790         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
792 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
794         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
795         (plstore-save): Support public key encryption.
796         (plstore--init-from-buffer): New function.
797         (plstore-open): Use it; fix error when opening a non-existent file.
798         (plstore-revert): Use plstore--init-from-buffer.
800 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
802         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
804 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
806         * mml2015.el (mml2015-use): Replace string-match-p with string-match
807         for old Emacsen.
809 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
811         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
812         is not fully working.
814 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
816         * dgnushack.el: Autoload sha1 on XEmacs.
818         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
819         quit window configuration.
821         * auth-source.el (epg-context-set-passphrase-callback):
822         Remove duplicate autoload.
824 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
826         * nnir.el (nnir-request-article): Allow requesting articles by
827         Message-ID with nnimap.
829         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
830         current server.
832 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
834         * auth-source.el: Autoload EPA/EPG functions.
835         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
836         changed when EPA/EPG is not available.
837         (auth-source-backend): Rename "arg" member to "data".
838         (auth-source-backend-parse, auth-source-plstore-search)
839         (auth-source-plstore-create): Use it.
841 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
843         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
844         `gnus-refer-article-methods'.
846 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
848         * auth-source.el: Require EPA and EPG.
849         (auth-source-passphrase-alist): New variable.
850         (auth-source-passphrase-callback-function)
851         (auth-source-token-passphrase-callback-function): Callbacks for the
852         netrc field encryption (GPG tokens).
853         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
854         Symmetric encryption and decryption of the netrc GPG tokens.
855         (auth-source-netrc-normalize): Use them, simplifying the closure.
857 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
859         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
860         non-nil, and `nnimap-split-methods' is nil, use the former.
862 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
864         * plstore.el (plstore-revert): New function.
865         (plstore-open): Use it; hide the buffer from user.
867 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
869         * auth-source.el (auth-source-backend): New member "arg".
870         (auth-source-backend-parse): Handle new backend 'plstore.
871         * plstore.el: New file.
873 2011-06-30  Glenn Morris  <rgm@gnu.org>
875         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
877         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
879 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
881         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
882         expiring articles to.
884         * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
885         variations as ASCII (bug#5458).
887 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
889         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
891 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
893         * message.el (message-point-in-header-p): Tweak the function to default
894         to saying that we're not in the headers if there is no separator at
895         all.  This makes it possible to use the Message version of `M-q' in
896         buffers with no headers (bug#7987).
897         (message-point-in-header-p): Fix last checkin to work with an empty
898         mail-header-separator, too.
900         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
901         again, save the choice via customize.
903 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
905         * message.el (message-send-mail-function): Add `sendmail-query-once'.
907         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
908         ended the connection, bail out before waiting infinitely on a new
909         connection.
911 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
913         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
914         reports.
916         * gnus.el (gnus-bug-package): Use "gnus."
917         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
919 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
921         * gnus-art.el (gnus-article-stop-animations): New function to stop any
922         animations going on at article exit time.
924         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
925         since removing it breaks people upgrading.
927         * shr.el (shr-put-image): Use the new interface for animating images.
928         (shr-put-image): Animate for 60 seconds.
930         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
931         error with `find-file-hooks' on Emacs 22.
932         (with-auth-source-epa-overrides): Ugly hack to Wrap the
933         `find-file-hook' things in `symbol-value' to avoid compilation warnings
934         on all architectures.
936         * spam.el (spam-stat): Require in a normal fashion without binding
937         `spam-stat-install-hooks' to avoid compilation warnings.
939         * spam-stat.el (spam-stat-install-hooks): Remove.
940         (spam-stat-install-hooks): Don't run automatically.
942 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
944         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
945         and keystroke.
947 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
949         * auth-source.el (auth-source-netrc-cache): Move forward.
951 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
953         * auth-source.el (auth-source-netrc-create): Don't query the bits that
954         we already know.
955         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
956         (auth-source-netrc-create): Don't prompt for the stuff we already know.
958 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
960         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
961         %S format, since that looks odd.
962         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
963         file, especially when saving.
965 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
967         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
968         article found.
970 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
972         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
973         `auth-source-save-secrets' with a more sensitive alist that can be
974         configured per file.  Experimental, so defaults to 'never.
975         (auth-source-netrc-create): Use it.  Still experimental code.
976         (with-auth-source-epa-overrides): Use `find-file-hooks' if
977         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
979 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
981         * auth-source.el (auth-source-save-secrets): New variable to control if
982         secret tokens should be saved encrypted.
983         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
984         to `auth-source-netrc-normalize'.
985         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
986         on the EPA variables being defined.
987         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
988         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
989         the lexical-let closure.
990         (auth-source-netrc-create): Create "gpg:" tokens according to
991         `auth-source-save-secrets'.
993 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
995         * gnus-group.el (gnus-group-update-group): Add new argument
996         `info-unchanged' that stops updating dribble buffer.
998         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
999         deletes lines matching to it in dribble buffer.
1001         * gnus-agent.el (gnus-agent-fetch-group-1):
1002         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
1003         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
1004         * gnus-start.el (gnus-group-change-level):
1005         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
1007         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
1008         if newsgroup info is not changed.
1010         * gnus-group.el (gnus-group-get-new-news-this-group):
1011         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
1012         Don't update dribble buffer.
1014 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
1016         * gnus-registry.el (gnus-registry-remove-ignored): New function to
1017         remove entries with groups we ignore.
1019 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1021         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
1022         the underline comes at the bottom.
1024 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
1026         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
1027         `gnus-registry-user-format-function-M' and declare the latter obsolete.
1028         (gnus-registry-article-marks-to-names): Rename from
1029         `gnus-registry-user-format-function-M2'.
1031 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1033         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
1034         ephemeral group.
1036 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1038         * shr.el (shr-browse-image): Copy the URL if called interactively.
1040 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1042         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
1043         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
1044         done, then unselected articles may be marked as read.
1046         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
1047         since not doing this seems to lead to a race condition in pop3-logon.
1049         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
1050         so that the call chain it correct when we call "upwards".
1052         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
1053         in read-only groups.
1055         * gnus-group.el (gnus-group-mark-article-read): Ditto.
1057         * message.el (message-cite-reply-position): Doc string fix.
1059         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
1060         avoid regexp overflow.
1061         (nnimap-transform-split-mail): Ditto.
1063         * pop3.el (pop3-retr): Error out if the server closes the connection.
1065 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1067         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
1068         mm-with-unibyte-current-buffer.  The buffer should not contain any
1069         multibyte chars anyway at this stage.
1071 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1073         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
1074         at the end of lines.
1076 2011-05-29  Julien Danjou  <julien@danjou.info>
1078         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
1080 2011-05-27  Glenn Morris  <rgm@gnu.org>
1082         * gnus-group.el (gnus-bug-group-download-format-alist):
1083         Use the "maintainer" version of debian reports as well.
1085 2011-05-26  Glenn Morris  <rgm@gnu.org>
1087         * gnus-group.el (gnus-bug-group-download-format-alist):
1088         Use the "maintainer" version of debbugs.gnu.org reports.
1090 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1092         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
1094 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1096         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
1097         the thread moves us backwards and so we loop forever.
1099 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1101         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
1102         whitespace in base64 data lines.
1104 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
1106         * gnus-registry.el (gnus-registry-user-format-function-M):
1107         Use `mapconcat'.
1108         (gnus-registry-user-format-function-M2): Use to see the full text of
1109         the marks.  Make "," the mark text separator.
1111         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
1112         authentication with auth-source.
1114 2011-05-17  Glenn Morris  <rgm@gnu.org>
1116         * gnus-group.el (gnus-import-other-newsrc-file):
1117         Use insert-file-contents.
1119 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
1121         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
1122         1000 iterations.
1124 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1126         * nntp.el (nntp-open-connection): Check if process-type is available.
1128 2011-05-16  Julien Danjou  <julien@danjou.info>
1130         * shr.el (shr-tag-del): Add support for del tag.
1132 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1134         * gnus-html.el (gnus-html-put-image): Register a displayer.
1136         * shr.el (shr-image-displayer): Don't remove text props from alt text.
1138 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
1140         * registry.el (prune-factor): New initialization parameter defaulting
1141         to 0.1.
1142         (registry-prune-hard): Use it.
1144         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
1145         0.1 expicitly.
1147 2011-05-13  Glenn Morris  <rgm@gnu.org>
1149         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
1150         is bound, since this function requires sendmail.
1152 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1154         * registry.el (registry-usage-test): Disable pruning test.
1156 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
1158         * registry.el (registry-prune-hard-candidates)
1159         (registry-prune-soft-candidates): Helper methods for registry pruning.
1160         (registry-prune): Use them.  Make the sort function optional.
1162 2011-05-10  Jim Meyering  <meyering@redhat.com>
1164         * shr.el (shr-colorize-region): Fix typo "on on -> on".
1166 2011-05-10  Julien Danjou  <julien@danjou.info>
1168         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
1169         symbol and not a list.
1171 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1173         * gnus-art.el (gnus-article-mode): Move binding of
1174         shr-put-image-function here from gnus-article-prepare-display.
1176         * shr.el (shr-put-image-function): New variable.
1177         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
1178         (shr-put-image): Return scaled image.
1180         * gnus-art.el (gnus-shr-put-image): New function.
1181         (gnus-article-prepare-display): Bind shr-put-image-function to it.
1183         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
1184         original ones, as deletable.
1186 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1188         * nntp.el (nntp-open-connection): Set TCP keepalive option.
1190 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1192         * registry.el (registry-full): Add convenience method.  Fix logic.
1193         (registry-insert): Use it.  Fix logic here too.
1195         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
1196         `registry-prune' if `registry-full' returns t.
1197         (gnus-registry-handle-action)
1198         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
1199         (gnus-registry-usage-test): Use it.
1201 2011-05-07  Julien Danjou  <julien@danjou.info>
1203         * shr.el (shr-link): Make shr-link inherit from link by default.
1205 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
1207         * shr.el (shr-urlify, shr-link): Fix shr-link face.
1209 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1211         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
1212         error out because the face is not a list.
1214 2011-05-05  Glenn Morris  <rgm@gnu.org>
1216         * gnus-start.el (gnus-propagate-marks): Declare.
1218 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
1220         * registry.el (registry-reindex): Fix percentage message.
1222 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
1224         * shr.el: Add shr-link face for links.
1225         (shr-urlify): Use it.
1227         * registry.el (registry-insert): Make error message more helpful.
1229 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1231         * gnus-html.el (gnus-html-schedule-image-fetching):
1232         Use url-queue-retrieve, if it exists.
1234         * shr.el (shr-tag-img): Ditto.
1236         * gnus.el: Autoload more gnus-agent functions.
1238         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
1239         agent if we haven't already (bug#8502).
1241         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
1242         into the Agent, too.
1244         * gnus-agent.el (gnus-agent-store-article): New function.
1246         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
1247         and moved from that file for reuse.
1249         * pop3.el (pop3-open-server): Error messages are "-ERR".
1251 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1253         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
1254         (open-tls-stream): Remove superfluous tls/starttls autoloads.
1256 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1258         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
1259         buffer has moved to a different frame.
1261 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1263         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
1264         to get the conversion from unibyte to multibyte buffers to work on
1265         Emacs 22.
1267         * nntp.el (nntp-request-article): Slight clean-up.
1269 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1271         * shr.el (shr-strike-through): New face.
1272         (shr-tag-s): Use it to provide <s> support.
1273         (shr-tag-s): Remove duplicate definition.
1275 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1277         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
1278         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
1280 2011-04-23  Glenn Morris  <rgm@gnu.org>
1282         * gnus-sum.el (gnus-extra-headers): Bump :version.
1284 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1286         * shr.el (shr-tag-sup): New function.
1287         (shr-tag-sub): Ditto.
1289 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
1291         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
1292         for the case where `gnus-registry-ignored-groups' is a list of lists,
1293         and don't call `gnus-parameter-registry-ignore' otherwise.
1295 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
1297         * nnimap.el (nnimap-user): New backend variable.
1298         (nnimap-open-connection-1): Use it.
1299         (nnimap-credentials): Accept user parameter so it's explicit what user
1300         name is desired.
1302         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
1303         default.
1305         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
1306         not gnus-registry.el.
1308         * gnus-registry.el: Mention in comments how to modify
1309         `gnus-extra-headers' for proper recipient tracking and that it may
1310         already have To and Cc recently, which it does as of this commit.
1311         (gnus-registry-ignored-groups): Remove defcustom.
1312         Explain why in comments.
1313         (gnus-registry-action): Fix data-header reference to use the extra
1314         headers.  Explain in package commentary how to add To and Cc headers to
1315         the gnus-extra-headers.
1316         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
1317         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
1318         parameter list or a string list in `gnus-registry-ignored-groups'.
1319         Fix logic error.
1321 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1323         * shr.el (shr-expand-url): Protect against null urls.
1325 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1327         * shr.el (shr-base): New binding.
1328         (shr-tag-base): Keep track of <base>.
1329         (shr-expand-url): New function used throughout.
1331 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
1333         * gnus-registry.el
1334         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
1335         (gnus-registry-ignored-groups): New variable.
1336         (gnus-registry-ignore-group-p): Use it.
1337         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
1338         set the destination group to nil (same as delete) if it's ignored.
1340 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1342         * gnus-registry.el (gnus-registry-action)
1343         (gnus-registry-fetch-header-fast):
1344         Don't use mail-header that looks an internal function of mailheader.el.
1346 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1348         * gnus-registry.el: Eliminate cl functions.
1349         (gnus-registry-sort-addresses): New function that replaces mapcan.
1350         (gnus-registry-action, gnus-registry-spool-action)
1351         (gnus-registry-split-fancy-with-parent)
1352         (gnus-registry-fetch-recipients-fast): Use it.
1353         (gnus-registry-import-eld): Replace delete* with dolist + delq.
1355         * registry.el (initialize-instance, registry-lookup)
1356         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1357         (registry-lookup-secondary-value, registry-search, registry-delete)
1358         (registry-insert, registry-reindex, registry-size, registry-prune):
1359         Use eval-and-compile.
1361 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
1363         * registry.el (registry-reindex): New method to recreate the secondary
1364         registry indices.
1366         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
1367         tracked field changes.
1368         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
1369         (gnus-registry-action, gnus-registry-spool-action)
1370         (gnus-registry-handle-action)
1371         (gnus-registry--split-fancy-with-parent-internal)
1372         (gnus-registry-split-fancy-with-parent)
1373         (gnus-registry-register-message-ids): Add recipient tracking on spool,
1374         move, and delete actions, and for fancy splitting with parent.
1375         (gnus-registry-extract-addresses)
1376         (gnus-registry-fetch-recipients-fast)
1377         (gnus-registry-fetch-header-fast): Convenience functions.
1378         (gnus-registry-misc-test): ERT test of
1379         `gnus-registry-extract-addresses'.
1381 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
1383         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1384         Track by subject first, then sender.
1386 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1388         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
1390         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
1391         Lisp.
1393         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
1394         (gnus-draft-send): Use it to avoid popping
1395         up frames from gnus-group-send-queue.
1397 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1399         * gnus-registry.el: Updated gnus-registry docs.
1401 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
1403         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1404         Fix logic bug.
1405         (gnus-registry-post-process-groups): Fix logging of no results and
1406         quote sender and subject.
1408 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1410         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
1411         (gnus-read-active-for-groups): Don't try to finish getting stuff where
1412         we had no early-data returned.
1413         (gnus-get-unread-articles): Add a sanity check so that we don't issue
1414         two async commands to the same server at the same time.
1416 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
1418         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
1420 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1422         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
1423         "warning" level.
1425         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
1426         (mm-url-insert-file-contents): Don't set the package names.
1428 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
1430         * gnus-registry.el (gnus-registry-action): Remove properties and
1431         simplify subject in `gnus-registry-handle-action'.
1432         (gnus-registry-spool-action): Get subject and sender from message if
1433         they are not passed in.
1434         (gnus-registry-handle-action): Remove properties and simplify subject
1435         consistently.
1437 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1439         * registry.el: Require CL before using defmacro*.
1441 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1443         * gnus-art.el (article-treat-date): Assume that
1444         gnus-article-date-headers may be a group parameter.
1446 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
1448         * gnus-registry.el (gnus-registry-handle-action): More debugging.
1450         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
1451         interactively so the newsrc file can contain foreign groups too.
1452         Useful for debugging but not much for users.
1454 2011-04-07  David Engster  <dengste@eml.cc>
1456         * registry.el (registry-usage-test): Only do
1457         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
1458         lexical binding.
1460 2011-04-06  David Engster  <dengste@eml.cc>
1462         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
1463         argument NOERROR for `require', since XEmacs 21.4 does not support it.
1465 2011-04-06  David Engster  <dengste@eml.cc>
1467         * registry.el (initialize-instance): Change :after to :AFTER to be
1468         compatible with old EIEIO version in XEmacs.
1470 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1472         * gnus-registry.el (gnus-registry-post-process-groups)
1473         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
1474         and provide better messaging.
1476 2011-04-06  David Engster  <dengste@eml.cc>
1478         * Makefile.in (fail-on-warning): New rule to compile with warnings as
1479         errors.
1481 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1483         * gnus-registry.el: Don't use ERT if it's not available.  Load it
1484         unconditionally anyway, discarding errors.
1485         (gnus-registry-delete-entries): New convenience function.
1486         (gnus-registry-import-eld): Import from old .eld registry.
1488         * registry.el: Don't use ERT if it's not available.  Load it
1489         unconditionally anyway, discarding errors.
1491         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
1492         version from the Claudio Bley GnuTLS patch (extra optional parameters
1493         and host name).
1495 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1497         * gnus-registry.el (gnus-registry-fixup-registry): New function to
1498         fixup the parameters that can be customized by the user between
1499         save/read cycles.
1500         (gnus-registry-read): Use it.
1501         (gnus-registry-make-db): Use it.
1502         (gnus-registry-spool-action, gnus-registry-handle-action):
1503         Fix messaging.
1504         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
1505         Map references to actual group names with sender and subject tracking.
1506         (gnus-registry-post-process-groups): Use `cond' for better messaging.
1507         (gnus-registry-usage-test): Add subject lookup test.
1509         * registry.el (registry-db, initialize-instance): Set up constructor
1510         instead of :initform arguments for the sake of older Emacsen.
1511         (registry-lookup-breaks-before-lexbind): New method to demonstrate
1512         pre-lexbind merge bug.
1513         (registry-usage-test): Use it.
1514         (initialize-instance, registry-db): Move the non-function initforms
1515         back to the class definition.
1517 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
1519         * registry.el: New library to manage gnus-registry-style data.
1521         * gnus-registry.el: Use it (major rewrite).
1523         * nnregistry.el: Use it.
1525         * spam.el: Use it.
1527 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1529         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
1530         marks on non-selected articles.
1532 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
1534         * proto-stream.el: Move to Emacs core, at net/network-stream.el.
1536         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
1537         parameter to open-protocol-stream.
1539 2011-04-01  Julien Danjou  <julien@danjou.info>
1541         * mm-view.el (mm-display-inline-fontify): Do not fontify with
1542         fundamental-mode.
1544 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1546         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
1547         servers.
1549 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1551         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
1552         made marks not propagate, again.
1554 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
1556         * proto-stream.el (open-protocol-stream): Bring back `network' type.
1557         Make this the default type.
1558         (proto-stream-open-plain): Rename from proto-stream-open-default.
1559         (open-protocol-stream, proto-stream-open-starttls)
1560         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
1561         with `plain'.
1563         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
1564         value.
1566         * nntp.el (nntp-open-connection-function): Document the fact that some
1567         values are not functions but are instead handled specially.
1568         Recognize nntp-open-plain-stream value.
1569         (nntp-open-connection): Recognize that value.
1571 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1573         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
1574         stuff.
1576         * gnus-score.el (gnus-score-string): Fix calling convention of
1577         `gnus-simplify-buffer-fuzzy' after last patches.
1579         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
1580         server for articles we didn't get any headers for.  This is a sanity
1581         check.
1583 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
1585         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
1586         new CAPABILITY, use it.
1588 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1590         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
1591         downloading anything.
1593         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
1595 2011-03-29  Adam SjĂžgren  <asjo@koldfront.dk>
1597         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1598         colors.
1599         (gnus-splash-svg-color-symbols): New function.
1601 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1603         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1604         instead of using the global gnus-simplify-subject-fuzzy-regexp.
1605         (gnus-simplify-subject-fuzzy): Use the local
1606         gnus-simplify-subject-fuzzy-regex instead of the global one.
1607         This makes using this variable in group parameters work.
1609 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1611         * gnus-registry.el (gnus-registry-unfollowed-groups):
1612         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1613         archive:sent-YYYY-MM-DD groups).
1614         (gnus-registry-split-fancy-with-parent): Bail out early in sender
1615         tracking if there are more than `gnus-registry-max-track-groups'
1616         matches.
1618 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1620         * message.el (message--yank-original-internal): New function to do the
1621         insertion cleanly inside eval in `message-yank-original'.
1622         (message-yank-original): Use it.
1624 2011-03-29  Julien Danjou  <julien@danjou.info>
1626         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1627         local variables disabled rather than `normal-mode'.
1629 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
1631         * proto-stream.el: Changes preparatory to merging open-protocol-stream
1632         with open-network-stream.
1633         (proto-stream-always-use-starttls): Option removed.
1634         (open-protocol-stream): Return a process object by default.  Provide a
1635         new parameter :return-list specifying a list-type return value, which
1636         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
1637         :type `network' to `try-starttls', and `network-only' to `default'.
1638         Make `default' the default, for compatibility with open-network-stream.
1639         Handle the no-parameter case exactly as open-network-stream, with no
1640         additional stream processing.  Search plists using plist-get.
1641         Explicitly add :end-of-commend parameter if it is missing.
1642         (proto-stream-open-default): Rename from
1643         proto-stream-open-network-only.  Return 'default as the type.
1644         (proto-stream-open-starttls): Rename from proto-stream-open-network.
1645         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
1646         failed.  Always return a list with a (possibly dead) process as the
1647         first element, for compatibility with open-network-stream.
1648         (proto-stream-open-tls): Use plist-get.  Always return a list.
1649         (proto-stream-open-shell): Return `default' as connection type.
1650         (proto-stream-capability-open): Use plist-get.
1651         (proto-stream-eoc): Function deleted.
1653         * nnimap.el (nnimap-stream, nnimap-open-connection)
1654         (nnimap-open-connection-1): Handle renaming of :type parameter for
1655         open-protocol-stream.
1656         (nnimap-open-connection-1): Pass a :return-list parameter
1657         open-protocol-stream to obtain a list return value.  Parse this list
1658         using plist-get.
1660         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1661         for open-protocol-stream.  Accept open-protocol-stream return value
1662         that is a subprocess object instead of a list.  Handle the case of a
1663         dead returned process.
1665 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
1667         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1669         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1671 2011-03-21  Julien Danjou  <julien@danjou.info>
1673         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1674         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1675         query.
1676         (mm-inline-text): Render normal text with fontification whenever
1677         possible.
1679         * gnus-sum.el (gnus-summary-save-parts-1):
1680         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1681         (gnus-article-browse-html-parts, gnus-mime-delete-part)
1682         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1683         Use `mm-handle-filename'.
1685         * mm-util.el (mm-handle-filename): New function, return the filename of
1686         an handle.
1688 2011-03-18  Julien Danjou  <julien@danjou.info>
1690         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1691         (gnus-buffer-live-p): Check that buffer is not nil.
1693 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1695         * gnus-art.el: Require mouse, which the build bot seems to say is
1696         needed.
1698         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1699         XEmacs, since it doesn't have url-retrieve-synchronously.
1701 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
1703         * gnus-group.el (gnus-group-list-ticked): New function.
1704         (gnus-group-make-menu-bar): Provide a menu entry for it.
1705         (gnus-group-list-map): Provide a binding for it.
1707 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1709         * shr.el (shr-visit-file): New command.
1711         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1713 2011-03-17  BjĂžrn Mork  <bjorn@mork.no>
1715         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1716         servers.
1718 2011-03-16  Julien Danjou  <julien@danjou.info>
1720         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1721         inline.
1723         * gnus-art.el (article-hide-list-identifiers):
1724         Use gnus-group-get-list-identifiers.
1726         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1727         (gnus-summary-remove-list-identifiers):
1728         Use gnus-group-get-list-identifiers to get regexp.
1729         (gnus-select-newsgroup, gnus-summary-insert-subject)
1730         (gnus-summary-insert-articles):
1731         Call gnus-summary-remove-list-identifiers unconditionally.
1733 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1735         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1736         we're selecting a group with unread articles.
1738         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1740         * gssapi.el: New file separated out from imap.el to provide a general
1741         Kerberos 5 connection facility for Emacs.
1743         * message.el (message-elide-ellipsis): Document the format spec
1744         ellipsis.
1746 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1748         * message.el (message-elide-region): Allow the ellipsis to say how many
1749         lines were removed.
1751 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1753         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1754         window configurations containing buffers that are now dead.
1756         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1757         parsing to avoid integer overflows.
1758         (nnimap-parse-flags): Simplify the last change.
1759         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1760         too large for 32-bit Emacsen.
1762 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1764         * auth-source.el (auth-source-netrc-create):
1765         * message.el (message-yank-original): Fix use of `case'.
1767 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1769         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1770         XEmacs, which was one character too wide.
1772 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
1774         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1775         default number of articles to display.
1776         (gnus-articles-to-read): Use pretty names for prompt.
1778 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1780         * gnus-int.el (gnus-open-server): Ditto.
1782         * gnus-start.el (gnus-activate-group): Give a backtrace if
1783         debug-on-quit is set and the user hits `C-g'.
1784         (gnus-read-active-file): Ditto.
1786         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1788 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
1790         * message.el (message-yank-original): Use cond instead of CL case.
1792 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1794         * auth-source.el (auth-source-netrc-create): Use usual format for the
1795         default in prompts.
1797 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1799         * auth-source.el (auth-source-netrc-create): Show the default in the
1800         prompt when prompting for token creation.
1802 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1804         * auth-source.el (auth-source-format-prompt): Always convert the value
1805         to a string to avoid evaluating non-string arguments.
1806         (auth-source-netrc-create): Offer default properly, not as initial
1807         content in `read-string'.
1808         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1809         of line to determine if we've been run before.  If so, don't run again,
1810         but print a trivial message to indicate the cache was hit instead.
1812 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1814         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1815         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
1816         The user will have to run `gnus-sync-read' manually and wait for Cloudy
1817         Gnus.
1819 2011-03-11  Julien Danjou  <julien@danjou.info>
1821         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1822         modified file".
1824 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
1826         * auth-source.el (auth-source-read-char-choice): New function to read a
1827         character choice using `dropdown-list', `read-char-choice', or
1828         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
1829         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
1830         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
1831         (auth-source-netrc-saver): Use it.
1832         (auth-source-pick-first-password): New convenience function.
1834 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1836         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1837         parameter in the credentials.
1838         (nnimap-open-connection-1): Use it after a successful login.
1839         (nnimap-credentials): Add IMAP-specific user and password prompt.
1841         * auth-source.el (auth-source-search): Add :require parameter, taking a
1842         list.  Document it and the :save-function return token.  Pass :require
1843         down.  Change the CREATED message from a warning to a debug statement.
1844         (auth-source-search-backends): Pass :require down.
1845         (auth-source-netrc-search): Pass :require down.
1846         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1847         Change save prompt to indicate all modifications saved here are
1848         deletions.
1849         (auth-source-netrc-create): Take user login name as default in user
1850         prompt.  Move all the save functionality to a lexically bound function
1851         under the :save-function token in the returned list.  Set up clearer
1852         default prompts for user, host, port, and secret.
1853         (auth-source-netrc-saver): New function, intended to be wrapped for
1854         :save-function.
1856 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1858         * Version 23.3 released.
1860 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1862         * shr.el (shr-table-horizontal-line): Change the defaults for the table
1863         lines to be spaces instead.
1865 2011-03-07  Julien Danjou  <julien@danjou.info>
1867         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1868         (sieve-sasl-auth): Check that auth-source-search did return something,
1869         or just return an empty string.
1871 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1873         * gnus.el (gnus-interactive): Use read-directory-name.
1875         * gnus-uu.el (gnus-uu-decode-uu-and-save)
1876         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1877         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1878         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1879         Likewise.
1881         * gnus-group.el (gnus-group-make-directory-group): Likewise.
1883 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1885         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1886         onto the list of killed groups, too.  This makes killed nnimap groups,
1887         for instance, more reliably not reappear.
1889         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1890         the parent.
1892         * gnus-sum.el (gnus-update-read-articles): Fix typo.
1894         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1895         really have server-side marks.
1897         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1898         since most backends do not usefully have server-side marks.
1899         (gnus-update-read-articles): Propagate marks to all backends that
1900         really have server-side marks.
1902 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1904         * message.el (message-cite-reply-position, message-cite-style):
1905         New variables.
1906         (message-yank-original): Use the new citation styles.
1908 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
1910         * message.el (message-options): Revert the change that's a workaround
1911         for XEmacs buffer-local issue; don't mark it buffer-local when running
1912         under XEmacs.
1914 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
1916         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1917         numbers too big to be `read'.
1919 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
1921         * message.el (message-options): Make buffer-local two ways to attempt
1922         to fix a XEmacs bug.
1924 2011-03-02  Julien Danjou  <julien@danjou.info>
1926         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1928 2011-03-01  Julien Danjou  <julien@danjou.info>
1930         * gnus-art.el (list-identifier): Add list-identifier as a parameter
1931         group.
1932         (article-hide-list-identifiers): Use list-identifier group parameter.
1934 2011-02-28  Julien Danjou  <julien@danjou.info>
1936         * sieve.el (sieve-buffer-script-name): New local variable to store
1937         sieve script name.
1938         (sieve-edit-script): Store sieve script name.
1939         (sieve-upload): Use sieve script name when uploading.
1940         (sieve-upload): Use substitute-command-keys.
1941         (sieve-edit-script): Use substitute-command-keys.
1942         (sieve-refresh-scriptlist): Use substitute-command-keys.
1943         (sieve-manage-mode-map): Define keymap properly.
1944         (sieve-manage-mode): Do not set mode name manually, change mode-name to
1945         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1946         Remove commented code about cvs.
1947         (sieve-manage-quit): New function.
1948         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1950 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1952         * gnus-group.el (gnus-import-other-newsrc-file): New function.
1954 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
1956         * auth-source.el (auth-source-search): Cache empty result sets.
1958         * auth-source.el (auth-source-save-behavior): New variable to replace
1959         `auth-source-never-create'.
1960         (auth-source-netrc-create): Use it.
1961         (auth-source-never-save): Remove.
1963 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
1965         * nnimap.el (nnimap-stream): Doc fix.
1966         (nnimap-open-connection-1): Reverse the order of the ports to that the
1967         prompted-for port is first.
1969         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1970         retrieval by the no-group selection.
1972         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1973         numerical parameters.
1975 2011-02-25  Julien Danjou  <julien@danjou.info>
1977         * gnus-gravatar.el: Use gnus-with-article-buffer.
1979         * gnus-art.el (gnus-with-article-buffer): Check that the
1980         gnus-article-buffer is alive.
1982 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1984         * auth-source.el (auth-source-creation-prompts): New variable to manage
1985         creation-time prompts.
1986         (auth-source-search): Document it.
1987         (auth-source-format-prompt): Add utility function.
1988         (auth-source-netrc-create): Don't default the user name to
1989         user-login-name.  Use `auth-source-creation-prompts' and some default
1990         prompts for user, host, port, and password (the default generic prompt
1991         remains ugly).
1992         (auth-source-never-save): Add customizable option to never save info.
1993         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
1994         mode excursion.
1996 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1998         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1999         argument that XEmacs doesn't support.
2001 2011-02-23  Julien Danjou  <julien@danjou.info>
2003         * gnus-art.el (article-make-date-line): Ignore errors if time is
2004         invalid and not convertible.
2005         (article-make-date-line): Only add lapsed time if time is not nil.
2007 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
2009         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
2010         `read-char-choice' for backwards compatibility.
2011         (auth-source-netrc-element-or-first): New function to DTRT for
2012         parameter extraction.
2013         (auth-source-netrc-create): Use it and fix multiple parameter print
2014         bug.  Use the default passed from above (given-default) or the
2015         built-in (user-login-name for :user).
2017 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
2019         * gnus-start.el (gnus-dribble-read-file):
2020         Set buffer-save-without-query, since we always want to save the dribble
2021         file, probably.
2023         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
2024         nnimap.
2026         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
2027         -summary- since it's a user-visible variable.
2029         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
2030         first time you use the new Gnus.
2032 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
2034         * auth-source.el: Don't load netrc.el.
2035         (auth-sources): Search ~/.netrc as well by default.
2036         (auth-source-debug): Add 'trivia option for extra output.
2037         (auth-source-do-trivia): Use it.
2038         (auth-source-search): Simplify logic to use
2039         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
2040         appropriate.  Don't keep a running count at this level.  Layer :create
2041         and :delete options appropriately on the first and second passes.
2042         Don't track the backend with the search results.
2043         (auth-source-search-backends): New function to search a list of
2044         backends for a processed spec.
2045         (auth-source-netrc-parse): Cache all netrc files, making
2046         auth-source-netrc-cache an alist keyed by the file name and using the
2047         file mtime as the caching criterion.  Keep the obfuscated data secret
2048         with a lexical bind.
2049         (auth-source-netrc-search): Don't calculate the length of the results
2050         unnecessarily.
2051         (auth-source-search-backends): Fix bug.
2052         (auth-source-netrc-create): Rework prompts.
2054 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
2056         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
2057         Lower case names of search constraints.
2058         (nnir-run-query): Cache and reuse search constraints for all imap
2059         servers.
2061 2011-02-22  Sam Steingold  <sds@gnu.org>
2063         * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
2065 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
2067         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
2068         after exit.
2069         (gnus-setup-message): Define missing variable from last checkin.
2071         * gnus-sum.el (gnus-summary-show-article): When called with t as the
2072         value, show the raw article.
2074 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2076         * nnimap.el (nnimap-open-connection-1): Revert last change, since
2077         auth-source now accepts numbers.
2079         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
2080         spec, too.
2081         (auth-source-ensure-strings): New function.
2083         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
2084         (gnus-article-setup-buffer): Always restart the date timer so that user
2085         changes to the frequency is respected.
2087         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
2088         port numbers, so make sure it gets that if nnimap-server-port is
2089         explicit.
2091 2011-02-21  Simon Josefsson  <simon@josefsson.org>
2093         * nnimap.el (nnimap-inbox): Doc fix.
2095 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
2097         * shr-color.el (shr-color->hexadecimal): Use renamed function names
2098         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
2099         color-lab-to-srgb.
2101 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2103         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
2104         given method as in the group name if we're using an extended method.
2105         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
2106         command, if we're using that, instead of waiting for the beginning.
2108         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
2109         we're sure to get unique server names, and we don't output two async
2110         commands in the same buffer.  This fixes an NNTP hang for some users.
2112 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2114         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
2115         summary buffer before reading going to the next buffer.  This avoids
2116         putting the point in the group buffer if you `C-g' the command.
2118         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
2119         cache (for now) to make ~/.authinfo.gpg files usable.
2121         * nnfolder.el (copyright-update): Define for the compiler.
2123         * auth-source.el (auth-source-search): Fix unbound variable.
2125 2011-02-19  Glenn Morris  <rgm@gnu.org>
2127         * gnus.el (gnus-meta): Doc fix.
2129 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
2131         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
2132         in case it's not yet loaded.
2134 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2136         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
2137         line we're waiting for.
2139 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
2141         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
2142         face with line-width greater than zero will cause RET in gnus summary
2143         buffer to scroll down article page-wise because auto vscroll happens,
2144         it should be temporalily disabled when doing a scroll-up.
2146 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
2148         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
2149         outputs from the server.
2151 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2153         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
2154         later so that bbdb can hook in easier.
2156 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2158         * auth-source.el (auth-source-search): Don't try to create credentials
2159         if the caller doesn't want that.
2160         (auth-source-search): If we don't find a match, don't bug out on
2161         non-bound variables.
2162         (auth-source-search): Only ask a single backend to create the
2163         credentials.
2165         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
2166         logging.
2167         (nnimap-credentials): Protect against auth-source-search returning nil.
2168         (nnimap-request-list): Protect against not being able to open the
2169         server.
2171 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
2173         * auth-source.el (auth-source-search): Do a two-phase search, one with
2174         no :create to get the responses from all backends.
2176         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
2177         when getting credentials.
2179         * gnus-util.el (gnus-delete-duplicates): New function.
2181 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
2183         * nnimap.el (nnimap-credentials): Instead of picking the first port as
2184         a creation default, pass the whole port list down.  It will be
2185         completed.
2187         * auth-source.el (auth-source-search): Updated docs to talk about
2188         multiple creation choices.
2189         (auth-source-netrc-create): Accept a list as a value (from the search
2190         parameters) and do completion on that list.  Keep a separate netrc line
2191         with the password obscured for showing the user.
2193         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
2194         first choice to `auth-source-search' so it will be used for entry
2195         creation instead of the server's Gnus-specific name.
2196         (nnimap-credentials): Rely on the auth-source library to select which
2197         port is actually wanted in the new netrc entry, so don't override
2198         `auth-source-creation-defaults'.
2200         * auth-source.el (auth-source-netrc-parse): Use :port instead of
2201         :protocol and accept a missing user, host, or port as a wildcard match.
2202         (auth-source-debug): Default to off.
2204         (auth-source-netrc-search, auth-source-netrc-create)
2205         (auth-source-secrets-search, auth-source-secrets-create)
2206         (auth-source-user-or-password, auth-source-backend, auth-sources)
2207         (auth-source-backend-parse-parameters, auth-source-search): Use :port
2208         instead of :protocol.
2210         * nnimap.el (nnimap-credentials): Pass a port default to
2211         `auth-source-search' in case an entry needs to be created.
2212         (nnimap-open-connection-1): Use :port instead of :protocol.
2214 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2216         * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
2217         instead of delete-dups that is not available in XEmacs 21.4.
2219 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2221         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
2222         nil means that nnimap doesn't get updated.
2224 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2226         * auth-source.el (auth-source-netrc-create): Return a synthetic search
2227         result when the user doesn't want to write to the file.
2228         (auth-source-netrc-search): Expect a synthetic result and proceed
2229         accordingly.
2230         (auth-source-cache-expiry): New variable to override
2231         `password-cache-expiry'.
2232         (auth-source-remember): Use it.
2234         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
2235         parameter.  Create entry if necessary by using :create t.
2236         (nnimap-open-connection-1): Don't pass `inhibit-create'.
2238 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
2240         * auth-source.el (auth-source-debug): Enable by default and don't
2241         mention the obsolete `auth-source-hide-passwords'.
2242         (auth-source-do-warn): New function to debug unconditionally.
2243         (auth-source-do-debug): Use it.
2244         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
2245         and for Secrets API entries when the secrets.el library is not
2246         available.
2248 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2250         * gnus-sum.el (gnus-propagate-marks): Default to nil.
2251         (gnus-summary-exit): Kill the correct article buffer on exit from a
2252         `C-d' group.
2254         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
2255         gnus-propagate-marks.
2257         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
2258         before killing the buffers so that a non-full window conf gets handled
2259         correctly.
2260         (gnus-summary-exit): Ditto.
2261         (gnus-summary-read-group-1): Ditto.
2263         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
2264         async code again so that we can debug it properly.
2266         * message.el (message-reply): Take an optional switch-buffer parameter
2267         so that Gnus window confs are respected better.
2269 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2271         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
2272         `plist-get' to accept non-list parameters (XEmacs issue).
2273         Fix docstring.
2274         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
2275         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
2276         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
2277         Login collection is "Login" and not "login".
2279 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2281         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
2282         multiple headers.
2284         * nnimap.el (nnimap-inhibit-logging): New variable.
2285         (nnimap-log-command): Don't log login commands.
2287         * auth-source.el (auth-source-netrc-search): The asserts seem to want
2288         to have more parameters.
2290         * nnimap.el (nnimap-send-command): Mark the command time for each
2291         command, so that we don't get NOOPs stepping on our toes.
2293         * gnus-art.el (article-date-ut): Get the date from the Date header on
2294         `t'.
2296 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2298         * auth-source.el (auth-source-search): Use copy-sequence instead of
2299         the cl.el copy-list.
2301 2011-02-13  Adam SjĂžgren  <asjo@koldfront.dk>
2303         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
2304         Improve prompt.
2306 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2308         * gnus-art.el (gnus-article-mode-line-format): Remove the article
2309         washing status from the default format.  It isn't very informative.
2311 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
2313         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
2314         Fix Gcc processing on imap.
2316 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2318         * message.el (message-bury): Don't pop up a new window when selected
2319         window is dedicated.
2321 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2323         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
2325 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
2327         * sieve-manage.el: Autoload `auth-source-search'.
2328         (sieve-sasl-auth): Use it.
2330 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
2332         * nnimap.el: Autoload `auth-source-forget+'.
2333         (nnimap-open-connection-1): Use it if the connection fails.
2335         * auth-source.el: Require `password-cache'.
2336         (auth-source-hide-passwords, auth-source-cache): Remove and mark
2337         obsolete.
2338         (auth-source-magic): Marker for `password-cache' keys.
2339         (auth-source-do-cache): Update docstring.
2340         (auth-source-search): Use and check cache.
2341         (auth-source-forget-all-cached, auth-source-remember)
2342         (auth-source-recall, auth-source-forget, auth-source-forget+)
2343         (auth-source-specmatchp): Caching support functions.
2344         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
2345         Remove and obsolete.
2346         (auth-source-user-or-password): Remove caching to further discourage
2347         using it.  Always hide passwords.
2349 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2351         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
2352         code for now, since it doesn't work for all users.
2354 2011-02-09  Julien Danjou  <julien@danjou.info>
2356         * message.el (message-options): Make message-options really buffer
2357         local.
2359 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
2361         * mail-source.el: Autoload `auth-source-search'.
2362         (mail-source-keyword-map): Note order matters.
2363         (mail-source-set-1): Get all the mail-source source values and
2364         defaults and search auth-source on those if needed.  This can all
2365         probably be simplified.
2367         * nnimap.el: Autoload `auth-source-search'.
2368         (nnimap-credentials): Use it.
2369         (nnimap-open-connection-1): Ask for the virtual server and physical
2370         address in one shot.
2372         * nntp.el: Autoload `auth-source-search'.
2373         (nntp-send-authinfo): Use it.  Note TODO.
2375 2011-02-08  Julien Danjou  <julien@danjou.info>
2377         * shr.el (shr-tag-body): Add support for text attribute in body
2378         markups.
2380         * message.el (message-options): Make message-options a local variable.
2382 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2384         * auth-source.el (auth-source-secrets-search)
2385         (auth-source-user-or-password): Use `append' instead of `nconc'.
2386         (auth-source-user-or-password): Build return list better and protect
2387         against nil :secret.
2389 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2391         * nnimap.el (nnimap-update-info): Refactor slightly.
2392         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
2393         (nnimap-update-info): Clean up slightly.
2394         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
2395         characters.
2396         (nnimap-process-quirk): Rename function to avoid collision.
2397         (nnimap-update-info): Fix macrology bug-out.
2398         (nnimap-update-info): Simplify split history test.
2400 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
2402         * auth-source.el (top): Require 'eieio unconditionally.
2403         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
2404         (auth-source-secrets-search): Limit search when `max' is greater than
2405         number of results.
2407 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2409         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
2410         part not returning any data.
2412         * proto-stream.el (open-protocol-stream): Document the return value.
2414 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2416         * auth-source.el (auth-source-secrets-search): Add examples.
2418 2011-02-06  Julien Danjou  <julien@danjou.info>
2420         * message.el (message-setup-1): Handle message-generate-headers-first
2421         set to t.
2423 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2425         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
2426         API with a string "secrets:collection-name" and with 'default.
2427         (auth-source-backend-parse): Parse "secrets:collection-name" and
2428         'default.  Recurse on parses instead of repeating code.  Use the
2429         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
2430         message when ignoring a source.
2431         (auth-source-search): List ignored search keys at the top level.
2432         (auth-source-netrc-create): Use `case' instead of `cond'.
2433         (auth-source-secrets-search): Created with TODOs.
2434         (auth-source-secrets-create): Created with TODOs.
2435         (auth-source-retrieve, auth-source-create, auth-source-delete)
2436         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2437         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2438         (auth-source-user-or-password-sftp)
2439         (auth-source-user-or-password-smtp): Remove.
2440         (auth-source-user-or-password): Deprecated and modified to be a wrapper
2441         around `auth-source-search'.  Not tested thoroughly.
2443 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2445         * auth-source.el: Bring in assoc and eioeio libraries.
2446         (secrets-enabled): New variable to track the status of the Secrets API.
2447         (auth-source-backend): New EIOEIO class to represent a backend.
2448         (auth-source-creation-defaults): New variable to set prompt defaults
2449         during token creation (see the `auth-source-search' docstring for
2450         details).
2451         (auth-sources): Simplify to allow a simple string as a netrc backend
2452         spec.
2453         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
2454         (auth-source-backend-parse-parameters): Fill in the backend parameters.
2455         (auth-source-search): Main auth-source API entry point.
2456         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
2457         (auth-source-search-collection): Helper function for searching.
2458         (auth-source-netrc-parse, auth-source-netrc-normalize)
2459         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
2460         Supports search, create, and delete.
2461         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
2462         backend stubs.
2463         (auth-source-user-or-password): Call `auth-source-search' but it's not
2464         ready yet.
2466 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2468         * message.el (message-setup-1): Remove the read-only stuff, since it
2469         doesn't work under XEmacs, for some reason.
2471         * gnus-sum.el (gnus-user-date): Rename back from
2472         gnus-summary-user-date since user code refers to it.
2474         * shr.el (shr-render-td): Store the actual background colour used.
2476         * message.el (message-setup-1): Don't bind the constant
2477         -forbidden-properties.
2478         (message-setup-1): Revert previous change, since it needs to bind the
2479         props to insert them.
2480         (message-resend): Allow removing the read-only separator line.
2482 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2484         * nnimap.el (nnimap-request-accept-article): Give an error message if
2485         the APPEND wasn't successful.
2487 2011-02-03  Adam SjĂžgren  <asjo@koldfront.dk>
2489         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
2490         that have no groups.
2492 2011-02-03  Julien Danjou  <julien@danjou.info>
2494         * gnus-draft.el: Remove progn around gnus-draft-setup.
2496 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2498         * gnus-start.el (gnus-read-active-for-groups): This function is never
2499         called with a nil `infos', so clean that up.
2500         (gnus-get-unread-articles): Request active files from primary/secondary
2501         methods that have no groups (yet).
2503 2011-02-03  Julien Danjou  <julien@danjou.info>
2505         * message.el (message-setup-1): Always generate References first.
2506         (message-mail): Return the return value of message-setup, not always t.
2507         (message-setup-1): Insert mail-header-separator with read-only and
2508         intangible properties set.
2510         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2511         user-date in docstring.
2513         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2515         * gnus.el (gnus-summary-line-format): Mention &user-date format in
2516         docstring.
2518         * gnus.el (gnus-user-date-format-alist): Change default value. Use
2519         defcustom, with type and group. Move from gnus-util.el. Rename to
2520         gnus-summary-user-date-format-alist.
2522 2011-02-03  Glenn Morris  <rgm@gnu.org>
2524         * nnimap.el (gnus-fetch-headers): Declare.
2526         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2528 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2530         * message.el (message-forward-make-body-digest-plain)
2531         (message-followup, message-reply): Clean up things noted by Stefan.
2533         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2534         gnus-article-update-date-headers is nil.
2535         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2536         it didn't really work with defcustom.
2537         (article-update-date-lapsed): Make sure the window start doesn't move,
2538         either.
2540 2011-02-01  Julien Danjou  <julien@danjou.info>
2542         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2543         format.
2545         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2546         standard in Emacs nowadays.
2548 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2550         * message.el (message-expand-name): Don't trust the return value of
2551         bbdb-complete-name.
2552         (message-check-news-header-syntax): Remove unused var `start'.
2553         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2554         (message-inhibit-body-encoding): Move to before first use.
2555         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2556         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2557         (Organization, Message-ID, Date, mh-previous-window-config):
2558         Defvar the vars using dynamic scoping.
2560 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2562         * shr.el (shr-render-td): Only do colours at the final rendering.
2563         Should be slightly faster.
2564         (shr-insert-table): Fix up TD background colours when doing the
2565         vertical padding.
2567         * gnus-art.el (article-date-ut): Protect against articles with no Date
2568         header.
2569         (article-update-date-lapsed): Don't use current-column to find the
2570         horizontal position.  It's fragile in the presence of \003 characters.
2572         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2574 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2576         * gnus-art.el (article-transform-date): Rewrite to still work when
2577         there are several rfc2822 parts.
2578         (article-transform-date): Fix infinite recursion.
2579         (article-date-ut): Replace infinitely many Date headers with a single
2580         one when called interactively.
2582         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2583         secure manner.
2585         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2586         move around by not using save-window-excursion.  It seems to work...
2588 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2590         * gnus-art.el (article-make-date-line): Work for user-defined format.
2592 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2594         * nntp.el (nntp-retrieve-group-data-early)
2595         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2596         fetching functions.
2598         * gnus-start.el (gnus-read-active-for-groups): Read the active files
2599         thoroughly for all backends that have no known groups.  This should
2600         allow new nnml methods to retrieve mail.
2602         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2603         that Gnus doesn't know exists again.
2605         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2606         (gnus-treat-date-ut): Ditto.
2607         (gnus-article-update-date-header): Rename.
2608         (gnus-treat-date-local): Remove.
2609         (gnus-treat-date-english): Remove.
2610         (gnus-treat-date-lapsed): Remove.
2611         (gnus-treat-date-combined-lapsed): Remove.
2612         (gnus-treat-date-original): Remove.
2613         (gnus-treat-date-iso8601): Remove.
2614         (gnus-treat-date-user-defined): Remove.
2615         (gnus-article-date-headers): New variable to control all the date
2616         header options.
2617         (article-date-ut): Rewrite to allow using the new way to format date
2618         headers(s).
2620 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2622         * nnmail.el (nnmail-article-group): Check for a direct fancy split
2623         method.
2624         (nnmail-article-group): A better test for fanciness.
2626         * nnimap.el (nnimap-request-head): Protect against not finding the
2627         article by Message-ID.
2629 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
2631         * gnus-art.el (article-update-date-lapsed): Try a better way to really
2632         keep point at the "same place".
2634 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2636         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2637         data if the group is unactivated.
2639 2011-01-28  Julien Danjou  <julien@danjou.info>
2641         * gnus-win.el: Remove dead function gnus-window-configuration-element.
2642         (gnus-all-windows-visible-p): Remove old compatibility code.
2643         (gnus-window-top-edge): Add docstring.
2645         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2647 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2649         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2650         older request-update-info.
2652         * gnus-art.el (article-make-date-line): Limit the length a bit more.
2654 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
2656         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2657         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2659 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2661         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2662         groups.  This makes the nndraft:queue group pop up if it's not already
2663         there.
2665         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2666         messages" logic, which was reversed.
2668         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2669         the "same place" even if point is on the line being replaced.
2670         (article-update-date-lapsed): Allow updating both the combined lapsed
2671         and the lapsed headers.
2672         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2673         (article-make-date-line): Limit the number of segments dynamically to
2674         avoid too-long lines.
2676 2011-01-27  Julien Danjou  <julien@danjou.info>
2678         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2679         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2681 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2683         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2684         Use plist-get instead of the cl function getf.
2686 2011-01-27  Glenn Morris  <rgm@gnu.org>
2688         * gnus-util.el (float-time): Get rid of compiler warning, again.
2690 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2692         * shr.el (shr-put-color): Special-case background colours: Do put them
2693         at the blank parts at the front of the lines.
2695         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2696         exit hook to nix out all data on readedness on group exit.
2698         * gnus-util.el (float-time): If float-time is bound, always use it on
2699         all Emacsen.  It's unclear why the subrp check was there.
2700         (time-date): Require to make some autoload issues on XEmacs go away.
2702         * shr.el (shr-put-color): Don't do the box padding in tables, since
2703         they're already padded.
2705 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2707         * gnus-art.el (gnus-article-next-page): When the last line of the
2708         article is displayed, scroll down once more instead of going to the
2709         next article at once.
2710         (article-lapsed-string): Refactor out and allow specifying how many
2711         segments you want.
2712         (gnus-article-setup-buffer): Start updating the lapsed header directly.
2713         (gnus-article-update-lapsed-header): New variable.
2715         * shr.el: Revert change that made headings use different-sized faces.
2716         The Emacs display engine isn't advanced enough that, for instance,
2717         tables can comfortably use differently-sized faces.
2719 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2721         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2722         used.
2723         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2724         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2725         we're using an encrypted connection.
2727         * proto-stream.el: Alter the interface functions to also return the
2728         actual stream type used: network or tls.
2730 2011-01-25  Julien Danjou  <julien@danjou.info>
2732         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2733         (mm-display-javascript-inline): New function.
2735         * mm-decode.el (mm-inline-media-tests): Add application/javascript
2736         viewing function.
2738 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2740         * shr.el (shr-expand-newlines): Fix variable name.
2742 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2744         * shr.el (shr-expand-newlines): Make nested boxes work.
2746 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2748         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2749         backgrounds.
2750         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2751         in a more sensible manner.
2753 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2755         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2756         if EPG is loaded.
2758 2011-01-24  Julien Danjou  <julien@danjou.info>
2760         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2761         tags.
2763 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2765         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2766         commands.
2768         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2769         in the article buffer.
2770         (gnus-gravatar-insert): Use blank space from the current buffer to
2771         avoid breaking text properties.  This makes X-Sent updating work again.
2773         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2775 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
2777         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2778         fix the bug in url-http.el instead.
2780         * shr.el (shr-image-fetched): Ditto.
2782         * shr.el (shr-image-fetched): Avoid having point move in the article
2783         buffer.
2785         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2786         buffer after being called.  It's apparently being killed by url.el, and
2787         killing it made point move to end-of-buffer in a random buffer.
2789         * shr.el (shr-image-fetched): Ditto.
2791 2011-01-23  Julien Danjou  <julien@danjou.info>
2793         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2795         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2796         text/x-org.
2798 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2800         * gnus-sum.el (gnus-summary-move-article): Protect against backends
2801         (i.e., nnimap) returning nil as the article number.
2803 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2805         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2806         "DelSp" parameter in RFC3676.
2808 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2810         * message.el (message-check-recipients): Display the encoded version of
2811         the bogus address if they differ.
2813         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2814         after sending.
2816         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2818         * gnus-group.el (gnus-group-refresh-group): New convenience function.
2820         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2821         group buffer after sending the queue.
2823         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2825 2011-01-22  Julien Danjou  <julien@danjou.info>
2827         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2829 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2831         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2832         nested related parts.
2834         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2835         unexpired articles.  This fixes the regression that led expiry marks to
2836         disappear from nnfolder groups.
2838 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2840         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2841         Don't confuse the "ret" of "retrograde" with RET.
2843 2011-01-21  Julien Danjou  <julien@danjou.info>
2845         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2846         than mm-insert-inline.
2848 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2850         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2851         Widen article buffer.
2853 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2855         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2856         the temp buffer.
2857         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2859 2011-01-20  Julien Danjou  <julien@danjou.info>
2861         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2863         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2864         than mm-insert-inline to insert inline part: this respect
2865         mm-inline-media-tests displayers.
2867         * mm-view.el (mm-display-shell-script-inline): New function.
2869         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2871         * mm-uu.el (mm-uu-type-alist): Add org block.
2872         (mm-uu-org-src-code-block-extract): New function.
2874         * mm-view.el (mm-display-org-inline): New function.
2876         * mm-decode.el (mm-automatic-display): Add text/org.
2878         * mailcap.el (mailcap-mime-extensions): Add .org.
2880 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2882         * gnus-art.el (gnus-article-highlight): Remove argument passed to
2883         gnus-article-add-buttons.
2885 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
2887         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2888         From header with a date and "nobody" as the sender.
2890 2011-01-19  Julien Danjou  <julien@danjou.info>
2892         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2893         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2894         if you have the same regexp several times.
2895         (gnus-button-push): Fix matching when regexp is symbol.
2897 2011-01-15  Glenn Morris  <rgm@gnu.org>
2899         * message.el (message-mail): A compose-mail function should
2900         accept headers as strings.
2902 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
2904         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2905         Add :vert-only tags.
2906         (message-mail): New arg RETURN-ACTION.
2907         (message-return-action): New var.
2908         (message-bury): Use it.
2909         (message-mode): Make it buffer-local.
2910         (message-send-and-exit): Always call message-bury.
2912         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
2913         message-mail.
2915 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2917         * nnimap.el (nnimap-convert-partial-article): Protect against
2918         zero-length body parts.
2920         * mm-decode.el (mm-preferred-alternative-precedence):
2921         Discourage showing empty parts.
2923         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2924         and stuff if the backend didn't return the article number.  This fixes
2925         an Exchange-related nnimap bug.
2927         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2928         group window, because it does the wrong thing when a separate frame
2929         displays the group buffer.
2931         * proto-stream.el (open-protocol-stream): Protect against the low-level
2932         transport functions returning nil.
2934 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
2936         * mml2015.el (epg-sub-key-fingerprint): Autoload.
2937         (mml2015-epg-find-usable-secret-key): New function.
2938         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2939         mml2015-epg-find-usable-key (Bug#7797).
2940         (mml2015-epg-encrypt): Ditto.
2942 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2944         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2946 2011-01-03  Glenn Morris  <rgm@gnu.org>
2948         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2950         * sieve.el (sieve-open-server): Give a more explicit error if
2951         sieve-manage-open returns nil.  (Bug#7720)
2953 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
2955         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2957 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2959         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2960         This avoids sending passwords in plain text over non-encrypted
2961         channels.
2963         * shr.el (shr-rescale-image): Display all GIF images as animated images.
2965         * nnimap.el (nnimap-login): Refactored out into own function, and
2966         implement CRAM-MD5.
2967         (nnimap-wait-for-line): Refactored out.
2969         * mm-view.el (mml-smime): Require.
2971 2010-12-20  David Engster  <deng@eml.cc>
2973         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2974         use EPG to decrypt S/MIME messages instead of openssl.
2976 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2978         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2980         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2981         status is the group clearly is unreachable.
2983         * auth-source.el (auth-source-create): Add the optional second
2984         parameter to `local-variable-p' to be compatible with XEmacs.
2986 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
2988         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2989         work when using a compressed nnml folder.
2991 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2993         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2994         backends after sanitising on entry, because this never makes sense:
2995         If the articles have gone missing, then the data no longer exists on
2996         the backend, and if they haven't, then Gnus is wrong, and shouldn't
2997         overwrite anything anyway.
2999         * shr.el (shr-insert-document): Bind shr-width dynamically to
3000         window-width if it's nil.
3002 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
3004         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
3005         with the meaning of using the full emacs window width for rendering.
3007 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
3009         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
3010         case when sender is not given.
3012 2010-12-23  Julien Danjou  <julien@danjou.info>
3014         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
3015         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
3016         the addresses, otherwise we might misplaced the gravatar.
3018 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
3020         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
3021         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
3022         obsolete in Emacs.
3024 2010-12-20  Julien Danjou  <julien@danjou.info>
3026         * gnus-util.el (gnus-rescale-image): Revert last change.
3028 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3030         * gnus-group.el (gnus-group-delete-articles): New command.
3032 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3034         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
3036 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3038         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
3039         here, since it's up to the backends to do CRLF removal if their
3040         protocol has it.
3042         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
3044 2010-12-17  Julien Danjou  <julien@danjou.info>
3046         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
3047         they are from file. Can also scale up.
3049 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3051         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
3052         gnus-use-agent.
3053         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
3055         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
3057 2010-12-17  Julien Danjou  <julien@danjou.info>
3059         * gravatar.el (gravatar-retrieve-synchronously): New function.
3060         (gravatar-get-data): Make more robust.
3062 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3064         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
3065         to really consider the last line.
3067 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
3069         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
3070         list of recipient keys, or use symmetric encryption if not a list.
3071         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
3072         EPA override, replacing the call to `netrc-store-data'.
3074 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
3076         * gnus-srvr.el: Avoid passing nil regexp argument to
3077         delete-matching-lines.
3079 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3081         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
3082         fetching stops when Gnus exits.
3084         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
3085         function.
3086         (nnfolder-request-expire-articles): Save all the buffers after doing
3087         expiry.
3089         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
3090         the last article", since that led to serious performance regressions
3091         when expiring nnml groups.
3093 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
3095         * nnir.el: Improve customizations.
3097 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3099         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
3101         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
3102         group has been killed.
3103         (gnus-group-yank-group): Ditto.
3105         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
3107         * nnimap.el (nnimap-request-update-group-status): New function.
3109         * gnus-int.el (gnus-request-update-group-status): New interface
3110         function.
3112         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
3113         copying read-ness to the backends.
3115         * nnimap.el (nnimap-quirk): New function.
3116         (nnimap-retrieve-group-data-early): Use it.
3117         (nnimap-quirks): New alist.
3119 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3121         * shr.el (shr-insert): Set shr-start after deleting trailing space;
3122         don't delete it within indentation.
3124 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3126         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
3127         previous line.
3129 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3131         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
3132         QRESYNC command by deleting a superfluous space which broke Cyrus
3133         servers.  This change will break other servers that are buggy the other
3134         way around.
3136 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
3138         * spam.el: Reindent and fix long lines.
3139         (spam-copy-or-move-routine): Exclude invalid move destinations.
3141 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
3143         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
3144         installed the registry.
3146 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3148         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
3149         groupname doesn't contain "gmane".
3151 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3153         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
3154         (gnus-1): Don't create the nndrafts group twice.
3155         (gnus-setup-news): There's no need to read the active file here, since
3156         that's done again later on a per-backend basis.
3157         (gnus-start-draft-setup): Make sure that the new group is started out
3158         empty.
3160         * gnus-agent.el (gnus-agentize): Don't create the queue group
3161         automatically on startup.  It'll be created later, if needed.
3163         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
3164         of automatically subscribed groups.
3165         (gnus-auto-subscribed-categories): New variable.
3166         (gnus-matches-options-n): Use it.
3167         (gnus-default-subscribed-newsgroups): Remove unused variable.
3168         (gnus-start-draft-setup): Message a bit less.
3170 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3172         * nnir.el (nnir-run-imap): Return article list in order of increasing
3173         UID.
3175 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3177         * gnus-sum.el (gnus-summary-enter-digest-group):
3178         Mention gnus-auto-select-on-ephemeral-exit.
3180         * proto-stream.el (proto-stream-open-network-only): Fix the calling
3181         convention of the network-only option.
3183 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3185         * proto-stream.el (proto-stream-open-network-only): New function to
3186         have a way to specify non-STARTTLS upgrade connections.
3188 2010-12-10  Julien Danjou  <julien@danjou.info>
3190         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
3191         email address is nil.
3193         * message.el (message-bogus-recipient-p): Set address to "" if nil.
3195 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
3197         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
3198         deletion.
3199         (nnir-run-imap): Only need to parse list once.
3201 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3203         * shr.el (shr-tag-script): Ignore <script>.
3204         (shr-tag-label): Add <label> support.
3206 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3208         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
3210         * shr.el (shr-image-displayer): Work for images lined side by side.
3212 2010-12-08  Robert Pluim  <rpluim@gmail.com>
3214         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
3215         parameter, since XEmacs doesn't accept t as a parameter.
3217 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
3219         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
3220         ids.
3221         (nnir-run-gmane): Simplify groupspec formatting.
3222         (nnir-request-expire-articles): New function.
3224 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3226         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
3227         overflow, possibly.
3229         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
3230         (shr-render-td): Handle td style="" better.
3231         (shr-tag-table): Use the color from the style sheet.
3232         (shr-render-td): Make sure we copy over all the overlays, too.
3234 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
3236         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
3237         (nnir-request-article): Improve article retrieval.
3239 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3241         * mm-util.el (mm-extra-numeric-entities): New variable.
3243         * mm-url.el (mm-url-decode-entities):
3244         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
3246 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3248         * message.el: Use completion-at-point.
3249         (message-completion-function): New fun, extracted from message-tab.
3250         (message-mode): Use it for completion-at-point-functions.
3251         (message-tab): Use it and completion-at-point.
3253 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3255         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
3256         character if a non-breakable character follows.
3258 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3260         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
3261         any stream.
3263         * shr.el (shr-tag-font): Colorize the region.
3264         (shr-tag-body): Ditto.
3265         (shr-tag-font): Actually let the styles be inherited instead of
3266         overwriting them.
3267         (shr-tag-font): Get the background color right.
3268         (shr-tag-style): Ignore all <style> tags for the moment.
3270         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
3271         a Message-ID to avoid having nnimap depend on gnus-sum.
3273         * shr.el (shr-descend): Only colorize something if we have a node that
3274         sets colors.
3276 2010-12-06  Julien Danjou  <julien@danjou.info>
3278         * shr.el (shr-render-td): Render td content with shr-descend, so style
3279         will be applied to <td> too.
3280         (shr-colorize-region): Colorize region even if we only have a background.
3281         (shr-tag-body): Fix color and background color inheritance.
3282         Do not recolorize after shr-generic.
3283         (shr-tag-font): Let shr-generic colorize via inheritance.
3285 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3287         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
3289 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
3291         * nnir.el (nnir-request-move-article): Remove obsolete code.
3293 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3295         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
3297 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3299         * gnus-sum.el (gnus-summary-respool-article): The completion function
3300         expects a list instead of an alist.
3302         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
3303         string as the parameter.
3305         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
3307         * shr.el (shr-stylesheet): New dynamic variable for cascading the
3308         styles.
3309         (shr-colorize-region): New function.
3310         (shr-insert-background-overlay): Remove.
3311         (shr-render-td): Background setting should be taken care of on a higher
3312         level.
3313         (shr-tag-body): Use post-hoc colorizations.
3314         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
3315         (shr-put-color-1): Don't overwrite old colors.
3316         (shr-colorize-region): When the background color isn't explicit, use
3317         a fixed background.
3319         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
3320         nnmail variables.
3322 2010-12-05  BjĂžrn Mork  <bjorn@mork.no>
3324         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
3325         unless necessary.
3327 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
3329         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
3330         server.
3332 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3334         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
3335         so that TAB works.
3337         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
3338         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
3340         * shr.el (shr-urlify): Show the URL before the title to avoid
3341         misleading URLs.
3343 2010-12-04  Adam SjĂžgren  <asjo@koldfront.dk>
3345         * shr.el (shr-urlify): Display the title in <a> tags.
3347 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
3349         * nnir.el (nnir-categorize): Replace mapcar with mapc.
3351 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
3353         * nnir.el: Rearrange code to allow macros to be autoloaded by
3354         gnus-sum.el.
3355         (nnir-retrieve-headers-override-function): Make this variable
3356         customizable.
3357         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
3359         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
3360         from nnir.el.
3362 2010-12-03  Julien Danjou  <julien@danjou.info>
3364         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
3366 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3368         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
3369         allow optional argument `environment'.
3371 2010-12-03  Glenn Morris  <rgm@gnu.org>
3373         * mm-extern.el (message-goto-body): Update declaration.
3375 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3377         * gnus-util.el (gnus-macroexpand-all): New function.
3379         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
3380         instead of macroexpand-all that is unavailable in XEmacs.
3382 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
3384         * nnir.el (nnir-summary-line-format): New variable.
3385         (nnir-mode): Use it.
3386         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
3387         (nnir-article-ids): Reimplement as defsubst.
3388         (nnir-retrieve-headers): Don't mangle the subject header.
3389         (nnir-run-imap): Use 100 as RSV score.
3390         (nnir-run-find-grep): Fix for full server searching.
3391         (nnir-run-gmane): Better restriction to gmane groups.
3393         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
3394         summary buffers.
3396 2010-12-02  Julien Danjou  <julien@danjou.info>
3398         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
3400         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
3402         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
3403         support.
3405 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
3407         * nnir.el: Update to handle the registry better.
3408         (autoload): Silence byte-compiler.
3409         (nnir-open-server): Add a hook for nnir groups.
3410         (nnir-request-move-article): Don't mangle the header. Better to use
3411         formating variables (which will be added in the future).
3412         (nnir-registry-action): Update the registry using the original article
3413         group name.
3414         (nnir-mode): Install nnir-specific hooks for updating the registry.
3416         * gnus-sum.el
3417         (gnus-article-original-subject,gnus-newsgroup-original-name):
3418         Remove obsolete variables.
3419         (gnus-summary-move-article): Remove use of obsolete variables.
3420         (gnus-summary-local-variables): Make move and delete hooks local to
3421         summary buffers.
3423 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3425         * rtree.el: New file.
3427 2010-12-01  Julien Danjou  <julien@danjou.info>
3429         * message.el (message-user-organization): Do not use
3430         gnus-local-organization.
3432         * gnus.el: Remove gnus-local-organization.
3434         * gnus-msg.el: Remove nastygram thing.
3436 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
3438         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
3439         funcall.
3441 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3443         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
3444         names.
3446         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
3447         characters.
3449         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
3450         to t of inhibit-read-only since it is inside gnus-with-article-headers.
3451         Suggested by Ć těpĂĄn Němec <stepnem@gmail.com>.
3452         (gnus-gravatar-transform-address): Use mail-extract-address-components
3453         that supports non-ASCII names rather than mail-header-parse-addresses.
3455 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3457         * proto-stream.el (open-protocol-stream): All starttls connections are
3458         handled by the network handler.
3460 2010-11-30  Julien Danjou  <julien@danjou.info>
3462         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
3463         (nnimap-open-connection-1): Fix PREAUTH.
3465         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
3467 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3469         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
3470         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
3471         (shr-insert): Use them.
3472         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
3474 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3476         * nnir.el (nnir-request-move-article): Bail out if original group
3477         doesn't support article moves.
3478         (nnir-get-active): Improve active list retrieval.
3480 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3482         * shr.el (shr-find-fill-point): Don't break before apostrophes.
3484 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
3486         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3487         seem to accept strings-with-numbers as port numbers,
3489 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3491         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3492         change the registry.
3494 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3496         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3497         delete-dups that is not available in XEmacs 21.4.
3499         * mm-util.el (mm-delete-duplicates): Add comment.
3501 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
3503         * nnir.el (nnir-ignored-newsgroups): New variable.
3504         (nnir-get-active): Use it.
3506 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3508         * proto-stream.el (proto-stream-open-network): Add some comments.
3510         * nntp.el (nntp-open-connection): Provide a :success condition.
3512         * nnimap.el (nnimap-open-connection-1): Ditto.
3514         * proto-stream.el (proto-stream-open-network): See what the response to
3515         the STARTTLS command is.
3517         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3518         backwards compatibility).
3519         (nnimap-open-connection-1): Really respect nnimap-server-port.
3521         * proto-stream.el (proto-stream-open-network): When doing opportunistic
3522         TLS upgrades we don't really care about the identity of the peer.
3523         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3524         that what we've checked for.
3525         (proto-stream-always-use-starttls): Only default to t if
3526         open-gnutls-stream exists.
3527         (proto-stream-open-network): If STARTTLS failed, then just open a
3528         normal connection.
3529         (proto-stream-open-network): Wait until the greeting before doing
3530         STARTTLS.
3532         * nntp.el (nntp-open-connection): Report what the connection error is.
3534         * proto-stream.el (open-protocol-stream): Rename from
3535         open-proto-stream.
3537 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3539         * nnimap.el (nnimap-stream): Change default to `undecided'.
3540         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3541         first, and then network.
3542         (nnimap-open-connection-1): Respect nnimap-server-port.
3543         (nnimap-open-connection): Be more backwards-compatible.
3545         * proto-stream.el (proto-stream-always-use-starttls): New variable.
3546         (proto-stream-open-starttls): De-duplicate the starttls code.
3547         (proto-stream-open-starttls): Folded back into the main function.
3548         (proto-stream-open-network): Fix typo in the gnutls path.
3549         (proto-stream-command): Refactor out.
3551         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3553         * proto-stream.el (proto-stream-open-starttls): Actually implement the
3554         starttls.el STARTTLS.
3556         * color.el (color-lab->srgb): Fix function call name.
3558         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3559         if we're using tls.el.
3560         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3561         built in, then don't try to establish a STARTTLS connection.
3563         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3564         servers.
3566         * proto-stream.el (open-proto-stream): Use network, not stream.
3567         (open-proto-stream): Add a way to specify what the end of a command is.
3569         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3570         connections types.
3571         (nntp-open-network-stream): Remove.
3572         (nntp-open-ssl-stream): Remove.
3573         (nntp-open-tls-stream): Remove.
3574         (nntp-ssl-program): Remove.
3576         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3578 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
3580         * nnir.el: Fix typos.
3581         (nnir-retrieve-headers-override-function): Rename variable to reflect
3582         new semantics.
3583         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3584         macros.
3585         (nnir-request-article, nnir-request-move-article): Use them.
3586         (nnir-categorize): New function.
3587         (nnir-run-query): Use it.
3588         (nnir-retrieve-headers): Rewrite to batch header retrieval.
3589         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3590         sorted.
3591         (nnir-group-full-name): Use gnus-group-full-name instead.
3592         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3593         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3595 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3597         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3599         * proto-stream.el: New library to provide protocol-specific
3600         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3601         protocols.
3602         (open-proto-stream): Complete the documentation.
3603         (proto-stream-open-network): Fix some typos.
3605         * nnimap.el (nnimap-open-connection): Use it.
3607 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
3609         * pop3.el (pop3-open-server): Read server greeting before starting TLS
3610         negotiation.
3612 2010-11-26  Julien Danjou  <julien@danjou.info>
3614         * color.el: Rename various rgb functions to srgb.
3616 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3618         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3619         names.
3621 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3623         * shr.el (shr-insert): Revert last change.
3624         (shr-find-fill-point): Never leave point being at bol;
3625         relax the kinsoku limitation when rendering tables.
3627 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3629         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3630         results from -accept-article.
3632         * shr-color.el: Require cl when compiling.
3634         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3635         checkin.
3637         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3639         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3641         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3642         'add and 'delete to set backend marks.
3644         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3646         * nnheader.el (nnheader-update-marks-actions): Refactor out.
3648         * nntp.el (nntp-request-set-mark): Use it.
3650         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3652         * nnml.el (nnml-request-set-mark): Ditto.
3654         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3655         introduces regressions in article selection.
3656         (nnimap-find-uid-response): New function.
3657         (nnimap-request-accept-article): Use the UID returned, if any.
3658         (nnimap-request-move-article): Use the UID returned, if any.
3659         (nnimap-get-groups): Reimplement to work with folded lines.
3660         (nnimap-find-uid-response): The UID is the last element in the list.
3661         (nnimap-request-set-mark): Extend syntax with 'set.
3663         * nnml.el (nnml-request-set-mark): Ditto.
3665         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3667         * nntp.el (nntp-request-set-mark): Ditto.
3669 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3671         * message.el (message-called-interactively-p): A temporary macro.
3672         (message-goto-body): Use it temporarily.
3674 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3676         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3677         (nnimap-last-response-string): Unfold quoted lines, if they exist.
3678         (nnimap-last-response-string): Fix last unfolding fix.
3680 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3682         * shr.el (shr-insert): Fix the way to fold lines.
3684 2010-11-25  Julien Danjou  <julien@danjou.info>
3686         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3688         * color.el: Rename from color-lab.el
3689         (color-rgb->hex): Add.
3690         (color-complement): Add.
3691         (color-complement-hex): Add.
3693         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3695 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3697         * shr-color.el (shr-color-visible): Don't bug out if the colour names
3698         don't exist.
3700 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3702         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3703         assuming that article displaying or another mml-preview may be
3704         interrupted for an error or for the like.
3706         * shr.el (shr-get-background): Fix argument name.
3708 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3710         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3712         * gnus-sum.el (gnus-summary-include-articles): New function.
3714         * message.el (message-goto-body): called-interactively-p needs a
3715         parameter, so use `any'.
3717         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3718         clear marks before moving, since they're synced from the Gnus side
3719         first.
3721         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3722         (gnus-summary-move-article): Copy over all marks before moving, so that
3723         IMAP doesn't think a new article has arrived.
3725 2010-11-24  Julien Danjou  <julien@danjou.info>
3727         * shr.el (shr-insert-background-overlay): Fix typo.
3728         (shr-render-td): Copy the background before rendering.
3730         * shr-color.el (shr-color-visible): Fix docstring.
3732         * shr.el (shr-tag-table): Add bgcolor support.
3733         (shr-render-td): Add bgcolor support.
3734         (shr-get-background): Add.
3735         (shr-insert-foreground-overlay): Use shr-get-background.
3737         * message.el (message-goto-body): Use called-interactively-p.
3738         (message-in-body-p): message-goto-body returns point.
3740 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3742         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
3743         Fixes something or other in Emacs 23, and is backwards compatible.
3745         * message.el (message-goto-body): Remove the <#secure special-casing,
3746         which is too special.
3748         * shr.el (shr-parse-style): Drop !important from styles.
3750 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
3752         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3753         this function to return incorrect results when calling it with an
3754         explicit article argument different from
3755         (gnus-summary-article-number).
3757 2010-11-24  Julien Danjou  <julien@danjou.info>
3759         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3760         (shr-tag-body): Add background support.
3761         (shr-descend): Add background support.
3762         (shr-tag-title): Add.
3764         * shr-color.el (shr-color-visible): Really return original background
3765         if fixed.
3767 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3769         * shr.el (shr-color-check): Protect against non-existent colour names.
3771 2010-11-24  Julien Danjou  <julien@danjou.info>
3773         * color-lab.el: Require 'cl when compiling.
3775         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3777         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3778         matched part.
3780         * color-lab.el: Fix all expt calls to use float type.
3782 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3784         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3785         expression to shr-color-check as is.
3787         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3789         * color-lab.el: Add coding cookie.
3790         (float-pi): Use eval-and-compile.
3792 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3794         * shr.el (shr-insert-color-overlay): Split stuff like
3795         "#444444 !important" to find the real colour.
3796         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3797         parse <font color="red"> entries.
3799 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
3801         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
3802         point when parsing headers.
3804         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
3805         is positioned properly when parsing headers.
3807 2010-11-23  Julien Danjou  <julien@danjou.info>
3809         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3811         * shr-color.el (shr-color->hexadecimal): Add support for color names.
3813         * shr.el (shr-parse-style): Replace \n with space in style parsing.
3815         * shr-color.el (shr-color-hsl-to-rgb-fractions):
3816         Use shr-color-hue-to-rgb.
3817         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3819 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3821         * shr.el (shr-color->hexadecimal): Autoload.
3822         (shr-descend): Add color to all tags.
3824 2010-11-22  Julien Danjou  <julien@danjou.info>
3826         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3827         shr-color->hexadecimal.
3829         * shr-color.el (shr-color->hexadecimal): Add converting functions for
3830         RGB() or HSL() color representation.
3832         * shr.el (shr-tag-font): Add.
3833         (shr-tag-color-check): New function to get better colors.
3834         (shr-tag-insert-color-overlay): Factorize code between tag-font and
3835         tag-span.
3837         * shr-color.el: New file.
3839         * color-lab.el: New file.
3841         * gnus-art.el (gnus-url-mailto): Do not downcase args.
3843 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
3845         * nnir.el: Fix typo in comments.
3846         (nnir-run-imap): Simplify code. No need to reverse artlist.
3847         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3849 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3851         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3853         * nnimap.el (nnimap-get-capabilities): Refactor out.
3854         (nnimap-open-connection): Re-request capabilities after STARTTLS.
3856 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
3858         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3859         appearing when `mm-uu-hide-markers' is nil.
3861 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3863         * nnimap.el (nnimap-unselect-group): Make into its own function.
3864         (nnimap-request-rename-group): Unselect group before renaming.
3865         This had gotten lost somewhere.
3866         (nnimap-request-accept-article): Keep track of examined groups, and
3867         unselect the group before APPENDing to read-only groups.
3868         (nnimap-request-move-article): Clear flags before moving so that they
3869         can be re-set later.
3871 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3873         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3874         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3876 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3878         * gnus-art.el (gnus-mime-display-single)
3879         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3880         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3881         parameter.
3883 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3885         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3886         (shr-table-vertical-line): New variable.
3887         (shr-insert-table): Use it.
3889 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3891         * gnus-html.el (gnus-html-wash-images): Don't display images if
3892         gnus-inhibit-images is non-nil; register displayer for cid images.
3893         (gnus-html-display-image): Work for cid image.
3894         (gnus-html-insert-image): Allow arguments.
3895         (gnus-html-put-image): Inhibit read-only.
3896         (gnus-html-prefetch-images): Don't prefetch images if
3897         gnus-inhibit-images is non-nil.
3899 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3901         * shr.el (shr-put-image): Break lines when inserting big pictures.
3903 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3905         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3906         sender, thanks Katsumi Yamaoka.
3908 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
3910         * nnir.el (nnir-run-imap): Reverse the article list for each group
3911         rather than the whole list.
3913 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3915         * shr.el (shr-image-displayer): Protect function against non-existent
3916         image source.
3918         * gnus-art.el (gnus-inhibit-images): New user option.
3919         (gnus-mime-display-single): Don't display image if it is non-nil.
3921         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3922         gnus-inhibit-images.
3924         * shr.el (shr-image-displayer): New function.
3925         (shr-tag-img): Use it.
3927 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3929         * mml2015.el (mml2015-epg-sign): Use From header.
3931 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3933         * gnus-html.el (gnus-html-wash-images): Register a displayer.
3935         * gnus-util.el (gnus-find-text-property-region): Return markers.
3937         * shr.el (shr-tag-img): Put a displayer in the text property.
3939         * gnus-util.el (gnus-find-text-property-region): New utility function.
3941         * gnus-html.el (gnus-html-display-image): Make the alt optional.
3942         (gnus-html-show-images): Remove.
3944         * gnus-art.el (gnus-article-show-images): New, more general function.
3946         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3947         image url text properties.
3949         * shr.el: Ditto.
3951         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3952         gnus-agent-auto-agentize-methods is set.  Which it isn't.
3954 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3956         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3957         work for two or more articles.
3959 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3961         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3962         divide an image that's in an html article to two or more when washing
3963         non-ASCII characters in alt text of it.
3965 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3967         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3968         smime-decrypt-region using function argument.
3969         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3971         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3973         * smime.el (smime-decrypt-region): Catch it.
3975 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3977         * smime.el (smime-mode-map): Move initialization into declaration.
3978         (gnus-run-mode-hooks): Don't autoload.
3979         (smime-mode): Use define-derived-mode.
3981 2010-11-11  Glenn Morris  <rgm@gnu.org>
3983         * smime.el (from): Restrict declaration to XEmacs.
3985         * nnir.el (gnus-group-topic-name): Autoload.
3987 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3989         * shr.el (shr-insert): Don't break long line if it is because of
3990         kinsoku-bol characters in the line end.
3992 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
3994         * nnir.el (nnir-request-move-article): Fix to provide original group
3995         and subject.
3996         (nnir-warp-to-article): Don't fail on articles whose headers haven't
3997         been retrieved.
3999         * gnus-sum.el (gnus-summary-move-article): Use original group and
4000         subject for virtual articles such as those in an nnir summary buffer.
4002 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4004         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
4005         least 21.5).
4007         * smime.el (from): Declare it again for XEmacs.
4009 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4011         * message.el (message-resend): Don't disable encoding unless it's
4012         already encoded.
4014         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
4015         low-numbered articles.
4017 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4019         * rfc2047.el (rfc2047-syntax-table): Simplify.
4021         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
4022         set-char-table-range for XEmacs.
4024 2010-11-10  Glenn Morris  <rgm@gnu.org>
4026         * smime.el (from): Remove unused declaration.
4028         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
4029         (gnus-float-time): On Emacs, always an alias.
4031         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
4032         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
4034 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4036         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
4038 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4040         * shr.el (browse-url-mailto): Autoload.
4042         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
4044         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4045         regexp doesn't need quoting.
4047 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
4049         * message.el (message-subject-trailing-was-ask-regexp)
4050         (message-subject-trailing-was-regexp): Match was: in addition to was.
4052 2010-11-09  Glenn Morris  <rgm@gnu.org>
4054         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
4055         (nnbabyl-check-mbox): Use point-at-bol.
4057 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4059         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
4061         * message.el (message-mailto): New function.
4062         (message-mailto): Should accept other parameters.
4063         (message-mailto): Remove since it duplicates browse-url-mailto
4064         functionality.
4066 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4068         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
4069         methods.
4070         (gnus-read-active-file): Ditto.
4072         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
4073         ": " from the prompt.
4074         (gnus-group-make-group): Ditto.
4076 2010-11-07  Glenn Morris  <rgm@gnu.org>
4078         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
4079         (gnus-bookmark-kill-line): Use point-at-eol.
4081 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4083         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4084         asterisks in From header.
4086 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4088         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4089         string to avoid making the From headers syntactically invalid.
4091         * message.el (message-send-mail): Don't insert courtesy messages if the
4092         message already has List-Post and List-ID messages.
4094 2010-11-06  Glenn Morris  <rgm@gnu.org>
4096         * gnus-art.el (gnus-treat-article): Give dynamic local variables
4097         `condition', `type', `length' a prefix.
4098         (gnus-treat-predicate): Update for above name changes.
4100 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
4102         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
4103         binding.  Handled by `gnus-summary-refer-thread' instead.
4104         (nnir-warp-to-article): New backend function.
4106         * nnimap.el (nnimap-request-thread): Force dependency updating.
4108         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
4109         (gnus-summary-refer-thread): Rework to improve thread-referral.
4111         * gnus-int.el (gnus-warp-to-article): New function.
4113         * gnus-sum.el (gnus-summary-article-map): Bind it.
4115 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
4117         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
4118         gnus-summary-refer-thread.
4120         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
4121         headers.
4122         (gnus-summary-limit-include-thread): Prevent articles in thread from
4123         being cut in gnus-cut-threads.
4124         (gnus-summary-refer-thread): Limit retrieved headers to those in
4125         thread.
4127 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4129         * message.el (message-send-mail): Use the value of
4130         message-courtesy-message from the message buffer.
4132         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
4134         * shr.el (shr-browse-url): Implement mailto: URLs.
4136         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
4137         "raw".
4139         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
4140         if it's already selected.
4142         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
4144 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4146         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
4147         to measure the length and truncate alt text.
4149 2010-11-03  Glenn Morris  <rgm@gnu.org>
4151         * nndiary.el (nndiary-generate-nov-databases-1)
4152         (nndiary-generate-active-info): Rename dynamic variable `files' to
4153         something less generic.
4155 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
4157         * nnir.el (nnir-request-move-article): Call the underlying backend to
4158         move articles from nnir.
4160 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4162         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
4164 2010-11-02  Julien Danjou  <julien@danjou.info>
4166         * nnir.el: Remove wais support.
4168 2010-11-02  Glenn Morris  <rgm@gnu.org>
4170         * gnus-html.el: Reorder requirements to quieten compiler.
4172 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4174         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
4175         properly for XEmacs as well.
4176         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
4177         (gnus-article-natural-long-line-p): Use window-width rather than
4178         frame-width.
4180 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
4182         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
4183         (nnir-read-parms): Don't modify query.
4184         (nnir-run-query): Add ability to search topic on current line.
4185         (nnir-get-active): Clean up.
4187 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4189         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
4190         degenerate articles.
4192         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
4193         (gnus-print-buffer): Just print the buffer as is, without any copying
4194         to a buffer and then re-highlighting.
4196         * nnimap.el (nnimap-request-group): Store the new updated info.
4197         (nnimap-request-group): Select the group when we don't know whether it
4198         exists or not.
4200         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
4201         groups.
4203         * gnus-group.el (gnus-group-find-new-groups): Display all the new
4204         groups.
4206         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
4207         groups.
4209         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
4210         long-lines case by only filling the long lines.
4212         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
4213         (bug #7311).
4215 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4217         * shr.el: No need to declare `declare-function' since shr.el is for
4218         only Emacsen that provide `libxml-parse-html-region'.
4220 2010-11-01  Glenn Morris  <rgm@gnu.org>
4222         * mm-util.el (gnus-completing-read): Autoload.
4223         (mm-read-coding-system): Simplify Emacs definition.
4225         * nnmail.el (gnus-activate-group):
4226         * nnimap.el (gnutls-negotiate):
4227         * nntp.el (netrc-parse): Fix declarations.
4229 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4231         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
4232         string-match-p in Emacs >=23.
4234         * gnus-msg.el (gnus-configure-posting-styles)
4235         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
4237 2010-11-01  Glenn Morris  <rgm@gnu.org>
4239         * nnir.el (declare-function): Add compat stub.
4240         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
4241         (nnir-run-gmane): Require 'mm-url.
4243         * mm-util.el (mm-string-to-multibyte): Simplify.
4245         * shr.el (declare-function): Add compat stub.
4246         (url-cache-create-filename): Declare.
4247         (mm-disable-multibyte, widget-convert-button): Autoload.
4249         * smime.el (ldap-search): Declare.
4250         (smime-cert-by-ldap-1): Require ldap on Emacs.
4252         * nnimap.el: Require nnmail, and gnus-sum when compiling.
4253         (nnimap-keepalive): Use gnus-float-time.
4255         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
4256         (mail-source-delete-crash-box): Use gnus-float-time.
4258         * gnus-dired.el (gnus-completing-read): Autoload.
4260         * mm-view.el (gnus-rescale-image): Autoload.
4262         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
4264         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
4266         * sieve-manage.el: Require 'cl when compiling.
4268         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
4269         (gnus-iswitchb-completing-read): Require iswitchb.
4270         (gnus-select-frame-set-input-focus): Silence compiler.
4272 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4274         * message.el (message-subject-trailing-was-query): Change default to t,
4275         since I think that's what most people want.
4277         * nnimap.el (nnimap-request-accept-article): Erase buffer before
4278         appending for easier debugging.
4279         (nnimap-wait-for-connection): Take a regexp.
4280         (nnimap-request-accept-article): Wait for the continuation line before
4281         sending anything unless we're streaming.
4283         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
4284         leave the header washing to take place.
4286 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4288         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
4289         regular expression match and replace in posting styles.
4291 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
4293         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
4294         an entire server.
4295         (nnir-get-active): New function.
4296         (nnir-run-imap): Use it.
4297         (nnir-run-gmane): Who knew, gmane search returns an article score!
4299         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
4300         server on the current line with nnir.
4302 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4304         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
4305         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
4306         left edge.
4307         (gnus-article-foldable-buffer): Skip past the prefix when determining
4308         raggedness.
4310         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
4311         the raw article, and change `C-u g' to show the article without doing
4312         treatments.
4314         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
4315         on to `gnus-treat-article'.
4316         (gnus-inhibit-article-treatments): New variable.
4318         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
4320         * gnus-art.el (gnus-treatment-function-alist): Have
4321         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
4322         (gnus-treat-fill-long-lines): Change default to fill all text/plain
4323         sections.
4325         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
4326         parameter.
4327         (gnus-article-fill-cited-long-lines): New function.
4328         (gnus-article-fill-cited-article): Allow filling only long sections.
4330         * shr.el (shr-find-fill-point): Don't break lines between punctuation
4331         and non-punctuation (like after the apostrophe in "'We").
4333         * gnus-sum.el (gnus-summary-select-article): Make sure
4334         gnus-original-article-buffer is alive.
4336         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
4337         reflect the order they're in in the digest.
4339         * gnus.el (gnus-group-startup-message): Move point to the start of the
4340         buffer.
4342         * nnimap.el (nnimap-capability): New function.
4343         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
4344         is set.
4346 2010-10-31  David Engster  <dengste@eml.cc>
4348         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
4349         conform with changes to gnus-completing-read.
4351 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4353         * shr.el (shr-tag-img): Output "*" instead of "[img]".
4355 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4357         * nnir.el: Move defvar, defcustom around to keep file organized
4358         and keep byte-compiler quiet.
4359         (nnir-read-parms): Accept search-engine as arg.
4360         (nnir-run-query): Pass search-engine as arg.
4361         (nnir-search-engine): Remove.
4363 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4365         * shr.el (shr-generic): The text nodes should be text, not :text.
4367         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
4368         later in the file.
4370 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4372         * nnir.el: General clean up.  Allow searching with multiple engines.
4373         Allow separate extra-parameters for each engine.
4374         Batch queries when possible.
4375         (nnir-imap-default-search-key,nnir-method-default-engines):
4376         Add customize interface.
4377         (nnir-run-gmane): New engine.
4378         (nnir-engines): Use it.  Qualify all prompts with engine name.
4379         (nnir-search-engine): Remove global variable.
4380         (nnir-run-hyrex): Restore for now.
4381         (nnir-extra-parms,nnir-search-history): New variables.
4382         (gnus-group-make-nnir-group): Use them.
4383         (nnir-group-server): Remove in favor of gnus-group-server.
4384         (nnir-request-group): Avoid searching twice.
4385         (nnir-sort-groups-by-server): New function.
4387 2010-10-30  Julien Danjou  <julien@danjou.info>
4389         * gnus-group.el: Remove gnus-group-fetch-control.
4391         * gnus-start.el (gnus-find-new-newsgroups):
4392         Remove gnus-check-first-time-used.
4394         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
4396 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4398         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
4399         set on groups that don't have \* permanentflags.
4401 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4403         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
4404         control the background color.
4405         (shr-tag-img): Ignore very small web bug type images.
4406         (shr-put-image): Add help-echo alt texts to the images.
4407         (shr-tag-video): Show the video poster image.
4409 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4411         * shr.el (shr-table-depth): New variable.
4412         (shr-tag-table-1): Only insert the images after the top-level table.
4414         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
4416         * gnus-util.el (gnus-list-memq-of-list): New function.
4418         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
4419         selected.
4420         (nnimap-unsplittable-articles): New slot.
4421         (nnimap-new-articles): Use it.
4423 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
4425         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
4426         move to the previous line on `M-g'.
4428 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4430         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
4431         *-request-group, which seems unnecessary.
4433         * nnimap.el (nnimap-quote-specials): Function copied over from
4434         imap.el.
4435         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
4436         they support that.  Suggested by Tom Regner.
4438 2010-10-29  Julien Danjou  <julien@danjou.info>
4440         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
4441         defalias.
4442         (gnus-summary-delete-marked-with): Remove obsolete defalias.
4444         * gnus.el: Remove `gnus-nntp-service' variable.
4445         (gnus-secondary-servers): Make obsolete.
4446         (gnus-nntp-server): Make obsolete.
4448         * gnus-start.el (gnus-1): Remove x-splash calls.
4450         * gnus-ems.el (gnus-x-splash): Remove.
4452         * gnus.el (gnus-group-startup-message): Simplify/update code.
4454         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
4455         capability before doing anything.
4456         (gnus-group-insert-group-line): Remove useless
4457         gnus-group-remove-excess-properties.
4459 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4461         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4463 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4465         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4466         config after reselecting.
4468 2010-10-28  Julien Danjou  <julien@danjou.info>
4470         * shr.el (shr-put-image): Use point even if only inserting text.
4471         (shr-put-image): Save excursion when inserting alt text on non-graphic
4472         display, so the behaviour is the same when we are on a graphic display.
4474         * nnir.el (nnir-run-swish-e): Remove hyrex support.
4476 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4478         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4479         (gnus-mime-copy-part): Check coding system, not charset.
4480         (gnus-mime-view-part-externally): Never remove part.
4481         (gnus-mime-view-part-internally): Don't remove part here.
4482         (gnus-article-part-wrapper): Make sure MIME tag is visible.
4483         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4484         multipart/alternative.
4486         * mm-decode.el (mm-display-part): Take optional arg `force'.
4488 2010-10-26  Julien Danjou  <julien@danjou.info>
4490         * gnus-group.el (gnus-group-default-list-level): Add this function to
4491         compute the default list level.
4492         (gnus-group-default-list-level): Add possibility to use a function.
4494 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4496         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4498         * gnus-group.el (gnus-group-completing-read)
4499         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4500         gnus-replace-in-string.
4502 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4504         * shr.el (shr-tag-div): Add.
4506 2010-10-25  Julien Danjou  <julien@danjou.info>
4508         * gnus-util.el: Remove `gnus-with-local-quit'.
4510         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4512 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4514         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4515         the original article buffer.
4517 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4519         * nnimap.el (nnimap-request-head): New function.
4520         (nnimap-request-move-article): Try to be slighly faster by not
4521         requesting the entire message when moving.
4522         (nnimap-transform-headers): Don't bug out on bodiless articles.
4523         (nnimap-send-command): Have no outstanding messages if the IMAP server
4524         doesn't support streaming.
4525         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4527 2010-10-24  Julien Danjou  <julien@danjou.info>
4529         * message.el (message-default-headers): Fix type.
4531 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4533         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4534         prefetching images.
4536         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4537         backend for unknown groups.  This is mainly useful for nnimap groups.
4539         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4540         group isn't covered by the agent.
4542 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
4544         * nnir.el (nnir-method-default-engines): New variable.
4545         (nnir-run-query): Use it.
4546         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4547         (gnus-summary-nnir-goto-thread): Change group if needed.
4549         * gnus-group.el (gnus-group-group-map): Add key binding for
4550         gnus-group-make-nnir-group.
4552 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4554         * shr.el (shr-tag-object): Add.
4556         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4557         original article buffer live.
4558         (gnus-summary-select-article-buffer):
4559         Mention gnus-widen-article-buffer.
4561 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4563         * shr.el (shr-tag-strong): Add.
4565 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4567         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4568         group names.  They mess up the group buffer badly.
4570         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4572         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4573         instead of the summary one.
4575 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4577         * mml.el (mml-preview): Work properly when editing article.
4579         * gnus-start.el (gnus-read-active-file-1): Don't add method to
4580         gnus-have-read-active-file if it's already been in.
4582 2010-10-22  Tom Tromey  <tromey@redhat.com>
4584         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4585         gnus-group-completing-read.
4587 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4589         * message.el (message-mode-map): Don't bind M-; to comment region, to
4590         allow the global comment-dwim to work.
4592 2010-10-21  Julien Danjou  <julien@danjou.info>
4594         * message.el (message-setup-1): Allow message-default-headers to be a
4595         function.
4597 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4599         * shr.el (shr-tag-table): Simplify.
4601 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4603         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4604         to avoid trying to snarf invalid stuff.
4606         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4608         * gnus.el (gnus-message-archive-group): Quote value.
4609         (gnus-message-archive-group): Mark as changed.
4611         * shr.el (shr-add-font): Don't put the font properties on the newline
4612         or the indentation.
4614         * message.el (message-fix-before-sending): Change options when sending
4615         non-printable characters.
4617         * gnus.el (gnus-message-archive-method): Change the default to
4618         monthly outgoing groups.
4620         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4621         that have gotten new numbers.
4623         * nnimap.el (nnimap-request-replace-article): New function.
4625 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4627         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4628         (nnrss-request-article): Don't use special html washing code.
4630 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4632         * shr.el (shr-tag-table): Remove useless nconc.
4634 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4636         * gnus-art.el (article-wash-html): Simplify and remove the charset
4637         stuff.  Use the normal html rendering code instead of the special html
4638         washing code.
4640         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4641         `gnus-w3m' symbols.
4642         (mm-text-html-washer-alist): Remove.
4644         * mm-decode.el (mm-inline-text-html-renderer): Remove.
4645         (mm-inline-media-tests): Remove use.
4646         (mm-text-html-renderer): Change default to the `shr' symbol.
4648         * mm-view.el (mm-inline-text-html): Remove use.
4650         * gnus-art.el (gnus-blocked-images): New function.  Allow the
4651         `gnus-blocked-images' to be a function.
4652         (gnus-article-wash-function): Remove.
4654 2010-10-20  Julien Danjou  <julien@danjou.info>
4656         * spam.el (spam-list-of-processors): Mark as obsolete.
4658         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4659         (nnimap-insert-partial-structure): Fix boundary detection.
4661 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
4663         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4664         run file-truename on remote files.  This can be expensive and even
4665         prevent one from editing drafts if some unrelated buffer has a stale
4666         connection.
4668 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4670         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4671         kinsoku-eol regardless of shr-kinsoku-shorten.
4672         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4673         (shr-tag-table): Support caption, thead, and tfoot.
4675 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4677         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4678         lines.
4679         (shr-save-contents): New command and keystroke.
4681         * nndoc.el (nndoc-type-alist): Add git support.
4682         (nndoc-git-type-p): New function.
4683         (nndoc-transform-git-article): Ditto.
4684         (nndoc-transform-git-headers): Ditto.
4685         (nndoc-transform-git-headers): Generate Subject headers.
4687         * shr.el (shr-parse-style): New function.
4688         (shr-tag-span): Ditto.
4690         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4691         to `G G' to avoid collisions.
4693 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4695         * shr.el: Load kinsoku if necessary.
4696         (shr-kinsoku-shorten): New internal variable.
4697         (shr-find-fill-point): Make kinsoku shorten text line if
4698         shr-kinsoku-shorten is bound to non-nil.
4699         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4700         shr-indentation too when testing if table is wider than frame width.
4701         (shr-insert-table): Use `string-width' instead of `length' to measure
4702         text width.
4703         (shr-insert-table-ruler): Make sure indentation is done at bol.
4705 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4707         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4708         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4709         undecoded network data.
4711 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4713         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4714         name in the mode line spec so that the mode line menu works
4715         (bug #2431).
4717         * message.el (message-get-reply-headers): If we're fed `to-address',
4718         then always use that.
4720         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4721         aren't so wide as to need to switch off the edit menu.
4723         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4724         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4726         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4727         `M-g'.
4728         (nnimap-update-info): Update flags/read marks even if \* isn't part of
4729         the permanent marks.
4731 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
4733         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4734         Splitting according to references/in-reply-to obeys the ignore-groups
4735         variable, while splitting by sender and subject do not.
4737 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4739         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4740         alist, so that we can look for non-Unicode chars.
4741         (article-translate-strings): Allow both character and string maps.
4743 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4745         * shr.el (shr-insert): Don't insert space behind a wide character
4746         categorized as kinsoku-bol, or between characters both categorized as
4747         nospace.
4749 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
4751         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
4752         headers to gnus-newsgroup-headers.
4754 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4756         * shr.el (shr-tag-img): Don't align images -- since we're not
4757         rescaling, this often leads to ugly displays.
4759 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
4761         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4762         duplicates.
4764 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4766         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4767         call.
4769 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4771         * gnus.el: Autoload gnus-html-show-images.
4773         * nnimap.el: Use nnheader-message throughout.
4775         * shr.el (shr-tag-img): Ignore images with no data.
4777 2010-10-15  Julien Danjou  <julien@danjou.info>
4779         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4780         a possibility to disable format=flow encoding when using hard newlines.
4782 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4784         * shr.el (shr-insert): Remove space inserted before or after a
4785         breakable character or at the beginning or the end of a line.
4786         (shr-find-fill-point): Do kinsoku; find the second best point or give
4787         it up if there's no breakable point.
4789 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4791         * nnimap.el (nnimap-open-connection): Message when opening connection
4792         for debugging purposes.
4794         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4795         on every setup buffer call to allow this to change from article to
4796         article.
4798         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4799         buffers where we have a wide table.
4801 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
4803         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4804         uses *-request-thread.
4806 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4808         * nnimap.el (nnimap-open-connection): Remove %s from openssl
4809         incantation, which is no longer valid.
4811 2010-10-14  Julien Danjou  <julien@danjou.info>
4813         * shr.el: Fix defcustom type (char -> character).
4815 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4817         * nnimap.el (nnimap-open-connection): tls-program should be a list of
4818         programs.
4820 2010-10-14  Julien Danjou  <julien@danjou.info>
4822         * shr.el (shr-tag-a): Use url-link as widget type.
4824         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4825         `gnus-group-get-icon'.
4827 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4829         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4830         This should make server editing work better.
4832         * shr.el (shr-find-fill-point): Don't inloop on indented text.
4834         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4835         (nnimap-parse-flags): Fix regexp.
4837         * shr.el (shr-find-fill-point): Use a filling algorithm that should
4838         probably work for CJVK text, too.
4840         * nnimap.el (nnimap-extend-tls-programs): Remove.
4841         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4843 2010-10-13  Julien Danjou  <julien@danjou.info>
4845         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4846         responses.
4848 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4850         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4852         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4853         anything in Emacs.
4855         * shr.el (shr-current-column): Remove buggy and unnecessary function.
4857 2010-10-13  Julien Danjou  <julien@danjou.info>
4859         * shr.el (shr-width): Make shr-width a defcustom with default to
4860         fill-column.
4861         (shr-tag-img): Use shr-width rather than fill-column.
4863 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4865         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4867         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4868         position when (X-)Faces exist.
4869         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4870         avatars when called interactively.
4872 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4874         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4875         gnus-article-x-face-too-ugly is bound.
4877 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4879         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4881         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4882         mailbox that doesn't exist.
4884 2010-10-12  Julien Danjou  <julien@danjou.info>
4886         * shr.el (shr-tag-img): Encode URL properly when retrieving.
4887         (shr-get-image-data): Encode URL properly when fetching from cache.
4888         (shr-tag-img): Use aligned-to spaces to align correctly images.
4890         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4891         before inserting the Gravatar.
4893         * shr.el (shr-tag-img): Add align attribute support for <img>.
4895 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4897         * gnus-gravatar.el (gnus-art): Require.
4899         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4900         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4901         Remove long obsoleted functions.
4903 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4905         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4907         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4908         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4909         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
4910         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
4911         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
4912         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
4913         Fix comment for declare-function.
4915 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4917         * nnimap.el (nnimap-request-rename-group): Select group read-only
4918         before renaming it.
4920         * shr.el (shr-insert): Fix up the white space only regexp.
4922         * nnimap.el (nnimap-transform-split-mail): Not all articles have
4923         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
4925         * shr.el (shr-current-column): New function.
4926         (shr-find-fill-point): New function.
4928 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4930         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4931         numbers.
4933 2010-10-11  Julien Danjou  <julien@danjou.info>
4935         * shr.el (shr-hr-line): Add.
4936         (shr-tag-hr): Use shr-hr-line to specify which character to use to
4937         display hr lines.
4938         (shr-max-columns): Do not change state to nil if we just inserting
4939         spaces.
4941 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4943         * gnus-topic.el (gnus-topic-read-group): If after the last group,
4944         select the last group.
4946 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4948         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4950 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4952         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4953         for Gnus.
4954         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4955         (nnimap-update-qresync-info): Mark \Seen articles as read.
4957         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4958         non-variable, too.
4960         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4961         available.
4962         (nnimap-update-info): Rely more on the current active than the param
4963         active to avoid marking articles as read too much.
4965         * auth-source.el (auth-source-create): Use (user-login-name) for the
4966         user name default.
4968         * nnimap.el (nnimap-update-info): If the server doesn't return any
4969         useful info, just use the previous info.
4970         (nnimap-update-info): Prefer old info over start-article.
4971         (nnimap-update-qresync-info): Finish implementing QRESYNC.
4973 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
4975         * nnir.el (autoload): Clean up autoloads.
4976         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
4977         Use key rather than value.
4978         (nnir-imap-search-other): New variable.
4979         (nnir-read-parm): Use it.
4980         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
4981         (gnus-summary-nnir-goto-thread): Modify to work with imap.
4983 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4985         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4986         the process, too.
4988 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4990         * spam.el (gnus-summary-mode-map): Bind to "$".
4991         Suggested by Russ Allbery.
4993         * shr.el: Rework the way things are indented by <li> slightly.
4995         * gnus.el (gnus-group-set-parameter): Fix typo.
4997         * nnimap.el: Start implementing QRESYNC support.
4999 2010-10-09  Julien Danjou  <julien@danjou.info>
5001         * nnir.el (nnir-engines): Fix too many arguments.
5003 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5005         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
5006         group is the "last", so that the backends like nnfolder actually save
5007         their folders.
5009         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
5010         try to use that for the tls stream.
5011         (nnimap-retrieve-group-data-early): Rework the marks code to heed
5012         UIDVALIDITY and find out which groups are read-only and not.
5013         (nnimap-get-flags): Use the same marks parsing code as the rest of
5014         nnimap.
5016 2010-10-09  Julien Danjou  <julien@danjou.info>
5018         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
5020         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
5021         retrieving gravatars.
5023         * shr.el (shr-table-corner): Add.
5024         (shr-table-line): Add.
5025         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
5027 2010-10-08  Julien Danjou  <julien@danjou.info>
5029         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
5031 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
5033         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
5035         * gnus-sum.el (gnus-mark-article-as-unread)
5036         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
5037         (gnus-summary-set-bookmark): Use it.
5039         * gnus-msg.el (gnus-setup-message): Use it.
5041         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5043         * gnus.el (gnus-group-remove-parameter): Use it.
5045         * gnus-group.el (gnus-group-make-web-group): Use it.
5047         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5049         * nnregistry.el: Update docs to mention manual.
5051         * gnus-registry.el: Update docs to mention nnregistry.el.
5052         (gnus-registry-initialize): Don't install nnregistry refer method
5053         automatically.
5054         (gnus-registry-install-nnregistry): Remove it.
5056 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5058         * shr.el (shr-insert): Don't insert double spaces.
5060 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5062         * gnus-gravatar.el (gnus-treat-from-gravatar)
5063         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5064         called interactively.
5066         * gnus-art.el (gnus-mime-view-part-externally)
5067         (gnus-mime-view-part-internally): Make predicate function passed to
5068         gnus-mime-view-part-as-type assume argument is a mime type, not a list
5069         of a mime type.
5071         * shr.el (shr-table-widths): Don't use cl function `reduce'.
5073 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5075         * shr.el (require): Require cl when compiling.
5076         (shr-tag-hr): New function.
5078         * nnimap.el (nnimap-update-info): Remove double setting of high.
5079         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
5080         This makes nnimap work properly on Courier again.
5082         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
5083         the variable for backwards compatibility.
5085         * mm-decode.el (mm-save-part): If given a non-directory result, expand
5086         the file name before using to avoid setting mm-default-directory to
5087         nil.
5089         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
5090         bidning gnus-agent variables.
5092         * shr.el (shr-render-td): Use a cache for the table rendering function
5093         to avoid getting an exponential rendering behaviour in nested tables.
5094         (shr-insert): Rework the line-breaking algorithm.
5095         (shr-insert): Don't leave trailing spaces.
5096         (shr-insert-table): Also insert empty TDs.
5097         (shr-tag-blockquote): Ensure paragraphs after </ul>.
5099 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5101         * gnus-sum.el (gnus-number): Rename from `number'.
5102         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
5103         (gnus-summary-limit-children): Update uses correspondingly.
5105 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5107         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
5108         (gnus-gravatar-transform-address): Don't show avatars of people of
5109         which mail addresses match gnus-gravatar-too-ugly.
5111 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5113         * shr.el (shr-table-widths): Expand TD elements to fill available
5114         space.
5116 2010-10-07  Julien Danjou  <julien@danjou.info>
5118         * nnimap.el (nnimap-request-rename-group): Add this method.
5120 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5122         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
5123         name from XEmacs' function-arglist.
5125         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
5126         gravatar under XEmacs.
5128 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
5130         * auth-source.el: Update docs with TODO items.
5132         * gnus-sync.el: Update docs to explain state and plans.
5134         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
5135         Hooks for mark updates.
5136         (gnus-request-set-mark, gnus-request-update-mark): Use them.
5138         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
5139         hooks with arguments, which is needed for mark update hooks.
5141 2010-10-06  Julien Danjou  <julien@danjou.info>
5143         * gnus.el (gnus-expand-group-parameter): Only return and act on what
5144         was matched.
5146         * sieve-manage.el: Update example in `Commentary'.
5148         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
5150         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
5151         not 2000.
5152         (sieve-manage-authenticate): Re-add function.
5154 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5156         * shr.el (shr-insert): Get 'space transition right.
5157         (shr-render-td): Only delete space at the end of the TD.
5159         * nnimap.el (nnimap-open-connection): Prepare to support
5160         open-gnutls-stream.
5162         * shr.el: Rearrange function order to be more logical.
5164 2010-10-06  Julien Danjou  <julien@danjou.info>
5166         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
5167         (nnrss-discover-feed): Remove 404 URL in docstring.
5169         * nnir.el: Fix Swish-E URL.
5170         Fix Namazu URL.
5172         * message.el (message-change-subject): Remove 404 URL in a comment.
5174 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5176         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
5177         called interactively.
5179         * gnus-util.el (gnus-remove-if): Allow hash table.
5180         (gnus-remove-if-not): New function.
5182         * gnus-art.el (gnus-mime-view-part-as-type)
5183         * gnus-score.el (gnus-summary-score-effect)
5184         * gnus-sum.el (gnus-read-move-group-name):
5185         Replace remove-if-not with gnus-remove-if-not.
5187         * gnus-group.el (gnus-group-completing-read):
5188         Regard collection as a hash table if it is not a list.
5190 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5192         * shr.el (shr-render-td): Allow blank/missing <TD>s.
5194         * shr.el: Document the table-rendering algorithm.
5196         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
5197         invalid URLs.
5199         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
5200         line-broken.
5201         (shr-tag-img): Ignore image fetching errors.
5202         (shr-overlays-in-region): Compute overlay positions correctly.
5204         * mm-decode.el (mm-shr): Require shr.
5206         * gnus-art.el (gnus-blocked-images): Move variable here.
5208         * shr.el (shr-insert-table): Bind free variable.
5210         * mm-decode.el (mm-shr): Bind shr-content-function.
5212         * shr.el (shr-content-function): New variable.
5214         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
5215         added for symmetry.
5217         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
5219         * gnus-group.el (gnus-group-make-group): Doc fix.
5221         * nnimap.el (nnimap-request-newgroups): Return success.
5223         * shr.el (shr-find-elements): New function.
5224         (shr-tag-table): Put all the images after the table.
5225         (shr-tag-table): Really inhibit images inside the table.
5226         (shr-collect-overlays): Copy over overlays from the TD elements to the
5227         main document.
5229         * mm-decode.el (mm-shr): Bind shr-blocked-images to
5230         gnus-blocked-images.
5232 2010-10-05  Julien Danjou  <julien@danjou.info>
5234         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
5236         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
5237         (gnus-html-maximum-image-size): Add this function.
5238         (gnus-html-put-image): Use gnus-html-maximum-image-size.
5240         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
5241         server-value of the capability is nil.
5243 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5245         * shr.el (shr-tag-em): Add <EM> tag.
5247 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
5249         * sieve-manage.el (sieve-manage-default-stream): Make default stream
5250         customizable.
5252         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
5253         handing broken links to browse-url.
5255 2010-10-05  Julien Danjou  <julien@danjou.info>
5257         * gnus-util.el (gnus-emacs-completing-read)
5258         (gnus-iswitchb-completing-read): Use autoload rather than require.
5260 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5262         * gnus-util.el (gnus-completing-read-function): Exclude
5263         gnus-icompleting-read and gnus-ido-completing-read from candidates for
5264         XEmacs since iswitchb.el is very old and ido.el is unavailable in
5265         XEmacs.
5267         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
5268         not to use `delete-dups' that is unavailable in XEmacs 21.4.
5270         * gnus-html.el: Don't require help-fns under XEmacs.
5271         (gnus-html-schedule-image-fetching): Work for XEmacs.
5273         * mm-decode.el (mm-shr): Decode contents by charset.
5275 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5277         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
5278         unknown.
5280         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
5281         (shr-get-image-data): Ensure against the cache file missing.
5283         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
5284         for data.
5286         * spam-report.el (spam-report-url-ping-plain): Don't query about
5287         killing the process.
5289         * shr.el (shr-render-td): Protect against too-wide text.
5291 2010-10-04  Julien Danjou  <julien@danjou.info>
5293         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
5294         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
5296         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
5297         retrieved.
5299 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5301         * shr.el (browse-url): Require.
5302         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
5303         lines.
5304         (shr-show-alt-text, shr-browse-image): New commands.
5305         (shr-browse-url, shr-copy-url): New commands.
5307         * gnus-sum.el (gnus-widen-article-window): New variable.
5308         (gnus-summary-select-article-buffer): Use it.
5310         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
5311         without @ signs.
5313 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5315         * nnir.el (nnir-run-imap): Remove spurious space in search string.
5317 2010-10-04  Julien Danjou  <julien@danjou.info>
5319         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
5320         for XEmacs.
5322 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5324         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
5326         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
5327         (nnimap-close-server): Implement.
5329         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
5330         (shr-insert): Tweak line breaking.
5331         (shr-insert): Handle <pre> better.
5332         (shr-tag-li): Get <li> indentation right.
5333         (shr-tag-li): Get <li> indentation even righter.
5334         (shr-tag-blockquote): Ensure paragraph start.
5335         (shr-make-table): Tweak table generation.
5336         (shr-make-table): Fix typo.
5338         * shr.el: Implement table rendering.
5340 2010-10-04  Julien Danjou  <julien@danjou.info>
5342         * gnus-html.el (gnus-html-put-image): Fix resize image code.
5344 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5346         * shr.el (shr-insert): Use string anchors instead of line anchors.
5348 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5350         * shr.el: Add headings.
5351         (shr-ensure-paragraph): Actually work.
5352         (shr-tag-li): Make <ul> prettier.
5353         (shr-insert): Get white space at the beginning/end of elements right.
5354         (shr-tag-p): Collapse subsequent <p>s.
5355         (shr-ensure-paragraph): Don't insert double line feeds after blank
5356         lines.
5357         (shr-insert): \t is also space.
5358         (shr-tag-s): Fix "s" tag name function.
5359         (shr-tag-s): Fix face prop name.
5361 2010-10-03  Julien Danjou  <julien@danjou.info>
5363         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
5365         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
5366         gnus-window-inside-pixel-edges.
5368         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
5369         gnus-ems.
5371         * mm-view.el (mm-inline-image-emacs): Support image resizing.
5373         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
5374         function.
5376         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
5377         resize choice.
5379 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5381         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
5382         beginning of the buffer.
5384         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
5385         article buffer again.
5387         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
5389         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
5390         when it's at the start of the buffer.
5392         * shr.el (shr-tag-blockquote): Convert name.
5393         (shr-rescale-image): Use the right image-size variant.
5395         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
5396         buffer isn't shown, then select the current article first instead of
5397         bugging out.
5398         (gnus-summary-select-article-buffer): Show both the article and summary
5399         buffers again.
5401         * shr.el (shr-fontize-cont): Protect against regions with no text.
5402         Rename tag functions to shr-tag-* for enhanced security.
5403         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
5405 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
5407         * shr.el (shr-insert):
5408         * pop3.el (pop3-movemail):
5409         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
5410         loaded.
5412 2010-10-03  Glenn Morris  <rgm@gnu.org>
5414         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
5416         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
5418         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
5420         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
5422         * gnus-util.el (gnus-make-local-hook): Simplify.
5424 2010-10-02  Julien Danjou  <julien@danjou.info>
5426         * gnus-util.el (gnus-iswitchb-completing-read): New function.
5427         (gnus-ido-completing-read): New function.
5428         (gnus-emacs-completing-read): New function.
5429         (gnus-completing-read): Use gnus-completing-read-function.
5430         Add gnus-completing-read-function.
5432 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5434         * shr.el (shr-insert-document): Autoload.
5435         (shr-img): Be silent.
5436         (shr-insert): Add a newline after every picture before text.
5437         (shr-add-font): Use overlays for combining faces.
5438         (shr-insert): Pass upwards the text start point.
5440         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
5441         possible.
5442         (mm-shr): New function.
5444 2010-10-02  Julien Danjou  <julien@danjou.info>
5446         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5447         should go backward.
5449 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
5451         * shr.el (shr): Fix typo in provide call.
5453 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5455         * shr.el: New file.
5457         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5459         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5460         completing read.
5462 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5464         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5465         we're being queried about.  Suggested by Dan Jacobson.
5467         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5468         Suggested by Jason Eisner.
5470         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5471         table, too.  Suggested by Stefan Wiens.
5472         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5473         the table unnecessary.  Suggested by Stefan Wiens.
5475         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5476         longer needed, and probably doesn't work either, as pointed out by
5477         Stefan Wiens.
5478         (gnus-summary-exit): Remove call to the clearing function.
5479         (gnus-summary-exit-no-update): Ditto.
5481         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5482         instead of gnus-eval-in-buffer-window to avoid popping up frames.
5483         Reported by Stefan Monnier.
5484         (gnus-summary-save-in-rmail): Ditto.
5486         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5487         article buffer, instead of both the article buffer and the summary
5488         buffer.  Sort of suggested by Dan Jacobson.
5490         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5492         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5493         Suggested by Dan Jacobson.
5495         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5496         documentation clearer.
5498         * message.el (message-shorten-references): Comment on the number "21".
5499         Suggested by Stefan Monnier.
5501         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5502         Suggested by Dan Jacobson.
5504         * gnus.el (gnus-large-newsgroup):
5505         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
5507         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5508         externalize attachments.  Bug reported by Steve Wen.
5510         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5511         really message anything to the user.
5513         * nnmail.el (nnmail-article-group): Allow using the fancy split method
5514         directly.
5516         * nnimap.el (nnimap-request-group): Low higher than high to signal no
5517         messages in empty groups.
5519 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
5521         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5522         non-UIDNEXT group.
5524 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5526         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5527         not the value from the collection.
5529         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5530         values.  This sometimes happens on some groups that have no info.
5531         (nnimap-request-newgroups): New function.
5533 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
5535         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5536         check into `gnus-registry-initialize'.
5537         (gnus-registry-initialize): Ditto.
5538         Fix and extend header docs.
5540 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5542         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5543         regexp backtrace overflows.
5545         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5546         for starttls that tls.el implements; i.e. openssl.
5548 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5550         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5551         (gravatar-create-image): New function that's an alias to
5552         gnus-xmas-create-image, gnus-create-image, or create-image.
5553         (gravatar-data->image): Use it.
5555 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
5557         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5558         install the nnregistry refer method.
5559         (gnus-registry-install-hooks): Use it.
5560         (gnus-registry-unfollowed-groups): Add nnmairix to the default
5561         unfollowed groups.
5563 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
5565         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5566         expanding threads.
5568 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5570         * nnir.el: Use the server names without suffixes (bug #7009).
5572         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5573         unencrypted to STARTTLS, if possible.
5575 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5577         * message.el (message-ignored-supersedes-headers): Strip Injection-*
5578         headers before superseding.
5580 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5582         * nnrss.el (nnrss-use-local): Add documentation.
5584         * nnimap.el (nnimap-extend-tls-programs): New function.
5585         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5586         (nnimap-wait-for-connection): Accept the greeting from the stupid
5587         output from openssl s_client -starttls, too.
5589         * nnimap.el (nnimap-find-article-by-message-id): Really return the
5590         article number.
5591         (nnimap-split-fancy): New variable.
5592         (nnimap-split-incoming-mail): Use it.
5594         * nntp.el (nntp-server-list-active-group): Document.
5596         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5597         SELECT to get the message-id.
5599         * mail-source.el (mail-sources): Remove webmail support.
5600         (defvar): Ditto.
5601         (mail-source-fetcher-alist): Ditto.
5602         (mail-source-fetch-webmail): Remove.
5604         * webmail.el: Remove -- doesn't seem relevant any more.
5606         * gnus.el: Fix up make-obsolete-variable declarations throughout.
5608         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5609         the \r.
5611 2010-09-30  Julien Danjou  <julien@danjou.info>
5613         * gnus-agent.el (gnus-agent-add-group): Fix call to
5614         gnus-completing-read.
5616 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5618         * nndoc.el (nndoc-retrieve-groups): New function.
5620         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5621         `default', use nnmail-split-methods.
5622         (nnimap-request-article): Downcase the NILs so that they are nil.
5624         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5625         symbol.
5627         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5628         code, since if the user has requested network, that's what they ought
5629         to get.
5630         (nnimap-request-set-mark): Erase the buffer before issuing commands.
5631         (nnimap-split-rule): Mark as obsolete.
5633         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5634         New variable.
5636         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5637         correct slot, too.
5639 2010-09-29  Julien Danjou  <julien@danjou.info>
5641         * gnus.el (gnus-local-domain): Declare variable obsolete.
5643         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5644         Fix history computing.
5645         (gnus-ido-completing-read): Require ido.
5647 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5649         * gnus-registry.el: Don't prompt on load, which makes it impossible to
5650         build Gnus.
5652         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5653         when interpreting the structures.
5654         (nnimap-request-accept-article): Add \r\n to the lines to make this
5655         work with Cyrus.
5657         * nndraft.el (nndraft-request-expire-articles): Use the group name
5658         instead if "nndraft".  Fix found by Nils Ackermann.
5660 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
5662         * nnregistry.el: Add.
5664 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5666         * nnmail.el (group, group-art-list, group-art):
5667         Remove unneeded directives.
5669 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5671         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5672         (mm-mime-charset)
5673         * rfc2047.el (rfc2047-syntax-table)
5674         * utf7.el (utf7-utf-16-coding-system): Comment fix.
5676         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5677         rather than `insert-file-contents' and `eval-region'.
5679 2010-09-29  Julien Danjou  <julien@danjou.info>
5681         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5682         replacement of `gnus-gravatar-relief' to mimic
5683         `gnus-faces-properties-alist'.
5684         Add :version property.
5686 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5688         * mail-source.el (mail-source-report-new-mail)
5689         * message.el (message-default-mail-headers)
5690         * mm-decode.el (mm-valid-image-format-p): Comment fix.
5692         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5694 2010-09-28  Julien Danjou  <julien@danjou.info>
5696         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5697         mail-address contains the same string as real-name.
5699         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5700         non-blank in header, otherwise it'll get stripped.
5702         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5703         real-name, and then for mail address rather than doing : or , search.
5705 2010-09-27  Julien Danjou  <julien@danjou.info>
5707         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5708         right completing-read function.
5709         (gnus-use-ido): New variable
5710         (gnus-completing-read-with-default): Remove.
5711         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5712         (gnus-agent-add-group):
5713         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5714         * mm-view.el (mm-view-pkcs7-decrypt):
5715         * mm-util.el (mm-codepage-setup):
5716         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5717         * mml-smime.el (mml-smime-openssl-sign-query):
5718         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5719         (mml-insert-multipart):
5720         * gnus-msg.el (gnus-summary-yank-message):
5721         * gnus-int.el (gnus-start-news-server):
5722         * mm-decode.el (mm-interactively-view-part):
5723         * gnus-dired.el (gnus-dired-attach):
5724         * gnus.el (gnus-read-method):
5725         * gnus-bookmark.el (gnus-bookmark-jump):
5726         * gnus-art.el (gnus-mime-view-part-as-type)
5727         (gnus-mime-action-on-part, gnus-article-encrypt-body):
5728         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5729         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5730         * nnmairix.el (nnmairix-create-server-and-default-group)
5731         (nnmairix-update-groups, nnmairix-get-server)
5732         (nnmairix-backend-to-server, nnmairix-goto-original-article)
5733         (nnmairix-get-group-from-file-path):
5734         * nnrss.el (nnrss-find-rss-via-syndic8):
5735         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5736         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5737         (gnus-group-browse-foreign-server):
5738         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5739         (gnus-summary-execute-command, gnus-summary-respool-article)
5740         (gnus-read-move-group-name):
5741         * gnus-score.el (gnus-summary-increase-score)
5742         (gnus-summary-score-effect):
5743         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5745 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5747         * nnimap.el (auth-source-forget-user-or-password)
5748         (auth-source-user-or-password): Autoload.
5750         * message.el (message-from-style, message-interactive)
5751         (message-signature): Remove comment.
5752         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
5753         always.
5754         (message-sendmail-envelope-from): Comment fix.
5755         (message-yank-prefix): Default to mail-yank-prefix always.
5756         (message-indentation-spaces):
5757         Default to mail-indentation-spaces always.
5758         (message-signature-file): Default to mail-signature-file always.
5760 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5762         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5763         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5764         new articles.
5766         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5767         parts.
5768         (nnimap-request-article): Work with the t setting, too.
5770         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5771         that you don't get flashes of other buffers.
5772         (gnus-summary-show-complete-article): Intern before setting.
5774 2010-09-27  David Engster  <dengste@eml.cc>
5776         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5777         well as HEADERS.
5778         (nnmairix-retrieve-headers): Provide new argument for the above.
5780 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5782         * gnus-sum.el (gnus-summary-move-article): Don't alter
5783         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
5784         group.
5786         * nnimap.el (nnimap-update-info): Don't destructively alter active.
5788         * message.el (message-cite-prefix-regexp): Revert my last edit.
5790         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5791         variable instead of the Gnus variable.
5793         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5795         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5797         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5798         since some servers don't like it.
5799         (nnimap-open-connection): Forget credentials if the server says the
5800         password was wrong.
5801         (nnimap-parse-line): Protect against invalid data.
5803         * gnus-sum.el (gnus-summary-move-article): Add comment.
5804         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5805         nothing alters it while scanning for new messages.
5807         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5808         which may or may not help.
5809         (nnimap-open-connection): If we're doing a stream connection, and then
5810         discover we're on a STARTTLS-capable server, then open a STARTTLS
5811         connection instead.
5813 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5815         * nnimap.el (utf7): Require.
5817         * message.el (message-cite-prefix-regexp): Remove "}" from citation
5818         prefix.
5820 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
5822         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5824 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5826         * nnimap.el (nnimap-request-accept-article): Message the error on
5827         error.
5829 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5831         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5833 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5835         * nndoc.el (nndoc-request-list): Return success always.
5837         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5838         `fetch-old' -- we only want to fetch the articles we've requested.
5839         The rest are in the agent, probably.
5840         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5841         disappeared server" to something low.  It's not important.
5843         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5844         arrived before the FETCH data.
5846         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5847         target here, because we don't know the Gnus name of the group.
5849         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5850         for the correct group.
5852         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5854         * gnus.el (gnus): Give a final warning after startup.
5856         * gnus-util.el (gnus-action-message-log): New variable.
5857         (gnus-message): Use it.
5858         (gnus-final-warning): New function.
5860         * nnimap.el (nnimap-open-connection): Record the greeting.
5861         (nnimap): Add greeting.
5863 2010-09-26  Julien Danjou  <julien@danjou.info>
5865         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5866         arguments.
5867         (gnus-html-wash-images): Fix spec computing to include start/end.
5869         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5871 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5873         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5874         deletion.
5875         (nnimap-retrieve-headers): Don't select the group, because that's
5876         already done by nnimap-possibly-change-group.
5878         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5879         (gnus-picon-transform-address): Use it.
5881         * mail-source.el (mail-source-value): Revert previous patch.
5883         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5884         on failure.
5885         (nnimap-open-connection): Look up both virtual and physical server name
5886         credentials.
5888         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5890 2009-02-08  Dave Love  <fx@gnu.org>
5892         * gnus-win.el (gnus-window-to-buffer-helper)
5893         (gnus-all-windows-visible-p): Function needn't be a symbol.
5895         * mail-source.el (mail-source-value): Function needn't be a symbol.
5897 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5899         * message.el (message-cite-prefix-regexp): Remove } from the cite
5900         prefix.
5902         * gnus-art.el (gnus-treatment-function-alist): Do picons before
5903         highlight again, so that the highlight is correct.
5905         * gnus-picon.el (gnus-picon): Remove again.
5906         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5908         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5909         doing the header highlightling, so that the background colour of the
5910         picon is correct.
5912         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5913         (gnus-picon): Ditto.
5914         (gnus-picon): Reinstate.  The background colour for picons is white.
5915         (gnus-picon-insert-glyph): Make the background white.
5917         * nnml.el (nnml-open-nov): Don't return dead buffers.
5919         * auth-source.el (auth-source-create): Query the user for whether to
5920         store the credentials.
5922         * auth-source.el (auth-source-user-or-password): Use the existing auth
5923         sources, if any, for creation.
5925         * gnus.el (gnus-group-fast-parameter): Return the last matching
5926         parameter instead of the first matching parameter.
5928 2010-09-26  Julien Danjou  <julien@danjou.info>
5930         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5932 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5934         * mml2015.el (mml2015-use): Remove gpg support.
5936         * mml1991.el (mml1991-function-alist): Remove gpg function.
5937         (mml1991-gpg-sign): Remove.
5939 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
5941         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5942         (gnus-browse-unsubscribe-current-group): Document it.
5943         (gnus-browse-unsubscribe-group): Use it.
5945 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5947         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5948         address to the To list for easier response.
5950         * gnus.el (gnus-play-startup-jingle): Remove.
5951         (gnus-splash): Don't play jingle.
5952         (gnus): Silence gnus-load message.
5954         * gnus-art.el (gnus-treat-play-sounds): Remove.
5956         * gnus.el (gnus-play-jingle): Remove audio support.
5958         * gnus-cus.el (gnus-score-customize): Remove audio reference.
5960         * earcon.el: Remove -- no users.
5962         * gnus-audio.el: Remove -- no users of this package.
5964         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
5966         * gnus-start.el (gnus-setup-news): Remove nocem support.
5968         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
5970         * gnus.el (gnus-use-nocem): Remove.
5972         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
5973         Remove.
5975         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
5976         uses NoCeM any more.
5978         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
5979         (gnus-button-ctan-handler): Ditto.
5980         (gnus-button-handle-ctan-bogus-regexp): Ditto.
5981         (gnus-button-ctan-directory-regexp): Ditto.
5982         (gnus-button-handle-ctan): Ditto.
5983         (gnus-button-tex-level): Ditto.
5984         (gnus-button-alist): Remove CTAN stuff.
5986 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5988         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
5989         nnimap-streaming test.
5991         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
5992         servers twice.
5994         * nnimap.el (nnimap-open-connection): Add more error reporting when
5995         nnimap fails early.
5997         * nnheader.el (nnheader-get-report-string): New function.
5998         (nnheader-get-report): Use it.
6000         * gnus-int.el (gnus-check-server): Say what the error was when opening
6001         failed.
6003         * nnimap.el (nnimap-wait-for-response): Search further when we're not
6004         using streaming.
6006 2010-09-25  Julien Danjou  <julien@danjou.info>
6008         * gnus-html.el (gnus-html-rescale-image): Use our defalias
6009         gnus-window-inside-pixel-edges.
6011 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6013         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
6015         * mm-decode.el (mm-save-part): Allow saving to other directories the
6016         normal Emacs way.
6018         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
6019         Suggested by Jay Berkenbilt.
6021         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
6022         there isn't a single byte.
6024         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
6025         just do it.  It doesn't really seem to matter what the user responds
6026         here, I think, so it's just a confusing question.
6028         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
6029         non-streaming case.
6031         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
6032         (gnus-article-encrypt-body): Use it.
6034         * gnus-sum.el (gnus-summary-show-complete-article): New command and
6035         keystroke.
6037         * nnimap.el (nnimap-find-wanted-parts-1):
6038         Use gnus-fetch-partial-articles.
6040         * gnus-art.el (gnus-fetch-partial-articles): New variable.
6042         * nnimap.el (nnimap-insert-partial-structure): New function.
6043         (nnimap-get-partial-article): New function.
6044         (nnimap-request-article): Use it.
6045         (nnimap-wait-for-response): Return whether the wait was successful.
6046         (nnimap-finish-retrieve-group-infos): Don't do anything if the
6047         retrieval wasn't successful.
6048         (nnimap-retrieve-group-data-early): Allow throttling servers.
6049         (nnimap-streaming): New variable.
6050         (nnimap-fetch-partial-articles): Remove.
6052         * mm-decode.el (mm-with-part): Protect against killed buffers.
6054         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
6055         for prettier summary display.
6057 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
6059         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
6061 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6063         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
6064         apparently third-party libraries depend on it.
6066         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
6067         before starting negotiation.
6069         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
6070         privacy reasons.
6071         (gnus-treat-mail-gravatar): Ditto.
6073         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
6074         buffer when inserting images.  Inserting text into the headers, for
6075         instance, can make them invalid.
6077 2010-09-25  Julien Danjou  <julien@danjou.info>
6079         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
6080         variables.
6082         * nnheader.el: Remove useless variables news-reply-yank-from and
6083         news-reply-yank-message-id.
6085         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
6086         variables.
6088         * mml1991.el: Remove useless mml1991-verbose.
6090         * gnus.el: Remove useless variable gnus-use-generic-from.
6091         Remove obsolete variable gnus-topic-indentation.
6093         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
6095         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
6097         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
6099         * gnus-group.el: Remove useless gnus-group-icon-cache.
6100         Remove useless gnus-ephemeral-group-server.
6102         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
6104         * mml2015.el: Remove useless mml2015-verbose.
6106         * mml-smime.el: Remove useless mml-smime-verbose.
6108         * gnus.el: Remove useless gnus-local-domain.
6110         * gnus-gravatar.el (gnus-gravatar-transform-address):
6111         Use gnus-gravatar-size.
6113         * gnus-art.el: Remove useless gnus-treat-translate.
6115 2010-09-24  Julien Danjou  <julien@danjou.info>
6117         * gnus-sum.el: Add support for Gravatars.
6119         * gnus-art.el: Add support for Gravatars.
6121         * gnus-gravatar.el: Add this file.
6123         * gravatar.el: Add this file.
6125 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6127         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
6129         * gnus-group.el (gnus-group-fetch-faq): Remove.
6131         * gnus.el (gnus-group-faq-directory): Remove.
6133         * gnus-group.el (gnus-group-fetch-charter): Remove.
6135         * gnus.el (gnus-group-charter-alist): Remove.
6137         * gnus-group.el (gnus-group-archive-directory): Remove.
6138         (gnus-group-recent-archive-directory): Ditto.
6139         (gnus-group-make-archive-group): Remove.
6141         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
6143         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
6144         use the same article number for all the cached articles.
6146         * nnimap.el (nnimap-command): Register the last command time so
6147         that we can use it for idling NOOPs.
6148         (nnimap-open-connection): Start the keeplive timer.
6149         (nnimap-make-process-buffer): Store all the process buffers.
6150         (nnimap-keepalive): New function.
6152         * starttls.el (starttls-open-stream): Add autoload cookie.
6154 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6156         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
6157         handling.
6159 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6161         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
6162         its data structures.
6164         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
6165         instead of the cl.el copy-list.
6166         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
6167         equalp.
6169 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6171         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
6172         and tool-bar-local-item-from-menu.
6174         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
6175         mode-line-highlight face for Emacs.
6177         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
6178         loading gnus-sum.elc; fix comment for canlock-verify.
6179         (gnus-article-jump-to-part): Use read-number.
6180         (gnus-insert-mime-button, gnus-insert-mime-security-button):
6181         Remove Emacs pre-21 compatible code for help-echo.
6182         (gnus-article-next-page-1): No need to adjust the number of lines.
6183         (gnus-article-describe-bindings): Always use help-buffer.
6185         * gnus-audio.el (gnus-audio-inline-sound)
6186         * gnus-cus.el (gnus-custom-mode)
6187         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
6189         * gnus-sum.el (gnus-remove-overlays): Doc fix.
6191         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
6192         compatible code.
6194 2010-09-24  Glenn Morris  <rgm@gnu.org>
6196         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
6197         visiting the fcc file in rmail-mode.
6199 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6201         * nnir.el: Silence the byte compiler.
6203         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
6204         alias to browse-url-url-encode-chars if any.
6205         (gnus-html-encode-url): Use it.
6207 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6209         * gnus-start.el (gnus-use-backend-marks): New variable.
6210         (gnus-get-unread-articles-in-group): Use it.
6212         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
6213         makeover.
6215 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6217         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
6219 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6221         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6222         Remove.
6223         (gnus-setup-news-hook):
6224         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
6226         * gnus-int.el (gnus-request-update-info): Protect against backends not
6227         having the function.
6229         * nnimap.el (nnimap-stream): Mention starttls.
6230         (nnimap-open-connection): Add starttls support.
6232 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6234         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
6236 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6238         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
6239         BODYSTRUCTUREs.
6240         (nnimap-transform-headers): Unfold quoted {42} headers.
6242         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
6243         the info.
6244         (gnus-get-unread-articles): Only call updatep on backends that support
6245         it.
6247         * nnweb.el (nnweb-request-update-info): NOOP.
6249         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
6251         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
6252         since it only deals with marks.
6254         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
6255         gnus-request-marks, and make a new gnus-request-update-info.
6257         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
6258         the active instead of the high number, which is usually too low.
6260 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
6262         * encrypt.el: Remove.
6264 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6266         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
6267         server in symbolic form.
6269         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
6271 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6273         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
6274         (nnimap-update-info): Fix up code slightly.
6276         * gnus-int.el (gnus-open-server): Add tracing for performance
6277         debugging.
6279         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
6280         (gnus-group-insert-group-line): Pass the real group name so that it
6281         gets the right data.
6283         * gnus-start.el (gnus-get-unread-articles): Don't have
6284         `gnus-get-unread-articles-in-group' update info, since that can be
6285         really slow and doesn't seem to be needed?
6287 2010-09-22  Julien Danjou  <julien@danjou.info>
6289         * gnus-group.el (gnus-group-insert-group-line):
6290         Call gnus-group-highlight-line.
6291         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
6292         default hook list.
6293         (gnus-group-update-eval-form): Add new function.
6294         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
6295         (gnus-group-get-icon): Use gnus-group-update-eval-form.
6297 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6299         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
6300         immediate, then expire all articles.
6301         (nnimap-update-info): Fix off-by-one errors.
6302         (nnimap-flags-to-marks): Would return no marks lists for group with no
6303         flags.  Instead return the other data.
6305 2010-09-22  Julien Danjou  <julien@danjou.info>
6307         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
6308         Only return an icon.
6309         (gnus-group-insert-group-line): Compute icon to return.
6311         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
6312         (gnus-html-image-fetched): Only cache if
6313         gnus-html-image-automatic-caching is set.
6314         (gnus-html-image-fetched): Check for errors.
6316 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6318         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
6319         once per method on `g'.  This ensures that backends like nnfolder don't
6320         open all their folders.
6322         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
6323         (nnimap-request-list): Nix out group in the correct buffer.
6324         (nnimap-parse-flags): Implement by using `read' instead of
6325         hand-parsing.
6326         (nnimap-flags-to-marks): Pass on permanent-flags.
6327         (nnimap-make-process-buffer): Record the server name.
6328         (nnimap-parse-flags): Fix typo.
6329         (nnimap-request-scan): Run split on the server in general, not just a
6330         single group.
6332         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
6333         parameter, and propagate this downwards.
6335         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
6336         since EXAMINE changes it on the server.
6338         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
6339         this command might take a while.
6341 2010-09-22  Julien Danjou  <julien@danjou.info>
6343         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
6344         harmful if you have 2 images side-by-side, they can't be properly
6345         update on text deletion.  Using text-property is safer here.
6346         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
6347         data.
6349 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6351         * nnimap.el (nnimap-expunge-inbox): Remove.
6352         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
6353         (nnimap-expunge): Flip default to t.
6355         * gnus.el (gnus-method-to-server): Don't push things to the cache
6356         unless it's unique.
6357         (gnus-server-to-method): Ditto.
6359 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6361         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
6363 2010-09-22  Julien Danjou  <julien@danjou.info>
6365         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
6366         get the start of data.
6367         (gnus-html-encode-url): Add this function to encode special chars in
6368         URL.
6369         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
6370         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
6372         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
6373         default.
6374         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
6376         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
6377         images alt-text.
6378         (gnus-html-put-image): Put alt-text as help-echo.
6380 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6382         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
6383         * mm-util.el (mm-decompress-buffer)
6384         * nnir.el (nnir-run-find-grep)
6385         * pop3.el (pop3-list): Use 3rd arg of split-string.
6387 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6389         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
6390         outside the active range.  Suggested by Dan Christensen.
6392         * gnus-start.el (gnus-get-unread-articles): Get the extended method
6393         slightly later to avoid double-getting it.
6395         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
6396         previous patch.
6398         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
6400 2010-09-21  Adam SjĂžgren  <asjo@koldfront.dk>
6402         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6404 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6406         * gnus-int.el (gnus-open-server): Give a better error message in the
6407         "go offline" case.
6409         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6410         marks for nnimap, which is seldom the right thing to do.
6412         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6413         (gnus-same-method-different-name): New function.
6415         * nnimap.el (parse-time): Require.
6417         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6418         method in the presence of many similar methods.
6420         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6422         * nnimap.el (nnimap-find-expired-articles): Don't refer to
6423         nnml-inhibit-expiry.
6425         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6426         find out whether methods are equal.
6428         * nnimap.el (nnimap-find-expired-articles): New function.
6429         (nnimap-process-expiry-targets): New function.
6430         (nnimap-request-move-article): Request the article before looking at
6431         what the Message-ID is.  Fix found by Andrew Cohen.
6432         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6434         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6435         for oldness in addition to being a predicate.
6437         * nnimap.el (nnimap-request-group): When we have zero articles, return
6438         the right data to Gnus.
6439         (nnimap-request-expire-articles): Only delete articles immediately if
6440         the target is 'delete.
6442         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6443         method, this would bug out.
6445         * gnus-group.el (gnus-group-expunge-group): Rename from
6446         gnus-group-nnimap-expunge, and implemented as a normal interface
6447         function.
6449         * gnus-int.el (gnus-request-expunge-group): New function.
6451         * nnimap.el (nnimap-request-create-group): Implement.
6452         (nnimap-request-expunge-group): New function.
6454 2010-09-21  Julien Danjou  <julien@danjou.info>
6456         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6457         (gnus-html-cache-expired): Add new function.
6458         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6459         wethever we should display image for fetch it.
6460         Compute alt-text earlier to pass it to the fetching function too.
6461         (gnus-html-schedule-image-fetching): Change function argument to only
6462         get one image at a time, not a list.
6463         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6464         cache.
6465         (gnus-html-get-image-data): New function to retrieve image data from
6466         cache.
6467         (gnus-html-put-image): Change buffer argument to use image data rather
6468         than file, and place image above region rather than inserting a new
6469         one.  Do not take alt-text as argument, since it's useless now: we place
6470         the image above alt-text.
6471         (gnus-html-prune-cache): Remove.
6472         (gnus-html-show-images): Start to fetch image when we find one, do not
6473         push into a temporary list.
6474         (gnus-html-prefetch-images): Only fetch image if they have expired.
6475         (gnus-html-browse-image): Fix, use 'gnus-image-url.
6476         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6478 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6480         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6482 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6484         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6485         spec inser "*" if the group isn't active instead of 0.
6487         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6488         opening the server.
6489         (nnimap-request-delete-group): Implement group deletion.
6490         (nnimap-transform-headers): Return the size of the entire message in
6491         the Bytes header, not just the size of the first part.
6492         (nnimap-request-move-article): When moving an article from nnimap,
6493         request the article first so the accepting form has an article to
6494         accept.  Reported by Dan Christensen.
6495         (nnimap-command): Make sure that the error message doesn't error out.
6497 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
6499         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6500         we haven't requested anything.
6502 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6504         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6505         "".  Fix found by Andrew Cohen.
6507         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6508         instead of -encode-string.
6510 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6512         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6514         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6515         by mm-subst-char-in-string.
6517 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6519         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6520         waiting for the connection string.
6522         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6523         arriving.
6525         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6526         bogus characters.  This allows selecting certain Gmail groups.
6528         * nnimap.el (nnimap-find-wanted-parts-1): New function.
6529         (nnimap-fetch-partial-articles): New variable.
6530         (nnimap-open-connection): When looking for credentials, also use the
6531         nnimap-server-port.
6532         (nnimap-request-article): Return the group/article number, so that Gnus
6533         `^' works as expected.
6534         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6536         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6537         comments.
6538         (gnus-methods-sloppily-equal): New function.
6539         (gnus): When using the development version of Gnus, load the gnus-load
6540         file.
6542         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6543         `gnus-open-server' on each method before trying to scan them etc.
6544         This ensures that all the backend parameters are set correctly.
6546         * nnimap.el (nnimap-authenticator): New variable.
6547         (nnimap-open-connection): Allow anonymous login.
6548         (nnimap-transform-headers): The chars header is called Chars not Bytes.
6549         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6551         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6552         patch, found by Knut Anders Hatlen.
6554 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
6556         * gnus-agent.el (gnus-agent-batch-confirmation)
6557         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6558         to gnus-message.
6559         * gnus-art.el (gnus-article-describe-briefly): Likewise.
6560         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6561         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6562         * gnus-int.el (gnus-open-server): Likewise.
6563         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6564         (gnus-score-check-syntax): Likewise.
6565         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6566         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6567         Likewise.
6568         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6570 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6572         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6573         calling conventions so that prefetch doesn't bug out.
6575 2010-09-19  Julien Danjou  <julien@danjou.info>
6577         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6578         rather than `subst-char-in-region' in order to be able to replace ASCII
6579         char by UTF-8 ones.
6581         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6582         than curl.
6583         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6584         the right URL and ALT text on images.
6585         (gnus-html-wash-tags): Fix tag case.
6586         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
6587         (gnus-article-html): Add -o display_ins_del=2 option.
6588         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6590 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6592         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6593         the extra mail headers, which sometimes seem to happen for unknown
6594         reasons.
6596         * mail-parse.el (mail-header-encode-parameter): Define as
6597         rfc2045-encode-string instead of as rfc2231-encode-string, since some
6598         (or most, perhaps?) mail readers don't understand the latter, but do
6599         understand the former.
6601         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6602         to nil, so that no methods are automatically agentized.  I think this
6603         is probably what most users want.
6605         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6606         from url-retrieve, for instance about invalid URLs.
6608         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6609         groups that have no articles.
6610         (nnimap-request-article): Check that we really got an article when we
6611         requested one.
6613         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6614         doesn't exist.
6616         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6617         nntp buffer so the agent can save it.
6618         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6619         that CRLF doesn't get translated to \n.
6620         (nnimap-open-connection): Don't make 'shell commands only send \n.
6622 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6624         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6625         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6626         Update var name.
6627         (nnml-generate-nov-file): Use dolist.
6628         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6629         Use with-current-buffer.
6631 2010-09-18  Julien Danjou  <julien@danjou.info>
6633         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6634         parallel.
6636 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6638         * nnimap.el (nnimap-update-info): When doing partial marks update, get
6639         the range update right.
6640         (nnimap-request-group): Don't make `M-g' bug out on group with no
6641         marks.
6642         (nnoo): Require, so that other packages can require nnimap.
6643         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6644         command we're looking for.  This helps when the server sends more
6645         responses after we've gotten everything we expected.
6646         (nnimap): Add a `newlinep' field to keep track of end-of-line
6647         conventions.
6648         Don't send CRLF to things that don't want it.
6649         (nnimap-request-accept-article): Ditto.
6651 2010-09-18  Julien Danjou  <julien@danjou.info>
6653         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6654         than curl to retrieve images.
6656 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6658         * nnimap.el (nnimap-update-info): Extend the info so that we can set
6659         the marks.
6660         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6661         (nnimap-wait-for-connection): New function.
6662         (nnimap-open-connection): If we have PREAUTH, don't query for login
6663         credentials.
6664         (nnimap-update-info): Fix off-by-one error when concatenating ranges
6665         when doing a partial update.
6667 2010-09-18  Julien Danjou  <julien@danjou.info>
6669         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6670         tags.
6672 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6674         * nnimap.el (nnimap-credentials): New function.
6675         (nnimap-open-connection): Use the new function to look for credentials
6676         also on the numeric equivalents of "imap" and "imaps".
6678         * gnus-start.el (gnus-activate-group): Send the info to
6679         gnus-request-group.
6681         * nnimap.el (nnimap-request-group): Have the "check" version of the
6682         function parse flags and update the info, so that a `M-g' get a total
6683         resync of all flags from the group.
6685         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6686         to allow backends to alter the info on group selection.  Also alter all
6687         the backend -request-group functions to take the parameter.
6689         * nnimap.el (nnimap-store-info): New function.
6690         (nnimap-update-info): Store the info for later usage.
6691         (nnimap-request-group): Use the stored info for the dont-check case, so
6692         that we don't retrieve all marks when we enter a group.
6694         * nnimap.el: Use deffoo instead of defun for interface functions.
6696         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6697         update the group info.  This makes the nndraft groups, for instance, go
6698         back to their old behaviour.
6700         * gnus-sum.el (gnus-select-newsgroup): Indent.
6702         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6703         in.
6704         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6705         nothing.
6707         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6708         from methods that are denied.
6710         * gnus-int.el (gnus-method-denied-p): New function.
6712         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6713         store the password instead of netrc.
6714         (nnimap-open-connection): Don't error out when we can't make a
6715         connections.
6717         * auth-source.el (auth-source-create): In the password prompt, say what
6718         we're querying for.  Also prompt for user name if that hasn't been
6719         given.
6721         * nnimap.el (nnimap-with-process-buffer): Remove.
6723 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6725         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6726         method when we're reading from the agent.
6728         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6730         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6731         that's probably most useful for users.
6733         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6734         "failed" all the time.
6736         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6737         ...)) with (with-current-buffer ... ).
6739         * nntp.el (nntp-open-server): Return whether the open was successful or
6740         not.
6742         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6743         select an unread unseen article first.
6745         * nnimap.el (nnimap-open-connection): If the user doesn't have a
6746         /etc/services, supply some sensible port defaults.
6748 2010-09-17  Julien Danjou  <julien@danjou.info>
6750         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6752 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6754         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6755         doesn't have any parameters.
6757 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6759         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6760         only upcased checks.
6762         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6764         * nnimap.el (nnimap-open-shell-stream): New function.
6765         (nnimap-open-connection): Use it.
6766         (nnimap-transform-headers): Get the number of lines in each message.
6767         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6768         number of lines.
6769         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
6770         problem.
6772         * utf7.el (utf7-encode): Autoload.
6774         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6775         to allow the mail splitting to not return a default group.  This is
6776         useful for nnimap, which will leave unmatched mail in the inbox.
6778         * nnimap.el: Rewritten.
6780         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6781         nnimap usage.
6783         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6784         if the move is internal, so that nnimap can do fast internal moves.
6786         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6787         data.
6788         (gnus-read-active-for-groups): Support finishing the early retrieval of
6789         data.
6791         * gnus-range.el (gnus-range-nconcat): New function.
6793         * gnus-int.el (gnus-finish-retrieve-group-infos)
6794         (gnus-retrieve-group-data-early): New functions.
6796 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6798         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6799         (nnrss-retrieve-groups):
6800         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6801         (pop3-quit): Use with-current-buffer.
6803 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6805         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6806         instead of nnheader-accept-process-output.
6808         * gnus-html.el (gnus-html-schedule-image-fetching)
6809         (gnus-html-prefetch-images): Replace process-kill-without-query by
6810         gnus-set-process-query-on-exit-flag.
6812 2010-09-16  Romain Francoise  <romain@orebokech.com>
6814         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6816 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6818         * gnus-registry.el (gnus-registry-install-shortcuts): The second
6819         parameter to unintern is mandatory-ish in Emacs 24.
6821         * gnus-html.el (gnus-html-schedule-image-fetching)
6822         (gnus-html-prefetch-images): Check for curl before using it.
6824         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6825         depend on curl, which isn't essential.
6827         * imap.el: Revert back to version
6828         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6829         seem problematic.
6831 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6833         * gnus-registry.el (gnus-registry-install-shortcuts):
6834         Explicitly pass `obarray' to `unintern' to avoid a warning.
6836 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6838         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6839         change.
6841         * nnrss.el (nnrss-request-list): Remove this function and related
6842         functions, including the moreover stuff.
6844 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6846         * nnrss.el (nnrss-retrieve-groups): New function.
6848 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6850         * .dir-locals.el: Add no-byte-compile cookie.
6852 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6854         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6855         for back end that doesn't support request-scan.
6857 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6859         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6860         then do request scans from the backends.
6862         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6863         avoid running a hook per line, since this takes a lot of time,
6864         profiling shows.
6865         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6866         directly if gnus-visual-p is true.
6868 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6870         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6871         groups; replace mapcar with dolist which is a bit faster; pass groups
6872         info to gnus-read-active-file-1.
6873         (gnus-read-active-file-1): Scan only specified groups if the new
6874         optional arg `infos' is given.
6876 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6878         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6880         * pop3.el (pop3-movemail): Remove.
6881         (pop3-streaming-movemail): Rename to pop3-movemail.
6883         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6884         don't restrict end-tag searches to the end of the line.
6886 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6888         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6889         articles of every unchecked group to t, which means unknown since the
6890         server has never been opened.
6892 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6894         * gnus-html.el (gnus-html-show-alt-text): New command.
6895         (gnus-html-browse-image): Ditto.
6896         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6897         to browse the image directly.
6898         (gnus-html-wash-tags): Search for images first, so that <a><img> works
6899         better.
6901         * gnus-async.el (gnus-async-article-callback):
6902         Call `gnus-html-prefetch-images' unconditionally.
6904         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6905         before feeding URLs to curl.
6907 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6909         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6910         internal images as deletable by `W D D'.
6912         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6913         (gnus-async-article-callback): Fix typo.
6915 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6917         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6918         current line to work around bugs in the output from w3m.
6920         * gnus-async.el (gnus-async-article-callback): Always prefetch images
6921         for groups that want that.
6923         * nntp.el (nntp-wait-for-string): Supply a timeout for
6924         accept-process-output to ensure progress.
6926         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
6927         level to get unread articles from, then use that for foreign groups,
6928         too.
6930         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
6931         confuses the rest of the function.
6933         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
6934         for the methods that support -retrieve-groups, too.
6936         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
6938 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6940         * pop3.el: Require cl when compiling.
6941         (pop3-number-of-responses): Search for "+OK", not "+OK ".
6943 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6945         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
6946         that aren't going to be activated.
6947         (gnus-get-unread-articles): Fix up the last commit.
6949         * gnus-html.el (gnus-article-html): Allow calling without specifying
6950         the handle.  In that case, dissect the buffer first.
6952         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
6954         * nnimap.el (nnimap-open-connection): Revert the change that would look
6955         into authinfo for imaps instead of imap.
6957         * gnus-start.el (gnus-activate-group): Take an optional parameter to
6958         say that you don't want to call gnus-request-group with don-check, but
6959         do check the reponse.  This is for virtual groups only.
6960         (gnus-get-unread-articles): Count the archive groups as secondary, so
6961         that they're activated the same way as before.
6963         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
6964         case-insensitively.
6965         (nnimap-debug): Remove.
6967         * mail-source.el (mail-source-fetch): Don't message if we're fetching
6968         mail from a file, and the file doesn't exist.
6970         * pop3.el (pop3-streaming-movemail): Return t for success.
6972         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
6973         .authinfo if we're using ssl connection.
6975         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
6976         already have if we're in a main Gnus `g' run.
6978         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
6980 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6982         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
6984         * nnmh.el (nnmh-request-list-1): Bind `file'.
6986         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
6987         alias to set-process-query-on-exit-flag or process-kill-without-query.
6988         (pop3-open-server): Use it.
6990 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6992         * mail-source.el (mail-source-delete-crash-box): Always move the crash
6993         box to the Incoming file.  Fixes mistake in previous checkin.
6995         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
6996         request loop (for debugging purposes) removed.
6998         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
6999         culprit is more visible.
7000         (nnml-save-incremental-nov, nnml-open-incremental-nov)
7001         (nnml-add-incremental-nov): New functions to do "incremental" nov
7002         updates, where we just append to the end of the existing nov files
7003         without reading/writing them in full.
7005         * mail-source.el (mail-source-delete-crash-box): Really only check the
7006         incoming files once in a while.
7008         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
7010         * mail-source.el (mail-source-delete-crash-box): Only check the
7011         incoming files for deletion once per day to save a lot of file
7012         accesses.
7014         * pop3.el (pop3-logon): Fix up unbound variable typo.
7016         * mail-source.el (pop3-streaming-movemail): Autoload.
7018         * pop3.el (pop3-streaming-movemail):
7019         Respect pop3-leave-mail-on-server.
7021         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
7022         retrieval.
7024         * pop3.el (pop3-process-filter): Remove unused function.
7025         (pop3-streaming-movemail, pop3-send-streaming-command)
7026         (pop3-wait-for-messages, pop3-write-to-file)
7027         (pop3-number-of-responses): New functions for streaming pop3
7028         retrieval.
7030         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
7031         come from no known methods.
7032         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
7033         list.
7035         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
7036         message sizes.
7037         (pop3-movemail): Use erase-buffer instead of looping and deleting
7038         regions, which seems rather odd.
7040         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
7041         file once per `g' run.
7043         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
7044         directories.  This makes the draft queue directory work.
7046         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
7047         data from the backends, so that we only request the list of groups from
7048         each method once.  This should speed things up considerably.
7050         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
7051         detect that it's not implemented.
7053         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
7054         we actually do recurse down into the tree, but don't stat all leaf
7055         nodes.
7057         * gnus-html.el (gnus-html-show-images): If there are no images to show,
7058         then say so instead of bugging out.
7060         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
7061         files exist before trying to read them.
7063         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
7064         around <pre_int>.
7066         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
7068         * nnmh.el (nnmh-request-list-1): Optimize for speed.
7070 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7072         * mm-util.el (mm-image-load-path): Just return the image directories,
7073         not all directories in the path in addition to the image directories.
7074         (mm-image-load-path): Maintain a cache of the image directories so that
7075         the `g' command in Gnus doesn't have to stat dozens of directories each
7076         time.
7078         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
7079         (gnus-html-wash-tags): Add a new `i' command to insert images.
7080         (gnus-html-insert-image): New command and keystroke.
7081         (gnus-html-redisplay-with-images): New command and keystroke.
7082         (gnus-html-show-images): Rename command.
7083         (gnus-html-wash-tags): Remove more white space before <pre_int> image
7084         spacers.
7085         (gnus-html-wash-tags): Decode entities at the end, so that entities
7086         inside the tags don't mess up the rest of the "parsing".
7088         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
7089         so that nnimap methods aren't agentized by default.  There's apparently
7090         many problems related to agent/imap behaviour.
7092         * gnus-art.el (gnus-article-copy-string): New command and key binding.
7094         * gnus-html.el: Doc fix.
7096 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7098         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
7099         glyph-width and glyph-height instead of display-graphic-p and
7100         image-size; make avoidance of displaying small images work for XEmacs.
7102         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
7103         for XEmacs.
7105         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
7106         of symbol that holds plist data.
7107         (gnus-process-plist): Remove plist of process after getting it.
7109 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7111         * message.el (message-generate-hashcash): Change default to
7112         'opportunistic if hashcash is installed.
7114         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
7115         (gnus-html-put-image): Only call image-size once, since it's somewhat
7116         time-consuming on remote X servers.
7118 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7120         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
7121         decoded contents.
7122         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
7124 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7126         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
7127         group line format, since it isn't very interesting.
7129         * gnus-agent.el (gnus-agent-short-article),
7130         (gnus-agent-long-article): Increase values for these two variables,
7131         since most people are likely to have more network connection and
7132         storage than before.
7134         * gnus.el (gnus-refer-article-method): Change default to 'current.
7135         When referring an article, the common behaviour is to refer it from the
7136         current select method, not the native select method.  The chances of
7137         the native select method having the message in question is rather slim
7138         these days.
7140         * gnus-sum.el (gnus-auto-select-subject): Change default to
7141         `unseen-or-unread'.  I think it's likely that most people want to
7142         select an unseen article over a previously seen, but unread one.
7144         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
7145         means that in the article buffer none of the minor mode elements will
7146         be shown, usually, and this is not desirable in most cases.
7148         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
7149         that commands like `d' (and the like) go to the next line in the
7150         buffer, instead of the next unread article.  I think this is the
7151         behaviour that is most natural for most users.
7152         (gnus-single-article-buffer): Change default to nil, so that people can
7153         have as many article buffers open as they have summary buffer.  I think
7154         this is the most natural way for the groups to behave.
7156         * message.el (message-generate-new-buffers): Change default to
7157         `unsent', so that all new message buffers start their names with the
7158         string "*unsent", and it's easier to find the buffers if you move from
7159         them.
7161 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7163         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
7164         small.  They're probably tracking images.
7165         (gnus-html-wash-tags): Remove all <pre_int> place holders.
7166         (gnus-html-rescale-image): Yet another try at getting the image sizing
7167         right.
7169         * nntp.el (nntp-request-set-mark): Refuse to do marks if
7170         nntp-marks-file-name is nil.
7172 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7174         * gnus-html.el (gnus-html-wash-tags)
7175         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
7176         Better logging.
7178 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7180         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
7182         * gnus-html.el (gnus-html-wash-tags): Check the value of
7183         gnus-blocked-images in the summary buffer.
7185 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7187         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
7189 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7191         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
7192         like "a", it seems like.
7193         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
7194         since it needs to be picked from the correct buffer.
7196         * nnwfm.el: Remove.
7198         * nnlistserv.el: Remove.
7200 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7202         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
7203         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
7205 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7207         * nnkiboze.el: Remove.
7209         * nndb.el: Remove.
7211         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
7212         alt text.
7213         (gnus-html-rescale-image): Try to get the rescaling logic right for
7214         images that are just wide and not tall.
7216         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
7217         overshadow variable bindings.
7219 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7221         * gnus-html.el (gnus-html-wash-tags)
7222         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
7223         Add extra logging.
7225 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7227         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7228         (gnus-max-image-proportion): New variable.
7229         (gnus-html-rescale-image): New function.
7230         (gnus-html-put-image): Rescale images.
7232 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7234         Fix up some byte-compiler warnings.
7235         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
7236         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
7237         (gnus-article-fill-cited-article, gnus-article-hide-citation)
7238         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
7239         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
7240         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
7241         (gnus-group-update-group): Use save-excursion and with-current-buffer.
7243 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7245         * gnus-html.el (gnus-article-html): Decode contents by charset.
7247 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7249         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
7250         (gnus-html-frame-width, gnus-blocked-images)
7251         * message.el (message-prune-recipient-rules): Add custom version.
7252         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
7254         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
7255         functions.
7257         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
7258         gnus-process-get.
7260 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
7262         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
7263         instead of lsub directly.
7265 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7267         * nnwarchive.el: Remove.
7269         * gnus-soup.el: Remove.
7271         * nnsoup.el: Remove.
7273         * nnultimate.el: Remove.
7275         * gnus-html.el (gnus-blocked-images): New variable.
7277         * message.el (message-prune-recipients): New function.
7278         (message-prune-recipient-rules): New variable.
7280         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
7281         guess whether a long line is natural text or not.
7283         * gnus-html.el (gnus-html-schedule-image-fetching):
7284         Use gnus-process-plist and friends for compatibility.
7286 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7288         * gnus-html.el: Require packages that define macros used in this file.
7289         (gnus-article-mouse-face): Declare to silence byte-compiler.
7290         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
7291         process-get.
7292         (gnus-html-put-image): Use plist-get to avoid getf.
7293         (gnus-html-prefetch-images): Use with-current-buffer.
7295 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7297         * gnus-ems.el: Provide compatibility functions for
7298         gnus-set-process-plist.
7300         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
7301         * gnus.el (gnus-valid-select-methods)
7302         * message.el (message-send-mail-partially-limit)
7303         * mm-decode.el (mm-text-html-renderer)
7304         * mml.el (mml-insert-mime-headers-always)
7305         * smiley.el (smiley-regexp-alist): Bump custom version.
7307 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7309         * gnus-html.el: require mm-url.
7310         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
7311         with the url to `url'.
7312         (gnus-html-wash-tags): Support cid: URLs/images.
7314 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7316         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
7317         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
7318         bindings, as they aren't useful at all.  `w' is moved to `W w'.
7320         * gnus-move.el: Remove file, since it doesn't really work.
7322         * gnus-html.el (gnus-article-html): Tell w3m that the input is
7323         UTF-8.  This seems to fix problems with some German web feeds.
7325         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
7326         at the top so that the proper colours are applied.
7328         * gnus-art.el (gnus-article-view-part): Doc fix.
7330         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
7331         XEmacs-compatible.
7332         (gnus-html-put-image): Don't do images on non-graphic displays.
7334         * nnslashdot.el: Remove this unused backend.
7336         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
7337         actions.
7338         (gnus-undo-register-1): Revert last change.
7340         * gnus-group.el (gnus-group-completing-read): Protect against not
7341         having completion-styles bound.
7343         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
7344         make broken recipients happier.
7346         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
7348         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
7349         point parameter.
7351         * gnus-group.el (gnus-group-completing-read): Add 'substring to
7352         completion-styles for group selection.
7354 2009-02-04  Andreas Schwab  <schwab@suse.de>
7356         * gnus-score.el (gnus-score-string): Fix regex for matching extra
7357         headers and regexp-quote the match if necessary.
7359 2009-03-24  Miles Bader  <miles@gnu.org>
7361         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7362         the blinking smiley.
7364 2009-03-24  Simon Josefsson  <simon@josefsson.org>
7366         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7367         blink smiley.
7369 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7371         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7372         where the dribbel file lives exists.
7374         * message.el (message-send-mail-partially-limit): Change the default to
7375         nil, since most people don't want this.
7377         * mm-url.el (mm-url-decode-entities): Also decode entities like
7378         &#x3212.
7380 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7382         * gnus-sum.el (gnus-summary-idna-message):
7383         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7384         Hyperlink urls in docstrings with URL `...'.
7386 2010-08-29  Adam SjĂžgren  <asjo@koldfront.dk>
7388         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7389         functions.
7391 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7393         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7394         say what the mouseover text should be.
7396         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7397         version of the mm-w3m-safe-url-regexp variable to only download images
7398         in the groups where we want that to happen.
7400         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7402         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7403         easier debugging.
7404         (gnus-article-beginning-of-window): Add kludge to allow spacing past
7405         big pictures in the article buffer.
7407         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7408         gnus-article-html.
7409         (mm-text-html-renderer): gnus-article-html needs curl in addition to
7410         w3m.
7412         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7414 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7416         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7417         which doesn't exist.
7419         * message.el (message-inhibit-ecomplete): New variable to allow some
7420         function to inhibit ecomplete address storage.
7421         (message-resend): Disable ecomplete message storage when resending
7422         messages.
7424         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7426 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7428         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7429         Save excursion while copying, moving, and deleting articles in order to
7430         prevent the cursor from jumping to unforeseen place.
7432 2010-08-17  Glenn Morris  <rgm@gnu.org>
7434         * gnus-sync.el: Require gnus components whose functions are used.
7436         * gnus-art.el (bookmark-make-record-function):
7437         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7438         Declare for compiler.
7440         * mm-url.el (mml-compute-boundary): Autoload.
7442 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7444         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7446 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
7448         Typo fix "hoo4a" -> "hook".
7450         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7452 2010-08-14  Glenn Morris  <rgm@gnu.org>
7454         * gnus-sync.el (gnus-sync): Fix defgroup version.
7456 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
7458         Doc fixes and keep unknown groups (ammended for nunion bug fix).
7460         * gnus-sync.el: Fix docs.
7461         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7462         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7464 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7466         Optimizations for gnus-sync.el.
7468         * gnus-sync.el: Add docs about gnus-sync-backend
7469         possibilities.
7470         (gnus-sync-save): Remove unnecessary message.
7471         (gnus-sync-read): Optimize and show what groups were skipped.
7473 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7475         Minor bug fixes for gnus-sync.el.
7477         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7478         Don't read the sync on get-new-news.
7480         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7481         quiet.
7483         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7484         (fix typo).
7486 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
7488         Make saving and restoring of hidden threads work with overlays.
7489         Patch applied by Ted Zlatanov.
7491         * gnus-sum.el (gnus-hidden-threads-configuration)
7492         (gnus-restore-hidden-threads-configuration): Update to deal with text
7493         properties, rather than searching for a magic character.
7495 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7497         New gnus-sync.el library for synchronization of marks.
7499         * gnus-sync.el: New library for synchronization of marks.
7501         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7502         renamed from `gnus-registry-grep-in-list'.
7504         * gnus-registry.el (gnus-registry-follow-group-p):
7505         Use `gnus-grep-in-list'.
7507         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7509 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7511         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7512         determining charset of text fails.
7514 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7516         * nnmail.el (nnmail-get-new-mail-1): Revert.
7518         * nnml.el (nnml-active-number): Make sure names of newly created groups
7519         in nnml-group-alist are encoded.
7521 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7523         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7524         containing non-ASCII characters in active file for nnml back end.
7526 2010-07-24  David Engster  <dengste@eml.cc>
7528         * mml-smime.el (mml-smime-epg-verify): Also accept the older
7529         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7531 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
7533         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7534         tag (Bug#6654).
7536 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7538         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7539         the article buffer, not the summary buffer.
7541 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7543         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7544         Emacs 23 as well.
7546 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7548         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7549         Patch applied by Karl Fogel.
7551         * gnus-sum.el (gnus-summary-bookmark-make-record):
7552         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7554 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7556         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7557         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
7558         C-w still not working correctly from Article buffers; Thierry's
7559         patch to fix that will be applied after this.
7561         * gnus-art.el (bookmark-make-record-function): New local variable.
7563         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7564         article buffer.
7565         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7567 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7569         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7570         on changes in bookmark.el.
7572 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
7574         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7575         the *other* type of HTML form submission.
7577 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
7579         * auth-source.el (auth-source-pick): If choice does not contain a
7580         questioned keyword, set the check to t.
7582 2010-06-12  Romain Francoise  <romain@orebokech.com>
7584         * gnus-util.el (gnus-date-get-time): Move up before first use.
7586 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7588         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7589         (gnus-article-edit-part): Bind it to make last part that is substituted
7590         or deleted visible.
7591         (gnus-mime-display-single): Buttonize part of which id equals to
7592         gnus-mime-buttonized-part-id.
7594 2010-06-10  Dan Christensen  <jdc@uwo.ca>
7596         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7597         (gnus-dd-mmm): Use gnus-date-get-time.
7598         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7599         simplify logic.
7600         (gnus-summary-limit-to-age): Use gnus-date-get-time.
7601         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7603 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
7605         * auth-source.el (top): Autoload `secrets-list-collections',
7606         `secrets-create-item', `secrets-delete-item'.
7607         (auth-sources): Fix tag string.
7608         (auth-get-source, auth-source-retrieve, auth-source-create)
7609         (auth-source-delete): New defuns.
7610         (auth-source-pick): Rewrite in order to avoid 2 passes.
7611         (auth-source-forget-user-or-password): New parameter USERNAME.
7612         (auth-source-user-or-password): New parameters CREATE-MISSING and
7613         DELETE-EXISTING.  Retrieve password interactively, if needed.
7615 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7617         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7618         deleting unused directories when gnus-expert-user is t.
7620 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7622         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7623         for each temp file when gnus-article-browse-delete-temp is ask.
7625 2010-05-20  Kevin Ryde  <user42@zip.com.au>
7627         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
7629 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7631         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7632         article unless decoding article to be saved.
7634 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7636         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7637         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7638         generated within the mm-with-unibyte-current-buffer macro.
7640 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7642         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7643         to nil when we're in a mml-preview buffer and no group is selected.
7645 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
7647         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7648         when catching the `C-g'.  Reported by "Leo".
7650 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7652         * message.el (message-forward-make-body-plain)
7653         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7654         multibyte-string-p.
7656 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7658         * message.el (message-forward-make-body-mml): Assume original message
7659         is multibyte string; error on unibyte.
7660         (message-forward-make-body-plain): Ditto; don't add excessive newline
7661         in body end.
7663 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
7665         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7666         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
7668 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7670         * mm-extern.el (mm-extern-url): Don't use
7671         mm-with-unibyte-current-buffer.
7672         (mm-extern-cache-contents): Use with-current-buffer instead of
7673         save-excursion + set-buffer.
7675 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7677         * mm-util.el (mm-emacs-mule): Remove.
7679 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
7681         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7682         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7683         change.
7685 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7687         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7688         bind the default value of enable-multibyte-characters to nil.
7690 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7692         * message.el (message-forward-make-body-plain)
7693         (message-forward-make-body-mml):
7694         Don't use mm-with-unibyte-current-buffer.
7696 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
7698         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7699         (Bug#5592).
7701 2010-05-07  Julien Danjou  <julien@danjou.info>
7703         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7704         it to mm-pipe-part.
7706         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7707         it is given.
7709 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7711         * nnweb.el (nnweb-gmane-search)
7712         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7713         XEmacs.
7715         * gnus-art.el (gnus-article-browse-html-parts)
7716         * gnus-group.el (gnus-read-ephemeral-gmane-group)
7717         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7718         make-temp-file.
7720         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7721         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7722         compiling.
7724         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7725         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7726         XEmacs when compiling.
7728         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7729         gnus-pick-mode-off-hook for XEmacs when compiling.
7730         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7731         gnus-binary-mode-off-hook for XEmacs when compiling.
7733         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7734         Return nil if char-charset is not available.
7736         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
7737         macro.
7739         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7740         instead of encode-coding-string.
7742         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7743         'xemacs) instead of mm-emacs-mule to switch function definitions.
7744         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7746 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
7748         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7750 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7752         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7753         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7755 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
7757         * mm-util.el (mm-decompress-buffer): Use `delete-file';
7758         alias `jka-compr-delete-temp-file' no longer exists.
7760 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7762         Use define-minor-mode in Gnus where applicable.
7763         * mml.el (mml-mode): Use define-minor-mode.
7764         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7765         (gnus-undo-mode): Use define-minor-mode.
7766         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7767         (gnus-dead-summary-mode): Use define-minor-mode.
7768         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7769         Initialize in declaration.
7770         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7771         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7772         (gnus-mailing-list-mode): Use define-minor-mode.
7773         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7774         (gnus-draft-mode): Use define-minor-mode.
7775         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7776         (gnus-dired-mode): Use define-minor-mode.
7778 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
7780         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7781         handles on recursive mml-to-mime translation and check them for
7782         boundary delimiter collisions.  Reported by Greg Troxel.
7784 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7786         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7788 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7790         * mm-util.el (mm-find-buffer-file-coding-system):
7791         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7793 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
7795         * message.el (message-generate-headers): Record insertion of optional
7796         headers as well.  Otherwise the check to prevent repeated insertion of
7797         optional headers is a no-op.
7799 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
7801         * smime.el: Don't mention CVS.
7803         * nnrss.el (nnrss-fetch): Don't mention CVS.
7805         * nnir.el: Don't mention CVS.
7807 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7809         * gnus-sum.el (gnus-summary-bookmark-make-record):
7810         Add `location' field.
7812 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7814         * gnus-sum.el: Add bookmark declarations to silence the compiler.
7815         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7816         Use with-current-buffer to silence the byte-compiler.
7817         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7818         bother to require `gnus'.
7819         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
7821 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7823         * gnus-sum.el (gnus-summary-bookmark-make-record)
7824         (gnus-summary-bookmark-jump): New functions.
7825         (gnus-summary-mode): Setup bookmark support.
7827 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
7829         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7830         if set.
7832 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7834         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7835         gnus-article-browse-html-save-cid-image; make it work recursively for
7836         forwarded messages as well.
7837         (gnus-article-browse-html-parts): Work when prefix arg is given.
7838         (gnus-article-browse-html-article): Doc fix.
7840 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
7842         * message.el (message-default-mail-headers):
7843         (message-default-headers): Carry the value mail-default-headers over
7844         into message-default-mail-headers, rather than message-default-headers.
7846 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
7848         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
7849         charset.
7851         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7852         charset into the <meta> tag when the article is encoded to utf-8.
7854 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7856         * gnus-art.el (gnus-article-browse-delete-temp-files):
7857         Delete directories as well.
7858         (gnus-article-browse-html-parts): Work for images that do not specify
7859         file names; delete temp directory when quitting; insert header at the
7860         right place; use file: scheme for image files.
7862 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
7864         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
7865         (gnus-article-browse-html-parts): Use it to make temporary cid image
7866         files in addition to html file so that browser may display them.
7868 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7870         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
7872 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7874         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
7876 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
7878         * auth-source.el (auth-sources): Change default to be simpler.
7879         Explain about Secret Service API sources.  Improve Customize options.
7880         (auth-source-pick): Change to accept any number of search parameters.
7881         Implement fallbacks iteratively, not recursively.  Add scoring on the
7882         second pass and sort by score.  Call Secret Service API when needed.
7883         (auth-source-user-or-password): Use it.  Call Secret Service API
7884         directly when needed to get the user name and the password.
7886 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7888         * message.el (message-interactive): Doc fix.
7889         (message-qmail-inject-args): Reflow.
7890         (message-kill-to-signature): Fix typo in docstring.
7892         * smiley.el (smiley-buffer): Fix typo in docstring.
7894 2010-03-24  Glenn Morris  <rgm@gnu.org>
7896         * mail-source.el (gnus-message): Declare.
7897         (mail-source-delete-old-incoming): Require gnus-util.
7899 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7901         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
7903         * message.el (ecomplete-setup): Autoload it for Emacs <23.
7905         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
7906         password-cache's default if it is not bound.
7907         (mml-secure-passphrase-cache-expiry): Default to 16 that is
7908         password-cache-expiry's default if it is not bound.
7910         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
7911         available in Emacs 21.
7913 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
7915         * auth-source.el (auth-sources): Fix up definition so extra parameters
7916         are always inline.
7918 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
7920         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
7921         wasn't updated after mismatch.  Clear cached mailbox info correctly
7922         when uidvalidity changes.
7923         (nnimap-group-prefixed-name): New function to avoid some code
7924         duplication.
7925         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
7926         (nnimap-request-group): Use it.
7927         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
7928         (nnimap-update-unseen): Significantly improved speed of Gnus startup
7929         with many imap folders.  This is done by caching the group status from
7930         the imap server persistently in a group parameter `imap-status'.  (This
7931         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
7932         but not persistently, so every Gnus startup was still very slow.)
7934 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7936         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
7937         secrets.el dependency.
7938         (auth-sources): Add optional user name.  Add secrets.el configuration
7939         choice (unused right now).
7941 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7943         * gnus-sum.el (gnus-summary-make-menu-bar):
7944         Let `gnus-registry-install-shortcuts' fill in the functions.
7946         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
7947         warnings.
7948         (gnus-registry-misc-menus): Variable to hold registry mark menus.
7949         (gnus-registry-install-shortcuts): Populate and use it in a
7950         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
7952 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
7954         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
7955         In-place substitutions for the group name encoding/decoding.
7956         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
7957         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
7958         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
7959         (nnimap-update-unseen, nnimap-request-list)
7960         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
7961         (nnimap-request-set-mark, nnimap-split-to-groups)
7962         (nnimap-split-articles, nnimap-request-newgroups)
7963         (nnimap-request-create-group, nnimap-request-accept-article)
7964         (nnimap-request-delete-group, nnimap-request-rename-group)
7965         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
7966         `encoded-mbx' for consistency.
7967         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
7968         variable `imap-current-mailbox'.
7970         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
7971         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
7973 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
7975         * pop3.el (pop3-display-message-size-flag): Display message size byte
7976         counts during POP3 download.
7977         (pop3-movemail): Use it.
7978         (pop3-list): Implement listing of available messages.
7980 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
7982         * nnir.el (nnir-get-article-nov-override-function): New function to
7983         override the normal NOV retrieval.
7984         (nnir-retrieve-headers): Use it.
7986 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
7988         * auth-source.el (netrc-machine-user-or-password): Autoload.
7990 2010-03-19  Glenn Morris  <rgm@gnu.org>
7992         Stop message.el from loading about 40 libraries it doesn't always need.
7993         The general approach is to autoload rather than require, and to
7994         require in the specific functions rather than the file.  (Bug#5642)
7996         * gmm-utils.el: Don't require wid-edit.
7997         (widget-create-child-value, widget-convert, widget-default-get):
7998         Autoload.
8000         * gnus-util.el: Don't require time-date, netrc.
8001         (message-fetch-field, gnus-group-name-decode): Declare rather than
8002         autoloading.
8003         (gnus-fetch-field): Require message.
8004         (gnus-decode-newsgroups): Require gnus-group.
8006         * ietf-drums.el: Don't require time-date.
8008         * message.el: Don't require hashcash, canlock, ecomplete.
8009         Do require mail-utils.  Require nnheader only when compiling.
8010         (smtpmail-default-smtp-server): Remove declaration.
8011         (message-send-mail-function): Check smtpmail-default-smtp-server
8012         is bound rather than requiring smtpmail.
8013         (message-auto-save-directory, message-insert-signature):
8014         Use expand-file-name rather than nnheader-concat.
8015         (nnheader-insert-file-contents): Autoload.
8016         (hashcash-wait-async): Declare.
8017         (message-send-mail): Only call gnus-setup-posting-charset if
8018         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
8019         (message-send-mail-with-sendmail): Require sendmail.
8020         (canlock-password, canlock-password-for-verify): Declare.
8021         (message-canlock-password): Require canlock.
8022         (nnheader-get-report): Autoload.
8023         (gnus-setup-posting-charset): Declare.
8024         (message-send-news): Require gnus-msg.
8025         (message-make-references, message-make-in-reply-to): Use mail-header-id
8026         rather than the alias mail-header-message-id.
8027         (ecomplete-add-item, ecomplete-save): Declare.
8028         (message-put-addresses-in-ecomplete): Require ecomplete.
8029         (ecomplete-display-matches): Autoload.
8031         * mm-decode.el: Don't require mailcap, gnus-util.
8032         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
8033         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
8034         Autoload.
8035         (mailcap-mime-extensions): Declare.
8037         * mm-encode.el: Don't require mailcap.
8038         (mailcap-extension-to-mime): Autoload.
8040         * mml-sec.el: Don't require password-cache.
8042         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
8043         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
8044         (mml-minibuffer-read-type): Require mailcap.
8045         (mml-preview): Require gnus-msg.
8047         * mml1991.el: Require password-cache.
8048         (password-cache-expiry): Remove declaration.
8050         * mml2015.el: Require password-cache.
8051         (password-cache-expiry): Remove declaration.
8053         * nneething.el (mailcap): Require mailcap.
8055         * nnheader.el (declare-function): Add compatibility stub.
8056         (message-remove-header): Declare rather than autoload.
8057         (nnheader-replace-header): Require message.
8059         * nnimap.el (declare-function): Add compatibility stub.
8060         (netrc-parse, netrc-machine-user-or-password): Declare.
8061         (nnimap-open-connection): Require netrc.
8063         * nntp.el (declare-function): Add compatibility stub.
8064         (netrc-parse, netrc-machine, netrc-get): Declare.
8065         (nntp-send-authinfo): Require netrc.
8067         * rfc2047.el: Don't require qp.
8068         (quoted-printable-encode-region, quoted-printable-decode-string):
8069         Autoload.
8071         * sieve-mode.el: Don't require easymenu.
8072         (easy-menu-add-item): Autoload it.
8074         * spam-stat.el (time-to-number-of-days): Autoload it.
8076 2010-03-17  Kevin Ryde  <user42@zip.com.au>
8078         * mml.el (mml-read-tag): Unquote values with `read' to reverse
8079         prin1 in mml-insert-tag (just stripping the quotes gave wrong
8080         value if any backslash escapes).
8082 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8084         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
8085         if it is available.  (bug#5647)
8087 2010-02-26  Glenn Morris  <rgm@gnu.org>
8089         * message.el (message-send-mail-function): Change the default, so that
8090         it inherits from a customized send-mail-function.  (Bug#5643)
8092 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8094         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
8095         shell-command-to-string signals an error (bug#5299).
8097 2010-02-24  Glenn Morris  <rgm@gnu.org>
8099         * message.el (message-smtpmail-send-it)
8100         (message-send-mail-with-mailclient): Doc fixes.
8102 2010-02-16  Glenn Morris  <rgm@gnu.org>
8104         * message.el (message-default-mail-headers): Change the default value
8105         to ease the transition from mail-mode to message-mode.  (Bug#5555)
8107 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
8109         * message.el (message-mail): Just pass yank-action on to message-setup.
8110         (message-setup): Handle (FUN . ARGS) form of yank-action.
8111         (message-with-reply-buffer, message-widen-reply)
8112         (message-yank-original): Handle non-buffer values of
8113         message-reply-buffer (Bug#4080).
8114         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
8116 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
8118         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
8119         Fix typo in docstring.
8121 2010-01-08  Jason Rumney  <jasonr@gnu.org>
8123         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
8124         response.
8126 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8128         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
8130         * message.el (message-check-news-header-syntax): Protect against a
8131         string that `rfc822-addresses' returns when parsing fails.
8133 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8135         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
8136         (gnus-previous-char-property-change): New functions.
8138         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
8140 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
8142         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
8143         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
8145 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
8147         * message.el (message-exchange-point-and-mark): Rework last change to
8148         avoid using optional arg of exchange-point-and-mark, for backward
8149         compatibility.
8151 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
8153         * message.el (message-exchange-point-and-mark):
8154         Call exchange-point-and-mark with an argument rather than setting
8155         mark-active by hand (Bug#5175).
8157 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8159         * nntp.el (nntp-service-to-port): Work for service expressed with
8160         numeric string; replace [:digit:] with [0-9] for XEmacs.
8162 2009-12-17  Glenn Morris  <rgm@gnu.org>
8164         * gnus-group.el (gnus-bug-group-download-format-alist):
8165         Change emacs entry to debbugs.gnu.org.  Bump :version.
8167 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8169         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
8171 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8173         * message.el (message-info): Explain why we use `Info-goto-node'.
8175 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8177         * message.el (message-completion-in-region): New compatibility function.
8178         (message-expand-group): Use it.
8180 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8182         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
8183         with no unread article should be listed if the 2nd arg `predicate' is
8184         given.
8186 2009-11-29  Juri Linkov  <juri@jurta.org>
8188         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
8189         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
8190         on `gnus-recenter'.  (Bug#4698, Bug#4981)
8192 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8194         * message.el (message-from-style, message-interactive)
8195         (message-signature): Always set default values from the corresponding
8196         mail-* variables.
8197         (message-cite-prefix-regexp, message-sendmail-envelope-from)
8198         (message-yank-prefix, message-indentation-spaces)
8199         (message-signature-file, message-default-headers): Use boundp rather
8200         than (featurep 'xemacs) to check if the corresponding mail-* variables
8201         exist.
8203 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
8205         * message.el (message-send-mail-with-sendmail): Revert last change.
8207 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
8209         * message.el (message-from-style, message-interactive)
8210         (message-cite-prefix-regexp, message-sendmail-envelope-from)
8211         (message-yank-prefix, message-indentation-spaces, message-signature)
8212         (message-signature-file, message-default-headers): For GNU Emacs, set
8213         default values from the corresponding mail-* variables.
8214         (message-send-mail-with-sendmail): Use envelope-from only if
8215         mail-specify-envelope-from is non-nil.
8217 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8219         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
8220         containing tspecial characters if they have been already quoted.
8222 2009-10-24  Glenn Morris  <rgm@gnu.org>
8224         * gnus-art.el (help-xref-stack-item): Define for compiler.
8226 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8228         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
8230 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8232         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8233         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8235 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8237         * gnus.el (gnus-overlay-get): New alias to overlay-get.
8238         (gnus-overlays-in): New alias to overlays-in.
8240         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8241         gnus-overlay-get, and gnus-delete-overlay.
8242         (gnus-summary-show-thread): Make it work as well for systems in which
8243         next-single-char-property-change is not available.
8244         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8246 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
8248         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8250 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8252         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8253         and XEmacs that don't have `remove-overlays'.
8255 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8257         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8258         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8259         selective display.  Use overlays instead.
8261 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8263         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8265 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8267         * spam-stat.el (spam-stat-load): Fix typo in message.
8269 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
8271         * gnus-art.el (gnus-article-encrypt-body):
8272         * message.el (message-check-recipients):
8273         * mm-util.el (mm-codepage-setup):
8274         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8275         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8277 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
8279         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8280         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8281         keys from the menu if mm-{sign,encrypt}-option is 'guided.
8282         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8283         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8285 2009-09-18  Glenn Morris  <rgm@gnu.org>
8287         * gnus-diary.el (gnus-diary-check-message):
8288         * message.el (message-insert-formatted-citation-line):
8289         * nnbabyl.el (top-level):
8290         * nndiary.el (nndiary-schedule):
8291         Fix typos in condition-case handlers.
8293 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8295         * gnus-art.el (gnus-article-edit-part): Work for the buffer
8296         configuration that provides the sole article window in a frame;
8297         position point correctly after deleting a part.
8299 2009-09-14  Adam SjĂžgren  <asjo@koldfront.dk>
8301         * spam.el (spam-unregister-on-reregister): Add boolean variable.
8302         (spam-resolve-registrations-routine): Use it to unregister articles
8303         that change status.
8305 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8307         * nnrss.el (nnrss-request-article): Remove binding of
8308         default-enable-multibyte-characters that has gotten needless by
8309         the 2007-07-13 change in rfc2047-encode-message-header.
8311         * mml.el (mml-insert-multipart): Error on the message header.
8312         (mml-insert-part): Error on the message header; position point at
8313         the end of a MIME tag.
8315 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8317         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8318         (gnus-float-time): Alias to float-time if it exists.
8320         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8321         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8322         float-time is available; suppress compile warning for time-to-seconds.
8324 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8326         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8327         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8328         Add the optional argument `encoding' that overrides the default.
8330         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8331         mm-encode-buffer.
8333 2009-09-04  Glenn Morris  <rgm@gnu.org>
8335         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8336         mm-disable-multibyte, rather than default-enable-multibyte-characters.
8337         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8338         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8339         * mm-util.el (mm-with-unibyte-current-buffer)
8340         (mm-find-buffer-file-coding-system):
8341         * yenc.el (yenc-decode-region): Use default-value rather than
8342         default-enable-multibyte-characters.
8344 2009-09-03  Glenn Morris  <rgm@gnu.org>
8346         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8347         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8348         than default-enable-multibyte-characters.
8350 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
8352         * gnus-art.el (gnus-article-read-summary-keys):
8353         Fix gnus-buffer-configuration's value temporarily used.
8355 2009-09-02  Glenn Morris  <rgm@gnu.org>
8357         * gnus-util.el (gnus-float-time): New function.
8358         * gnus-delay.el (gnus-delay-article):
8359         * gnus-sum.el (gnus-thread-latest-date):
8360         * gnus-util.el (gnus-user-date): Use gnus-float-time.
8361         * nnspool.el (nnspool-request-newgroups):
8362         Use gnus-float-time rather than time-to-seconds.
8363         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8365         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8366         (gnus-header-subject-face, gnus-header-newsgroups-face)
8367         (gnus-header-name-face, gnus-header-content-face):
8368         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8369         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8370         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8371         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8372         (gnus-cite-face-11):
8373         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8374         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8375         (gnus-server-closed-face, gnus-server-denied-face)
8376         (gnus-server-offline-face):
8377         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8378         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8379         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8380         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8381         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8382         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8383         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8384         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8385         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8386         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8387         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8388         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8389         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8390         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8391         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8392         (gnus-summary-high-undownloaded-face)
8393         (gnus-summary-low-undownloaded-face)
8394         (gnus-summary-normal-undownloaded-face)
8395         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8396         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8397         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8398         (gnus-splash-face):
8399         * message.el (message-header-to-face, message-header-cc-face)
8400         (message-header-subject-face, message-header-newsgroups-face)
8401         (message-header-other-face, message-header-name-face)
8402         (message-header-xheader-face, message-separator-face)
8403         (message-cited-text-face, message-mml-face):
8404         * sieve-mode.el (sieve-control-commands-face)
8405         (sieve-action-commands-face, sieve-test-commands-face)
8406         (sieve-tagged-arguments-face):
8407         * spam.el (spam-face):
8408         Mark face aliases with "-face" in the name as obsolete.
8410 2009-09-01  Glenn Morris  <rgm@gnu.org>
8412         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8413         than goto-line.
8415 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8417         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8418         Don't move point if the command is invoked inside the message header.
8420 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8422         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8423         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8424         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8425         * nnir.el (nnir-swish-e-index-file):
8426         * gnus-sum.el (gnus-summary-delete-marked-as-read)
8427         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8428         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8429         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8430         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8431         (gnus-treat-display-xface): Add Emacs version of obsolescence.
8433 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8435         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8436         Don't save excursion.
8438 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8440         * nnheader.el (nnheader-find-file-noselect):
8441         * mm-util.el (mm-insert-file-contents):
8442         Use (default-value 'major-mode) instead of default-major-mode.
8444 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8446         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8448 2009-08-25  Glenn Morris  <rgm@gnu.org>
8450         * nnir.el (top-level): Don't require cl at run-time.
8451         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8452         Replace cl-function substitute with gnus-replace-in-string.
8453         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8454         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8455         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8456         simplified expansions.
8458 2009-08-22  Glenn Morris  <rgm@gnu.org>
8460         * gnus-art.el (gnus-button-patch): Use forward-line rather than
8461         goto-line.
8463 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8465         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8467         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8468         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8469         (gnus-mm-display-part, gnus-mime-display-single)
8470         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8471         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8473         * gnus-sum.el
8474         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8475         (gnus-summary-move-article): Add expirable mark to articles copied or
8476         moved to group that has auto-expire turned on if the option is non-nil.
8478 2009-07-24  Glenn Morris  <rgm@gnu.org>
8480         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8481         Fix typo.  (Bug#3903)
8483 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8485         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8486         gnus-article-read-summary-keys rather than gnus-summary-edit-article
8487         that should not be used for draft articles.
8488         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8489         that has no concern in minor mode keys.
8490         (gnus-article-summary-command, gnus-article-summary-command-nosave):
8491         Abolish.
8493 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8495         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8496         article without making inquiry to a user for unknown encoding.
8498         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8499         (nnmaildir--scan): Assume i-node and device number that file-attributes
8500         returns might be cons-cell.
8502 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
8504         * auth-source.el: Remove docs now in auth.texi.  Don't use
8505         `gnus-message' for logging.  Add new variables `auth-source-debug' and
8506         `auth-source-hide-passwords' and use them.
8508 2009-07-15  Glenn Morris  <rgm@gnu.org>
8510         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8512 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8514         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8515         excessive whitespace from the default values of title and description.
8517 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8519         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8520         mail-fetch-field to fetch Content-Description header in order to
8521         exclude newlines.
8523 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8525         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8526         to deleted part.
8528 2009-05-30  David Engster  <dengste@eml.cc>
8530         * nnmairix.el: Remove old documentation in the commentary block.
8531         (nnmairix-request-group): Do not update active file for nnml back ends.
8532         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8533         end so that overview files are ignored.
8534         (nnmairix-update-groups): Make updating the groups more robust by using
8535         marks.
8536         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8537         with dollar characters in message-id.
8539 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
8541         * spam.el: Use dns-query instead of query-dns.  Was renamed on
8542         2008-12-25 in dns.el.
8544 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8546         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8547         could happen if the text is only composed of spaces and/or tabs.
8549 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
8551         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8552         when sending a queued message to avoid extra mml tags.
8554 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8556         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8558 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8560         * gnus-dired.el: Remove autoload for gnus-setup-message.
8561         (gnus-dired-attach): Fake this-command value to prevent Gnus from
8562         displaying Gnus logo; always use compose-mail.
8564 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8566         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8568 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8570         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8571         (gnus-nocem-issuers): List currently active issuers; fix custom type.
8572         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8573         available.
8574         (gnus-nocem-epg-verify): New function.
8576 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
8578         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8580 2009-02-15  Glenn Morris  <rgm@gnu.org>
8582         * gnus-util.el (rmail-insert-rmail-file-header)
8583         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8584         autoloads.
8585         (rmail-default-rmail-file): Remove unnecessary declaration.
8586         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8588 2009-02-14  Glenn Morris  <rgm@gnu.org>
8590         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8591         variable (only used in gnus-util, which declares it anyway).
8592         (rmail-output-to-rmail-file): Remove autoload of deleted function,
8593         which was only needed by gnus-art (changed to not use it any more).
8594         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8595         only used in gnus-util, which autoloads it itself.
8596         (rmail-update-summary): Fix autoload.
8598         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8599         rather than rmail-output-to-rmail-file.
8601 2009-02-07  Glenn Morris  <rgm@gnu.org>
8603         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8604         autoload of function that no longer exists.
8605         (rmail-toggle-header): Declare.
8606         (message-forward-rmail-make-body): Handle mbox Rmail.
8608 2009-01-31  Glenn Morris  <rgm@gnu.org>
8610         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8611         2009-01-09 change.
8613 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
8615         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8616         (auth-source-forget-all-cached): New convenience function.
8617         (auth-source-user-or-password): Accept list of modes or a single mode.
8619         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8620         auth-source modes.
8622         * nnimap.el (nnimap-open-connection): Use list of
8623         auth-source modes.
8625         * nntp.el (nntp-send-authinfo): Use list of
8626         auth-source modes.
8628 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8630         * auth-source.el: Update docs to reflect epa-file-enable is to be used
8631         now.
8633 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8635         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8636         coding system in XEmacs; add a workaround for XEmacs.
8638 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8640         * mm-util.el (mm-coding-system-priorities): Protect against nil value
8641         of current-language-environment.
8643 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8645         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8646         available at runtime.
8648 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8650         * gnus-art.el (article-date-ut): Fix end point of narrowing.
8652 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
8654         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8655         the greatest positive fixnum value doesn't work under an XEmacs with
8656         bignum support; use the most-positive-fixnum constant instead,
8657         available since Emacs 21.1 with cl and XEmacs 21.1.
8659 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8661         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8662         XEmacs gets not to work.
8664 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8666         * mm-util.el (mm-coding-system-priorities): Allow the value like
8667         "Japanese (UTF-8)" of current-language-environment.
8669 2009-01-09  Glenn Morris  <rgm@gnu.org>
8671         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8672         with last-command-event.
8674 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8676         * message.el (message-fix-before-sending): Amend comment.
8678 2009-01-07  David Engster  <dengste@eml.cc>
8680         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8681         simplified server definitions by converting it via
8682         gnus-server-to-method.
8684 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8686         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8687         parameter's operands.
8689 2009-01-06  David Engster  <dengste@eml.cc>
8691         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8692         primary select method (for gnus-group-mark-article-as-read).
8694 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
8696         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8697         `(gnus)Face', not `(gnus)X-Face'.
8699 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8701         * mm-util.el (mm-ucs-to-char): New function.
8703         * mm-url.el (mm-url-decode-entities): Use it.
8705 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8707         * message.el (message-fix-before-sending): Add `eight-bit' to
8708         illegible-text check.
8710 2009-01-03  Michael Olson  <mwolson@gnu.org>
8712         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8713         `headers' is nil.  This can occur if the IMAP server does not have
8714         permissions to read messages from a folder, but can write new messages
8715         to the folder.
8716         (nnimap-request-article-part): Do not insert `data' if it is nil.
8718 2009-01-01  Dave Love  <fx@gnu.org>
8720         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
8722         * nnimap.el: Fix author email.
8723         (nnimap-split-rule): Add FIXME comment.
8724         (nnimap-debug): Fix doc string.
8726 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8728         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
8729         overlay-arrow-position and overlay-arrow-string buffer-local; no need
8730         to check if those variables exist (first appeared in Emacs 18.50).
8732 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8734         * mm-util.el (mm-line-number-at-pos): New function.
8736         * spam-report.el (spam-report-process-queue): Use it.
8738 2008-12-24  David Engster  <dengste@eml.cc>
8740         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
8741         parameters that haven't existed as variables as buffer-local variables.
8743 2008-12-23  Dave Love  <fx@gnu.org>
8745         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
8746         cadar.
8748         * sieve-manage.el (sieve-manage-starttls-p): Rename from
8749         imap-starttls-p.
8750         (sieve-manage-starttls-open): Rename from imap-starttls-open.
8752 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
8754         * spam-report.el (spam-report-gmane-max-requests): New constant.
8755         (spam-report-gmane-wait): New variable.
8756         (spam-report-gmane-ham, spam-report-gmane-spam)
8757         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8758         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8759         the server.
8761         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8762         Add explanations.
8764         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8765         nnheader-accept-process-output and nnheader-read-timeout if available.
8766         (pop3-movemail): Use it.
8768         * message.el (message-check-news-body-syntax): Fix signature check if
8769         there's an attachment.
8771 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8773         * mm-util.el: Add comments to the mm- emulating functions.
8775 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
8777         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8778         Reported by Stephen Berman <stephen.berman@gmx.net>.
8780 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8782         * mm-util.el (mm-substring-no-properties): New function.
8783         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8784         (mm-special-display-p): Enable those lambda forms to be byte compiled.
8785         (mm-string-to-multibyte): Doc fix.
8787         * mml.el (mml-attach-file): Use mm-substring-no-properties.
8789 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8791         * mml.el (mml-attach-file): Strip text properties from file name.
8792         (Bug#1574)
8794 2008-12-16  Glenn Morris  <rgm@gnu.org>
8796         * mm-util.el (mm-charset-override-alist): Declare for compiler.
8798 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8800         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8801         knows since the charset specified might be a bogus alias that
8802         mm-charset-synonym-alist provides.
8804 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8806         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8807         "ISO_8859-1".
8809         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8811 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8813         * mm-util.el (mm-charset-eval-alist):
8814         Define it before mm-charset-to-coding-system.
8815         (mm-charset-to-coding-system): Add optional argument `silent';
8816         define it before mm-charset-override-alist.
8817         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8818         default value if it can be used in Emacs currently running;
8819         silence mm-charset-to-coding-system.
8821 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8823         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8824         `allow-override' which says whether to use `mm-charset-override-alist'.
8825         (rfc2047-decode-encoded-words): Use it.
8827         * mm-util.el (mm-charset-override-alist): Fix custom type;
8828         add `(gb2312 . gbk)' to choices.
8830 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8832         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8833         fast.
8835         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8837 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
8839         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8840         on links.
8842         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8844 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8846         * message.el (message-idna-to-ascii-rhs-1): Protect against local
8847         users' addresses that don't have domain parts.
8848         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8849         rather than message-narrow-to-head since there will be the message
8850         header separator.
8852 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8854         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8855         since the result is inserted in a unibyte buffer anyway.
8856         (nnimap-demule-use-string-to-multibyte): Remove.
8857         (nnimap-demule): Alias it to mm-string-to-multibyte.
8859 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8861         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8862         variable for debugging bug#464 and bug#1174.
8863         (nnimap-demule): Use it.
8865 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8867         * gnus-score.el (gnus-score-find-trace): Handle default score in total
8868         score calculation correctly.
8870 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8872         * message.el (message-send-mail): Just set the buffer to unibyte
8873         rather than use mm-with-unibyte-current-buffer which does a lot more.
8874         (message-send-mail-partially): Don't bother with
8875         mm-with-unibyte-current-buffer since it's already been made unibyte by
8876         message-send-mail.
8878 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
8880         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8882 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
8884         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8886 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8888         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8889         require itself and to remove `with-no-warnings'.
8891 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
8893         * starttls.el (starttls-any-program-available): Get the name of the
8894         available TLS layer program.
8895         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8896         well as the host name in the "opening" message.
8898         * auth-source.el (auth-source-cache, auth-source-do-cache)
8899         (auth-source-user-or-password): Cache passwords and logins by default,
8900         allow override with `auth-source-do-cache'.
8901         (auth-source-forget-user-or-password): Allow users to remove cache
8902         entries if needed.
8904 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8906         * ietf-drums.el (ietf-drums-remove-comments): Localize second
8907         condition-case to only the forward-sexp call.
8909 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8911         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8912         quotes contained.  Make it more robust regardless by an extra
8913         condition-case wrapper.
8915 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8917         * nnml.el (nnml-request-expire-articles): Check if the function set to
8918         `nnmail-expiry-target' returns the symbol `delete'.
8920         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8922         * nnmail.el (nnmail-expiry-target): Fix custom type.
8924 2008-10-02  Glenn Morris  <rgm@gnu.org>
8926         * mm-util.el (mm-codepage-setup): Tweak codepage error.
8927         Silence compiler warning.
8929 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
8931         * mml.el (mml-menu): Don't assume mml2015 is bound.
8933 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8935         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8936         exists.
8938 2008-09-27  Glenn Morris  <rgm@gnu.org>
8940         * gnus-util.el (mail-header-remove-comments): Autoload it.
8942 2008-09-27  Andreas Schwab  <schwab@suse.de>
8944         * gnus-util.el (gnus-split-references): Strip comments.
8945         (gnus-parent-id): Likewise.
8947 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
8949         * message.el (message-confirm-send): Fix version.
8951 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8953         * message.el (message-idna-to-ascii-rhs-1): Use
8954         mail-extract-address-components rather than mail-header-parse-addresses
8955         that is an alias by default to ietf-drums-parse-addresses that does not
8956         support non-ASCII names in headers' contents.
8958 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8960         * message.el (message-confirm-send): Fix variable documentation to
8961         avoid the "y/n" wording.
8963 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
8965         * message.el (message-set-auto-save-file-name): Save to a different
8966         filename so multiple messages (especially drafts) can be recovered.
8968 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
8970         * message.el (message-confirm-send): Add appropriate version.
8972 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8974         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8975         defvar.
8977 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
8979         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8980         (mm-pkcs7-enveloped-magic): Ditto.
8982 2008-09-17  Simon Josefsson  <simon@josefsson.org>
8984         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8985         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8987 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
8989         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8990         default, it's better.
8992 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
8994         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8995         summary line gnus-number property and ignore them (with a warning
8996         message).
8998 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9000         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
9001         macro caddr in the interactive form since it won't be expanded.
9003 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9005         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
9006         `charset'; fix name of function called recursively.
9007         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
9009 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9011         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
9012         (gnus-mime-set-charset-parameters): New function.
9013         (gnus-mime-view-part-as-charset): Use it to correctly display part
9014         specifying wrong charset.
9016 2008-09-08  David Engster  <dengste@eml.cc>
9018         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
9019         in completing-read for back end server.
9021 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
9023         * message.el (message-confirm-send): New variable to confirm sending a
9024         message.
9025         (message-send): Use it.
9027 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
9029         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
9031 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9033         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
9035 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
9037         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
9038         prevent tracking too many groups.
9039         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
9040         Use it.
9042 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
9044         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
9045         moving point to the bottom of the window in order to avoid recentering.
9047 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9049         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9050         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9051         (gnus-article-beginning-of-window): Fix calculation.
9053 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9055         * gnus-msg.el (gnus-summary-supersede-article)
9056         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9057         value of gnus-newsgroup-charset to decode non-MIME encoded text in
9058         message header.
9060 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
9062         * message.el:
9063         * gnus-start.el:
9064         * gnus-registry.el: Remove VMS support.
9066 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9068         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9069         macro.
9070         (rfc2104-hash): Use it.
9072 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
9074         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9075         (gnus-summary-sort-by-most-recent-date): New commands.
9076         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9077         and menu entries.
9079 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9081         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9082         don't redisplay article for raw contents; remove plural articles stuff.
9084         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9085         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9086         on gnus-summary-save-article; display results properly.
9088 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9090         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9092 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9094         * gnus-art.el (gnus-summary-save-in-pipe):
9095         Consider gnus-save-all-headers.
9097 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9099         * gnus-util.el (ns-focus-frame): Remove declaration.
9100         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
9101         like x.
9103 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9105         * rfc2104.el (rfc2104-zero): Delete defconst.
9106         (rfc2104-hex-alist): Likewise.
9107         (rfc2104-hex-to-int): Delete func.
9108         (rfc2104-hexstring-to-bitstring): Likewise.
9109         (rfc2104-nybbles): New defconst.
9110         (rfc2104-hash): Rewrite for speed.
9112 2008-07-16  Glenn Morris  <rgm@gnu.org>
9114         * gnus-util.el (ns-focus-frame): Declare for compiler.
9116 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9118         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9119         set as a group parameter.
9120         (gnus-summary-save-in-pipe): Work when it is called independently.
9121         (gnus-summary-pipe-to-muttprint): Don't modify
9122         gnus-summary-pipe-output-default-command.
9124 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9126         * message.el (message-send-mail-with-sendmail):
9127         Display the error message.
9129 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9131         * gnus-art.el (gnus-default-article-saver):
9132         Add gnus-summary-save-in-pipe to choices.
9133         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9134         gnus-summary-pipe-output-default-command as the default command.
9135         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9136         instead of gnus-last-shell-command.
9138         * gnus-sum.el (gnus-summary-pipe-output-default-command):
9139         New user option.
9140         (gnus-summary-muttprint-program): Mention the value will be changed.
9141         (gnus-summary-save-article): Force showing of all headers.
9142         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9144 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
9146         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9148 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
9150         * nnimap.el (nnimap-id):
9151         * sieve-manage.el (sieve-manage-open): Doc fixes.
9153 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9155         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9156         if available.
9158 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9160         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9162         * nnkiboze.el (nnkiboze-generate-group):
9163         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9165         * nnmairix.el: Require CL.
9167 2008-06-15  David Engster  <dengste@eml.cc>
9169         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9171 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
9173         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9174         New macros that expand to an `aset'/`aref' call under Emacs, and to a
9175         runtime choice under XEmacs.
9177         * gnus-sum.el (gnus-summary-set-display-table):
9178         Use `gnus-put-display-table', `gnus-get-display-table',
9179         `gnus-set-display-table' for the display table, instead of `aset'.
9181 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9183         * nnmairix.el: Add autoloads.
9185 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9187         * nnmairix.el (nnmairix-delete-recreate-group)
9188         (nnmairix-update-and-clear-marks): Fix error messages.
9190 2008-06-14  David Engster  <dengste@eml.cc>
9192         * nnmairix.el: Upgrade to version 0.6.
9193         (nnmairix-group-toggle-propmarks-this-group)
9194         (nnmairix-group-toggle-readmarks-this-group)
9195         (nnmairix-group-delete-recreate-this-group)
9196         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9197         (nnmairix-remove-tick-mark-original-article): New commands.
9198         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9199         (nnmairix-propagate-marks-to-nnmairix-groups)
9200         (nnmairix-only-use-registry, nnmairix-allowfast-default)
9201         (nnmairix-marks-cache, nnmairix-version-output): New variables.
9202         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9203         functions needed for marks propagation and manipulation of read marks.
9204         (nnmairix-update-groups): New function.
9205         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9206         (nnmairix-determine-original-group-from-registry)
9207         (nnmairix-determine-original-group-from-path)
9208         (nnmairix-get-group-from-file-path, nnmairix-map-range)
9209         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9210         New helper functions.
9211         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9212         keystrokes for new commands.
9213         (nnmairix-delete-and-create-on-change): Doc string cleanup.
9214         (nnmairix-request-group): Check allow-fast group parameter.
9215         (nnmairix-request-create-group): Set allow-fast group parameter if
9216         nnmairix-allowfast-default is set.
9217         (nnmairix-close-group): Propagate marks upon closing if needed.
9218         (nnmairix-group-toggle-threads-this-group): Use new.
9219         nnmairix-group-toggle-parameter helper function.
9220         (nnmairix-search): Better check for empty search result.
9221         (nnmairix-goto-original-article): Use new helper functions for
9222         determining original article.
9223         (nnmairix-show-original-article): Make sure message-id is in brackets.
9224         (nnmairix-call-mairix-binary): Change variable name.
9225         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9226         helper function.
9227         (nnmairix-widget-toggle-activate): Fix doc string.
9229 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9231         * nnir.el: Require edmacro when compiling with XEmacs.
9232         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9233         available in Emacs 21.
9235 2008-06-11  Glenn Morris  <rgm@gnu.org>
9237         * gnus-util.el (x-focus-frame):
9238         * gnus.el (image-size):
9239         * mm-decode.el (image-size): Declare.
9241         * gnus-picon.el (declare-function): Add compat definition.
9242         (image-size): Declare.
9244         * gnus-group.el (tool-bar-map):
9245         * gnus-sum.el (tool-bar-map): Define for compiler.
9247         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9249         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9251         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9252         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9253         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9254         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9255         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9256         * sieve-manage.el, spam-report.el, spam.el:
9257         Remove unnecessary eval-and-compile of autoloads.
9259 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
9261         * auth-source.el: Precise Tramp doc.
9263 2008-06-07  Glenn Morris  <rgm@gnu.org>
9265         * nnmairix.el: Remove unnecessary eval-when-compile.
9267 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
9269         * nnir.el: New file.
9271 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9273         * gnus-util.el (gnus-read-shell-command): New function.
9274         * mm-decode.el (mm-pipe-part):
9275         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9277 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9279         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9281 2008-06-03  Glenn Morris  <rgm@gnu.org>
9283         * pop3.el (nnheader-accept-process-output): Autoload it.
9285 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9287         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9288         are not 2-digit hexadecimal characters that follow `%'s.
9290 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9292         * message.el (message-bogus-recipient-p): Fix type in doc string.
9293         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9294         (message-bogus-addresses): Rename from message-bogus-address-regexp.
9295         Improve custom options.
9296         (message-bogus-recipient-p): Adjust accordingly.
9298 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9300         * nnmairix.el: Require edmacro when compiling with XEmacs.
9302 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
9304         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9305         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9307 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9309         * auth-source.el: Add more docs.
9311 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9313         * nnheader.el (nnheader-read-timeout): Change the default timeout from
9314         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
9315         retrieval faster in some cases, but might make CPU usage larger.
9316         If this has any bad side effects, we might revert this change.
9318         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9319         seems to make mail retrieval much, much faster.
9320         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9321         unconditionally.
9323         * gnus-draft.el (gnus-group-send-queue):
9324         Bind message-send-mail-partially-limit to nil to avoid being prompted.
9326 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9328         * mml.el (mml-attach-buffer): Prompt for `disposition'.
9330         * message.el (message-bogus-address-regexp): Fix and improve custom
9331         type.
9332         (message-setup-hook): Add message-check-recipients as custom option.
9334 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
9336         * message.el (message-cite-function): Remove bogus autoload which crept
9337         in during merge from v5-10.
9339 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9341         * nnimap.el (nnimap-open-connection): Fix login/password bug.
9343         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9345         * auth-source.el: Preliminary Tramp docs.
9346         (auth-sources): Change the default auth-sources to use
9347         EPA .gpg files.
9349 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
9351         * nntp.el: Autoload `auth-source-user-or-password'.
9352         (nntp-send-authinfo): Use it.
9354         * nnimap.el: Autoload `auth-source-user-or-password'.
9355         (nnimap-open-connection): Use it.
9357         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
9358         for the gnus-message function.
9359         (auth-source-user-or-password): Use it.
9361 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9363         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9364         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
9365         (rfc2104-hash): Use it.
9367 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
9369         * gnus-art.el (gnus-article-toggle-truncate-lines):
9370         Don't use `iff' in docstring.
9372 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
9374         * gnus-registry.el: Adjusted copyright dates and added a keyword.
9376         * gnus-util.el (gnus-extract-address-component-name)
9377         (gnus-extract-address-component-email): Convenience functions around
9378         `gnus-extract-address-components'.
9380         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9381         Use `gnus-extract-address-component-email' to fix bug of comparing full
9382         sender name to `user-mail-address'.
9384 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
9386         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9387         catch/throw to optimize.
9388         (gnus-registry-find-keywords): Just use member to find a keyword.
9390 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9392         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9393         is current before calling gnus-server-prepare.
9394         (gnus-server-setup-buffer, gnus-server-update-server)
9395         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
9397 2008-05-04  Juri Linkov  <juri@jurta.org>
9399         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
9400         (mailcap-file-default-commands): Use mailcap-replace-in-string
9401         instead of replace-regexp-in-string, and mailcap-delete-duplicates
9402         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
9404 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
9406         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9408 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9410         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
9411         hooks.
9412         (gnus-update-read-articles): Speed up non-marks-using users.
9413         (gnus-use-marks): Define gnus-use-marks.
9414         (gnus-propagate-marks): Rename variable to something more sensible.
9416 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
9418         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
9419         (gmm-image-load-path-for-library): Fix typos in docstrings.
9420         (gmm-message): Reflow docstring.
9422 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
9424         * mail-source.el (mail-source-set-1, mail-source-bind):
9425         Move auth-source code out of the macro to clean it up and fix bugs.
9427 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
9429         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
9430         by sender if it's equal to user-mail-address, it's likely to be
9431         useless.
9433         * mail-source.el (mail-source-bind): Don't use user or password if they
9434         are not bound.  Unintern them if they are nil.  Don't use server unless
9435         it's bound, and default it to empty string otherwise.
9437 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
9439         * mail-source.el: Load auth-source.el.
9440         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
9441         get user name or password, if auth-sources is set up.
9443         * gnus-registry.el (gnus-registry-split-strategy): New variable for
9444         strategy of splitting with parent.
9445         (gnus-registry-split-fancy-with-parent)
9446         (gnus-registry-post-process-groups): Use it and fix prior
9447         bug (returning a list as the split result).
9449         * auth-source.el (auth-sources): Remove server parameter.
9450         (auth-source-pick, auth-source-user-or-password)
9451         (auth-source-user-or-password-imap)
9452         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9453         (auth-source-user-or-password-sftp)
9454         (auth-source-user-or-password-smtp): Remove server parameter.
9456 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
9458         * smime.el (smime-sign-region, smime-encrypt-region)
9459         (smime-decrypt-region):
9460         Remove redundant calls to `generate-new-buffer-name'.
9462 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
9464         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9465         Don't use QP for message/rfc822.
9466         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9468 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9470         * sieve-manage.el (sieve-string-bytes): Remove.
9471         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9472         correct byte-length only if the process's coding-system is the same as
9473         the one used internally by Emacs to represent strings.
9475 2008-04-22  Juri Linkov  <juri@jurta.org>
9477         * mailcap.el (mailcap-file-default-commands): New function.
9479 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9481         * message.el (message-signature-separator, message-cite-function):
9482         Change custom version.
9484 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9486         * mm-decode.el (mm-display-external): Make temp file read-only.
9488 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9490         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9491         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
9492         `C-c C-f d'.
9494 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
9496         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9498 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
9500         * auth-source.el: Add docs.
9501         (auth-sources): Modify format to support server.
9502         (auth-source-pick, auth-source-user-or-password)
9503         (auth-source-user-or-password-imap)
9504         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9505         (auth-source-user-or-password-sftp)
9506         (auth-source-user-or-password-smtp): Add server parameter.
9508 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
9510         * gnus-registry.el: Initialize the registry when gnus-registry-install
9511         is t.
9513 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9515         * compface.el (uncompface): Make buffer unibyte.
9517 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9519         * mail-source.el (mail-source-value):
9520         Prefer fboundp to functionp so it works with macros as well.
9522 2008-04-05  Glenn Morris  <rgm@gnu.org>
9524         * gnus-ems.el (mm-disable-multibyte): Autoload it.
9526 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9528         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
9529         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
9531         * nnheader.el (nnheader-init-server-buffer): Change buffer's
9532         multibyteness after rather than before erasing it.
9534         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
9535         mm-with-multibyte.
9536         (gnus-request-article-this-buffer): Make sure the proper decoding is
9537         used if gnus-original-article-buffer happens to be unibyte.
9539         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
9540         default-enable-multibyte-characters.
9542         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
9543         default-enable-multibyte-characters.
9545         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
9547         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
9549 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9551         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9552         Fix last change in case the element is not even a symbol.
9554 2008-04-02  Simon Josefsson  <simon@josefsson.org>
9556         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
9557         imap-enable-exchange-bug-workaround.
9558         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
9560 2008-04-01  Simon Josefsson  <simon@josefsson.org>
9562         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
9563         a 100 byte status-checks into a 2-3MB transfer for each group.
9564         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
9565         to enable bug workaround or not.
9566         (nnimap-find-minmax-uid): Only enable workaround conditionally.
9568 2008-03-31  Glenn Morris  <rgm@gnu.org>
9570         * message.el (mml2015-use): Declare for compiler.
9571         (message-info): Require mml2015 when appropriate.
9573 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9575         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
9576         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
9577         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
9578         (nntp-service-to-port): New function.
9579         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
9580         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
9581         (nntp-open-netcat-stream): New function.
9582         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
9584 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
9586         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
9588 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9590         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
9592 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
9594         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
9596 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9598         * message.el (message-signature-separator): Change default.
9599         Improve custom type.
9600         (message-cite-function): Change default to
9601         message-cite-original-without-signature.
9603         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
9604         toggle.
9606         * message.el (message-check-news-body-syntax): Fix signature check.
9607         (message-setup-1): Mark buffer as unmodified _after_ running
9608         message-setup-hook and handling message-alternative-emails.
9609         (message-shorten-references): Be more strict when building list of
9610         valid references to comply with GNKSA.
9612         * gnus-group.el (gnus-read-ephemeral-bug-group)
9613         (gnus-read-ephemeral-debian-bug-group)
9614         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9616         * message.el (message-info): Don't use booleanp which isn't supported
9617         in Emacs 21 and XEmacs.
9619 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
9621         * gnus-group.el (gnus-gmane-group-download-format): Rename from
9622         gnus-group-gmane-group-download-format.
9623         (gnus-group-read-ephemeral-gmane-group): Rename from
9624         gnus-group-read-ephemeral-gmane-group.
9625         (gnus-read-ephemeral-gmane-group-url): Rename from
9626         gnus-group-read-ephemeral-gmane-group-url.
9627         (gnus-bug-group-download-format-alist): New variable.
9628         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
9629         (gnus-read-ephemeral-emacs-bug-group): New commands.
9631 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9633         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
9634         (gnus-visible-headers): Improve custom type.
9636 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9638         * mml.el (mml-menu): Add workarounds for XEmacs.
9640         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
9641         X-Boundary header.
9643         * message.el (message-simplify-recipients): Fix previous commit.
9645 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9647         * mm-util.el (mm-set-buffer-multibyte): New function.
9648         * mm-decode.el (mm-copy-to-buffer): Use it.
9650         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9651         Prefer fboundp to functionp so it works with macros as well.
9653 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
9655         * message.el (message-alter-recipients-discard-bogus-full-name):
9656         New function.
9657         (message-alter-recipients-function): New variable.
9658         (message-get-reply-headers): Use it.
9659         (message-replace-header): New helper function.
9660         (message-recipients-without-full-name): New variable.
9661         (message-simplify-recipients): New command.
9663         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9665         * message.el (message-info): Handle EasyPG manual.
9667         * mml.el (mml-menu): Add entry for EasyPG.
9669 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
9671         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9672         parameter.
9674         * message.el (message-disassociate-draft): Specify drafts group name
9675         fully.
9677 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
9679         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9680         Eliminate unnecessary duplicates from the match list.
9682 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9684         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9685         args of `how-many' of which the XEmacs version doesn't take; declare
9686         Info-index-next as function.
9688 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9690         * gnus-score.el (gnus-score-headers): Fix handling of
9691         gnus-inhibit-slow-scoring.
9693         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9694         string.
9695         (gnus-button-url-regexp): Improve handling of parenthesis.
9696         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9697         (gnus-button-handle-info-keystrokes): Handle index entries.
9699 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9701         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9702         Incoming* files.
9704 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
9706         * auth-source.el (auth-sources): Rename from auth-source-choices.
9707         (auth-source-pick): Use it.
9709 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
9711         * auth-source.el (auth-source-protocols)
9712         (auth-source-protocols-customize, auth-source-choices): Add and
9713         modified variable customizations and defaults.
9714         (auth-source-pick, auth-source-user-or-password)
9715         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9716         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9717         (auth-source-user-or-password-sftp)
9718         (auth-source-user-or-password-smtp): Use new variables and provide an
9719         interface to netrc.el.
9721 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9723         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9724         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9725         Make sure the nntp port to specify is a string.
9727 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9729         * nntp.el: Use with-current-buffer.
9730         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9731         dubious mm-with-unibyte-current-buffer.
9732         (nntp-with-open-group-function): New function extracted from
9733         nntp-with-open-group macro.
9734         (nntp-with-open-group): Use the function, so it's easier to debug.
9735         Add indentation and debugging info.
9736         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9737         Recommend the use of the netcat alternatives.
9739         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9740         Avoid mm-string-as-multibyte as well.
9742         * nnweb.el (nnweb-insert-html):
9743         Remove use of nnheader-string-as-multibyte.
9745         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9746         (nnheader-string-as-multibyte): Remove.
9748         * mm-view.el: Use inhibit-read-only.
9749         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9750         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9751         or unibyte-string.
9753         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9754         (mm-uu-yenc-extract): Use with-current-buffer.
9756         * gnus-soup.el (gnus-soup-send-packet): Don't use
9757         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9759         * nnmh.el: Use with-current-buffer.
9760         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9761         mm-string-as-multibyte on the output of mm-encode-coding-string.
9763         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9764         (nnimap-request-move-article): Use with-current-buffer.
9766         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9767         inserting the handle-buffer's text, so the implicit multibyte->unibyte
9768         conversion uses string-make-unibyte rather than string-as-unibyte.
9770         * gnus-msg.el: Use with-current-buffer.
9772         * message.el (message-ignored-resent-headers): Add "Delivered-To".
9774 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
9776         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9777         string for caching if it is 'PIN.
9779 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9781         * mail-source.el (mail-source-delete-old-incoming-confirm):
9782         Change default to nil.
9783         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9785 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9787         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9788         (gnus-article-goto-prev-page): Work for articles having ^L's.
9790         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9792         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9794 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9796         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9797         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9798         (gnus-bookmark-jump): Adjust some variable names.
9800 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9802         * auth-source.el: New package.
9803         (auth-source-choices): Add customization entry point variable.
9805         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9806         bug.
9808 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9810         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9811         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9812         (gnus-registry-install-shortcuts): Rename from
9813         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9814         the `gnus-registry-mark-map' keymap dynamically from
9815         `gnus-registry-marks'.  The generated functions update the summary line
9816         when a registry mark is added or deleted, and will call
9817         `gnus-registry-install-p' (see the comments in the code).
9818         (gnus-registry-user-format-function-M): Use concat intelligently.
9820         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9821         the registry mark functions.
9823 2008-03-05  Glenn Morris  <rgm@gnu.org>
9825         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9826         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9827         gnus-art.
9828         (top-level): No need to load own source when compiling.
9830 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9832         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9833         Suggested by <chris.anderton@zetnet.co.uk>.
9835 2008-03-04  Glenn Morris  <rgm@gnu.org>
9837         * gnus-sum.el (top-level): No need to require gnus when compiling,
9838         since unconditionally required near start of file.
9839         (gnus-summary-display-while-building): Move definition before use.
9841 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9843         * gnus-registry.el (gnus-registry-user-format-function-M):
9844         Add formatting function.
9846 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9848         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9849         with plists.
9850         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9851         Use new format.
9853 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9855         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9856         `where-is-internal' that returns a range of key sequences.
9858 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9860         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9862         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9863         (gnus-summary-jump-to-group): Consider windows on other displayed
9864         frames as well.  Similar changes might be needed elsewhere, but that's
9865         the one I've bumped into during my use.
9867         * nndoc.el (nndoc-oe-dbx-type-p):
9868         * gnus-msg.el (gnus-debug):
9869         * gnus-group.el (gnus-update-group-mark-positions):
9870         Use mm-string-to-multibyte.
9872 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9874         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9875         doesn't handle NotDashEscaped.
9877         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9878         (mml-dnd-attach-options): Fix typo in custom choice.
9880         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9881         Change nndoc-article-type to mbox.
9882         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9884         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9885         to nil, instead of html2text.
9887         * imap.el (imap-debug): Add `imap-ping-server'.
9889         * gnus-bookmark.el: Add FIXMEs.
9891         * message.el (message-form-letter-separator)
9892         (message-send-form-letter-delay): New variables.
9893         (message-send-form-letter): Use them.  New command to send form
9894         letters.  Requested by Uwe Siart.
9895         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9897 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9899         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9900         empty author.
9902 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9904         * gnus-registry.el (gnus-registry-marks): Add variable for
9905         customization of marks and their appearance.
9906         (gnus-registry-read-mark): Use it.
9907         (gnus-registry-do-marks): Add utility function to loop through
9908         `gnus-registry-marks'.
9909         (gnus-registry-install-shortcuts-and-menus): Add function to install
9910         shortcuts and menus.
9911         (gnus-registry-initialize): Use it.
9912         (gnus-registry-default-mark): Clarify documentation.
9914 2008-02-29  Glenn Morris  <rgm@gnu.org>
9916         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9917         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9918         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9919         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9920         Change defcustom :version from 23.0 to 23.1.
9922 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
9924         * gnus-registry.el (gnus-registry-follow-group-p)
9925         (gnus-registry-post-process-groups): Add functions to aid registry
9926         splitting and improve logging.  Clarify behavior in function
9927         documentation.
9928         (gnus-registry-split-fancy-with-parent): Use them.
9930 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9932         * gnus-art.el: Use with-current-buffer.
9934 2008-02-27  David Engster  <dengste@eml.cc>
9936         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9937         Express real group name in the response.
9939 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9941         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9942         (nnmairix-last-server, nnmairix-current-server): Defvar them.
9943         (nnmairix-goto-original-article): Defvar gnus-registry-install and
9944         autoload gnus-registry-fetch-group when compiling.
9945         (nnmairix-request-group-with-article-number-correction):
9946         Remove unreferenced argument passed to nnmairix-call-backend.
9948 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9950         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9951         (mm-uu-extract): Improve face for low color ttys.
9952         Reported by Sascha Wilde.
9954 2008-02-27  Glenn Morris  <rgm@gnu.org>
9956         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9957         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9958         variables to defconsts.  Convert comments to doc-strings.
9959         (nnmairix-last-server, nnmairix-current-server): Convert from free
9960         variables to defvars.  Convert comments to doc-strings.
9961         (gnus-registry-fetch-group): Autoload.
9962         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9963         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9964         (nnmairix-widget-build-editable-fields): Use car cddr rather than
9965         caddr.
9966         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9967         nnmairix-request-group-with-article-number-correction call.
9968         (nnmairix-fast, nnmairix-group): New, less general names, for free
9969         variables passed from nnmairix-request-group to
9970         nnmairix-request-group-with-article-number-correction.  Declare.
9971         (nnmairix-request-group-with-article-number-correction):
9972         Use nnmairix-fast, nnmairix-group rather than fast, group.
9974 2008-02-26  David Engster  <dengste@eml.cc>
9976         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
9977         version 0.5.
9979 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9981         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9982         instead of making an extra function call.  Don't add the current group
9983         to articles only when they have the group.  Use
9984         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9985         Reported by David <de_bb@arcor.de>.
9987 2008-02-24  Miles Bader  <miles@gnu.org>
9989         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9990         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9991         (mm-find-mime-charset-region):
9992         * mm-bodies.el (mm-encode-body):
9993         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9995 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
9997         * mail-source.el (mail-source-delete-incoming): Change default.
9998         Supplement doc string.
10000         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10002 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10004         * nnmail.el (nnmail-message-id-cache-file): Derive from
10005         `gnus-home-directory'.
10007 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
10009         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10010         Document negative prefix.
10012         * gnus-group.el (gnus-group-read-group): Document negative prefix.
10014 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10016         * message.el (message-unsent-separator): Add the Exim bounce
10017         separator.
10019 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10021         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10022         list.
10023         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10024         recipient/signer list.
10026 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10028         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10029         fbound (Emacs 23 unicode), signal an error.
10031 2008-02-08  Glenn Morris  <rgm@gnu.org>
10033         * gnus-art.el (pgg-display-output-buffer): Declare as function.
10035 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
10037         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10038         ports to the calls to `netrc-machine-user-or-password' in addition to
10039         "imap" and "imaps".
10041 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10043         * gnus.el (gnus-group-startup-message): Add `find-image' call before
10044         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
10045         <hanche@math.ntnu.no>.
10047 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10049         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10051 2008-02-01  Zhang Wei  <id.brep@gmail.com>
10053         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10055         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10057 2008-02-01  Miles Bader  <miles@gnu.org>
10059         * mml.el (mml-parse-1): Remove apparently vestigial use of
10060         `mm-hack-charsets'.
10061         * mm-bodies.el (mm-encode-body): Likewise.
10063 2008-02-01  Kenichi Handa  <handa@m17n.org>
10065         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10066         rfc2104-hexstring-to-bitstring and changed to return a byte list.
10067         (rfc2104-hash): Convert the result of concat to unibyte string.
10069 2008-02-01  Dave Love  <fx@gnu.org>
10071         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10072         coding-system-for-read.
10073         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10075         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10076         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
10077         (mm-find-mime-charset-region): Remove hack-charsets stuff.
10079 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
10081         * mail-source.el (mail-sources): Add `group' choice.
10083         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10084         parameter `in-group' to control into which group the articles go.
10085         Add treatment of `group' mail-source.
10087 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
10089         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10090         * message.el (message-beginning-of-line): Use featurep instead of bound
10091         tests in order to resolve conditionals at compile time.
10093 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10095         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10097         * mm-decode.el (mm-dissect-buffer): Decode description.
10099         * mml.el (mml-to-mime): Encode message header first.
10101 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10103         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10104         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10106 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
10108         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10110 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10112         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10113         prefix keys.
10114         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10115         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10116         gnus-xmas.el.
10118 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10120         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10121         Add new variables for article mark management.
10122         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10123         list of extra data entries which, when present, will indicate that the
10124         article ID should not be trimmed from the registry.
10125         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10126         functions.
10127         (gnus-registry-read-mark): New function to read a mark name from the
10128         user.
10129         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10130         (gnus-registry-set-article-mark-internal): New functions to add and
10131         remove marks.
10132         (gnus-registry-get-article-marks): New function to show the marks for
10133         an article, or retrieve them for further use.
10135 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10137         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10138         keys when no argument is given.
10140 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10142         * gnus-sum.el (gnus-article-sort-by-random)
10143         (gnus-thread-sort-by-random): Fix doc strings.
10144         Reported by jidanni@jidanni.org.
10146 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10148         * gnus-art.el (gnus-article-describe-bindings): New function.
10149         (gnus-article-read-summary-keys): Use it.
10150         (gnus-article-mode-map): Bind `C-h b' to it.
10152 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10154         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10155         XEmacs.
10156         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10157         Protect against non-character events.
10159 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
10161         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10162         New command.
10163         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10164         instead of END.  Change name of the temp file.
10165         (gnus-group-gmane-group-download-format): Add doc string.  Make it
10166         customizable.
10168 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10170         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10171         bind `S W' to gnus-article-wide-reply-with-original; set default
10172         binding to gnus-article-read-summary-send-keys.
10173         (gnus-article-read-summary-keys): Fix the order of keys; display
10174         continuation keys correctly in the echo area; describe bindings
10175         correctly when keys end with `C-h'.
10176         (gnus-article-read-summary-send-keys): New function.
10177         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10178         Work for gnus-article-read-summary-send-keys; display continuation keys
10179         correctly in the echo area.
10180         (gnus-article-reply-with-original): Ignore prefix argument.
10181         (gnus-article-wide-reply-with-original): New function.
10183 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10185         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10186         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10188 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10190         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10191         (gnus-group-read-ephemeral-gmane-group): New command.
10193 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10195         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10197 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10199         * message.el (message-send-mail-function): Increase custom version.
10201         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10202         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
10204 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10206         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10207         html parts correctly; support forwarded messages.
10208         (gnus-article-browse-html-article): Remove work buffers.
10210         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10211         compiling.
10212         (netrc-bound-and-true-p): New macro.
10213         (netrc-parse): Use it instead of bound-and-true-p that is not available
10214         in XEmacs 21.4.
10216 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
10218         * gnus-registry.el (gnus-registry-mark-article)
10219         (gnus-registry-article-marks): Add functionality to mark articles
10220         through the Gnus registry.
10222         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10223         (netrc-parse): Use encrypt-file-alist to determine if
10224         encrypt-find-model or encrypt-insert-file-contents should be used.
10226 2007-12-19  Glenn Morris  <rgm@gnu.org>
10228         * mml.el (message-options-set, message-narrow-to-head)
10229         (message-in-body-p, message-mail-p, message-encode-message-body):
10230         Autoload.
10231         (message-remove-header, message-narrow-to-headers-or-head)
10232         (message-subscribed-p, message-make-mail-followup-to)
10233         (message-position-on-field, message-news-p)
10234         (message-options-set-recipient, message-generate-headers)
10235         (message-sort-headers): Declare as functions.
10237 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10239         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10240         convention in doc string.
10242 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10244         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10245         title to html parts.
10246         (gnus-article-browse-html-article): Pass message header to it.
10248         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10250 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
10252         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10253         or password compatible with XEmacs.
10255 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10257         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10258         format document.
10259         (gnus-mime-delete-part): Don't write description line if empty.
10260         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10262 2007-12-14  Johan BockgĂ„rd  <bojohan@gnu.org>
10264         * gnus-sum.el (gnus-summary-mark-unread-as-read)
10265         (gnus-summary-mark-read-and-unread-as-read)
10266         (gnus-summary-mark-current-read-and-unread-as-read)
10267         (gnus-summary-mark-unread-as-ticked): Doc fix.
10268         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10270 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10272         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10273         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10275 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10277         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10278         yes-or-no-p.
10280 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10282         * mm-decode.el (mm-add-meta-html-tag): New function.
10283         (mm-save-part-to-file, mm-pipe-part): Use it.
10285         * gnus-art.el (gnus-article-browse-delete-temp-files):
10286         Use gnus-y-or-n-p instead of y-or-n-p.
10287         (gnus-article-browse-html-parts): Work with message/external-body; use
10288         mm-add-meta-html-tag.
10290 2007-12-11  Glenn Morris  <rgm@gnu.org>
10292         * gnus-cache.el: Require gnus-sum not just when compiling.
10294         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
10296         * gnus-int.el (gnus-server-opened, gnus-status-message):
10297         Move definitions before use.
10299         * mm-decode.el: Require gnus-util.
10300         (mm-remove-part): Only call delete-annotation on XEmacs.
10302         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
10304         * nnmail.el: Require gnus-int.
10306         * spam.el: Move `require's before `eval-when-compile's.
10308         * gnus-ems.el (gnus-alive-p):
10309         * gnus-fun.el (message-goto-eoh):
10310         * gnus-util.el (gnus-group-name-decode):
10311         * mail-source.el (gnus-compress-sequence):
10312         * message.el (Info-goto-node, format-spec):
10313         * mm-bodies.el (message-options-get):
10314         * mm-decode.el (mm-view-pkcs7):
10315         * mm-util.el (gmm-write-region):
10316         * mml-smime.el (mml-compute-boundary)
10317         (gnus-completing-read-with-default):
10318         * mml.el (widget-button-press, gnus-make-hashtable):
10319         * mml1991.el (mm-decode-content-transfer-encoding)
10320         (mm-encode-content-transfer-encoding)
10321         (message-options-get, message-options-set):
10322         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
10323         * nnfolder.el (gnus-request-group):
10324         * nnheader.el (ietf-drums-unfold-fws):
10325         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
10326         * smime.el (gnus-run-mode-hooks):
10327         * spam-stat.el (gnus-message): Autoload.
10329         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
10330         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
10331         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
10332         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
10333         Add declare-function compatibility definition.
10335         * gnus-cache.el (nnvirtual-find-group-art):
10336         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
10337         (gnus-add-image, gnus-add-wash-type):
10338         * gnus-group.el (nnkiboze-score-file):
10339         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10340         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10341         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10342         (message-tokenize-header, gnus-get-buffer-create)
10343         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10344         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10345         * gnus.el (gnus-group-decoded-name):
10346         * mail-source.el (imap-capability):
10347         * mm-bodies.el (message-options-set):
10348         * mm-decode.el (gnus-configure-windows):
10349         * mm-extern.el (message-goto-body):
10350         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
10351         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
10352         (epg-sub-key-validity, message-options-set):
10353         * mml.el (widget-event-point, gnus-configure-windows):
10354         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
10355         * mml2015.el (epg-check-configuration, epg-configuration)
10356         (message-options-set):
10357         * nndb.el (nndb-request-article):
10358         * nnfolder.el (gnus-request-create-group):
10359         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
10360         * nnmaildir.el (gnus-group-mark-article-read):
10361         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
10362         * rfc1843.el (message-fetch-field):
10363         * spam.el (gnus-extract-address-components):
10364         Declare as functions.
10366 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10368         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
10370 2007-12-09  Glenn Morris  <rgm@gnu.org>
10372         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
10374         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
10375         * message.el, mm-view.el, sieve-manage.el, smime.el:
10376         Add declare-function compatibility definition.
10378         * gnus-art.el (w3-region, w3m-region, Info-menu):
10379         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
10380         * gnus-sum.el (gnus-get-predicate):
10381         * gnus-util.el (mm-append-to-file, w32-focus-frame):
10382         * message.el (mail-abbrev-in-expansion-header-p):
10383         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
10384         (w3m-detect-meta-charset, w3m-region):
10385         * sieve-manage.el (password-read, password-cache-add)
10386         (password-cache-remove):
10387         * smime.el (password-read-and-add): Declare as functions.
10389 2007-12-08  David Kastrup  <dak@gnu.org>
10391         * gnus-sum.el (gnus-summary-simplify-subject-query):
10392         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
10393         `message'.
10395 2007-12-07  Glenn Morris  <rgm@gnu.org>
10397         * gnus-art.el (article-make-date-line): Revert previous change.
10399 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10401         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
10403 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
10405         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
10406         Call gnus-add-to-range ranges only once with a prepared article-list.
10408 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
10410         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
10411         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
10412         group names with backslashes.
10413         Reported by Tassilo Horn <tassilo@member.fsf.org>.
10415 2007-12-06  Deepak Goel  <deego3@gmail.com>
10417         * gnus-art.el (article-make-date-line):
10418         * gnus-start.el (gnus-load):
10419         * pop3.el (pop3-read-response): Fix buggy call to `error'.
10421 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10423         * gnus-art.el (gnus-use-idna)
10424         * gnus-start.el (gnus-site-init-file)
10425         * message.el (message-use-idna)
10426         * mm-uu.el (mm-uu-hide-markers)
10427         * smiley.el (smiley-style): Revert changes that suppress warnings.
10429 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10431         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
10432         specify charset to html source.
10433         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10435 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10437         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
10438         idna-program in order to suppress byte compile warning issued by XEmacs
10439         that came to byte compile the default value section of defcustom forms
10440         recently.
10442         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
10443         value of installation-directory.
10445         * message.el (message-use-idna): Don't directly refer to the value of
10446         idna-program.
10448         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
10450         * smiley.el (smiley-style): Don't directly call face-attribute.
10452 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
10454         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
10456         * gnus-dired.el: Reduce Gnus dependencies.
10457         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
10458         Don't require.  Use autoloads instead.
10459         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
10460         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
10461         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
10462         (gnus-dired-mode): Adjust doc string.
10463         (gnus-dired-mail-mode): New variable.
10464         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
10465         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
10466         (gnus-dired-mail-buffers): New function.  Return mail or message
10467         composition buffers.
10468         (gnus-dired-attach): Use it.
10469         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
10470         NO-DECODE.
10471         (gnus-dired-print): Use `gnus-print-buffer' depending on
10472         `gnus-dired-mail-mode'.
10474 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10476         * rfc2047.el (rfc2047-encoded-word-regexp)
10477         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
10478         explaining what regexp patterns are for.
10480 2007-12-04  Glenn Morris  <rgm@gnu.org>
10482         * password.el: Move to ../password-cache.el.
10484         * mml1991.el (password-read, password-cache-add, password-cache-remove):
10485         * mml2015.el (password-read, password-cache-add, password-cache-remove):
10486         * mml-smime.el (password-read, password-cache-add)
10487         (password-cache-remove):
10488         No need to autoload, since mml-sec requires password.
10490         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
10491         * message.el (gnus-extract-address-components):
10492         * mml-smime.el (gnus-extract-address-components): Define for compiler.
10494         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
10495         password.
10497 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10499         * mailcap.el: Reduce dependencies.
10500         (mail-header-parse-content-type): Autoload.
10501         (mailcap-delete-duplicates): New alias.
10502         (mailcap-mime-info): Add optional argument NO-DECODE.
10503         (mailcap-mime-types): Use mailcap-delete-duplicates.
10505         * message.el (message-ignored-supersedes-headers): Add "X-ID".
10507 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10509         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
10510         function.
10512         * gnus-uu.el (gnus-uu-decode-yenc): New command.
10513         (gnus-uu-yenc-article): New function.
10515         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
10517         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
10519 2007-12-02  Glenn Morris  <rgm@gnu.org>
10521         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
10522         Move to ../net.
10524         * binhex.el, uudecode.el: Move to ../mail.
10526         * encrypt.el: Remove file.
10528 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
10530         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
10531         matches on patches.
10533         * gnus-art.el (gnus-article-browse-html-article):
10534         Mention `mm-text-html-renderer' in the doc string.
10536         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10537         string.  Add comments.
10539         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10540         if rhs is ASCII.
10542 2007-12-01  Glenn Morris  <rgm@gnu.org>
10544         * dig.el, dns.el: Move to ../net.
10545         * format-spec.el, hex-util.el, sha1.el: Move to ../.
10547         * mail-source.el (top-level): Require format-spec before
10548         eval-when-compile.
10550 2007-11-30  Glenn Morris  <rgm@gnu.org>
10552         * encrypt.el: Require password, rather than autoloading password-read.
10554 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
10556         * gnus.el (gnus-method-to-server): Add an optional parameter so the
10557         caller can indicate whether the cache should be disregarded for this
10558         call.  This way the result of the call is reproducible at all times and
10559         can be considered a canonical server name for the supplied method.
10560         (gnus-agent-method-p): Canonicalize server names by pushing their
10561         method through `gnus-method-to-server' using the no-cache argument.
10563         * gnus-srvr.el (gnus-server-insert-server-line):
10564         Call `gnus-method-to-server' with `no-cache' argument.
10566         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10567         gnus-agent-possibly-synchronize-flags as this should be called when the
10568         server is actually being opened.
10569         (gnus-agent-possibly-synchronize-flags)
10570         (gnus-agent-possibly-synchronize-flags-server): Move check for the
10571         flags file of an agentized server to the latter function.
10573         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10574         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10575         after a connection has been established successfully.
10577 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10579         * gnus-art.el (article-display-face): Force to display face if called
10580         interactively; check if gnus-article-x-face-too-ugly matches author.
10581         (article-display-x-face): Display face even if From header is missing
10582         as article-display-face does.
10584 2007-11-28  Richard Stallman  <rms@gnu.org>
10586         * md4.el: Move to ../.
10587         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
10589 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
10591         * mail-source.el (mail-sources): Default to fetch from file for
10592         compatibility with default of nnmail-spool-file.
10594 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10596         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10597         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10598         to look for encoded word that should be encoded again.
10599         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10600         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10601         encoding pattern.
10602         (rfc2047-decode-region): Switch strict regexp and loose one according
10603         to rfc2047-allow-irregular-q-encoded-words.
10605 2007-11-26  Simon Josefsson  <simon@josefsson.org>
10607         * imap.el: Move to ../net directory.
10609 2007-11-25  Romain Francoise  <romain@orebokech.com>
10611         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10613 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10615         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10616         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10618         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10619         `nnmail-spool-file'.
10621         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10622         `nnmail-spool-file'.
10624         * gnus-move.el (gnus-change-server): Ditto.
10626         * gnus-kill.el (gnus-batch-score): Ditto.
10628         * gnus-cache.el (gnus-jog-cache): Ditto.
10630         * gnus-msg.el (gnus-summary-reply):
10631         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10633 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10635         * gnus-cache.el (gnus-cache-generate-nov-databases):
10636         Use nnml-generate-nov-databases-directory instead of
10637         nnml-generate-nov-databases-1.
10639 2007-11-24  Glenn Morris  <rgm@gnu.org>
10641         * message.el (message-tool-bar-retro): Update for rename
10642         mail_send.xpm->mail-send.xpm.
10644 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10646         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10647         `smime-ldap-search' for Emacs 22 and up.
10649 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10651         * hashcash.el: Move to ../mail directory.
10653         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
10655         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10656         `smime-ldap-search' for Emacs 22 and up.
10658 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10660         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10662         * message.el (message-send-mail-function): Fix error convention.
10663         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10664         (message-widen-reply, message-send-mail, message-talkative-question)
10665         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10666         (message-clone-locals, message-send-news): Use with-current-buffer.
10667         (message-insert-or-toggle-importance): Remove unused var `valid'.
10668         (message-make-references): Remove unused var `new-references'.
10669         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10671 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10673         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10674         (spam-split-symbolic-return-positive): Reflow docstring.
10675         (spam-backends, spam-summary-exit-behavior)
10676         (spam-mark-ham-unread-before-move-from-spam-group)
10677         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10678         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10679         (spam-clear-cache, spam-backend-check, spam-install-backend)
10680         (spam-install-statistical-backend, spam-list-of-processors)
10681         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10682         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10683         (spam-check-crm114, spam-initialize, spam-unload-hook):
10684         Fix typos in docstrings.
10686 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10688         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10689         been checked if they have never been read and those group levels are
10690         higher than the one that a user specified.
10692 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10694         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10695         foreign groups unless a group level is specified by a user.
10696         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10698 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10700         * message.el (message-send-mail-function): Require sendmail.
10702 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10704         * message.el (message-send-mail-function): Check for smtpmail too.
10706         * utf7.el (utf7-encode, utf7-decode): Use coding system
10707         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10709         * message.el (message-send-mail-function): New function.
10710         (message-send-mail-function): Set default using
10711         message-send-mail-function.  Adjust doc string.
10712         (message-send-mail-with-mailclient): New function.
10714 2007-11-17  Richard Stallman  <rms@gnu.org>
10716         * assistant.el: Remove file.
10718 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10720         * smime.el (from):
10721         * rfc2047.el (message-posting-charset):
10722         * qp.el (mm-use-ultra-safe-encoding):
10723         * pop3.el (parse-time-months):
10724         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10725         * nnml.el (files):
10726         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10727         (jka-compr-compression-info-list, ange-ftp-path-format)
10728         (efs-path-regexp):
10729         * nndiary.el (files):
10730         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10731         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10732         (epg-digest-algorithm-alist, inhibit-redisplay)
10733         (password-cache-expiry):
10734         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10735         (pgg-output-buffer, password-cache-expiry):
10736         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10737         (efs-path-regexp):
10738         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10739         (inhibit-redisplay):
10740         * mm-uu.el (file-name, start-point, end-point, entry)
10741         (gnus-newsgroup-name, gnus-newsgroup-charset):
10742         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10743         (latin-unity-ucs-list):
10744         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10745         (mm-uu-binhex-decode-function):
10746         * message.el (gnus-message-group-art, gnus-list-identifiers)
10747         (rmail-enable-mime-composing, gnus-local-organization)
10748         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10749         (gnus-read-active-file, facemenu-add-face-function)
10750         (facemenu-remove-face-function, gnus-article-decoded-p)
10751         (tool-bar-mode):
10752         * mail-source.el (display-time-mail-function):
10753         * gnus-util.el (nnmail-pathname-coding-system)
10754         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10755         (gnus-original-article-buffer, gnus-user-agent)
10756         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10757         (xemacs-codename, sxemacs-codename, emacs-program-version):
10758         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10759         * gnus-start.el (gnus-agent-covered-methods)
10760         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10761         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10762         (gnus-newsgroup-headers, gnus-group-list-mode)
10763         (gnus-group-mark-positions, gnus-newsgroup-data)
10764         (gnus-newsgroup-unreads, nnoo-state-alist)
10765         (gnus-current-select-method, mail-sources)
10766         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10767         (nnmail-spool-file, gnus-cache-active-hashtb):
10768         * gnus-mh.el (mh-lib-progs):
10769         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10770         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10771         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10772         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10773         (gnus-group-buffer):
10774         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10775         (font-lock-set-defaults):
10776         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10777         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10778         (gnus-summary-post-menu, total-parts, type, condition, length):
10779         * gnus-agent.el (gnus-agent-read-agentview):
10780         * flow-fill.el (show-trailing-whitespace):
10781         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10782         eval-and-compile wrappers for byte compiler pacifiers.
10784         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10785         (mm-display-inline-fontify): Check for featurep 'xemacs not
10786         extent-list.
10788         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10789         itimer-list.
10790         (mm-create-image-xemacs): Only do something for XEmacs.
10791         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10793         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10795         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10796         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10798 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10800         * nnimap.el (nnimap-split-download-body):
10801         * gnus-demon.el (gnus-demon):
10802         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10804 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10806         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10807         New macros.
10808         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10809         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10810         copy data from unibyte buffer to multibyte current buffer.
10811         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10812         to copy data from unibyte current buffer to multibyte buffer.
10813         (nntp-make-process-buffer): Make process buffer unibyte.
10815         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10817 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10819         * pop3.el (pop3-open-server): Accept and process data more robustly at
10820         connexion start to avoid spurious "POP SSL connexion failed" errors.
10822 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10824         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10825         read group names.
10827 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10829         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10831 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10833         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10834         (nnmail-save-active): Use a unibyte buffer when saving active file,
10835         which may contain non-ASCII group names.
10837         * nnml.el (nnml-request-group): Decode group names in messages.
10839 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10841         * message.el (message-citation-line-function)
10842         (message-insert-formatted-citation-line): Fix spelling of
10843         `message-insert-formated-citation-line'.
10845 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10847         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10849 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10851         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10852         nnmail-pathname-coding-system.
10854         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10855         that a user enters; decode group names in messages.
10857         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10859 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10861         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10863         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10865         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10866         risky local variable.
10868         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10870 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10872         * encrypt.el: Improve documentation to fix function name typo.
10873         Reported by Daiki Ueno <ueno@unixuser.org>.
10875 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10877         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10878         even if the point is not in the last page of an article.
10879         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10880         back to the previous page.
10882 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10884         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10886 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10888         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10890 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10892         * message.el (message-check-news-body-syntax):
10893         Avoid mm-string-as-multibyte.
10894         (message-hide-headers): Don't assume (point-min)==1.
10896 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10898         * message.el (message-remove-blank-cited-lines): Fix if remove is
10899         given.
10900         (message-bogus-address-regexp): New variable.
10901         (message-bogus-recipient-p): New function.
10902         (message-check-recipients): New command.
10903         (message-syntax-checks): Add `bogus-recipient'.
10904         (message-fix-before-sending): Add `bogus-recipient'.
10906         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10907         (gnus-treat-body-boundary): Don't test window-system.
10909 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10911         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10913 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10915         * gnus.el: Bump version to Gnus v5.13.
10917 2007-10-28  Miles Bader  <miles@gnu.org>
10919         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10920         at compile-time too.
10922 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10924         * gnus-msg.el (gnus-message-setup-hook):
10925         Add `message-remove-blank-cited-lines' to options.
10927 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10929         * message.el (message-remove-blank-cited-lines): New function.
10930         Suggested by Karl PlĂ€sterer.
10932 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10934         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10935         mapc.
10937         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10938         (top-level): Use mapc to set functions to be traced for debugging.
10940         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10941         called for effect with while loop.
10943         * message.el (message-talkative-question): Replace mapcar called for
10944         effect with mapc.
10946         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10947         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10948         called for effect with dolist.
10950         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10952         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10953         gnus-extra-headers and nnmail-extra-headers.
10955         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10956         called for effect with dolist.
10957         (top-level): Use mapc to set functions to be traced for debugging.
10959         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10960         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10961         dolist.
10963         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10964         Replace mapcar called for effect with mapc.
10965         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10966         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10967         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10968         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10970         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10971         remove-if that's a cl function.
10973         * webmail.el (webmail-debug): Replace mapcar called for effect with
10974         dolist.
10976 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10978         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10979         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10980         with while loop.
10982         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10983         functions from article-* functions.
10984         (gnus-multi-decode-header): Replace mapcar called for effect with
10985         dolist.
10987         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10988         (gnus-bookmark-show-details): Replace mapcar called for effect with
10989         while loop.
10991         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10992         called for effect with while loop.
10994         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10995         with dolist.
10997         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10998         Replace mapcar called for effect with dolist.
11000         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11002         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11003         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11004         Replace mapcar called for effect with dolist.
11005         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11006         mapc.
11008         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11009         Replace mapcar called for effect with dolist.
11010         (gnus-topic-list): Replace mapcar called for effect with mapc.
11012         * gnus.el: Use mapc instead of mapcar to add autoloads.
11014 2007-10-23  Richard Stallman  <rms@gnu.org>
11016         * gnus-group.el (gnus-group-highlight): Mark as risky.
11018 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11020         * gnus.el (gnus-server-to-method): Return method found first in
11021         gnus-newsrc-alist.
11023         * gnus-art.el (gnus-article-highlight-signature)
11024         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11025         button overlay without the front stickiness.
11027 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
11029         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11030         overview buffer needed a catch to receive its throw.
11031         (gnus-agent-flush-cache): Declare as interactive to make this function
11032         easier to use.
11034 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11036         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11037         `next-line'.
11039 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11041         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11042         exclude address matching message-dont-reply-to-names.
11044 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11046         * gnus-util.el (gnus-string<): New function.
11048         * gnus-sum.el (gnus-article-sort-by-author)
11049         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11051 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11053         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11054         the frame-focus tag is set in gnus-buffer-configuration.
11056 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11058         * gnus-art.el (gnus-article-add-button): Make a button overlay without
11059         the front stickiness.
11061 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11063         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11064         url pattern; remove duplicate one.
11065         (gnus-article-extend-url-button): New function.
11066         (gnus-article-add-buttons): Use it.
11067         (gnus-button-push): Use concatenated url that it makes.
11069 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
11071         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11072         (sieve-manage-open): Use `mapc' instead of `mapcar'.
11074 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11076         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11077         Don't hardcode point-min==1.
11079 2007-09-30  David Kastrup  <dak@gnu.org>
11081         * gnus-art.el (gnus-article-reply-with-original)
11082         (gnus-article-followup-with-original): When `transient-mark-mode' is
11083         off, refrain from active-region behavior for followups.
11085 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
11087         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11088         Fix comment about "iso8859-1".
11090 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
11092         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11093         ones returned from the verify-function.
11095         * mm-uu.el (mm-uu-pgp-signed-extract-1):
11096         Call mml2015-extract-cleartext-signature if extraction failed.
11098 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
11100         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11101         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11102         failed.
11104 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11106         * Relicense "GPLv2 or later" files to "GPLv3 or later".
11108 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11110         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11111         to mark a thread as expirable.  Add variable `hide' to handle hiding of
11112         thread for both the null and zero (kill/expire thread) universal prefix
11113         cases.
11114         (gnus-summary-expire-thread): Add new function to expire a thread,
11115         using gnus-summary-kill-thread.
11116         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11117         shortcuts for gnus-summary-expire-thread.
11118         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11119         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
11121 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11123         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11124         extras value, so an extras entry can be deleted.
11125         (gnus-registry-delete-extra-entry): Use it.
11126         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11127         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11128         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11129         storage through the gnus-registry, and provide an appropriate API for
11130         it.
11132 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11134         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11135         Suggested by Leo <sdl.web@gmail.com>.
11137         * gnus.el: Do.
11139 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11141         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11142         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
11144         * gnus-agent.el (gnus-agent-fetch-headers): Do.
11146         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11147         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11149 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11151         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11152         newline.
11153         (nnmbox-request-accept-article): Don't change article in source buffer;
11154         narrow to header to use message-fetch-field rather than
11155         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11156         (nnmbox-request-replace-article): Quote lines that'll be misidentified
11157         as delimiters; make sure article ends with newline.
11158         (nnmbox-delete-mail): Correct last position of article to be deleted;
11159         ignore X-Gnus-Newsgroup header in article body.
11160         (nnmbox-save-mail): Quote lines looking like delimiters at the right
11161         positions; make sure article ends with newline.
11163         * message.el (message-display-abbrev): Don't infloop when a user
11164         inserts SPC in the beginning of header.
11166 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
11168         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11169         list of groups not followed by default.  Fix type to be regexp.
11170         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11172 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
11174         * hmac-def.el (define-hmac-function): Switch from old-style to
11175         new-style backquotes.
11177         * md4.el (md4-make-step): Likewise.
11179 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11181         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11182         raw-text coding system when saving .newsrc file, which may contain
11183         non-ASCII group names.
11185 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11187         * gnus-cus.el (gnus-score-extra): New widget.
11188         (gnus-score-extra-convert): New function.
11189         (gnus-score-customize): Use it for Extra.
11191 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
11193         * mml2015.el (mml2015-extract-cleartext-signature): New function.
11194         (mml2015-mailcrypt-clear-verify): Use it.
11195         (mml2015-gpg-clear-verify): Use it.
11196         (mml2015-pgg-clear-verify): Use it.
11197         (mml2015-epg-clear-verify): Replace the current part with the output
11198         from GnuPG; don't extract the plaintext by itself.
11200         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11201         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11202         mml2015-clear-verify-function; don't touch the armor headers or
11203         dash-escaped text here.
11205 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11207         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11208         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11209         parts, or application/octet-stream as a last resort.
11210         (gnus-mime-view-part-as-type): Don't toggle display.
11211         (gnus-mime-view-part-as-charset): Don't turn off display before
11212         querying charset.
11214         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11215         stuff to undisplayer function in Emacs.
11216         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11218         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11219         text/calendar parts.
11221 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11223         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11224         decoding text/calendar parts.
11226         * message.el (message-forward-make-body-mime): Always mark body as
11227         having no illegible text; remove signed-or-encrypted argument.
11228         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11230         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11231         (mml-generate-mime-1): Don't encode body if it is specified to be in
11232         raw form; don't make buffer be unibyte when inserting multibyte string.
11234 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11236         * sha1.el: Fix up comment style.
11237         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11238         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11240         * hex-util.el: Fix up comment style.
11241         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11243         * gnus-salt.el: Use with-current-buffer.
11244         (gnus-pick-setup-message): Fix long-standing typo.
11246 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11248         * imap.el (imap-logout-timeout): New variable.
11249         (imap-logout, imap-logout-wait): New functions.
11250         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11252         * nnimap.el (nnimap-logout-timeout): New server variable.
11253         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11254         nnimap-logout-timeout.
11256         * gnus-art.el (gnus-article-summary-command-nosave)
11257         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11259 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11261         * gnus.el (gnus-maximum-newsgroup): New variable.
11263         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11264         according to gnus-maximum-newsgroup.
11266         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11267         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11268         Limit the range of articles according to gnus-maximum-newsgroup.
11270 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
11272         * gnus-art.el (gnus-sticky-article): Fix problems described in
11273         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
11274         Don't perform gnus-configure-windows here; reuse existing sticky
11275         article buffer.
11277         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11278         it doesn't exist in gnus-article-mode.
11280 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11282         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11283         (gnus-agent-decoded-group-name): New function.
11284         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11285         (gnus-agent-expire-group-1): Use it; decode group name in messages.
11287 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
11289         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11290         Add binding for gnus-sticky-article.
11291         (gnus-summary-exit): Don't kill sticky article buffers.
11293         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11294         article buffer.
11295         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11296         (gnus-kill-sticky-article-buffers): New commands.
11298 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11300         * nntp.el (nntp-xref-number-is-evil): New server variable.
11301         (nntp-find-group-and-number): If it is non-nil, don't trust article
11302         numbers in the Xref header.
11304 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11306         * gnus-agent.el (gnus-agent-read-group): New function.
11307         (gnus-agent-flush-group, gnus-agent-expire-group)
11308         (gnus-agent-regenerate-group): Use it.
11309         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
11310         nnmail-pathname-coding-system.
11312 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11314         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
11316         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
11317         that are unread as unread, and also as selected so that information of
11318         marks having been changed by a user may be updated when exiting group.
11320 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11322         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
11324 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11326         * gnus-art.el (gnus-mime-display-single): Pass part number that is
11327         calculated ignoring signature parts to gnus-treat-article.
11329 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11331         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
11332         a point here in order to keep the window start.
11333         (gnus-insert-mime-security-button): Make a button overlay without the
11334         front stickiness.
11335         (gnus-mime-display-security): Goto the end of a button.
11337         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
11339 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11341         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
11342         group-name-at-point.
11343         (gnus-group-completing-read): New function that offers decoded
11344         non-ASCII group names for completion.
11345         (gnus-fetch-group, gnus-group-read-ephemeral-group)
11346         (gnus-group-jump-to-group, gnus-group-make-group-simple)
11347         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
11348         (gnus-group-fetch-control): Use it.
11349         (gnus-fetch-group): Use group-name-at-point for the initial value
11350         rather than the default value; use gnus-alive-p.
11352         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
11353         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
11354         (gnus-summary-post-news): Use gnus-group-completing-read.
11356         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
11357         (gnus-read-move-group-name): Decode group name for completion.
11359 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
11361         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
11362         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
11363         Yamaoka slightly modified the code).
11365 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11367         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
11368         (nnmail-split-incoming): Bind it.
11370         * nnml.el (nnml-group-name-charset): New function.
11371         (nnml-decoded-group-name): Use it; don't decode group name if
11372         nnmail-group-names-not-encoded-p is non-nil.
11373         (nnml-encoded-group-name): New function.
11374         (nnml-group-pathname): Inline nnml-decoded-group-name.
11375         (nnml-request-expire-articles): Decode group name in message.
11376         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
11377         nnmail-pathname-coding-system.
11378         (nnml-save-mail, nnml-active-number): Work with decoded group names and
11379         not decoded ones according to nnmail-group-names-not-encoded-p.
11380         (nnml-generate-active-info): Use nnml-encoded-group-name.
11382 2007-08-08  Glenn Morris  <rgm@gnu.org>
11384         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
11385         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
11386         doc-strings and comments.
11388 2007-07-25  Glenn Morris  <rgm@gnu.org>
11390         * Relicense all FSF files to GPLv3 or later.
11392 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11394         * gnus-sum.el (gnus-summary-move-article):
11395         Make gnus-summary-respool-article work.
11397 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
11399         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
11400         string.
11402 2007-07-20  MichaĂ«l Cadilhac  <michael@cadilhac.name>
11404         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
11405         that should be ignored when comparing distant RSS articles with local
11406         ones.
11407         (nnrss-make-hash-index): New function.  Create a hash index according
11408         to the ignored fields.
11409         (nnrss-check-group): Use it.
11411 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11413         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
11415         * gnus-art.el (article-decode-group-name): Decode Xref header too.
11417         * gnus-group.el (gnus-group-make-group): Encode group name here unless
11418         the new optional argument ENCODED is non-nil.
11419         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
11420         coding system for encoding group name.
11421         (gnus-group-make-rss-group): Pass un-encoded group name to
11422         gnus-group-make-group.
11423         (gnus-group-set-info): Tell gnus-group-make-group that group name is
11424         encoded.
11426         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
11427         Encode group name to which articles are moved or copied.
11428         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
11429         coding system for encoding Newsgroup, Followup-To and Xref headers.
11431         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
11432         marks; use nnheader-file-coding-system to write a file.
11433         (nnagent-retrieve-headers): Bind file-name-coding-system to
11434         nnmail-pathname-coding-system.
11436         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
11438         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
11439         (nnml-request-article, nnml-request-create-group)
11440         (nnml-request-rename-group, nnml-find-id)
11441         (nnml-possibly-change-directory, nnml-possibly-create-directory)
11442         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
11443         (nnml-save-marks): Use nnml-group-pathname instead of
11444         nnmail-group-pathname.
11446         (nnml-request-create-group, nnml-request-expire-articles)
11447         (nnml-request-move-article, nnml-request-delete-group)
11448         (nnml-deletable-article-p, nnml-possibly-create-directory)
11449         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
11450         (nnml-open-marks): Bind file-name-coding-system to
11451         nnmail-pathname-coding-system.
11453         (nnml-request-article): Pass server argument to nnml-find-group-number.
11454         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
11455         Pass server argument to nnml-possibly-create-directory.
11456         (nnml-request-accept-article): Pass server argument to
11457         nnml-active-number and nnml-save-mail.
11458         (nnml-find-group-number): Pass server argument to nnml-find-id.
11459         (nnml-request-update-info): Pass server argument to
11460         nnml-marks-changed-p.
11462         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
11463         (nnml-save-mail, nnml-active-number): Add server argument.
11465         (nnml-request-delete-group): Warn if group is missing.
11466         (nnml-get-nov-buffer): Decode group name.
11467         (nnml-generate-active-info): Encode group name.
11468         (nnml-open-marks): Decode group name in messages.
11470 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11472         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
11473         if it is not specified.
11474         (gnus-article-pipe-part, gnus-article-save-part)
11475         (gnus-article-interactively-view-part, gnus-article-copy-part)
11476         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
11477         (gnus-article-inline-part, gnus-article-save-part-and-strip)
11478         (gnus-article-replace-part, gnus-article-delete-part)
11479         (gnus-article-view-part-as-type): Pass raw prefix argument to
11480         gnus-article-part-wrapper.
11482 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11484         * gnus-agent.el (gnus-agent-save-active):
11485         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
11487         * gnus-cache.el (gnus-cache-save-buffers)
11488         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
11489         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
11490         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
11491         (gnus-cache-braid-nov, gnus-cache-braid-heads)
11492         (gnus-cache-generate-active, gnus-cache-rename-group)
11493         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11494         (gnus-cache-update-overview-total-fetched-for):
11495         Bind file-name-coding-system to nnmail-pathname-coding-system.
11496         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11497         New variables.
11498         (gnus-cache-decoded-group-name): New function.
11499         (gnus-cache-file-name): Use it.
11500         (gnus-cache-generate-active): Use non-decoded group name for active.
11502         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
11503         right place.
11504         (gnus-write-active-file): Don't break non-ASCII group names.
11506         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
11507         nnmail-pathname-coding-system.
11509         * gnus-uu.el (gnus-uu-decode-save): Typo.
11511 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11513         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11515 2007-07-14  David Kastrup  <dak@gnu.org>
11517         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11518         finishing actions if we did not edit the article.
11520 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11522         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11523         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11524         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11525         (gnus-agent-flush-group, gnus-agent-flush-cache)
11526         (gnus-agent-fetch-headers, gnus-agent-load-alist)
11527         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11528         (gnus-agent-retrieve-headers, gnus-agent-request-article)
11529         (gnus-agent-regenerate-group)
11530         (gnus-agent-update-files-total-fetched-for)
11531         (gnus-agent-update-view-total-fetched-for):
11532         Bind file-name-coding-system to nnmail-pathname-coding-system.
11533         (gnus-agent-group-pathname): Don't encode file names by
11534         nnmail-pathname-coding-system.
11535         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11536         coding-system-for-write instead of buffer-file-coding-system to
11537         gnus-agent-file-coding-system.
11539         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11540         Decode group name.
11542         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11544         * gnus-start.el (gnus-update-active-hashtb-from-killed)
11545         (gnus-read-newsrc-el-file): Make group names unibyte.
11547         * nnmail.el (nnmail-group-pathname): Don't encode file names by
11548         nnmail-pathname-coding-system.
11550         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11551         (nnrss-request-delete-group): Bind file-name-coding-system to
11552         nnmail-pathname-coding-system.
11553         (nnrss-read-server-data, nnrss-read-group-data):
11554         Bind file-name-coding-system correctly.
11555         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11557         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11558         (nntp-server-to-method-cache): New variable.
11559         (nntp-group-pathname): New function that decodes non-ASCII group names.
11560         (nntp-possibly-create-directory, nntp-marks-changed-p)
11561         (nntp-save-marks, nntp-open-marks): Use it.
11562         (nntp-possibly-create-directory, nntp-open-marks):
11563         Bind file-name-coding-system to nnmail-pathname-coding-system.
11564         (nntp-open-marks): Decode group names when bootstrapping marks.
11566         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11567         Newsgroups and Folowup-To headers.
11569 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11571         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11572         (gnus-server-closed-face, gnus-server-denied-face)
11573         (gnus-server-offline-face): Remove variable.
11574         (gnus-server-font-lock-keywords): Use faces that are not aliases.
11576         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11577         of modifying message-stack directly for XEmacs.
11579         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11580         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11581         if the coding-system argument is nil for XEmacs.
11583         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11584         mm-charset-override-alist.
11586         * rfc2047.el: Don't require base64; require rfc2045 for the function
11587         rfc2045-encode-string.
11588         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11589         to quote the parameter value.
11591 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11593         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11594         form in gnus-group-name-charset-method-alist.
11596         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11597         overrides the default layout edit-form.
11599         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11601         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11603 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11605         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11606         as unfetched articles.
11608 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
11610         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11612 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11614         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11615         original back end that keeps marks in the local system.
11617 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11619         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11620         arg of pop-to-buffer for XEmacs.
11621         (gnus-article-read-summary-keys): Ditto; don't restore window
11622         configuration if summary command ends up with neither article buffer
11623         nor summary buffer; describe bindings if summary keys end with C-h.
11625 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11627         * message.el (message-fix-before-sending): Skip raw message part to be
11628         forwarded while checking illegible text.
11629         (message-forward-make-body-mime, message-forward-make-body):
11630         Mark signed or encrypted raw message as having no illegible text.
11632 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11634         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11635         (gnus-message-with-timestamp-1): New macro.
11636         (gnus-message-with-timestamp): New function.
11637         (gnus-message): Use them.
11639         * nnheader.el (nnheader-message): Use them.
11641 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11643         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11644         .newsrc.eld file.
11646 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11648         * gnus-agent.el (gnus-agent-fetch-headers)
11649         (gnus-agent-retrieve-headers):
11650         Bind gnus-decode-encoded-address-function to identity.
11652         * nntp.el (nntp-send-xover-command): Recognize an xover command is
11653         available also when the server returns simply a dot.
11655         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11657 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11659         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11661 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11663         * gnus-ems.el (gnus-x-splash): Make it work.
11665         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11666         from being used.
11668 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11670         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11671         the front stickiness.
11672         (gnus-article-summary-command-nosave): Correct the order of the
11673         arguments passed to pop-to-buffer.
11674         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11675         summary command ends up with the article buffer.
11677         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11678         the same faces.
11680 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11682         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11684 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11686         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11687         * gnus-sum.el (gnus-summary-highlight):
11688         * mail-source.el (mail-source-delete-old-incoming-confirm):
11689         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11691 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11693         * gnus-art.el (gnus-mime-view-part-externally)
11694         (gnus-mime-view-part-internally): Fix predicate function passed to
11695         completing-read.
11697         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11699         * gnus.el (gnus-update-message-archive-method): Add :version.
11701 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11703         * gnus.el (gnus-update-message-archive-method): New variable.
11705         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11706         according to gnus-message-archive-method if
11707         gnus-update-message-archive-method is non-nil.
11709 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11711         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11712         Suggested by Loic Dachary <loic@dachary.org>.
11713         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11715 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11717         * message.el (message-pop-to-buffer): Add switch-function argument.
11718         (message-mail): Pass switch-function argument to it.
11720 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11722         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11723         Improve doc string.
11725 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11727         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11728         (gnus-header-content)
11729         * gnus-cite.el (gnus-cite-10)
11730         * gnus-srvr.el (gnus-server-closed)
11731         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11732         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11733         (gnus-group-mail-3-empty, gnus-group-mail-low)
11734         (gnus-group-mail-low-empty, gnus-splash)
11735         * message.el (message-header-to, message-header-cc)
11736         (message-header-subject, message-header-other, message-header-name)
11737         (message-header-xheader, message-separator, message-cited-text)
11738         (message-mml): Lighten colors of faces used for dark background.
11740 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11742         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11743         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11745 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11747         * message.el (message-narrow-to-headers-or-head):
11748         Ignore mail-header-separator in the body.
11750 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11752         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11753         same as window size.
11755 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11757         * message.el (message-font-lock-keywords): Use message-header-xheader
11758         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
11759         ahead of the anything pattern, to get it recognised.
11761 2007-05-12  MichaĂ«l Cadilhac  <michael@cadilhac.name>
11763         * gnus-sum.el (gnus-articles-to-read)
11764         (gnus-summary-insert-old-articles): Don't truncate group name for
11765         `read-string'.
11767         * gnus-util.el (gnus-limit-string): Delete this function.
11769         * gnus-sum.el (gnus-simplify-subject-fully):
11770         Use `truncate-string-to-width' instead.
11772 2007-05-11  MichaĂ«l Cadilhac  <michael@cadilhac.name>
11774         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11775         Tell if, on summary exit, the next group has to be selected.
11776         (gnus-summary-exit): Use it.
11778 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11780         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11781         non-break space.
11783 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11785         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11786         Check if group is not a directory.
11787         (nnfolder-request-expire-articles): Don't delete articles if the target
11788         group is not available.
11790         * nnml.el (nnml-request-create-group): Properly check if group is not a
11791         file.
11792         (nnml-request-expire-articles): Don't delete articles if the target
11793         group is not available.
11795         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11796         Don't quote characters that are within parentheses.
11798 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11800         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11801         (gnus-handle-ephemeral-exit): Select article according to it.
11803 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11805         * message.el (message-insert-formated-citation-line): Remove newline.
11806         (message-citation-line-format): Add final \n here so that the user can
11807         avoid a blank line.
11809 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11811         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11812         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11813         Update lanl/arXiv support.
11815 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11817         * gnus.el: Bump version number.
11819 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11821         * gnus.el (gnus-version-number): Bump version.
11823 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11825         * gnus.el: No Gnus v0.6 is released.
11827 2007-04-27  Didier Verna  <didier@xemacs.org>
11829         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11830         * gmm-utils.el (gmm-regexp-concat): ... here.
11831         * message.el: Don't require 'gnus-util.
11832         (message-dont-reply-to-names): Handle name change above.
11833         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11835 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11837         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11838         since the initial value varies according to the system.
11840 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11842         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11844 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11846         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11848 2007-04-24  Didier Verna  <didier@xemacs.org>
11850         Improve the type of gnus-ignored-from-addresses.
11851         * gnus-util.el (gnus-orify-regexp): New function.
11852         * message.el (gnus-util): Require it.
11853         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11854         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11855         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11857 2007-04-24  Didier Verna  <didier@xemacs.org>
11859         * gnus-sum.el:
11860         * gnus-utils.el: Fix some trailing whitespaces.
11862 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11864         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11865         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11866         article's Message-ID; refer parent article in summary buffer.
11868         * message.el (message-bounce): Call mime-to-mml.
11870 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11872         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11874 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11876         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11877         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11878         displayed of multipart/alternative part if it is invoked from summary
11879         buffer.
11881         * mm-view.el (mm-inline-text-html-render-with-w3m)
11882         (mm-inline-text-html-render-with-w3m-standalone)
11883         (mm-inline-render-with-function): Use mail-parse-charset by default.
11885 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11887         * parse-time.el (parse-time-string-chars): Check if CHAR
11888         is less than the length of parse-time-syntax.
11890 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11892         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11893         from gnus-newsgroup-processable.
11895 2007-04-16  Didier Verna  <didier@xemacs.org>
11897         * gnus-msg.el (gnus-configure-posting-styles):
11898         Handle message-signature-directory properly with :file syntax.
11899         Reported by "Leo".
11901 2007-04-11  Didier Verna  <didier@xemacs.org>
11903         New user option: message-signature-directory.
11904         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11905         * message.el (message-insert-signature): Ditto.
11906         * message.el (message-signature-file): Doc update.
11907         * message.el (message-signature-directory): New.
11909 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11911         * gnus-msg.el (gnus-inews-yank-articles):
11912         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11914 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11916         * message.el (message-yank-original): Make sure cited text ends with
11917         newline; don't exchange point and mark.
11919 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11921         * tls.el (open-tls-stream): Properly handle case where there
11922         is no associated buffer.
11924 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11926         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11927         message-yank-original, make sure (< mark TEXT point).
11929 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11931         * message.el (message-fill-column): New variable.
11932         (message-mode): Use it.  Add comment on a possible new hook.
11934         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11935         (nnmail-get-new-mail): Reformat.
11937         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11939         * gmm-utils.el: Fix Commentary.
11940         (gmm-tool-bar-from-list): Fix typo in doc string.
11942 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11944         * message.el (message-yank-original): Don't switch point and mark
11945         unnecessarily to put point and mark as documented.
11947 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11949         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11950         from the message heads.
11952 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11954         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11955         article buffer does not have a window.  This may not be the best
11956         solution but is certainly better than setting the start of the null,
11957         that is the current, window.
11959 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11961         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11962         (gnus-draft-setup): Run it.
11964         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11965         gnus-score-fast-scoring.  Allow regexp.
11966         (gnus-score-headers): Use it.
11968         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11969         XEmacs.
11971         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11972         string.
11973         (gnus-button-alist): Also catch `<f1> k ...'.
11974         (gnus-treat-display-x-face): Fix doc string.
11976 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11978         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11979         evaluation of gnus-extended-version to ensure correct generation of the
11980         User-Agent header when message-generate-headers-first is used.
11982 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11984         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11985         hashcash-path is nil.  Don't call callback with incorrect number of
11986         parameters if val is 0.
11988 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11990         * message.el (message-required-news-headers):
11991         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11993 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11995         * message.el (message-generate-new-buffers): Change the meaning of the
11996         nil value; add `standard' to the choices; treat t as `unique'; improve
11997         doc string.
11998         (gnus-select-frame-set-input-focus): Autoload.
11999         (message-buffer-name): Search for the existing message buffer if
12000         message-generate-new-buffers is nil or `standard'; treat the value t of
12001         message-generate-new-buffers as `unique'.
12002         (message-pop-to-buffer): Raise the frame already displaying the message
12003         buffer; clear the echo area after querying.
12004         (message-setup): Pass the `continue' argument to compose-mail.
12005         (message-mail): Prefer `switch-function' if it is given; search for the
12006         existing message buffer if the `continue' argument is non-nil; pass
12007         continue and switch-function arguments to compose-mail by way of
12008         message-setup.
12009         (message-mail-other-window): Adjust argument of message-setup.
12010         (message-mail-other-frame): Ditto.
12012 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12014         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12015         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12016         to turn font-lock on when turning gnus-message-citation-mode on.
12018 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
12020         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12021         (mml-smime-function-alist): New variable; add epg as the backend.
12022         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12023         mml-smime- functions instead.
12024         * mm-view.el: Require smime.
12026 2007-03-05  Didier Verna  <didier@xemacs.org>
12028         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12029         instead of just inheritance for posting styles.
12030         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12032 2007-02-24  John Paul Wallington  <jpw@pobox.com>
12034         * tls.el (tls-certtool-program): Fix custom type.
12036 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12038         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12039         and point-at-eol instead of line-(beginning|end)-position.
12041         * assistant.el (assistant-parse-buffer): Ditto.
12043 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
12045         * mml2015.el (mml2015-epg-find-usable-key): New function.
12046         (mml2015-epg-sign): Use it.
12047         (mml2015-epg-encrypt): Use it.
12049 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12051         * message.el (message-make-in-reply-to): Quote name containing
12052         non-ASCII characters.  It will make the RFC2047 encoder cause an error
12053         if there are special characters.  Reported by NAKAJI Hiroyuki
12054         <nakaji@jp.freebsd.org>.
12056 2007-02-27  Didier Verna  <didier@xemacs.org>
12058         Include the group parameters as well as the topic ones in the
12059         inheritance filter process.
12060         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12061         argument GROUP-PARAMS-LIST.
12062         * gnus-topic.el (gnus-group-topic-parameters): Use it.
12064 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12066         * nntp.el (nntp-never-echoes-commands)
12067         (nntp-open-connection-functions-never-echo-commands): New variables.
12068         (nntp-send-command): Use them.
12070 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
12072         * mml2015.el (mml2015-epg-verify): Simplify.
12074 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12076         * mml.el (mml-content-disposition-alist): New user option.
12077         (mml-content-disposition): New function.
12078         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12079         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12081 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
12083         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12084         verification.
12086 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12088         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12089         articles posted in the last 24 hours.
12091 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
12093         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12095 2007-02-14  MichaĂ«l Cadilhac  <michael@cadilhac.name>
12097         * nntp.el (nntp-send-command): Don't wait for echoes when
12098         nntp-open-ssl-stream is used.
12100 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12102         * gnus-cite.el (gnus-test-font-lock-add-keywords)
12103         (gnus-message-add-citation-keywords)
12104         (gnus-message-remove-citation-keywords): Remove.
12105         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12106         directly, make the variables in font-lock-defaults buffer-local, add
12107         gnus-message-citation-keywords to them and then update the value of
12108         font-lock-keywords.
12110 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12112         * message.el (message-cite-original-1): Don't call
12113         gnus-article-highlight-citation.
12115         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12116         citations; fix line count.
12118 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12120         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12121         (gnus-message-add-citation-keywords)
12122         (gnus-message-remove-citation-keywords): Use it; fix the emulating
12123         versions of font-lock-add-keywords and font-lock-remove-keywords to
12124         work with XEmacs correctly.
12126 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12128         * gnus-cite.el (gnus-cite-face-list): Set the values of
12129         gnus-message-max-citation-depth and gnus-message-citation-keywords.
12130         (gnus-message-max-citation-depth): Use defvar rather than defconst.
12131         (gnus-message-cite-prefix-regexp): New variable.
12132         (gnus-message-search-citation-line): Use it; protect against long
12133         citation prefix; fill match data with nil rather than 0 for XEmacs; set
12134         the 0th match data for Emacs.
12135         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12136         (gnus-message-add-citation-keywords): Append keywords rather than
12137         prepending; emulate font-lock-add-keywords if it is not available.
12138         (gnus-message-remove-citation-keywords):
12139         Emulate font-lock-remove-keywords if it is not available.
12141         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12143         * message.el (message-cite-prefix-regexp): Set the value of
12144         gnus-message-cite-prefix-regexp.
12146 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12148         * nnweb.el (nnweb-google-parse-1): Update parser.
12150 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
12152         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12154 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12156         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12157         regexp.
12159 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12161         * uudecode.el (uudecode-string-to-multibyte): New function emulating
12162         string-to-multibyte.
12163         (uudecode-decode-region-internal): Use it.
12165 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12167         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12168         Fix custom choice.
12170         * gnus-art.el (gnus-signature-limit): Fix custom choice.
12172 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
12174         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12176         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12177         `write-region' to respect `mm-inhibit-file-name-handlers'.
12179 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
12181         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12182         Use gnus-home-directory instead of "~/" or "$HOME".
12184 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
12186         * encrypt.el (encrypt-insert-file-contents): Add better prompt
12187         to mention filename.
12188         Add comments at beginning regarding usage.
12189         (encrypt-write-file-contents): Change interactive so a string is
12190         acceptable.  If the file has no associated model, show an error instead
12191         of a nonsense prompt.
12193 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12195         * spam.el (spam-bsfilter-ham-switch): Fix typo.
12196         Thanks to Yoshihiko Yamada for kind notification of this typo.
12198 2007-01-12  Kenichi Handa  <handa@m17n.org>
12200         * uudecode.el (uudecode-decode-region-internal): Make it work in a
12201         multibyte buffer.
12203 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12205         * gnus-score.el (gnus-score-fast-scoring): New variable.
12206         (gnus-score-headers): Use it.
12208         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12210         * message.el (message-cite-original-1):
12211         Call gnus-article-highlight-citation if requested.
12212         (message-make-from): Allow name and address as optional arguments.
12214         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12216         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12217         bugs to doc string.
12218         (gnus-button-alist): Add mid\\|message-id.
12219         (gnus-button-fetch-group): Extend for use in
12220         `browse-url-browser-function'.
12221         (gnus-button-url-regexp): Try to catch paired parentheses like in
12222         Wikipedia URLs.
12224         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12225         Suggested by Simon Krahnke <overlord@gmx.li>.
12227 2007-01-13  Romain Francoise  <romain@orebokech.com>
12229         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12230         Update copyright.
12232 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
12234         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12236 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12238         * gnus-registry.el (gnus-registry-unfollowed-groups)
12239         (gnus-registry-split-fancy-with-parent): Fix documentation.
12241 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12243         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12244         from nnweb groups.
12246 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12248         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12249         Xref urls.  Erase buffer before requesting head.
12251         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12253 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12255         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
12256         customizable.
12258 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
12260         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12261         no signing key is found.
12262         (mml2015-epg-encrypt): Ask user whether to skip or abort if
12263         no encrypting and/or signing key is found.
12265 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12267         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12269 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12271         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12272         headers read from disk with the ones newly found in the current search.
12273         This should no longer cause problems, because the article numbers in
12274         Gmane's `nov.php' output are ignored since the previous change.
12276 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12278         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12280 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12282         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12284 2007-01-01  Romain Francoise  <romain@orebokech.com>
12286         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12288 2006-12-31  Steve Youngs  <steve@sxemacs.org>
12290         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12291         `define-minor-mode' macro definition expanded properly.
12292         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12293         exclude it there.
12295         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
12296         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
12297         `fboundp' test.
12298         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
12299         This is OK to autoload in (S)XEmacs now.
12301 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12303         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
12304         keystroke.
12305         (gnus-summary-limit-to-singletons): Fix typo.
12307         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
12308         else fails.
12310 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12312         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
12313         docstring.
12315         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
12316         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
12317         (gnus-summary-insert-dormant-articles): Fix typo in message.
12319 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
12321         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
12322         nil for XEmacs.
12323         (gnus-message-citation-mode): Don't autoload in XEmacs.
12325         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
12327 2006-12-29  Jouni K. SeppĂ€nen  <jks@iki.fi>
12329         * nnimap.el (nnimap-expunge-search-string):
12330         Mention nnimap-search-uids-not-since-is-evil in docstring.
12332 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12334         * spam.el: Revert to make-obsolete-variable because
12335         define-obsolete-variable-alias is not supported in Emacs 21.
12337         * spam.el (spam-ifile-path, spam-ifile-database-path)
12338         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
12339         make-obsolete-variable.
12340         (spam-bsfilter-path, spam-bsfilter-program)
12341         (spam-spamassassin-path, spam-spamassassin-program)
12342         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
12343         Don't use "path" inappropriately.
12344         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
12345         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
12346         variable names.
12348 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
12350         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
12351         summary buffer.
12353         * password.el (password-cache-remove): Use clear-string to burn
12354         password, if available.
12356 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12358         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
12360         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
12362         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
12363         (gnus-message-highlight-citation): Move defcustom here from
12364         gnus-cite.el.
12365         (gnus-message-citation-mode): Autoload.
12367         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
12368         checks to make it compile with XEmacs.
12369         (gnus-message-citation-mode): New minor mode.
12370         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
12371         (gnus-message-highlight-citation): New variables.
12372         (gnus-message-search-citation-line)
12373         (gnus-message-add-citation-keywords)
12374         (gnus-message-remove-citation-keywords)
12375         (turn-on-gnus-message-citation-mode)
12376         (turn-off-gnus-message-citation-mode): New functions.
12378 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
12380         * gnus-cite.el: Enable highlighting of different citation levels in
12381         message-mode.
12383 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12385         * message.el (message-make-fqdn): Fix comment.
12386         (message-bogus-system-names): Add ".local".
12388         * spam.el (spam-ifile-path, spam-ifile-program)
12389         (spam-ifile-database-path, spam-ifile-database)
12390         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
12391         Don't use "path" inappropriately.
12392         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
12393         strings.
12394         (spam-check-ifile, spam-ifile-register-with-ifile)
12395         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
12396         Use new variable names.
12398         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
12399         (gnus-treat-display-smileys): Simplify using
12400         gnus-image-type-available-p.
12402         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
12403         available.
12405 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12407         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
12408         one after turning on the buffer's multibyteness instead of decoding
12409         them directly in the unibyte buffer that causes unexpected conversion
12410         in Emacs 23 (unicode).
12412 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12414         * message.el (message-generate-hashcash): Fix custom type.
12416 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12418         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
12420 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12422         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
12423         disconnect icons.  Add help text.
12425 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
12427         * spam.el (spam-extra-header-to-number): CRM114 spam score is
12428         negated to be consistent with the others we handle.
12430 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12432         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
12433         version of gnus-summary-buffer to something, so that we can use two
12434         article buffers at the same time.
12436 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
12438         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
12439         trigger all the extra headers.
12440         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
12441         sorting.
12443 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12445         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
12446         solid groups.
12448 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12450         * legacy-gnus-agent.el: Add Copyright notice.
12452 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
12454         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
12456 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12458         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
12460         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12461         to make it work reliably in CVS Emacs.
12462         (gnus-summary-limit-strange-charsets-predicate)
12463         (gnus-summary-limit-to-predicate): New functions.
12465 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
12467         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12468         specifying array size.
12469         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12470         array if it is too small.
12471         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12472         (gnus-sort-threads-loop): New function.
12474 2006-12-06  Chris Moore  <dooglus@gmail.com>
12476         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12477         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12479 2006-12-04  Jouni K. SeppĂ€nen  <jks@iki.fi>
12481         * mm-url.el (mm-url-predefined-programs): Call curl with correct
12482         options.
12484 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12486         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12487         DOS-ing the recipient.
12489         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12490         the headers when creating the mapping to avoid mismappings.
12491         (nnweb-gmane-create-mapping): Always nix out old mapping.
12493 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12495         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12496         and mm-verify-option to never.
12498 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12500         * message.el (message-signed-or-encrypted-p): New function.
12501         (message-forward-make-body): Use it.
12503         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12504         Replace encode-coding-string with mm-encode-coding-string.
12506 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12508         * nneething.el (nneething-decode-file-name):
12509         Replace decode-coding-string with mm-decode-coding-string.
12511         * gnus-int.el (gnus-open-server): Say failed server's name.
12513 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
12515         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12516         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12518         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12519         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12520         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12521         (gnus-group-make-directory-group, gnus-group-transpose-groups):
12522         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12523         (gnus-subscribe-newsgroup, gnus-1):
12524         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12525         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12526         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12527         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12529 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12531         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12532         keystroke.
12533         (gnus-summary-limit-to-bodies): Implement headersp.
12535 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12537         * dns.el (query-dns): Protect against "Process dns deleted" strings.
12539 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12541         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12543 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12545         * message.el (message-generate-hashcash): Expand range of values to
12546         include `opportunistic'.
12547         (message-send-mail): Use it.
12549 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12551         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12552         and comment it.
12554         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12556 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
12558         * gnus-util.el (gnus-extract-address-components): Improve comment.
12560 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12562         * gnus-util.el (gnus-extract-address-components): Work with address in
12563         which the name portion contains @.
12565 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12567         * gnus.el (gnus-start): Move custom group up.
12568         (gnus-select-method): Don't autoload, but make it available for
12569         `customize-variable'.
12570         (gnus-getenv-nntpserver): Don't autoload.
12572 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
12574         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12576 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12578         * message.el (message-sendmail-extra-arguments): New variable.
12579         (message-send-mail-with-sendmail): Use it.
12581 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12583         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12584         mm-with-unibyte-current-buffer to make string unibyte.
12586         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12587         mm-string-as-multibyte.
12589 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
12591         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12592         Reported by Werner Koch <wk@gnupg.org>.
12594 2006-11-14  Daiki Ueno  <ueno@p360>
12596         * mml2015.el: Autoload epa-select-keys when compiling.
12598 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12600         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12601         message-options.
12602         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12604 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12606         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12607         EasyPG (< 0.0.6).
12608         (mml2015-always-trust): New user option.
12609         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12610         prompt.
12612 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12614         * nntp.el (nntp-authinfo-force): New variable.
12615         (nntp-send-authinfo): Use it.
12617 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12619         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12620         decode encoded words.  Improve prompt.  Add comment about forwarding.
12621         (message-replacement-char): Move up.
12623 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12625         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12626         instead of gnus-intersection because arguments of gnus-sorted-nunion
12627         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12629 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12631         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12632         (message-simplify-subject-functions):
12633         Enable message-strip-subject-encoded-words by default.
12635 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12637         * message.el (message-strip-subject-encoded-words): New function.
12638         (message-simplify-subject-functions): New variable.
12639         (message-simplify-subject): Use it.  Fix typo in doc string.
12640         Support message-strip-subject-encoded-words.
12642 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12644         * gnus-diary.el (gnus-diary-delay-format-function):
12645         * nndiary.el (nndiary-reminders):
12646         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12648 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12650         * gnus-art.el (article-hide-boring-headers): Fetch date from
12651         gnus-original-article-buffer to avoid problems with localized date
12652         strings.
12654 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12656         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12658 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12660         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12661         New variables.
12662         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12663         (mm-charset-synonym-alist): Move some entries to
12664         mm-codepage-iso-8859-list.
12665         (mm-charset-synonym-alist, mm-charset-override-alist):
12666         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12668 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12670         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12672 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12674         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12675         with Emacs 21 and XEmacs.
12677 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12679         * spam.el (spam-parse-address): New function for better parsing,
12680         catching errors, etc.
12681         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12683 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12685         * mm-view.el: Add interactive arg to html2text autoload.
12687 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12689         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12691 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12693         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12694         New variables.
12695         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12696         (mm-charset-synonym-alist): Move some entries to
12697         mm-codepage-iso-8859-list.
12699         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12701 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
12703         * message.el (message-citation-line-format)
12704         (message-insert-formated-citation-line): Fix implementation of %E, %N
12705         and %n according to the doc string.
12707 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12709         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12710         Use car-safe to avoid bad parses.
12712 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12714         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12715         names.
12717         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12719 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12721         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12722         header.
12724         * message.el (message-draft-headers): Add Date.
12725         (message-headers-to-generate): Fix typo in docstring.
12727         * nndraft.el (nndraft-required-headers): New variable.
12728         (nndraft-generate-headers): Use it.
12730         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12732 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12734         * gnus-registry.el (gnus-registry-wash-for-keywords)
12735         (gnus-registry-find-keywords): New functions to allow easy searching of
12736         articles that are in the registry.
12738 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12740         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12741         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12742         Reported by Damien Elmes <damien@repose.cx>.
12744 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12746         * gnus.el (gnus-mime): Remove unused custom group.
12748 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12750         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12751         "blank line" when searching for end of armor headers.
12753 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12755         * gmm-utils.el (gmm-write-region): Fix variable name.
12757 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12759         * gmm-utils.el (gmm-write-region): New function based on compatibility
12760         code from `mm-make-temp-file'.
12762         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12764         * nnmaildir.el (nnmaildir--update-nov)
12765         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12766         Use `gmm-write-region'.
12768 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12770         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12771         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12773         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12775         * message.el (message-replacement-char): New variable.
12776         (message-fix-before-sending): Use it.
12777         (message-simplify-subject): New function to remove duplicate code.
12778         (message-reply, message-followup): Use it.
12780         * gnus-sum.el (gnus-summary-make-menu-bar):
12781         Clarify gnus-summary-limit-to-articles.
12783 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12785         * gnus-util.el (gnus-with-local-quit): New macro.
12787         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12789 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12791         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12792         ignore non-string data.
12794 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12796         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12797         non-string data (needs to be done in the registry too).
12799 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12801         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12802         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12803         (gnus-registry-split-fancy-with-parent)
12804         (gnus-registry-fetch-simplified-message-subject-fast)
12805         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12806         Remove text properties on ingress into the registry and when it's saved.
12807         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12808         registry from entries with no groups.
12810 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12812         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12813         function to remove string properties.
12815 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12817         * gmm-utils.el (gmm): Adjust custom version.
12819         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12820         Adjust custom version.
12822         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12824 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12826         * gnus-art.el (gnus-insert-prev-page-button)
12827         (gnus-insert-next-page-button): Simplify.  Reformat.
12829 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12831         * gnus-art.el (gnus-insert-prev-page-button)
12832         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12834 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12836         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12838 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12840         * gnus-art.el (gnus-insert-mime-button)
12841         (gnus-insert-mime-security-button):
12842         Apply gnus-article-button-face to MIME and security buttons.
12844 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12846         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12847         readable.
12849 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12851         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12852         `browse-url-of-file' instead of `browse-url'.
12854 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12856         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12857         regexp.  Articles containing quotation were cut prematurely.
12859 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12861         * message.el (message-cite-original-1): Use nobody by default for the
12862         value of From header.
12863         (message-reply): Ditto.
12865 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12867         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12868         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12869         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12871 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12873         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12874         mails in the doc string.  Add some URLs in comment.
12875         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12877 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12879         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12880         backslashes handling and the way to find boundaries of quoted strings.
12882 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12884         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12885         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12886         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12887         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12889 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12891         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12892         doc string.
12893         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12895 2006-09-06  Simon Josefsson  <jas@extundo.com>
12897         * mml2015.el (mml2015-use): Doc fix, mention epg.
12899 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12901         * mml2015.el (mml2015-use): Default to epg, if available.
12903 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12905         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12906         message-sender.
12907         (mml1991-epg-encrypt): Ditto.
12908         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12909         message-sender.
12910         (mml2015-epg-encrypt): Ditto.
12912 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12914         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12915         several common directories.
12917 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12919         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12920         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12922 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12924         * gnus-art.el (article-decode-encoded-words): Make it fast.
12926 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12928         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12930         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12931         in quoted string into `\'.
12933 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12935         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12936         Use standard-syntax-table.
12938 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12940         * gnus-art.el (gnus-decode-address-function): New variable.
12941         (article-decode-encoded-words): Use it to decode headers which are
12942         assumed to contain addresses.
12943         (gnus-mime-delete-part): Remove useless `or'.
12945         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12946         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12947         (gnus-nov-parse-line): Use it to decode From header.
12948         (gnus-get-newsgroup-headers): Ditto.
12949         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12951         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12952         (mail-decode-encoded-address-string): New alias.
12954         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12955         New function.
12956         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12957         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12958         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12959         (rfc2047-decode-string): Ditto.
12960         (rfc2047-decode-address-region): New function.
12961         (rfc2047-decode-address-string): New function.
12963 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12965         * message.el (message-caesar-buffer-body): Allow rotating headers.
12967         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12969         * message.el (message-insert-formated-citation-line): Fix %f.
12970         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12972 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12974         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12975         (gnus-bookmark-mouse-available-p): New macro.
12976         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12977         (gnus-bookmark-bmenu-show-infos): Use it.
12978         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12979         (gnus-bookmark-bmenu-hide-infos): Ditto.
12980         (gnus-bookmark-remove-properties): New function.
12981         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12982         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12983         (gnus-bookmark-write-file): Bind coding-system-for-write.
12984         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12985         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12986         group before selecting it.
12987         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12988         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12989         quit-window if it is not available; use gnus-mouse-2 and bind it to
12990         gnus-bookmark-bmenu-select-by-mouse.
12991         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12992         (gnus-bookmark-bmenu-select-by-mouse): New function.
12994 2006-08-13  Romain Francoise  <romain@orebokech.com>
12996         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12997         space.
12999 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13001         * compface.el (uncompface): Use binary rather than raw-text-unix.
13003 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13005         * compface.el (uncompface): Make sure the eol conversion doesn't take
13006         place when communicating with the external programs.
13007         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13009 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13011         * nnheader.el (nnheader-insert-head): Fix typo in comment.
13013 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13015         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13016         Make it more robust by parsing author and date independently.
13018 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13020         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13022 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
13024         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13025         first matching secret key.
13026         (mml2015-epg-encrypt): Ditto.
13028         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13029         first matching secret key.
13030         (mml1991-epg-encrypt): Ditto.
13032         * mml2015.el (mml2015-encrypt-to-self): New user option.
13033         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13034         mml2015-epg-encrypt-to-self is set.
13036         * mml1991.el (mml1991-encrypt-to-self): New variable.
13037         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13038         mml1991-epg-encrypt-to-self is set.
13040         * mml2015.el (mml2015-signers): New user option.
13041         (mml2015-epg-sign): Reflect the value of mml2015-signers.
13042         (mml2015-epg-encrypt): Allow to select signing keys.
13044         * mml1991.el (mml1991-signers): New variable.
13045         (mml1991-epg-sign): Reflect the value of mml1991-signers.
13046         (mml1991-epg-encrypt): Allow to select signing keys.
13048 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13050         * nnheader.el (nnheader-insert-head): Make it work even if the file
13051         uses CRLF for the line-break code.
13053 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
13055         * mml2015.el: Require mml-sec instead of password.
13056         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13057         (mml2015-cache-passphrase): Inherit the default value from
13058         mml-secure-cache-passphrase.
13059         (mml2015-passphrase-cache-expiry): Inherit the default value from
13060         mml-secure-passphrase-cache-expiry.
13062         * mml1991.el: Require mml-sec instead of password.
13063         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13064         (mml1991-cache-passphrase): Inherit the default value from
13065         mml-secure-cache-passphrase.
13066         (mml1991-passphrase-cache-expiry): Inherit the default value from
13067         mml-secure-passphrase-cache-expiry.
13069         * mml-sec.el: Require password.
13070         (mml-secure-verbose): New user option.
13071         (mml-secure-cache-passphrase): New user option.
13072         (mml-secure-passphrase-cache-expiry): New user option.
13074 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
13076         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
13077         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
13078         andreas@altroot.de (Andreas Vögele).
13080         FIXME: Use `tiny change'?
13082 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13084         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13085         workaround for the url package included with Emacs.
13087         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13089 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13091         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13092         correctly.  This fixes a bug caused by the 2006-05-12 change.
13094 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
13096         * nnmail.el (nnmail-article-group): If splitting raises an error, give
13097         some information about the error when saying that the `bogus' mail
13098         group will be used.
13100 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
13102         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13103         string.
13105 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
13107         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13109 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13111         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13113 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13115         * mml1991.el (mml1991-function-alist): Add epg.
13116         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13117         (mml1991-epg-encrypt): New functions.
13119 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13121         * mml2015.el (mml2015-verbose): New variable.
13122         (mml2015-cache-passphrase): Ditto.
13123         (mml2015-passphrase-cache-expiry): Ditto.
13124         (mml2015-function-alist): Add epg.
13125         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13126         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13127         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13128         New functions.
13130 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13132         * message.el (message-cite-original-1): Preserve region when removing
13133         quoted text due to X-No-Archive in order to avoid bogus attribution
13134         when citing multiple messages.
13136 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13138         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13139         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13141 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
13143         * gnus-diary.el (gnus-user-format-function-d)
13144         (gnus-user-format-function-D): Autoload.
13146         * imap.el (Commentary): Fix typo.
13148         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13149         2006-04-22 contribution.
13151 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13153         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13154         It didn't really fix the bogosity I'm seeing with solid web groups.
13156 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13158         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13159         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13160         created using server names.  If we use the feature without declaring
13161         it, Gnus does not properly manage server and group state.
13163         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13164         bound.
13166 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13168         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13169         looking up the method using GROUP's prefix before inventing a new one.
13170         It is used on killed/unknown groups in various places where returning
13171         an all-new method isn't expected by the caller.
13173         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13174         and match semantics of gnus-group-real-prefix.
13176 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
13178         * nnmail.el (nnmail-broken-references-mailers): New variable.
13179         (nnmail-ignore-broken-references): New function generalizing
13180         nnmail-fix-eudora-headers.
13181         (nnmail-fix-eudora-headers): Now obsolete.
13183         * gnus-art.el (gnus-button-handle-custom):
13184         Support `customize-apropos*'.
13186 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13188         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13190         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13191         articles.
13193 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13195         * message.el (message-cite-reply-above): New variable.
13196         (message-yank-original): Use it.
13198 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13200         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13202 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
13204         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13205         as read.
13207         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13209 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
13211         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13212         (gnus-bookmark-default-file): Use gnus-directory.
13213         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13214         Remove "*" in doc string.
13215         (gnus-bookmark-write-file): Simplify.
13216         (gnus-bookmark-maybe-sort-alist): Use `when'.
13217         (gnus-bookmark-get-bookmark): Fix typo in doc string.
13218         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13219         Add FIXME about Emacs 21 and XEmacs compatibility.
13220         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13221         compatibility.
13222         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13223         compatibility.
13224         (gnus-bookmark-menu-heading): Fix version.
13226 2006-06-19  Bastien Guerry  <bzg@altern.org>
13228         * gnus-bookmark.el: New file.
13230 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13232         * message.el (message-syntax-checks): Doc fix.
13234 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13236         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13237         unsubscribed groups as if they were killed ones.  It causes duplicate
13238         entries in gnus-newsrc-alist.
13240 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13242         * message.el (message-syntax-checks): Doc fix.
13243         (message-send-mail): Add check for continuation headers.
13244         (message-check-news-header-syntax): Fix regexp used to check for
13245         continuation headers.
13247 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13249         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13251 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
13253         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13255 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13257         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13258         default-truncate-lines.
13260 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13262         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13263         to fill the utf-8 entry.
13265 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13267         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13269 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
13271         * gnus-agent.el (directory-files-and-attributes): Move all the way
13272         forward (the third and final move).
13273         (gnus-agent-read-agentview): Trap reconstruction errors due to
13274         nonexistent directory.  Handle by returning nil.
13276 2006-05-30  Didier Verna  <didier@xemacs.org>
13278         * message.el (message-dont-reply-to-names): Update the custom type.
13279         * message.el (message-dont-reply-to-names): New defsubst: potentially
13280         convert a list of regexps into a single one.
13281         * message.el (message-get-reply-headers): Use it.
13282         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
13284 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13286         * gnus-agent.el (directory-files-and-attributes): Move forward.
13288 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13290         * gnus-ml.el (gnus-mailing-list-subscribe)
13291         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
13292         (gnus-mailing-list-message): Fix doc strings.
13294 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13296         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
13297         of doing it manually.
13299 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13301         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
13302         comment.
13304 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
13306         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
13307         (gnus-agent-read-agentview): Fix handling of end-of-file error.
13308         (gnus-agent-read-local): All symbols allocated in my-obarray.
13309         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
13310         (gnus-agent-regenerate-group): Check numeric names to see if they are
13311         messages or groups.
13312         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
13313         better way of do this...)
13315         * gnus-cache.el (gnus-agent-total-fetched-for):
13316         Ignore 'dummy.group' (there should be a better way of do this...)
13318 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13320         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
13321         (gnus-saved-headers): Ditto.
13322         (gnus-default-article-saver): Mention functions may have properties.
13323         (gnus-article-save): Override gnus-save-all-headers and
13324         gnus-saved-headers by :headers property which saver function may have.
13325         (gnus-summary-save-in-file): Add :headers property.
13326         (gnus-summary-write-to-file): Ditto.
13328         * gnus-sum.el (gnus-summary-save-article): Bind
13329         gnus-prompt-before-saving to t when saving many articles in a file;
13330         always show all headers.
13332 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
13334         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
13335         marks.
13337         * message.el (message-indent-citation): Add optional arguments to allow
13338         using it outside of message buffers.
13340         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
13341         (gnus-article-treat-unfold-headers): Use it.
13342         (gnus-article-truncate-lines): New variable.
13343         (gnus-article-mode): Use it.
13344         (gnus-article-toggle-truncate-lines): New function.
13346         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13347         Add gnus-article-toggle-truncate-lines.
13349         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
13350         coding system in XEmacs, use binary.
13352 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13354         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
13355         after-load-alist.
13357         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
13358         this function should save decoded articles.
13359         (gnus-summary-write-to-file): Use property to specify this function
13360         should save decoded articles and specify gnus-summary-save-in-file
13361         should be used to save articles other than the first one when saving
13362         many articles.
13363         (gnus-summary-save-body-in-file): Use property to specify this
13364         function should save decoded articles.
13365         (gnus-summary-write-body-to-file): Use property to specify this
13366         function should save decoded articles and specify
13367         gnus-summary-save-body-in-file should be used to save articles other
13368         than the first one when saving many articles.
13370         * gnus-sum.el (gnus-summary-save-article): Simplify.
13372 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13374         * gnus-art.el (gnus-default-article-saver):
13375         Add gnus-summary-write-body-to-file.
13376         (gnus-article-save-coding-system): Don't use coding system object
13377         in XEmacs.
13378         (gnus-read-save-file-name): Add optional `dir-var' argument which
13379         specifies directory in which files are saved; work even if optional
13380         `variable' argument is not specified.
13381         (gnus-summary-write-to-file): Read file name.
13382         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
13383         (gnus-summary-write-body-to-file): New function.
13385         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
13386         (gnus-summary-local-variables): Add it.
13387         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
13388         (gnus-summary-save-article): Remove optional `decode' argument;
13389         determine whether to decode articles by the value of
13390         gnus-default-article-saver; when saving many files using
13391         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
13392         it first and use gnus-summary-save-in-file or
13393         gnus-summary-save-body-in-file thereafter unless
13394         gnus-prompt-before-saving is always; move point to article which
13395         will be saved.
13396         (gnus-summary-save-article-file): Revert.
13397         (gnus-summary-write-article-file): Revert.
13398         (gnus-summary-save-article-body-file): Revert.
13399         (gnus-summary-write-article-body-file): New function.
13401 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
13403         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
13405 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13407         * gnus-art.el (gnus-default-article-saver): Doc fix.
13408         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
13409         from gnus-summary-save-article-coding-system, and default to a
13410         certain coding system.
13411         (gnus-output-to-file): Add coding cookie and encode text according
13412         to gnus-article-save-coding-system; don't use mm-append-to-file.
13414         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
13415         gnus-art.el and rename to gnus-article-save-coding-system.
13416         (gnus-summary-save-article): Require gnus-art; don't show all
13417         headers if it decodes articles; don't add coding cookie here;
13418         don't bind mm-text-coding-system-for-write.
13419         (gnus-summary-save-article-file): Save decoded articles.
13420         (gnus-summary-write-article-file): When saving many files, use
13421         gnus-summary-write-to-file first and gnus-summary-save-in-file
13422         thereafter unless gnus-prompt-before-saving is always.
13423         (gnus-summary-save-article-body-file): Save decoded articles.
13425 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13427         * nnrss.el (nnrss-check-group): Bind hash-index.
13429 2006-05-23  MichaĂ«l Cadilhac  <michael.cadilhac@lrde.org>
13431         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
13432         its hash index.  Store this hash in `nnrss-group-data'.
13433         (nnrss-read-group-data): Update accordingly.
13435 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13437         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
13438         entry.
13440         * gnus-sum.el (gnus-summary-make-menu-bar):
13441         Add gnus-article-browse-html-article.
13443 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
13445         * gnus-sum.el (gnus-summary-mime-map):
13446         Add gnus-article-browse-html-article.
13448 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13450         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
13451         suitable coding systems in customize.
13453 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
13455         * mail-source.el (mail-sources): Fix custom type.
13457 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13459         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13460         (gnus-summary-expire-articles-now): Shorten prompt.
13462         * gmm-utils.el (wid-edit): Require.
13463         (defun-gmm): Rename from `gmm-defun-compat'.
13464         (gmm-image-search-load-path): Use it.
13465         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
13467 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13469         * gnus-sum.el (gnus-summary-save-article-coding-system):
13470         New variable.
13471         (gnus-summary-save-article): Add optional `decode' argument.
13472         If it is set and gnus-summary-save-article-coding-system is non-nil,
13473         save decoded article.
13474         (gnus-summary-write-article-file): Save decoded article if
13475         gnus-summary-save-article-coding-system is non-nil.
13477         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13478         type.
13480 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13482         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13484 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13486         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13487         first to test gnus-single-article-buffer which may be buffer-local.
13489         * gnus-sum.el (gnus-summary-setup-buffer):
13490         Make gnus-single-article-buffer buffer-local and nil in ephemeral
13491         group; make gnus-article-buffer, gnus-article-current, and
13492         gnus-original-article-buffer always buffer-local.
13493         (gnus-summary-exit): Kill article buffer belonging to ephemeral
13494         group.
13495         (gnus-handle-ephemeral-exit): Don't move to next summary line.
13497 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13499         * nnml.el (nnml-request-compact-group): Compressed files might not
13500         have .gz extension.
13502 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13504         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13505         (mm-copy-to-buffer): Use with-current-buffer.
13506         (mm-display-part): Simplify.
13507         (mm-inlinable-p): Add optional arg `type'.
13509 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13511         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13512         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13513         Try harder to show the attachment internally or externally using
13514         gnus-mime-view-part-as-type.
13516 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13518         * message.el (message-from-style, message-signature-separator)
13519         (message-user-organization-file, message-send-mail-function)
13520         (message-citation-line-function, message-yank-prefix)
13521         (message-indent-citation-function, message-signature)
13522         (message-signature-file, message-signature-insert-empty-line):
13523         Remove autoloads.
13525         * gnus-art.el (gnus-buttonized-mime-types):
13526         Remove "multipart/signed".  Revert 2006-04-26 change.
13528 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13530         * gnus.el (gnus-version-number): Bump version.
13532 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13534         * gnus.el: No Gnus v0.5 is released.
13536 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13538         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13539         fetching articles by message-id.
13541 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13543         * message.el (hashcash): Require hashcash as normal.
13545         * ecomplete.el (ecomplete-highlight-match-line):
13546         Use point-at-eol.
13547         (ecomplete-highlight-match-line): Use `highlight', because that
13548         face exists in both Emacs and XEmacs.
13550         * message.el (message-display-abbrev): Use point-at-bol.
13552         * mail-source.el: Don't require timer/timer-funcs.
13554         * gnus-async.el: Ditto.
13556         * password.el: Ditto.
13558         * mm-url.el: Ditto.
13560         * mm-util.el: Require timer/timer-funcs.
13562 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13564         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13565         Close.
13567 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13569         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13570         unibyte after clear-decrypt function runs.
13572         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13573         returns as a unibyte string.
13575 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13577         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13578         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13579         (mml1991-pgg-encrypt): Ditto.
13581 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13583         * message.el (message-user-organization-file): Check several
13584         locations of the organization file.
13586         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13587         Add gnus-article-view-part-as-type.
13589         * gnus-art.el (gnus-article-view-part-as-type): New function.
13591         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13592         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13594         * mml.el: Simplify autoload.
13595         (mml-mode): defvar dnd-protocol-alist instead of using
13596         symbol-value.
13597         (mml-default-directory): New variable.
13598         (mml-minibuffer-read-file): Use it.
13599         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13601         * message.el (message-citation-line-format): New variable.
13602         (message-insert-formated-citation-line): New function.
13603         (message-citation-line-function):
13604         Add `message-insert-formated-citation-line' to custom type.
13606         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13607         to doc string.
13609         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13610         depending on mm-verify-option.
13612 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13614         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13615         binding pgg-* variables; reimplement the section which prevents
13616         MIME header from being signed.
13617         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13618         pgg-text-mode; remove a blank line at the top of body.
13620         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13621         lines at the top of body; use gnus-newsgroup-charset if there's no
13622         Charset header.
13624 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13626         * message.el (message-self-insert-commands): Doc fix.
13628         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13629         (mm-uu-pgp-encrypted-test): Ditto.
13630         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13631         between header and body; return application/pgp-encrypted handle
13632         if decryption failed; decode decrypted body by charset.
13634         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13635         element match to application/pgp-*.
13637 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13639         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13640         HTML.
13642 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13644         * mail-source.el (mail-source-call-script): Message the error
13645         string.
13647 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13649         * gnus-util.el (gnus-byte-compile): Use it.
13651 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13653         * gnus-util.el (kill-empty-logs): New function.
13655 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13657         * message.el (message-mail-alias-type): Doc fix.
13658         (message-mail-alias-type-p): New function.
13659         (message-send): Use it.
13660         (message-mode): Ditto.
13661         (message-strip-forbidden-properties): Ditto.
13663         * ecomplete.el (ecomplete-database-file-coding-system):
13664         New variable.
13665         (ecomplete-save): Use it.
13666         (ecomplete-setup): Use it.
13668 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13670         * message.el (message-self-insert-commands): New variable.
13671         (message-strip-forbidden-properties): Use it.
13673 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13675         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13676         that doesn't make XEmacs choke.
13678 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13680         * gnus-util.el (gnus-replace-in-string):
13681         Prefer replace-regexp-in-string over of replace-in-string.
13683 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13685         * gnus-util.el (gnus-select-frame-set-input-focus):
13686         Use select-frame-set-input-focus if it is available in XEmacs; use
13687         definition defined in Emacs 22 for old Emacsen.
13689 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13691         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13693 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13695         * gnus-registry.el (gnus-registry-cache-save): Remove text
13696         properties when saving via the temp buffer.
13698 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13700         * message.el (message-generate-hashcash): Honor custom type.
13702 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13704         * message.el (message-generate-hashcash): Default to non-nil when
13705         hashcash is found.
13707         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13708         (gnus-refer-thread-limit): Increase default to 500.
13710         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13712         * flow-fill.el (fill-flowed): Allow delete-space.
13714 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13716         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13717         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13718         Remove autoloads.
13720 2006-04-18  Simon Josefsson  <jas@extundo.com>
13722         * message.el (message-generate-hashcash): Default to.
13724 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13726         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13727         concatenating segments rather than before concatenating them.
13729 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13731         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13733         * imap.el (imap-quote-specials): New function.
13734         (imap-login-auth): Quote specials.
13736 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13738         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13740         * message.el (message-forward-make-body-plain):
13741         Allow message-forward-ignored-headers to be a list.
13742         (message-remove-ignored-headers): Factor out into function.
13743         (message-forward-make-body-mml): Use it.
13744         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13745         (rfc2231-parse-string): Allow concatanation of parameters that
13746         aren't contiguous.  The test case is
13747           (mail-header-parse-content-type "message/external-body;
13748             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13749             access-type=LOCAL-FILE;
13750             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13752 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13754         * nntp.el (nntp-accept-process-output): Return the value of
13755         `nnheader-accept-process-output'.
13757 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13759         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13760         (gnus-button-alist): Recognize more diff formats.
13761         (gnus-button-patch): Strip directory.
13763 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13765         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13766         Emacs 22 when setting focus.
13768 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13770         * gnus-art.el (gnus-article-treat-types): Do treatment of
13771         text/x-verbatim parts.
13772         (gnus-button-patch): New command.
13774         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13775         addresses that contain invalid characters.
13777 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13779         * message.el (message-put-addresses-in-ecomplete):
13780         Use gnus-replace-in-string.
13781         (message-is-yours-p): Use the more correct
13782         mail-header-parse-address instead of
13783         mail-extract-address-components.
13784         (message-put-addresses-in-ecomplete): Fix typo.
13786         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13787         keystroke.
13789         * gnus-art.el (gnus-treatment-function-alist): Change order of
13790         newsgroups/generic header folding to avoid double-folding.
13792         * message.el (message-hidden-headers): Add X-Draft-From.
13794         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13795         New command.
13796         (gnus-summary-repeat-search-article-backward): New command.
13798         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13799         groups in the parent topic.
13801 2006-04-16  JoĂŁo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13803         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13804         (spam-extra-header-to-number): Return the CRM114 number as a
13805         number instead of a string.
13807 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13809         * gnus-art.el (gnus-face-properties-alist): Move here from
13810         gnus-fun.
13812         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13814 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13816         * message.el (message-strip-forbidden-properties): Only display on
13817         self-insert-command.
13819         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13820         reindent.
13821         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13823 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13825         * smiley.el (smiley-style): Fix typo.
13827 2006-03-23  Kenichi Handa  <handa@m17n.org>
13829         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13830         instead of set-buffer-multibyte.
13832 2006-03-23  Kenichi Handa  <handa@m17n.org>
13834         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13835         buffer and then decode the buffer text if necessary.
13836         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13837         first, and after mm-encode-body, change the buffer to unibyte.
13839 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13841         * hashcash.el (hashcash-insert-payment-async-2):
13842         Use message-goto-eoh instead of doing it manually.
13843         (mail-add-payment): Use message-narrow-to-header instead of trying
13844         to do the same itself.
13846         * message.el (message-hidden-headers): Add Face.
13848         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13849         reparenting code.
13850         (gnus-summary-reparent-children): Refactored out code.
13851         (gnus-summary-thread-map): New keystroke.
13852         (gnus-summary-reparent-children): Make into command.
13854         * smiley.el (smiley-style): Default to `medium' if using a large
13855         font.
13857         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13858         does it itself.
13860         * message.el (message-point-in-header-p): Simplify definition.
13862 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13864         * nnagent.el (nnagent-request-set-mark): Silence log file
13865         writing.
13866         (nnagent-request-set-mark): Use write-region instead of
13867         append-to-file.
13869         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13870         strange select method.
13872         * ecomplete.el (ecomplete-display-matches): Get highlightling
13873         right.
13874         (ecomplete-display-matches): Use literals.
13875         (ecomplete-display-matches): Disable message logging.
13877         * message.el (message-display-abbrev): Small optimization.
13879         * ecomplete.el (ecomplete-display-matches): Allow automatic
13880         display.
13882         * message.el (message-strip-forbidden-properties):
13883         Display abbrevs.
13884         (message-display-abbrev): Get automatic display right.
13886         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13887         keystrokes.
13889 2006-04-13  Romain Francoise  <romain@orebokech.com>
13891         TODO: Backport to v5-10!
13893         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13894         Move here (and rename) from gnus-registry.el.
13896         * gnus-registry.el: Require gnus-util.
13897         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13899 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13901         * gnus-group.el (gnus-group-catchup-current):
13902         Change if-then-else-if-then-else into cond.
13903         (gnus-group-catchup): Indent.
13904         (group-name-at-point): New function.
13905         (gnus-fetch-group): Provide default from thing at point.
13907 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13909         * message.el (message-display-abbrev): Fix regexp.
13911         * ecomplete.el (ecomplete-highlight-match-line):
13912         Reimplement choosing.
13913         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13914         dead variables.
13916         * message.el (message-newline-and-indent): Remove debugging.
13917         (message-display-abbrev): Use new implementation.
13919 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13921         * gnus-art.el (gnus-article-mode):
13922         Set cursor-in-non-selected-windows to nil.
13924         * smiley.el: Revert previous change.
13925         (smiley-data-directory): defvar it before using it in the
13926         defcustom of `smiley-style'.
13928 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13930         * message.el (message-newline-and-indent): New function.
13932         * ecomplete.el: Implement more bits.
13934         * message.el (message-put-addresses-in-ecomplete): Clean up the
13935         string.
13937         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13939         * gnus-sum.el (gnus-summary-save-parts):
13940         Bind gnus-summary-save-parts-counter and use it to make unique file
13941         names.
13943         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13945         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13946         parameter to say whether to actually parse the individual
13947         addresses.
13949         * message.el (message-put-addresses-in-ecomplete): New function.
13950         (ecomplete): Require.
13951         (message-mail-alias-type): Add ecomplete as an option.
13953 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13955         * flow-fill.el (fill-flowed): Remove trailing space from blank
13956         quoted lines.
13958 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13960         * smiley.el (smiley-style): Move definition later to avoid a
13961         compilation warning.
13963 2006-04-12  Kenichi Handa  <handa@m17n.org>
13965         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13966         buffer and then decode the buffer text if necessary.
13967         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13968         first, and after mm-encode-body, change the buffer to unibyte.
13969         Use mm-disable-multibyte instead of set-buffer-multibyte.
13971 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13973         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13974         Content-Type header instead of Content-Disposition header.
13975         (gnus-mime-inline-part): Ditto.
13976         (gnus-mime-view-part-as-charset): Ignore charset that the part
13977         specifies.
13979         * mm-decode.el (mm-display-part): Work with external parts and
13980         usual parts similarly.
13982         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13983         instead of gnus-display-mime.
13985         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13986         instead of with-temp-buffer.
13988         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13989         tag to summarized topics part in order to encode non-ASCII text.
13991 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13993         * smiley.el (smiley-style): New variable.
13994         (smiley-directory): New function.
13995         (smiley-data-directory): Derive from `smiley-style' using
13996         `smiley-directory'.
13997         (smiley-regexp-alist): Add new entries.
13999         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14000         (gnus-article-browse-delete-temp): Add :version.
14002 2006-04-11  Arne JĂžrgensen  <arne@arnested.dk>
14004         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14005         the sieve region.
14007 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14009         * gnus.el (gnus-version-number): Bump version.
14011 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14013         * gnus.el: No Gnus v0.4 is released.
14015 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14017         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14018         layout.
14020         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14021         unknown charset.
14023         * message.el (message-header-synonyms): Add Original-To to the
14024         default.
14026         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14027         optional parameter.
14029 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14031         * gnus-fun.el (gnus): Require it for gnus-directory.
14033 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14035         * gnus-fun.el (gnus-face-properties-alist): Add :version.
14037 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14039         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14041 2006-04-05  Simon Josefsson  <jas@extundo.com>
14043         * password.el (password-reset): New function.
14045 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14047         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14048         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14050 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14052         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14053         Some whitespace was matched into the url, which broke browsing hits
14054         > 100 when mm-url-use-external was nil.
14056 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14058         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14059         Check gnus-extra-headers for 'Newsgroups.
14061         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14062         bound.
14064 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14066         * pgg-gpg.el: Clean up process buffers every time gpg processes
14067         complete.
14069 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
14071         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14072         doc string.
14074 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14076         * pgg-gpg.el (pgg-gpg-process-filter)
14077         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14079         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14080         lines, temporary fix.
14082 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14084         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14086 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14088         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14089         default-enable-multibyte-characters.  This reverts the change from
14090         revision 6.17 which is no longer necessary because the passphrase
14091         is sent separately now.  GnuPG messages are unreadable under
14092         multibyte locales with default-enable-multibyte-characters set to
14093         nil.
14095 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
14097         * message.el (message-tool-bar-gnome): Move "spell".
14099 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
14101         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14102         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
14103         instead.
14105 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
14107         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14108         Improve newsgroups handling for NNTP overviews which don't include
14109         Newsgroups.
14111 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14113         * message.el (message-resend): Bind message-generate-hashcash to nil.
14115 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14117         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14118         when searching for already-paid recipients.
14120 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
14122         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14123         passphrases when it is not needed.
14124         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14125         passphrase stuff from gpg, should only be necessary when you use
14126         gpg with a smartcard.
14128 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14130         * mml.el (mml-insert-mime): Ignore cached contents of
14131         message/external-body part.
14133         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14134         (mm-insert-part): Ditto.
14136 2006-03-23  Simon Josefsson  <jas@extundo.com>
14138         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14139         Reiner.
14140         (pgg-gpg-use-agent-p): Use it again.
14142 2006-03-23  Simon Josefsson  <jas@extundo.com>
14144         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14145         older emacsen.
14146         (pgg-gpg-use-agent-p): Don't use it.
14148 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
14150         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14151         if we can.
14153 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
14155         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14156         (pgg-gpg-update-agent): New function.
14157         (pgg-gpg-use-agent-p): New function.
14158         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14159         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14160         (pgg-gpg-sign-region): Use it.
14162 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14164         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14165         Reported by Ralf Wachinger <rwachinger@gmx.de>.
14167 2006-03-21  Simon Josefsson  <jas@extundo.com>
14169         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14170         <wilde@sha-bang.de>.
14171         (pgg-gpg-use-agent): New variable.
14172         (pgg-gpg-process-region): Use it.
14173         (pgg-gpg-encrypt-region): Likewise.
14174         (pgg-gpg-encrypt-symmetric-region): Likewise.
14175         (pgg-gpg-decrypt-region): Likewise.
14176         (pgg-gpg-sign-region): Likewise.
14177         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14179 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14181         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14183         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14184         Add comment on version.
14186 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14188         * smiley.el: Add missing test smiley.
14190 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14192         * mm-decode.el (mm-with-part): New macro.
14193         (mm-get-part): Use it; work with message/external-body as well.
14194         (mm-save-part): Treat name and filename equally.
14196         * mm-extern.el (mm-extern-cache-contents): New function.
14197         (mm-inline-external-body): Use it; force the part to be displayed;
14198         move undisplayer added to the cached handle to the parent.
14200         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14201         (gnus-mime-view-part-as-type): Work with message/external-body.
14203         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14205 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14207         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14208         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
14209         Emacs.]
14211 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14213         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14214         path rather than symbol.  Always return list of directories.
14215         Guarantee that image directory comes first.  [Sync with image.el,
14216         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
14218         * message.el (message-make-tool-bar): Adjust to new API of
14219         `gmm-image-load-path-for-library'.
14221         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14223         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14225 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14227         * gnus-art.el (gnus-article-only-boring-p):
14228         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
14229         intangible text.
14230         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
14232 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
14234         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
14235         Use `defun' instead of `gmm-defun-compat'.
14237 2006-03-14  Simon Josefsson  <jas@extundo.com>
14239         * message.el (message-unique-id): Don't use message-number-base36
14240         if (user-uid) is a float.
14241         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
14243 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14245         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
14247         * gnus-art.el (gnus-mime-display-single): Make sure there is an
14248         empty line between a part and a message part.
14250 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
14252         * smiley.el: Add more test smileys.
14253         (smiley-data-directory, smiley-regexp-alist)
14254         (gnus-smiley-file-types): Fix doc strings.
14255         (smiley-update-cache): Clear smiley-cached-regexp-alist before
14256         adding new elements.
14257         (smiley-mouse-map): Unused code.  Make it a comment.
14259 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14261         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
14262         scan latest NoCeM messages instead of old ones.
14263         (gnus-nocem-check-article): Fix regexps so as to match to PGP
14264         delimiters that are recently used.
14265         (gnus-nocem-load-cache): Add autoload cookie.
14267         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
14269         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
14270         level which is larger than gnus-use-nocem is specified.
14272         * gnus-group.el (gnus-group-get-new-news): Ditto.
14274 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14276         * gnus-util.el (gnus-tool-bar-update): New function.
14278         * gnus-group.el (gnus-group-update-tool-bar): New variable.
14279         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
14281         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
14283         * gnus-group.el (gnus-group-redraw-when-idle)
14284         (gnus-group-redraw-check): Remove.
14285         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
14287 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14289         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
14290         if optional last element is specified in splits (FIELD VALUE...).
14292 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
14294         * message.el (message-make-tool-bar): Rename gmm-image-load-path
14295         to gmm-image-load-path-for-library.  Call with no-error argument.
14296         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
14298         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14300         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14302         * gmm-utils.el (gmm-image-load-path): Remove alias.
14304 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
14306         * gmm-utils.el (gmm-image-load-path): Add alias.
14308         * nnml.el (nnml-generate-nov-databases-directory): Rename from
14309         nnml-generate-nov-databases-1.
14310         (nnml-generate-nov-databases): Use it.
14311         (nnml-generate-nov-databases-directory): Document no-active
14312         argument.
14314         * gmm-utils.el (gmm-image-load-path-for-library): Return single
14315         directory if path is t.  Add no-error.
14317         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
14318         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14320         * gnus-art.el (gnus-article-browse-delete-temp-files):
14321         Simplify resetting gnus-article-browse-html-temp-list.
14323         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
14324         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
14325         Add example to docstring.  Rename local variables.  Move error
14326         checks to default case in cond and simplify.
14328 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14330         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
14331         handle is multipart when calling it recursively.
14332         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
14334 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
14336         * nnimap.el (nnimap-request-update-info-internal): Optimize.
14337         Don't `gnus-uncompress-range' to avoid excessive memory usage.
14339 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14341         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
14342         is loaded.
14344         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
14345         loaded.
14347 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14349         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
14350         to "Emacs 23 (unicode)" in doc string.
14352         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
14353         "Emacs 23 (unicode)" in comment.
14355 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14357         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
14359         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
14360         characters 160 through 255 in Emacs 23.
14362 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14364         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
14365         gnus-article-browse-html-temp.
14366         (gnus-article-browse-delete-temp): Make it customizable.
14367         Add `file'.  Adjust doc string.
14368         (gnus-article-browse-delete-temp-files): Add argument.
14369         Allow query for each file.  Adjust doc string.
14370         (gnus-article-browse-html-parts):
14371         Add `gnus-article-browse-delete-temp-files' to
14372         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
14374 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
14376         * gnus-art.el (gnus-article-browse-html-temp)
14377         (gnus-article-browse-delete-temp): New variables.
14378         (gnus-article-browse-delete-temp-files): New function.
14379         (gnus-article-browse-html-parts): Use it.
14381 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14383         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
14385         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
14386         string.
14388         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
14389         gnus-summary-insert-new-articles when unplugged.
14390         Remove gnus-summary-search-article-forward.
14392         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
14393         display-visual-class instead of display-color-cells.
14395 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14397         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
14398         message/* containing non-ASCII text properly.
14400 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14402         * message.el: Require gmm-utils, remove autoloads.
14403         (message-tool-bar): Set default based on
14404         gmm-tool-bar-style.
14405         (message-tool-bar-gnome): Add gmm-customize-mode.
14407         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14408         gmm-tool-bar-style.
14409         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
14411         * gnus-group.el (gnus-group-tool-bar): Set default based on
14412         gmm-tool-bar-style.
14413         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
14415         * gmm-utils.el (gmm-image-directory): Rename variable from
14416         gmm-image-load-path.
14417         (gmm-image-load-path): Use gmm-image-directory.
14418         (gmm-customize-mode): New function.
14419         (gmm-tool-bar-style): New variable.
14421         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
14422         gnus-group-redraw-line-number.
14423         (gnus-group-redraw-check): Simplify.
14424         (gnus-group-tool-bar-update): Remove redraw check.
14425         (gnus-group-make-tool-bar): Add redraw check.
14427 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
14429         * gnus-art.el (gnus-button): Add missing parentheses.
14431 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14433         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
14435 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14437         * gnus-art.el (gnus-button): New face.
14438         (gnus-article-button-face): Use it.
14440         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14441         Add gnus-summary-next-page.  Re-order.
14443         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
14444         next-node are now included.
14445         (gnus-group-redraw-line-number): New internal variable.
14446         (gnus-group-redraw-check): Helper function for updating the tool
14447         bar.
14448         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
14450         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
14452         * spam.el (spam-spamassassin-score-regexp): New internal variable.
14453         (spam-extra-header-to-number, spam-check-spamassassin-headers):
14454         Use it to match format of Spamassassin 3.0 and later.
14455         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
14456         (spam-check-bogofilter)
14457         (spam-bogofilter-register-with-bogofilter): Fix args of
14458         `gnus-error' calls.
14460 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14462         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14463         unnecessary interaction when sending queued mails.
14464         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14466 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14468         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14469         first or last are nil.
14471 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14473         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14475 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14477         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14479 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14481         * dns.el (query-dns): Protect more against buggy tcp output.
14483 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14485         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14486         nov.php.
14488 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14490         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14491         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14492         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
14493         output on the server side.
14494         (nnweb-google-create-mapping): Update regexps and add some
14495         progress indication.
14497 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
14499         * gnus-group.el (gnus-group-tool-bar-gnome):
14500         Fix gnus-agent-toggle-plugged.  Re-order icons.
14501         (gnus-group-tool-bar-gnome):
14502         Add gnus-group-{prev,next}-unread-group.
14503         (gnus-group-tool-bar-gnome): Re-order icons.
14505         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14506         Move gnus-summary-insert-new-articles.
14508         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14509         Fix comments.
14511         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
14512         also available in Emacs 21.3.
14514         * message.el (message-fix-before-sending): Change "Emacs 22" to
14515         "Emacs 23 (unicode)" in comment.
14517         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14518         "Emacs 23 (unicode)" in comment.
14520         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14521         comment.
14522         (mm-coding-system-p): Add comment about no-MULE XEmacs.
14524         * mm-view.el (mm-fill-flowed): Add :version.
14526 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14528         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14529         and load-path.
14531 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14533         * message.el: Autoload gmm-image-load-path.
14534         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14535         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14536         consitency.
14538         * gmm-utils.el (gmm-image-load-path): Also search in
14539         "../etc/images".  Don't set gmm-image-load-path if we don't find
14540         the image.
14542 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14544         * gmm-utils.el (gmm-image-load-path): Don't make
14545         `gmm-image-load-path' include subdirectories which the second arg
14546         `image' might specify.
14548         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14549         subdirectory to icon file names.
14551         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14553 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14555         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14556         gmm-image-load-path calls.
14558         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14560         * message.el (message-make-tool-bar): Ditto.
14562         * mml.el (mml-preview): Add comment concerning tool bar icons.
14564         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14565         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14567         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14568         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14570         * message.el (message-tool-bar-gnome): Use new icon names.
14571         (message-make-tool-bar): Use `gmm-image-load-path'.
14573         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14574         New functions from MH-E.
14575         (gmm-image-load-path): New variable from MH-E.
14576         (gmm-image-load-path): New function from MH-E.  Add arguments
14577         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14578         *-image-load-path-called-flag.
14580 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14582         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14584 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14586         * nnimap.el (nnimap-request-move-article): Change folder back to
14587         source group before deleting.
14589 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14591         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14593         * gnus-art.el (mm-url-insert-file-contents-external):
14594         Autoload mm-url.
14596         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14598 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14600         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14601         coding system which mm-charset-to-coding-system returns for a
14602         given charset is valid.
14604 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14606         * html2text.el (html2text-remove-tag-list):
14607         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14609 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14611         * gnus-cus.el: Revert 2005-10-17 change.
14613 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14615         * gnus-art.el (article-strip-banner):
14616         Call article-really-strip-banner only when the regexp match is made.
14618 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14620         * gnus-art.el (article-strip-banner):
14621         Use gnus-extract-address-components instead of
14622         mail-header-parse-addresses to make it work with non-ASCII text;
14623         remove mail-encode-encoded-word-string.
14625         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14626         values which are surrounded with \"...\"; make it never cause a
14627         Lisp error; give up parsing of parameters if it failed in
14628         extracting type.
14630 2006-02-14  Arne JĂžrgensen  <arne@arnested.dk>
14632         * smime.el (smime-cert-by-ldap-1): Fix bug where
14633         `smime-ldap-search' returns results without userCertificates.
14635 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14637         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14639 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14641         * spam.el (spam-check-spamassassin-headers): Adapt format for
14642         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14643         <ari@mbf.ocn.ne.jp>.
14644         (spam-list-of-processors): Add spam-use-gmane.
14646 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14648         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14649         make-temp-file; make it work with XEmacs as well.
14651         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14652         mm-make-temp-file.
14654         * mm-decode.el (mm-display-external): Use the 3rd arg of
14655         mm-make-temp-file.
14656         (mm-create-image-xemacs): Ditto.
14658 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14660         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14661         with message-narrow-to-headers.
14662         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14663         (gnus-draft-check-draft-articles): New function.
14664         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14666 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14668         * gnus-art.el (gnus-article-browse-html-parts):
14669         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14670         Don't use suffix argument for mm-make-temp-file for Emacs 21
14671         compatibility.  Remove useless `format'.
14673 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14675         * nnweb.el (nnweb-google-wash-article): Update regexps.
14676         (nnweb-group-alist): Use defvoo instead of defvar.
14678 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14680         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14681         re-loading nn* modules.
14683 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14685         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14686         for `tool-bar-mode' and don't check it's default-value.
14688         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14690         * message.el (message-make-tool-bar): Ditto.
14692         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14693         `substring'.  Shorten tmp-file name.
14695         * gnus.el: Remove bogus comment.
14697 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14699         * gnus-art.el (gnus-article-browse-html-parts): New function.
14700         (gnus-article-browse-html-article): New function for viewing html
14701         articles with a browser.
14703 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14705         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14706         (mml2015-pgg-encrypt): Ditto.
14708         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14709         (mml1991-pgg-encrypt): Ditto.
14711 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14713         * nnfolder.el (nnfolder-insert-newsgroup-line):
14714         Use message-make-date instead of current-time-string.
14716         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14717         to gnus-decoded which mm-uu might set.
14719 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14721         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14722         don't decode quoted parameters; remove misimported Emacs code.
14723         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14724         (rfc2231-decode-encoded-string): Don't use split-string which
14725         behaves differently according to Emacs version; use
14726         mm-decode-coding-region to convert charset to coding-system.
14727         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14728         (rfc2231-encode-string): Remove misimported Emacs code.
14730 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14732         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14733         when calling mail-header-parse-content-type.
14734         (article-de-quoted-unreadable): Ditto.
14735         (article-de-base64-unreadable): Ditto.
14736         (article-wash-html): Ditto.
14738         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14739         calling mail-header-parse-content-type and
14740         mail-header-parse-content-disposition.
14741         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14742         mail-header-parse-content-type.
14744         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14745         insert charset and format parameters; encode description after
14746         inserting it to buffer.
14747         (mml-insert-parameter): Fold lines properly even if a parameter is
14748         segmented into two or more lines; change the max column to 76.
14750         * rfc1843.el (rfc1843-decode-article-body): Don't use
14751         ignore-errors when calling mail-header-parse-content-type.
14753         * rfc2231.el (rfc2231-parse-string): Return at least type if
14754         possible; don't cause an error even if it fails in parsing of
14755         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14756         (rfc2231-encode-string): Don't break lines at the beginning, leave
14757         it to mml-insert-parameter.
14759         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14760         calling mail-header-parse-content-type.
14762 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14764         * spam-report.el (spam-report-gmane-use-article-number):
14765         Improve doc string.
14766         (spam-report-gmane-internal): Check if a suitable header was found
14767         in the article.
14769 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14771         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14772         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14774 2006-02-05  Romain Francoise  <romain@orebokech.com>
14776         Update copyright notices of all files in the gnus directory.
14778 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14780         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14782 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14784         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14785         segmented lines of parameter value to cope with Thunderbird 1.5
14786         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14787         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14788         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14790 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14792         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14793         parts.
14795 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14797         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14798         there's only one active file for all servers.
14799         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14800         solid groups.  Gnus might have used a FAST request to select the group.
14801         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14802         and nnweb-search redundantly in the active file.
14803         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14804         (nnweb-request-create-group): Don't use ARGS.
14805         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14806         initialisations.  Let nnoo do the work.
14808 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14810         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14811         Say the part has been decoded.
14813         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14815 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14817         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14818         mailcap-viewer-test-cache when there's no 'test clause, since that
14819         will invert the meaning of a "nil" test previously determined by
14820         mailcap-mailcap-entry-passes-test.
14822 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14824         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14825         compiling.
14827         * gnus-sum.el: Ditto.
14829         * message.el: Don't bind tool-bar-map when compiling.
14831 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14833         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14835 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14837         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14838         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14839         current Google Groups.
14841 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14843         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14844         and tool-bar-mode.
14846         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14847         and tool-bar-mode.
14849         * message.el (message-tool-bar-update): Simplify.
14850         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14852         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14853         gnus-summary-buffer.
14854         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14855         gnus-summary-reply.
14857         * gmm-utils.el (gmm): Add :version.
14859 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14861         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14862         Don't autoload.
14864 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14866         * gmm-utils.el (gmm-verbose): Add :group.
14868 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14870         * message.el: Change some comments WRT tool-bars.
14872         * gnus-sum.el (gnus-summary-tool-bar)
14873         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14874         (gnus-summary-tool-bar-zap-list): New variables.
14875         (gnus-summary-make-tool-bar): Complete rewrite using
14876         `gmm-tool-bar-from-list'.
14878         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14879         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14880         New variables.
14881         (gnus-group-make-tool-bar): Complete rewrite using
14882         `gmm-tool-bar-from-list'.
14883         (gnus-group-tool-bar-update): New function.
14885         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14887 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14889         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14890         is dissected into a single part of which the type is the same as
14891         the given one; decode charset.
14893 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14895         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14896         into alists as symbol not string, since that's what
14897         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14898         look for.
14900 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14902         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14903         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14905         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14907 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14909         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14910         (gnus-mime-security-button-menu): New definition.
14911         (gnus-mime-security-button-map): Use them.
14912         (gnus-mime-security-button-menu): New function.
14913         (gnus-insert-mime-security-button): Addition to help echo.
14914         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14915         (gnus-mime-security-pipe-part): New functions.
14917         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14918         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14920         * mm-decode.el (mm-handle-set-disposition): Remove.
14921         (mm-handle-set-description): Remove.
14923 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14925         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14926         (mm-w3m-standalone-supports-m17n-p): New function.
14927         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14928         w3m usage.
14930         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14931         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14933 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14935         * message.el (message-tool-bar-zap-list):
14936         Use gmm-tool-bar-zap-list as custom type.
14937         (message-tool-bar-update): New function.
14938         (message-tool-bar, message-tool-bar-gnome)
14939         (message-tool-bar-retro): Add message-tool-bar-update.
14940         (message-tool-bar-gnome): Add flyspell-buffer.
14942         * gnus-util.el (gnus-error): Describe `args'.
14944         * gmm-utils.el (gmm-error): Describe `args'.
14945         (gmm-tool-bar-zap-list): New widget.
14946         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14948 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14950         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14951         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14952         the number of recursive calls.
14954         * mm-decode.el (mm-handle-set-disposition): New macro.
14955         (mm-handle-set-description): New macro.
14957 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14959         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14960         encoding.
14962 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14964         * message.el (message-tool-bar-zap-list, message-tool-bar)
14965         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14966         (message-tool-bar-local-item-from-menu): Remove.
14967         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14968         (message-make-tool-bar): New function.
14969         (message-mode): Use `message-make-tool-bar'.
14971         * gmm-utils.el: New file.
14972         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14973         (gmm-lazy): New widget copied from `nnmail.el'.
14974         (gmm-tool-bar-from-list): New function for creating customizable
14975         tool bars.
14976         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14977         output.
14978         (gmm): Add :prefix to defgroup.
14980 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14982         * gmm-utils.el (gmm-widget-p): New function.
14984 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14986         * mml.el (mml-attach-file): Describe `description' in doc string.
14987         (mml-menu): Add Emacs MIME manual and PGG manual.
14989 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14991         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14993 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14995         * nntp.el (nntp-end-of-line): Doc fix.
14997 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14999         * imap.el (imap-open): Handle case where buffer is a buffer
15000         object.
15002 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15004         * gnus-delay.el (gnus-delay): Don't autoload.
15005         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15006         to be re-loaded when customizing the `gnus-delay' group.
15008 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
15010         * message.el (message-insert-citation-line): Use newlines.
15012 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15014         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15016         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15018 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
15020         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15022 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15024         * mm-decode.el (mm-inlined-types): Add application/pgp.
15025         (mm-automatic-display): Ditto.
15027         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15028         part as text.
15030 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15032         * nnrss.el: Update copyright.
15033         (nnrss-opml-import): Query whether to subscribe to each entry.
15035         * gnus-art.el:
15036         * gnus-sum.el:
15037         * mm-uu.el:
15038         * mm-view.el: Update copyright.
15040 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
15042         * message.el (message-info): New function.
15043         (message-mode-menu): Add it.
15044         Update copyright.
15046         * ChangeLog: Fix and update copyright.
15048 2006-01-13  Romain Francoise  <romain@orebokech.com>
15050         * message.el (message-forward-subject-name-subject): Prefer the
15051         address to 'nowhere' if the sender has no name.
15052         Fix typo.  Update copyright year.
15054 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15056         * gnus-art.el (article-wash-html):
15057         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15058         (gnus-article-wash-html-with-w3m-standalone): New function.
15060         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15061         mm-inline-text-html-render-with-w3m-standalone.
15062         (mm-text-html-washer-alist): Map w3m-standalone to
15063         gnus-article-wash-html-with-w3m-standalone.
15064         (mm-inline-text-html-render-with-w3m-standalone): New function.
15066 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15068         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15069         Improve LaTeX.
15071 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15073         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15074         (nnrss-request-article): Render text/plain parts as HTML.
15076         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15077         the buffer.
15079 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
15081         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15082         custom definition of `gnus-posting-styles'.
15084         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15085         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15087 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15089         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15090         Use nntp for bug archive.
15092 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15094         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15095         parts.
15096         (nnrss-normalize-date): New function converts ISO 8601 date into
15097         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15098         (nnrss-check-group): Use it.
15100 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15102         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15104         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15105         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15106         (nnrss-insert-w3): Ditto.
15108 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15110         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15111         the articles to be forwarded including the case where neither a
15112         number of articles nor a region is specified.
15114 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15116         * nnrss.el (nnrss-request-article): Fix last change; fill
15117         text/plain parts.
15119 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15121         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15122         in text/plain part.
15123         (nnrss-check-group): Don't add excessive newline to dc:subject.
15125 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
15127         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
15128         article.
15130 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15132         * nnml.el: Don't require gnus-bcklg.  Autoload it.
15133         (nnml-use-compressed-files, nnml-save-mail): Support other
15134         comression programs such as bzip2.
15136 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15138         * dns.el (query-dns): Make sure we check the buffer size before
15139         removing tcp headers.
15141 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15143         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
15144         remove MIME buttons associated with multipart/alternative parts.
15145         (gnus-mime-display-alternative): Tag buttons using `article-type'
15146         text property.
15148         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
15149         associated with multipart/alternative parts.
15151         * gnus-art.el (gnus-signature-separator): Fix custom type.
15153         * mm-decode.el (mm-inlined-types): Fix custom type.
15154         (mm-keep-viewer-alive-types): Ditto.
15155         (mm-automatic-display): Ditto.
15156         (mm-attachment-override-types): Ditto.
15157         (mm-inline-override-types): Ditto.
15158         (mm-automatic-external-display): Ditto.
15160 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15162         * spam-report.el (spam-report-user-mail-address)
15163         (spam-report-user-agent): New variables.
15164         (spam-report-url-ping-plain): Use spam-report-user-agent.
15166 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
15168         * gnus-art.el (gnus-button-handle-custom): Do not just use
15169         `customize-apropos' for any "M-x customize-*" button but the
15170         function called for.  Accept both the function name and its
15171         argument in order to achieve this.
15172         (gnus-button-alist): Remove support for "custom:" URL's.
15173         Pass function name to `gnus-button-handle-custom' in case of "M-x
15174         customize-*" buttons.
15176 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15178         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
15179         multipart/alternative and add xref to mm-discouraged-alternatives
15180         in doc string.
15182         * mm-decode.el (mm-discouraged-alternatives): Add xref to
15183         gnus-buttonized-mime-types in doc string.
15185 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
15187         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
15188         Suggest image/.* in the doc string.
15190 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
15192         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
15193         message-marks (Debian bug #342521).
15195 2005-12-12  Simon Josefsson  <jas@extundo.com>
15197         * password.el (password-read-from-cache): Add.
15198         (password-read): Use it.
15200 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15202         * rfc2047.el (rfc2047-charset-to-coding-system):
15203         Recognize us-ascii as a MIME charset.
15205         * mm-bodies.el (mm-decode-content-transfer-encoding):
15206         Protect against the case where the 2nd arg TYPE is nil.
15208 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15210         * pop3.el (pop3-stream-type): Fix custom version.
15212         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
15214 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15216         * mm-decode.el (mm-display-external): Add missing cdr.
15218 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15220         * mm-decode.el (mm-display-external): Use nametemplate (defined in
15221         RFC1524) if it is in mailcap or add a suffix according to
15222         mailcap-mime-extensions when generating a temp filename; postpone
15223         deleting a temp file for 2 seconds for some wrappers, shell
15224         scripts, and so on, which might exit right after having started a
15225         viewer command as a background job.
15227 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15229         * nntp.el (nntp-marks-directory): Fix custom group.
15231         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
15232         steps when < 10.
15234         * gnus-start.el (gnus-no-server-1):
15235         Mention `gnus-level-default-subscribed' in doc string.
15237 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15239         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
15240         parens.
15242 2005-11-26  Dave Love  <fx@gnu.org>
15244         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
15245         (tls-program, tls-success): Provide openssl alternative.
15247         * starttls.el: Doc fixes.
15248         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
15249         SERVICE to PORT.
15251         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
15252         port null or service name.
15253         (starttls-negotiate): Autoload.
15255 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15257         * message.el (message-kill-to-signature): Fix interactive spec.
15259 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15261         * pop3.el (pop3-open-server): Recognize a string as a service name.
15263 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
15265         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
15267 2005-11-23  Dave Love  <fx@gnu.org>
15269         Add pop3s, pop3/starttls.
15271         * pop3.el (pop3-authentication-scheme): Clarify doc.
15272         (open-tls-stream, starttls-open-stream): Autoload.
15273         (pop3-stream-type): New.
15274         (pop3-open-server): Use it.
15276         * mail-source.el (mail-sources): Fix some :types.  Add stream type
15277         for POP.
15278         (mail-source-keyword-map): Add :stream for POP.
15279         (mail-source-fetch-pop): Use pop3-stream-type.
15281 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15283         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15284         of current-time-string.
15286 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
15288         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15289         date header.
15291 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15293         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15294         it can seriously impact performance as it bypasses the agent's
15295         local caches.
15297 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15299         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15300         must be explicitly online rather than "not explicitly offline" for
15301         its flags to be synchronized.
15303         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15304         that gnus-uu-unmark-thread will function correctly.
15306         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
15307         1024K is instead displayed as 1M.
15309 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15311         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
15313 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
15315         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
15317 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
15319         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
15320         error message to display actual error condition.
15321         (gnus-agent-save-local): Avoid saving symbols that are bound to
15322         nil as they simply result in a warning message in
15323         gnus-agent-read-local.
15325 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15327         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
15328         rather than make-variable-buffer-local for file-precious-flag.
15330 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15332         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
15333         for duplicates which are removed.  The invalid sort check then
15334         triggers a rescan after the sort as sorting may have moved
15335         duplicate entries such that they can be cheaply detected.
15337 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15339         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
15341 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15343         * gnus-agent.el (gnus-agent-article-alist-save-format):
15344         Change internal variable to a custom variable.  Change default value
15345         from compressed(2) to uncompressed(1).
15346         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
15347         support for uncompressed agentview files.  Taken together, reading
15348         the agentview file should now be 6-7 times faster.
15350 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15352         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15353         as a buffer-local variable.  This avoids creating truncated
15354         dribble files as a result of a hang up, eg.
15356 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15358         * gnus-start.el (gnus-start-draft-setup):
15359         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15361         * gnus.el (gnus-splash): Change custom group.
15362         (gnus-group-get-parameter, gnus-group-parameter-value):
15363         Describe allow-list argument.
15365         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15366         string.
15368 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15370         * gnus-art.el (gnus-default-article-saver): Add user-defined
15371         `function' to custom type.
15373 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15375         * imap.el (imap-open): Handle case where buffer is a buffer
15376         object.
15378 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15380         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15381         long lines.
15382         (gnus-cache-delete-group): Wrap doc strings.
15384         * gnus-agent.el (gnus-agent-rename-group)
15385         (gnus-agent-delete-group): Wrap doc strings.
15387 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15389         * gnus-start.el (gnus-1): Add "native" to
15390         gnus-predefined-server-alist.
15392         * gnus.el (gnus-method-to-server): Don't add "native" to the
15393         lists here, because that leads to problems when
15394         gnus-select-method is bound.
15396 2005-11-09  Simon Josefsson  <jas@extundo.com>
15398         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15399         use (not sort-by-date) instead.
15401 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15403         * gnus-delay.el (gnus-delay-group): Don't autoload.
15404         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15405         to be re-loaded when customizing the `gnus-delay' group.
15407 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15409         * message.el: Revert last changes.
15410         (message-insert-citation-line): Use newlines.
15412 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15414         * message.el (message-courtesy-message)
15415         (message-mark-insert-begin, message-mark-insert-end)
15416         (message-elide-ellipsis, message-cancel-message)
15417         (message-add-header, message-change-subject)
15418         (message-cross-post-followup-to-header)
15419         (message-cross-post-insert-note, message-reduce-to-to-cc)
15420         (message-widen-reply, message-delete-not-region)
15421         (message-kill-to-signature, message-insert-signature)
15422         (message-insert-importance-high, message-insert-importance-low)
15423         (message-insert-or-toggle-importance)
15424         (message-insert-disposition-notification-to)
15425         (message-indent-citation, message-yank-original)
15426         (message-cite-original-without-signature, message-cite-original)
15427         (message-insert-citation-line, message-position-on-field)
15428         (message-fix-before-sending, message-send-mail-partially)
15429         (message-send-mail, message-send-mail-with-sendmail)
15430         (message-send-mail-with-qmail, message-send-news)
15431         (message-check-news-header-syntax, message-generate-headers)
15432         (message-insert-courtesy-copy, message-fill-address)
15433         (message-fill-header, message-shorten-references)
15434         (message-setup-1, message-cancel-news)
15435         (message-forward-make-body-plain, message-forward-make-body-mime)
15436         (message-forward-make-body-mml, message-encode-message-body)
15437         (message-forward-make-body-digest-plain)
15438         (message-forward-make-body-digest-mime)
15439         (message-use-alternative-email-as-from): Insert `hard-newline'
15440         instead of ordinary newlines.
15442 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15444         * message.el (message-generate-headers): Downcase the argument
15445         given to message-check-element.
15447 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
15449         * nntp.el (nntp-authinfo-rejected): New error condition.
15450         (nntp-wait-for): Use new error condition to signal authentication
15451         error.
15452         (nntp-retrieve-data): Rethrow new error condition to break out of
15453         recursive call to nntp-send-authinfo.
15455 2005-11-08  Romain Francoise  <romain@orebokech.com>
15457         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15458         (gnus-summary-exit-map): Bind to `Z p'.
15459         (gnus-summary-make-menu-bar): Add menu item.
15461 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15463         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15464         (gnus-treat-*): Add `first' in all doc strings.
15466         * gnus-group.el (gnus-group-compact-group): Fix typo.
15468 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15470         * gnus.el (gnus-parameters-case-fold-search): New variable.
15471         (gnus-parameters-get-parameter): Use it.
15473         * gnus-score.el (gnus-home-score-file): Doc fix.
15475 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15477         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15479 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15481         * mm-util.el (mm-special-display-p): New function.
15483         * mml.el (mml-preview): Use it; doc fix.
15485 2005-10-29  Romain Francoise  <romain@orebokech.com>
15487         * message.el (message-fix-before-sending): Fix comment.
15489 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15491         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15493 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15495         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15496         Used in gnus-score.el.
15498 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15500         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15502 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15504         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15505         whitespace removed in revision 7.8.  Use concatenated string to
15506         protect trailing whitespace.
15508 2005-10-27  Jouni K. SeppĂ€nen  <jks@iki.fi>
15510         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15511         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15512         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15513         Courier IMAP ("some version from 2004").  Mostly based on similar
15514         code in the same function.
15516 2005-10-26  Didier Verna  <didier@xemacs.org>
15518         * gnus-group.el (gnus-group-compact-group): Invalidate original
15519         article buffer.
15520         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15521         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15522         NOV database and in article itself.
15523         Invalidate article backlog.
15525 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15527         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15529 2005-10-26  Simon Josefsson  <jas@extundo.com>
15531         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15532         part of 2004-07-25 change.
15534 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15536         * message.el (message-display-completion-list): New function.
15537         (message-expand-group): Use it; make sure the Completions buffer
15538         is modifiable.
15540 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15542         * imap.el (imap-open): Handle case where buffer is a buffer object.
15544 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
15546         * pgg-def.el:
15547         * pgg-gpg.el:
15548         * pgg-parse.el:
15549         * pgg-pgp.el:
15550         * pgg-pgp5.el:
15551         * pgg.el: Move to the parent lisp directory.
15553 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15555         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15556         user-mail-name is an empty string.
15558 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15560         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15561         depending on gnus-score-decay-constant.
15563         * encrypt.el (encrypt-insert-file-contents)
15564         (encrypt-write-file-contents): Don't use `gnus-message'.
15566         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15567         arguments.
15568         (mm-uu-type-alist): Add message-marks and insert-marks.
15569         Pass arguments to mm-uu-verbatim-marks-extract.
15570         (mm-uu-hide-markers): New variable.
15571         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15573         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15574         (gnus-convert-image-to-face-command): Use "convert" by default to
15575         allow other input image formats.
15576         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15577         accordingly.
15579 2005-10-23  Simon Josefsson  <jas@extundo.com>
15581         * imap.el (imap-gssapi-program): Align command line parameters
15582         with latest GNU SASL.
15583         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15585 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15587         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15588         HTML.
15589         (nnslashdot-request-article): Ditto.
15591 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15593         * mail-source.el (mail-source-fetch-pop): Require pop3.
15594         (mail-source-check-pop): Ditto.
15596 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15598         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15599         errors.
15601 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15603         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15604         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15606         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15608         * mm-bodies.el (mm-decode-string):
15609         Call `mm-charset-to-coding-system' with allow-override argument.
15611 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15613         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15614         (rfc2047-charset-to-coding-system): New function.
15615         (rfc2047-decode-encoded-words): New function.
15616         (rfc2047-decode-region): Use them.
15617         (rfc2047-decode-cte): Remove.
15618         (rfc2047-parse-and-decode): Remove.
15619         (rfc2047-decode): Remove.
15621 2005-10-15  Kenichi Handa  <handa@m17n.org>
15623         * rfc2047.el (rfc2047-decode-cte): New function.
15624         (rfc2047-decode-region): Change the way to decode successive
15625         encoded-words: decode B- or Q-encoding in each encoded-word,
15626         concatenate them, and decode it as charset.
15628 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15630         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15631         widget-move-and-invoke.
15632         (gnus-custom-mode): Use gnus-custom-map.
15634 2005-10-15  Bill Wohler  <wohler@newt.com>
15636         * message.el (message-tool-bar-map): Rename image file from
15637         mail_send to mail/send.
15639 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15641         * message.el (message-expand-group): Pass the common
15642         prefix substring of completion to `display-completion-list'.
15644 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15646         * mml-sec.el (mml-secure-method): New internal variable.
15647         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15648         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15649         New functions using mml-secure-method.
15651         * mml.el (mml-mode-map): Add key bindings for those functions.
15652         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15653         Harder <harder@myrealbox.com>.
15654         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15655         Goto end of message if point is the headers of the message.
15657         * message.el (message-in-body-p): New function.
15659         * assistant.el: Autoload gnus-util and netrc.
15661         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15662         Use `mm-charset-override-alist' only when decoding.
15664         * mm-bodies.el (mm-decode-body):
15665         Call `mm-charset-to-coding-system' with allow-override argument.
15667         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15668         `filename' from Content-Disposition if Content-Type doesn't
15669         provide `name'.
15670         (gnus-mime-view-part-as-type): Set default instead of
15671         initial-input.
15673 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15675         * format-spec.el (format-spec): Propagate text properties of % spec.
15677 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15679         * gnus-art.el (gnus-treat-predicate): Add `first'.
15681 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15683         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15684         (mm-charset-override-alist): New variable.
15685         (mm-charset-to-coding-system): Use it.
15686         (mm-codepage-setup): New helper function.
15687         (mm-charset-eval-alist): New variable.
15688         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15689         Warn about unknown charsets.
15691 2005-10-04  David Hansen  <david.hansen@gmx.net>
15693         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15694         (nnrss-check-group): Ditto.
15696 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15698         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15699         Rename x-gnus-verbatim to x-verbatim.
15700         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15702         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15703         x-verbatim.
15705         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15707         * gnus-util.el (gnus-remove-duplicates): Remove.
15709         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15710         instead of gnus-remove-duplicates.
15712         * message.el (message-remove-duplicates): Remove.
15713         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15714         message-remove-duplicates.
15716         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15717         available, else use implementation from `delete-dups'.
15719         * message.el (message-insert-expires): New function.
15720         (message-mode-map): Add key binding.
15721         (message-mode-field-menu): Add menu entry.
15722         (message-mode): Document it.
15723         (message-make-expires-date): Use `message-make-date'.
15725 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15727         * message.el (message-make-expires-date): New function.
15729 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15731         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15733 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15735         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15736         function rather than the diff-mode.el package.
15737         (mm-display-external): Use with-current-buffer.
15738         (mm-viewer-completion-map, mm-viewer-completion-map):
15739         Move initialization inside declaration.
15741 2005-09-29  Simon Josefsson  <jas@extundo.com>
15743         * spam.el: Load hashcash when compiling, to avoid warnings.
15744         Don't autoload mail-check-payment.
15745         (spam-check-hashcash): Define unconditionally, since hashcash.el
15746         is part of Gnus now.  Ignore errors from payment checking.
15748 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15750         * message.el (message-bold-region, message-unbold-region):
15751         Rename from `bold-region' and `unbold-region'.
15753         * message.el: Remove useless autoloads.
15755 2005-09-28  Simon Josefsson  <jas@extundo.com>
15757         * message.el (message-use-idna): Default to t.
15758         (message-use-idna): Test whether encoding works too.  Doc fix.
15760 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15762         * nntp.el (nntp-warn-about-losing-connection): Remove.
15764 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15766         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15767         customizable.  Change default value.
15768         (mm-uu-diff-groups-regexp): Change default value.
15769         (mm-uu-type-alist): Add doc string.
15770         (mm-uu-configure): Add doc string.  Make it interactive.
15771         (mm-uu-tex-groups-regexp): New variable.
15772         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15773         (mm-uu-type-alist): Add LaTeX documents.
15774         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15775         of "text/verbatim".
15776         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15778         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15779         instead of "text/verbatim".
15781         * message.el (message-mark-inserted-region)
15782         (message-mark-insert-file): Use slrn style marks when called with
15783         prefix argument.
15785 2005-09-27  Simon Josefsson  <jas@extundo.com>
15787         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15789 2005-09-27  Arne JĂžrgensen  <arne@arnested.dk>
15791         * message.el (message-remove-duplicates): New function.
15792         Implementation borrowed from `gnus-remove-duplicates'.
15793         (message-idna-to-ascii-rhs): Also encode idna addresses in
15794         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15795         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15796         only ask about the same idna domain once per header and also tell
15797         in what header to replace the idna domain.
15799         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15800         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15801         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15802         a header is decoded and not just the last one.
15804 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15806         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15807         has been decoded.
15809         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15810         (mm-insert-part): Don't modify text if it has been decoded.
15812         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15813         decoded.
15815         * mm-view.el (mm-inline-text): Don't strip text props unless
15816         decoding enriched or richtext parts.
15818 2005-09-25  Romain Francoise  <romain@orebokech.com>
15820         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15821         * gnus-start.el (gnus-subscribe-interactively):
15822         * gnus-uu.el (gnus-uu-grab-articles):
15823         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15824         space.
15826 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15828         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15829         * mm-view.el (mm-view-pkcs7-decrypt):
15830         * gnus-sum.el (gnus-summary-limit-to-extra)
15831         (gnus-summary-respool-article, gnus-read-move-group-name):
15832         * gnus-score.el (gnus-summary-increase-score):
15833         * gnus-util.el (gnus-completing-read-with-default):
15834         * gnus-art.el (gnus-read-save-file-name)
15835         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15836         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15837         * message.el (message-check-news-header-syntax):
15838         Follow convention for reading with the minibuffer.
15840 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15842         * spam-report.el (spam-report-url-ping-plain):
15843         Use gnus-extended-version as User-Agent.
15845         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15846         default value is nil.
15848         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15849         (mm-uu-verbatim-marks-extract): New function.
15850         (mm-uu-extract): New face.
15851         (mm-uu-copy-to-buffer): Use it.
15853         * spam-report.el (spam-report-gmane-ham): Rename from
15854         `spam-report-gmane-unspam'.
15855         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15856         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15858         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15859         Autoload.
15860         (spam-report-gmane-unregister-routine):
15861         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15863 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15865         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15866         (spam-report-gmane-unregister-routine): Add support for gmane
15867         unregistration.
15869         * spam-report.el (spam-report-gmane-unspam)
15870         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15871         (spam-report-gmane): Change to take a single article and do unspam
15872         registration.
15874 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15876         * mm-url.el (mm-url-decode-entities): Fix regexp.
15878 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15880         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15881         default to nil, to be able to use Gnus at all.  If the default
15882         switches to something else, then the function should be fixed not
15883         be exceedingly slow.
15885 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15887         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15888         fail hard.
15890         * spam-report.el: Add better Keywords line.
15892         * spam.el: Add Maintainer and better Keywords line.
15894 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15896         * gnus-art.el (gnus-article-replace-part)
15897         (gnus-mime-replace-part): New functions.
15898         (gnus-mime-action-alist, gnus-mime-button-commands)
15899         (gnus-mime-save-part-and-strip): Add file argument.
15900         (gnus-article-part-wrapper): Add interactive argument.
15902         * gnus-sum.el (gnus-summary-mime-map):
15903         Add `gnus-article-replace-part'.
15905 2005-09-19  Didier Verna  <didier@xemacs.org>
15907         The nnml compaction feature:
15908         * nnml.el (nnml-request-compact-group): New function.
15909         * nnml.el (nnml-request-compact): New function.
15910         * gnus-int.el (gnus-request-compact-group): New function.
15911         * gnus-int.el (gnus-request-compact): New function.
15912         * gnus-group.el (gnus-group-compact-group): New function.
15913         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15914         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15915         * gnus-srvr.el (gnus-server-compact-server): New function.
15916         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15917         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15919 2005-09-18  Deepak Goel  <deego@gnufans.org>
15921         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15922         format spec.
15924 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15926         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15928 2005-09-15  Romain Francoise  <romain@orebokech.com>
15930         * message.el (message-fill-paragraph): Clarify docstring.
15932 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15934         * gnus-art.el (gnus-mime-display-part): Protect against broken
15935         MIME messages.
15937 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15939         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15940         before parsing header.
15942 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15944         * html2text.el (html2text-replace-list): Add new entities.
15946 2005-09-11  Romain Francoise  <romain@orebokech.com>
15948         * message.el (message-alternative-emails): Improve docstring.
15949         (message-setup-1): Call `message-use-alternative-email-as-from'
15950         after `message-setup-hook' to give it precedence over posting
15951         styles, etc.
15952         (message-use-alternative-email-as-from): Add docstring.
15953         Remove the original From header if present.
15955         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15956         (nnml-save-mail): Use it.
15958         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15959         articles.  Add new argument `silent'.
15960         (gnus-uu-mark-all): Report the total number of marked articles.
15962 2005-09-10  Romain Francoise  <romain@orebokech.com>
15964         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15965         (gnus-uu-mark-series): Likewise.
15967 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15969         * spam-report.el (spam-report-gmane): Fix generation of spam
15970         report URL.
15972 2005-09-10  Simon Josefsson  <jas@extundo.com>
15974         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15975         t, based on discussion on the ding list with Robert Epprecht
15976         <epprecht@solnet.ch>.
15978 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15980         * spam-report.el (spam-report-gmane): Make it work without
15981         X-Report-Spam header.  Gmane now only provides Archived-At.
15982         This is only used if `spam-report-gmane-use-article-number' is nil.
15983         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15985         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15986         make `gnus-summary-sort-by-recipient' work with threading.
15988         * nnweb.el (nnweb-google-wash-article): Print a message if article
15989         is not available.
15991 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15993         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15994         change.  Decode text/* parts content before displaying.
15996 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15998         * mml-smime.el: Remove defvar of gnus-extract-address-components.
16000 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16002         * mm-view.el (mm-display-inline-fontify): Disable support modes.
16004 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
16006         * message.el (message-tab-body-function): Fix mismatched custom type.
16008         * gnus.el (gnus-group-change-level-function): Ditto.
16010         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16012         * gnus-art.el (gnus-signature-limit)
16013         (gnus-article-mime-part-function): Ditto.
16015 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16017         * mml.el (mml-mode): Silence the byte compiler.
16019         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16020         using `(sit-for 0)' before moving the point to the specified part;
16021         skip unbuttonized parts.
16022         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16023         return to the summary window if gnus-auto-select-part is non-nil.
16025 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
16027         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16028         New variables.
16029         (mml-dnd-attach-file, mml-mode): Use them.
16031         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16032         Make fetching article by MID work again for Google Groups.
16033         Add FIXME concerning gnus-group-make-web-group.
16035         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
16036         Don't depend on Gnus by using mail-extract-address-components if
16037         gnus-extract-address-components is not bound.
16039 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16041         * gnus-art.el (gnus-mime-display-security): Don't display the
16042         signature, but only the signed part.
16044 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16046         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
16048         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
16049         list, not listp.
16051 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
16053         * mm-encode.el (mm-encode-content-transfer-encoding):
16054         Likewise when encoding.
16056         * mm-bodies.el (mm-decode-content-transfer-encoding):
16057         De-canonicalize CRLF for all text content types, not just
16058         text/plain.
16060 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16062         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
16063         valid article; point arrow and cursor at the MIME button.
16065 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16067         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
16068         Suggested by Dan Christensen <jdc@uwo.ca>.
16070         * mm-decode.el (mm-save-part): Enable change of prompt.
16072 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
16074         * gnus-msg.el (gnus-inews-add-send-actions):
16075         Make `message-post-method' lambda parameter ARG `&optional'.
16077 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16079         * gnus-sum.el (gnus-summary-mime-map):
16080         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
16081         gnus-article-jump-to-part.
16083         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
16084         (gnus-article-edit-part): Use it.
16085         (gnus-article-part-wrapper): Add no-handle argument.
16086         (gnus-article-save-part-and-strip, gnus-article-delete-part):
16087         New functions.
16089 2005-08-29  Romain Francoise  <romain@orebokech.com>
16091         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16092         docstring.
16093         (gnus-face-from-file): Likewise.
16095 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16097         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
16098         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
16099         non-nil.
16100         (gnus-auto-select-part): New variable.
16101         (gnus-article-jump-to-part): New function.
16102         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
16103         (gnus-mime-delete-part): Allow selecting specified part after
16104         deleting or stripping parts.
16105         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
16106         part if argument is bogus.
16108 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
16110         * gnus-art.el (w3m-minor-mode-map):
16111         * gnus-spec.el (gnus-newsrc-file-version):
16112         * gnus-util.el (nnmail-active-file-coding-system)
16113         (gnus-original-article-buffer, gnus-user-agent):
16114         * gnus.el (gnus-ham-process-destinations)
16115         (gnus-parameter-ham-marks-alist)
16116         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
16117         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
16118         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
16119         * mm-decode.el (gnus-current-window-configuration):
16120         * mm-extern.el (gnus-article-mime-handles):
16121         * mm-url.el (url-current-object, url-package-name)
16122         (url-package-version):
16123         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
16124         (smime-keys, w3m-cid-retrieve-function-alist)
16125         (w3m-current-buffer, w3m-display-inline-images)
16126         (w3m-minor-mode-map):
16127         * mml-smime.el (gnus-extract-address-components):
16128         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
16129         (gnus-newsrc-hashtb, message-default-charset)
16130         (message-deletable-headers, message-options)
16131         (message-posting-charset, message-required-mail-headers)
16132         (message-required-news-headers):
16133         * mml1991.el (mc-pgp-always-sign):
16134         * mml2015.el (mc-pgp-always-sign):
16135         * nnheader.el (nnmail-extra-headers):
16136         * rfc1843.el (gnus-decode-encoded-word-function)
16137         (gnus-decode-header-function, gnus-newsgroup-name):
16138         * spam-stat.el (gnus-original-article-buffer): Add defvars.
16140 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
16142         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
16143         the end of the date treatments.
16145 2005-08-15  Simon Josefsson  <jas@extundo.com>
16147         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
16148         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
16149         Capello and Romain Francoise.
16150         (pgg-fetch-key-function): Remove, not used?
16151         (pgg-insert-url-with-w3): Require url, to get
16152         url-insert-file-contents regardless of where it is defined.
16154 2005-08-13  Romain Francoise  <romain@orebokech.com>
16156         * message.el (message-cite-original-1): New function.
16157         (message-cite-original): Use it.
16158         (message-cite-original-without-signature): Ditto.
16160 2005-08-08  Romain Francoise  <romain@orebokech.com>
16162         * message.el (message-yank-empty-prefix): New variable.
16163         (message-indent-citation): Use it.
16164         (message-cite-original-without-signature): Respect X-No-Archive.
16166 2005-08-08  Simon Josefsson  <jas@extundo.com>
16168         * pgg.el: Autoload url-insert-file-contents instead of loading
16169         w3/url.
16170         (pgg-insert-url-with-w3): Don't load url here.
16172 2005-08-07  Jesper Harder  <harder@phys.au.dk>
16174         * message.el (message-kill-to-signature): Don't insert newline at
16175         bol.
16176         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
16178 2005-08-06  Romain Francoise  <romain@orebokech.com>
16180         * message.el (message-user-fqdn): Fix typo in docstring.
16182 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
16184         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
16186         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
16188 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16190         * mm-bodies.el (mm-encode-body): Use coding system rather than
16191         charset to encode text.
16193         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
16194         number of charsets if utf-8 is available (XEmacs).
16196 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16198         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
16199         taken from `gnus-button-mid-or-mail-regexp'.
16200         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
16201         (gnus-button-alist): Improve regexp for domain part of the MIDs
16202         for news:localpart@domain buttons.
16203         (gnus-button-ctan-directory-regexp): Update.
16205 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16207         * sieve-manage.el (sieve-manage-interactive-login):
16208         Use make-local-variable rather than make-variable-buffer-local.
16209         (sieve-manage-open): Ditto.
16210         (sieve-manage-authenticate): Ditto.
16212         * mml.el (mml-generate-mime-1): Make the content type default to
16213         text/plain if the filename is not specified.
16215 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16217         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
16218         instead of insert-buffer.
16220         * message.el (message-yank-original): Ditto; set the mark at the
16221         end of the yanked message.
16223 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16225         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
16226         lines to scroll rather than to stop it.
16228         * mml.el (mml-generate-default-type): Add doc string.
16229         (mml-generate-mime-1): Use mm-default-file-encoding or make it
16230         default to application/octet-stream when determining the content
16231         type if it is not specified for the part or the mml contents; add
16232         a comment about mml-generate-default-type.
16234 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
16236         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16237         make it default to application/octet-stream when determining the
16238         content type if it is not specified for the external contents.
16240 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16242         * rfc2231.el (rfc2231-parse-string): Take care that not only a
16243         segmented parameter but also other parameters might be there.
16245 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16247         * mm-decode.el (mm-display-external): Delete temp file, directory
16248         and buffer immediately if the external process is exited.
16250 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16252         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16253         fewer lines than that of scroll-margin.
16254         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16256 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16258         * gnus-art.el (gnus-article-next-page): Revert.
16259         (gnus-article-beginning-of-window): New macro.
16260         (gnus-article-next-page-1): Use it.
16261         (gnus-article-prev-page): Ditto.
16262         (gnus-article-edit-part): Use insert-buffer-substring instead of
16263         insert-buffer.
16264         (gnus-article-edit-exit): Ditto.
16266         * gnus-util.el (gnus-beginning-of-window): Remove.
16267         (gnus-end-of-window): Remove.
16269 2005-07-25  Simon Josefsson  <jas@extundo.com>
16271         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16272         to have the url package without w3.  Reported by Daiki Ueno
16273         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
16275 2005-07-20  Didier Verna  <didier@xemacs.org>
16277         * gnus-diary.el: Remove the description comment (nndiary is now
16278         properly documented in the Gnus manual).
16279         Fix the spelling of "Back End".
16280         * nndiary.el: Ditto.
16281         Fix the copyright notice.
16283 2005-07-18  Romain Francoise  <romain@orebokech.com>
16285         * gnus-sum.el (gnus-summary-to-prefix)
16286         (gnus-summary-newsgroup-prefix): New variables.
16287         (gnus-summary-from-or-to-or-newsgroups): Use them.
16289 2005-07-17  Romain Francoise  <romain@orebokech.com>
16291         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
16292         space as it's generally not especially interesting to the user.
16294 2005-07-16  Romain Francoise  <romain@orebokech.com>
16296         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
16297         nil to avoid prompting and file modification if one of the
16298         messages at the top of the nnfolder file contains a copyright
16299         notice.
16300         Update copyright notice.
16302         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
16303         instead of `current-time-string' as the latter creates a time
16304         string that is not RFC 2822 compliant (it lacks the zone).
16305         Update copyright notice.
16307 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16309         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
16310         for text/rtf.  Display default in prompt.  Pass default for M-n.
16312         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
16314 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16316         * gnus-msg.el (gnus-button-mailto):
16317         Remove save-selected-window-window hackery because it relies on
16318         save-selected-window internals.
16320 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16322         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
16323         (gnus-article-next-page-1): Use gnus-beginning-of-window.
16324         (gnus-article-prev-page): Ditto.
16326         * gnus-util.el (gnus-beginning-of-window): New function.
16327         (gnus-end-of-window): New function.
16329 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16331         * gnus-score.el (gnus-score-edit-all-score):
16332         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
16333         gnus-message.
16335 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16337         * gnus-msg.el (gnus-button-mailto):
16338         Remove save-selected-window-window hackery because it relies on
16339         save-selected-window internals.
16341 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16343         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16344         add-minor-mode.
16345         (gnus-binary-mode): Ditto.
16347         * gnus-topic.el (gnus-topic-mode): Ditto.
16349 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
16351         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16352         (gnus-article-prev-page): Take scroll-margin into consideration.
16354 2005-07-04  Lute Kamstra  <lute@gnu.org>
16356         Update FSF's address in GPL notices.
16358 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16360         * gnus.el (gnus-exit):
16361         * gnus-group.el (gnus-group-icons):
16362         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16364         * gnus-nocem.el (gnus-nocem):
16365         * message.el (message-various, message-buffers, message-sending)
16366         (message-interface, message-forwarding, message-insertion)
16367         (message-headers, message-news, message-mail):
16368         * pgg-gpg.el (pgg-gpg):
16369         * pgg-parse.el (pgg-parse):
16370         * pgg-pgp.el (pgg-pgp):
16371         * pgg-pgp5.el (pgg-pgp5):
16372         * pop3.el (pop3): Finish `defgroup' description with period.
16374 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16376         * gnus-art.el (article-display-face): Improve the efficiency.
16377         (article-display-x-face): Ditto; remove grey x-face stuff.
16379 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16381         * gnus-art.el (article-display-face): Correct the position in
16382         which Faces are inserted.
16384 2005-06-29  Didier Verna  <didier@xemacs.org>
16386         * gnus-art.el (article-display-face): Display faces in correct
16387         order.
16389 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16391         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16392         (gnus-fill-real-hashtb): Use hash table instead of obarray.
16393         (gnus-nocem-check-article): Fetch the Type header.
16394         (gnus-nocem-message-wanted-p): Fix the way to examine types.
16395         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16396         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16397         make sure gnus-nocem-hashtb is initialized.
16398         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16399         (gnus-nocem-unwanted-article-p): Ditto.
16401         * pgg.el (pgg-verify): Return the verification result.
16403 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16405         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16406         is ascii.
16408 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
16410         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16411         `show-nonbreak-escape'.
16413 2005-06-23  Lute Kamstra  <lute@gnu.org>
16415         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16417         * dig.el (dig-mode):
16418         * smime.el (smime-mode): Use gnus-run-mode-hooks.
16420 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
16422         * nnimap.el (nnimap-split-download-body): Fix spellings.
16424 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
16426         * gnus-art.el (gnus-article-encrypt-body):
16427         * gnus-cus.el (gnus-score-customize):
16428         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16429         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16431 2005-06-16  Arne JĂžrgensen  <arne@arnested.dk>
16433         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16434         header by looking for magic "MII" at the beginnig.
16436 2005-06-16  Miles Bader  <miles@gnu.org>
16438         * assistant.el (assistant-field): Remove "-face" suffix from face name.
16439         (assistant-field-face): New backward-compatibility alias for renamed
16440         face.
16441         (assistant-render-text): Use renamed assistant-field face.
16443         * spam.el (spam): Remove "-face" suffix from face name.
16444         (spam-face): New backward-compatibility alias for renamed face.
16445         (spam-face, spam-initialize): Use renamed spam face.
16447         * message.el (message-header-to, message-header-cc)
16448         (message-header-subject, message-header-newsgroups)
16449         (message-header-other, message-header-name)
16450         (message-header-xheader, message-separator, message-cited-text)
16451         (message-mml): Remove "-face" suffix from face names.
16452         (message-header-to-face, message-header-cc-face)
16453         (message-header-subject-face, message-header-newsgroups-face)
16454         (message-header-other-face, message-header-name-face)
16455         (message-header-xheader-face, message-separator-face)
16456         (message-cited-text-face, message-mml-face):
16457         New backward-compatibility aliases for renamed faces.
16458         (message-font-lock-keywords): Use renamed message faces.
16460         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16461         (sieve-test-commands, sieve-tagged-arguments):
16462         Remove "-face" suffix from face names.
16463         (sieve-control-commands-face, sieve-action-commands-face)
16464         (sieve-test-commands-face, sieve-tagged-arguments-face):
16465         New backward-compatibility aliases for renamed faces.
16466         (sieve-control-commands-face, sieve-action-commands-face)
16467         (sieve-test-commands-face, sieve-tagged-arguments-face):
16468         Use renamed sieve faces.
16470         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16471         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16472         (gnus-group-news-3-empty, gnus-group-news-4)
16473         (gnus-group-news-4-empty, gnus-group-news-5)
16474         (gnus-group-news-5-empty, gnus-group-news-6)
16475         (gnus-group-news-6-empty, gnus-group-news-low)
16476         (gnus-group-news-low-empty, gnus-group-mail-1)
16477         (gnus-group-mail-1-empty, gnus-group-mail-2)
16478         (gnus-group-mail-2-empty, gnus-group-mail-3)
16479         (gnus-group-mail-3-empty, gnus-group-mail-low)
16480         (gnus-group-mail-low-empty, gnus-summary-selected)
16481         (gnus-summary-cancelled, gnus-summary-high-ticked)
16482         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16483         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16484         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16485         (gnus-summary-low-undownloaded)
16486         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16487         (gnus-summary-low-unread, gnus-summary-normal-unread)
16488         (gnus-summary-high-read, gnus-summary-low-read)
16489         (gnus-summary-normal-read, gnus-splash):
16490         Remove "-face" suffix from face names.
16491         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16492         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16493         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16494         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16495         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16496         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16497         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16498         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16499         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16500         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16501         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16502         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16503         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16504         (gnus-summary-normal-ticked-face)
16505         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16506         (gnus-summary-normal-ancient-face)
16507         (gnus-summary-high-undownloaded-face)
16508         (gnus-summary-low-undownloaded-face)
16509         (gnus-summary-normal-undownloaded-face)
16510         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16511         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16512         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16513         (gnus-splash-face):
16514         New backward-compatibility aliases for renamed faces.
16515         (gnus-group-startup-message): Use renamed gnus faces.
16517         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16518         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16519         (gnus-server-agent): Remove "-face" suffix from face names.
16520         (gnus-server-agent-face, gnus-server-opened-face)
16521         (gnus-server-closed-face, gnus-server-denied-face)
16522         (gnus-server-offline-face):
16523         New backward-compatibility aliases for renamed faces.
16524         (gnus-server-agent-face, gnus-server-opened-face)
16525         (gnus-server-closed-face, gnus-server-denied-face)
16526         (gnus-server-offline-face): Use renamed gnus faces.
16528         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16529         Remove "-face" suffix from face names.
16530         (gnus-picon-xbm-face, gnus-picon-face):
16531         New backward-compatibility aliases for renamed faces.
16533         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16534         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16535         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16536         (gnus-cite-11): Remove "-face" suffix from face names.
16537         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16538         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16539         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16540         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16541         New backward-compatibility aliases for renamed faces.
16542         (gnus-cite-attribution-face, gnus-cite-face-list)
16543         (gnus-article-boring-faces): Use renamed gnus faces.
16545         * gnus-art.el (gnus-signature, gnus-header-from)
16546         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16547         (gnus-header-content): Remove "-face" suffix from face names.
16548         (gnus-signature-face, gnus-header-from-face)
16549         (gnus-header-subject-face, gnus-header-newsgroups-face)
16550         (gnus-header-name-face, gnus-header-content-face):
16551         New backward-compatibility aliases for renamed faces.
16552         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16554         * gnus-sum.el (gnus-summary-selected-face)
16555         (gnus-summary-highlight): Use renamed gnus faces.
16556         * gnus-group.el (gnus-group-highlight): Likewise.
16558 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16560         * gnus-sieve.el (gnus-sieve-article-add-rule):
16561         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16562         * spam-stat.el (spam-stat-buffer-change-to-spam)
16563         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16565         * message.el (message-is-yours-p):
16566         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16568 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16570         * mm-view.el (mm-inline-text): Withdraw the last change.
16572 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16574         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16575         executing enriched-decode.
16577 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16579         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16580         charset of tar files.
16582 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16584         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16586 2005-06-04  Lute Kamstra  <lute@gnu.org>
16588         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16589         information is never recorded.
16591 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16593         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16595 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16597         * pop3.el (pop3-apop): Run md5 in the binary mode.
16599         * starttls.el (starttls-set-process-query-on-exit-flag):
16600         Use eval-and-compile.
16602 2005-05-31  Simon Josefsson  <jas@extundo.com>
16604         * smime.el (smime-replace-in-string): Define.
16605         (smime-cert-by-ldap-1): Use it.
16607 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16609         * gnus-art.el (article-display-x-face): Replace
16610         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16612         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16613         set-process-query-on-exit-flag or process-kill-without-query.
16615         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16616         loop instead of replace-regexp.
16618         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16619         instead of process-kill-without-query if it is available.
16621         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16622         instead of find-file-hooks if it is available.
16624         * mml1991.el: Bind pgg-default-user-id when compiling.
16626         * mml2015.el: Bind pgg-default-user-id when compiling.
16628         * nndraft.el (nndraft-request-associate-buffer):
16629         Use write-contents-functions instead of write-contents-hooks if it is
16630         available.
16632         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16633         instead of find-file-hooks if it is available.
16635         * nntp.el (nntp-open-connection): Replace
16636         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16637         (nntp-open-ssl-stream): Ditto.
16638         (nntp-open-tls-stream): Ditto.
16640         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16641         set-process-query-on-exit-flag or process-kill-without-query.
16642         (starttls-open-stream-gnutls): Use it instead of
16643         process-kill-without-query.
16644         (starttls-open-stream): Ditto.
16646 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16648         * smime.el (smime-cert-by-ldap-1): Don't use
16649         replace-regexp-in-string.
16651 2005-05-31  Arne JĂžrgensen  <arne@arnested.dk>
16653         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16655         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16656         in PEM format.  Adjust to the XEmacs compatibility.
16658 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16660         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16661         by `string-to-number'.
16662         * gnus-agent.el (gnus-agent-regenerate-group)
16663         (gnus-agent-fetch-articles): Ditto.
16664         * gnus-art.el (gnus-button-fetch-group): Ditto.
16665         * gnus-cache.el (gnus-cache-generate-active)
16666         (gnus-cache-articles-in-group): Ditto.
16667         * gnus-group.el (gnus-group-set-current-level)
16668         (gnus-group-insert-group-line): Ditto.
16669         * gnus-score.el (gnus-score-set-expunge-below)
16670         (gnus-score-set-mark-below, gnus-summary-score-effect)
16671         (gnus-summary-score-entry): Ditto.
16672         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16673         (gnus-soup-pack): Ditto.
16674         * gnus-spec.el (gnus-xmas-format): Ditto.
16675         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16676         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16677         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16678         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16679         * nndb.el (nndb-get-remote-expire-response): Ditto.
16680         * nndiary.el (nndiary-parse-schedule-value)
16681         (nndiary-string-to-number, nndiary-request-replace-article)
16682         (nndiary-request-article): Ditto.
16683         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16684         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16685         * nneething.el (nneething-make-head): Ditto.
16686         * nnfolder.el (nnfolder-request-article)
16687         (nnfolder-retrieve-headers): Ditto.
16688         * nnheader.el (nnheader-file-to-number): Ditto.
16689         * nnkiboze.el (nnkiboze-request-article): Ditto.
16690         * nnmail.el (nnmail-process-unix-mail-format)
16691         (nnmail-process-babyl-mail-format): Ditto.
16692         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16693         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16694         (nnmh-request-create-group, nnmh-request-list-1)
16695         (nnmh-request-group, nnmh-request-article): Ditto.
16696         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16697         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16698         * nnsoup.el (nnsoup-make-active): Ditto.
16699         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16700         * nntp.el (nntp-find-group-and-number)
16701         (nntp-retrieve-headers-with-xover): Ditto.
16702         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16703         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16704         (pgg-format-key-identifier): Ditto.
16705         * pop3.el (pop3-last, pop3-stat): Ditto.
16706         * qp.el (quoted-printable-decode-region): Ditto.
16708         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16709         of concat.
16711 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16713         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16715         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16717         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16719         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16721         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16723         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16725         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16726         (gnus-carpal-mode): Ditto.
16728         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16729         (gnus-browse-mode): Ditto.
16731         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16733         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16735 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16737         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16739 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16741         * gnus-util.el (gnus-run-mode-hooks): New function.
16743         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16745 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16747         * gnus-agent.el (gnus-agent-make-mode-line-string):
16748         Use mode-line-highlight as mouse-face.
16750 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16752         * canlock.el (canlock): Change the parent group to news.
16754         * deuglify.el (gnus-outlook-deuglify): Add :group.
16756         * dig.el (dig): Add :group.
16758         * dns-mode.el (dns-mode): Add :group.
16760         * encrypt.el (encrypt): Add :group.
16762         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16763         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16764         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16765         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16766         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16768         * gnus-diary.el (gnus-diary): Add :group.
16770         * gnus.el (gnus-group-news-1-face): Add :group.
16771         (gnus-group-news-1-empty-face): Ditto.
16772         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16773         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16774         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16775         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16776         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16777         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16778         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16779         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16780         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16781         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16782         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16783         (gnus-summary-high-ticked-face): Ditto.
16784         (gnus-summary-low-ticked-face): Ditto.
16785         (gnus-summary-normal-ticked-face): Ditto.
16786         (gnus-summary-high-ancient-face): Ditto.
16787         (gnus-summary-low-ancient-face): Ditto.
16788         (gnus-summary-normal-ancient-face): Ditto.
16789         (gnus-summary-high-undownloaded-face): Ditto.
16790         (gnus-summary-low-undownloaded-face): Ditto.
16791         (gnus-summary-normal-undownloaded-face): Ditto.
16792         (gnus-summary-high-unread-face): Ditto.
16793         (gnus-summary-low-unread-face): Ditto.
16794         (gnus-summary-normal-unread-face): Ditto.
16795         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16796         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16798         * hashcash.el (hashcash): New custom group.
16799         (hashcash-default-payment): Add :group.
16800         (hashcash-payment-alist): Ditto.
16801         (hashcash-default-accept-payment): Ditto.
16802         (hashcash-accept-resources): Ditto.
16803         (hashcash-path): Ditto.
16804         (hashcash-extra-generate-parameters): Ditto.
16805         (hashcash-double-spend-database): Ditto.
16806         (hashcash-in-news): Ditto.
16808         * message.el (message-minibuffer-local-map): Add :group.
16810         * netrc.el (netrc): Add :group.
16812         * sieve-manage.el (sieve-manage-log): Add :group.
16813         (sieve-manage-default-user): Diito.
16814         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16815         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16816         (sieve-manage-authenticators): Ditto.
16817         (sieve-manage-authenticator-alist): Ditto.
16818         (sieve-manage-default-port): Ditto.
16820         * sieve-mode.el (sieve-control-commands-face): Add :group.
16821         (sieve-action-commands-face): Ditto.
16822         (sieve-test-commands-face): Ditto.
16823         (sieve-tagged-arguments-face): Ditto.
16825         * smime.el (smime): Add :group.
16827         * spam-report.el (spam-report): Add :group.
16829         * spam.el (spam, spam-face): Add :group.
16831 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16833         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16834         return \n.\n.\n at the end of articles.  Protect against that.
16835         (nntp-with-open-group): Allow debugging.
16837         * nnheader.el (mail-header-set-extra): Make into a function
16838         because I just could't understand how to quote the list properly.
16840         * dns.el (query-dns-cached): New function.
16842 2005-05-26  Lute Kamstra  <lute@gnu.org>
16844         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16846 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16848         * gnus-art.el: Don't autoload mail-extract-address-components.
16850         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16851         eval-and-compile to evaluate it.
16853         * hashcash.el: Don't autoload executable-find.
16855         * nndb.el: Don't declare the nndb back end two or more times; don't
16856         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16858         * nntp.el: Autoload format-spec instead of format; use
16859         eval-and-compile to evaluate autoload forms.
16861 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16863         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16865 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16867         * gnus.el (gnus-version-number): Bump version.
16869 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16871         * gnus.el: No Gnus v0.3 is released.
16873 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16875         * gnus-art.el (gnus-article-edit-part): Disable undo.
16877 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16879         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16880         gnus-article-date-lapsed-new-header is t if date timer is active;
16881         skip headers in which the original date value is empty.
16882         (gnus-article-save-original-date): Redefine it as a macro.
16883         (gnus-display-mime): Use it.
16885 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16887         * gnus-art.el (article-date-ut): Support converting date in
16888         forwarded parts as well.
16889         (gnus-article-save-original-date): New function.
16890         (gnus-display-mime): Use it.
16892 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16894         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16895         enclosure element of <item>.
16897 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16899         * message.el (message-kill-buffer-query): Rename from
16900         `message-kill-buffer-query-if-modified'.  Add :version.
16902 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16904         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16905         window layout.
16907 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16909         * mml.el: Autoload dnd when compiling.
16911 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16913         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16914         x-dnd-*.
16916 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16918         * qp.el (quoted-printable-encode-region): Save excursion.
16920 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16922         * message.el (message-kill-buffer-query-if-modified): Add new variable
16923         so the user can kill a modified message buffer quickly.
16924         (message-kill-buffer): Use it.
16926 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16928         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
16929         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16931 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16933         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16934         contained in text because xml.el decodes entities) with LFs.
16936 2005-04-11  Lute Kamstra  <lute@gnu.org>
16938         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16939         differently.
16941 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16943         * mm-util.el (mm-detect-coding-region): Typo.
16945 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16947         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16949 2005-04-06  Deepak Goel  <deego@gnufans.org>
16951         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16952         user-function allow user modifications of the scores.
16953         (spam-stat-score-buffer-user): New function, to allow
16954         user-computed modifications to the score.
16955         (spam-stat-score-buffer-user-functions): List of additional
16956         scoring functions.
16957         (spam-stat-error-holder): Global temporary error holder.
16958         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16959         variable.
16961 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16963         * gnus-registry.el (gnus-registry-clean-empty-function)
16964         (gnus-registry-trim, gnus-registry-fetch-groups)
16965         (gnus-registry-delete-group): Groups that match
16966         `gnus-registry-ignored-groups' are removed from the registry
16967         entries, not just ignored for splitting.  This helps clean up the
16968         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16969         to get all the groups a message ID is in.
16971         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16972         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16973         (spam-stat-score-buffer-user-functions): Add :number custom type.
16975 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16977         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16978         argument in XEmacs.
16980         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16981         (nnrss-request-group): Decode group name first.
16982         (nnrss-request-article): Make a text/plain article if mml-to-mime
16983         failed.
16984         (nnrss-get-encoding): Return a compatible encoding according to
16985         nnrss-compatible-encoding-alist.
16986         (nnrss-find-el): Use consp instead of listp.
16987         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16989 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16991         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16992         which Emacs 20 doesn't support.
16993         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16995 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16997         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16998         silence the byte compiler inside the defun.
17000         * gnus-demon.el (parse-time-string): Add autoload.
17002         * gnus-delay.el (parse-time-string): Add autoload.
17004         * gnus-art.el (parse-time-string): Add autoload.
17006         * nnultimate.el (parse-time): Require for `parse-time-string'.
17008 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17010         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
17012         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
17014         * smime.el (smime-ldap-host-list): Add :version.
17016 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17018         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
17019         pass it to `gnus-browse-read-group'.
17020         (gnus-browse-read-group): Add NUMBER argument and pass it to
17021         `gnus-group-read-ephemeral-group'.
17023         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
17024         argument and pass it to `gnus-group-read-group'.
17026 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
17028         * mm-util.el (mm-xemacs-find-mime-charset): Only call
17029         mm-xemacs-find-mime-charset-1 if we have the mule feature
17030         available at runtime.
17032 2005-03-25  Werner Lemberg  <wl@gnu.org>
17034         * nnmaildir.el: Replace `illegal' with `invalid'.
17036 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17038         * gnus-start.el (gnus-display-time-event-handler):
17039         Check display-time-timer at runtime rather than only at load time
17040         in case display-time-mode is turned off in the mean time.
17042 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17044         * nnimap.el (nnimap-open-connection): Print which authinfo file is
17045         used.
17047         * nneething.el (nneething-map-file-directory): Derive from
17048         `gnus-directory'.
17050         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
17051         the To/Cc button.
17053 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17055         * nnmaildir.el (nnmaildir-request-accept-article):
17056         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
17058 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17060         * gnus-async.el: Require timer-funcs at compile time when in
17061         XEmacs for `run-with-idle-timer'.
17063 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17065         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
17066         autoloaded function.
17068 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17070         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
17072 2005-03-10  Arne JĂžrgensen  <arne@arnested.dk>  (tiny change)
17074         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
17076 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17078         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
17079         Add gnus-expert-user to default.
17081 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
17083         * nnimap.el (nnimap-open-server): Ditto.
17085         * imap.el (imap-authenticate): Fix typo.
17087 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
17089         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
17090         buffer (since IMAP server might return FETCH response out of
17091         order, and the nntp buffer must be sorted).
17093 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
17095         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
17096         comparison on string.
17098         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
17099         (gnus-agent-score): Rename category keywords to match gnus-cus.
17100         (gnus-agent-summary-fetch-series): Modify to protect against
17101         gnus-agent-summary-fetch-group clearing processable flags.
17102         (gnus-agent-synchronize-group-flags): Update live group buffer as
17103         synchronization may occur due to the user toggle the plugged
17104         status.
17105         (gnus-agent-fetch-group-1): Clear downloadable flag when article
17106         successfully downloaded.
17107         (gnus-agent-expire-group-1): Avoid using markers when the overview
17108         is in ascending order; greatly improves performance.
17109         (gnus-agent-regenerate-group):
17110         Use gnus-agent-synchronize-group-flags to reset read status in both
17111         gnus and server.
17112         (gnus-agent-update-files-total-fetched-for): Fix initial size.
17114 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
17116         * message.el: Don't autoload former message-utils variables.
17117         (message-strip-subject-trailing-was): Change doc string.
17119         * nnweb.el: Fixes for `gnus-group-make-web-group'.
17120         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
17121         (nnweb-google-search): Add "hl=en" here.
17122         (nnweb-google-parse-1, nnweb-google-create-mapping):
17123         Don't hardcode URL.
17125 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17127         * message.el (message-get-reply-headers, message-followup):
17128         Mention related variables `message-use-followup-to' and
17129         `message-use-mail-followup-to', in the information buffer.
17131         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
17132         of broken groups(-beta).google.com.
17134 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
17136         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
17137         parameter to invoked gnus-request-move-article; remove the
17138         redundant gnus-sum-hint-move-is-internal variable; apply the marks
17139         all at once instead of once per article.
17140         (gnus-summary-remove-process-mark): Accept a list of articles as
17141         well as a single article for processing.
17143         * gnus-int.el (gnus-request-move-article): Add move-is-internal
17144         parameter.
17146         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
17148         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
17150         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
17151         parameter.
17153         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
17154         parameter.
17156         * nnimap.el (nnimap-request-move-article): Add move-is-internal
17157         parameter and remove the gnus-sum-hint-move-is-internal variable.
17159         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
17160         parameter.
17162         * nndraft.el (nndraft-request-move-article): Add move-is-internal
17163         parameter.
17165         * nndiary.el (nndiary-request-move-article): Add move-is-internal
17166         parameter.
17168         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
17170         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
17171         parameter.
17173         * nnagent.el (nnagent-request-move-article): Add move-is-internal
17174         parameter.
17176 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17178         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
17179         a more conservative way.
17181 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17183         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
17184         buffer, so it moves the window's cursor.
17186 2005-02-26  Arne JĂžrgensen  <arne@arnested.dk>
17188         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
17189         `mm-dissect-multipart' and receive the from field as an (optional)
17190         argument from `mm-dissect-multipart'.
17191         (mm-dissect-multipart): Receive the from field as an argument and
17192         pass it on when we call `mm-dissect-buffer' on MIME parts.
17193         Fixes verification/decryption of signed/encrypted MIME parts.
17195 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
17197         * gnus-sum.el (gnus-summary-move-article):
17198         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
17199         whatever it calls (right now, only nnimap-request-move article
17200         respects it).
17202         * nnimap.el (nnimap-request-move-article):
17203         When gnus-sum-hint-move-is-internal is set, don't do the extra
17204         nnimap-request-article.
17206 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17208         * nnheader.el (nnheader-find-file-noselect): Add doc string.
17210         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17211         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17213         * gnus-sum.el (gnus-summary-caesar-message):
17214         Apply `gnus-treat-article' after rotation.
17216         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17217         doc string.
17219 2005-02-22  Simon Josefsson  <jas@extundo.com>
17221         * encrypt.el (encrypt-password-cache-expiry): Remove (use
17222         `password-cache-expiry' instead).  Reported by Arne JĂžrgensen
17223         <arne@arnested.dk>.
17224         (encrypt): Add password-cache and password-cache-expiry as group
17225         members.
17227 2005-02-22  Arne JĂžrgensen  <arne@arnested.dk>
17229         * smime.el (smime-ldap-host-list): Doc fix.
17230         (smime-ask-passphrase): Use `password-read-and-add' to read (and
17231         cache) password.
17232         (smime-sign-region): Use it.
17233         (smime-decrypt-region): Use it.
17234         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17235         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17236         fails.
17237         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17238         certificate from DER to PEM format rather than calling openssl.
17240         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
17242         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
17243         for signing/encryption.
17245         * mml.el (mml-parse-1): Use them.
17247 2005-02-21  Arne JĂžrgensen  <arne@arnested.dk>
17249         * nnrss.el (nnrss-verbose): Remove.
17250         (nnrss-request-group): Use `nnheader-message' instead.
17252 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
17254         * nnrss.el (nnrss-verbose): New variable.
17255         (nnrss-request-group): Make it say nnrss is requesting a group.
17257 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17259         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
17260         Handle news URL with given port correctly.
17262 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17264         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17265         containing special characters.
17267         * gnus-sum.el (gnus-summary-edit-article): Ditto.
17269         * mml.el (mime-to-mml): Ditto.
17271         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17272         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17273         (rfc2047-decode-region): Quote decoded words containing special
17274         characters when rfc2047-quote-decoded-words-containing-tspecials
17275         is non-nil.
17277 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
17279         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17281         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17283 2005-02-15  Simon Josefsson  <jas@extundo.com>
17285         * nnimap.el (nnimap-debug): Doc fix.
17287         * imap.el (imap-debug): Doc fix.
17289 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17291         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17293 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
17295         * gnus.el (spam-contents): Improve docs for spam-contents
17296         parameter in its variable incarnation.
17298 2005-02-14  Simon Josefsson  <jas@extundo.com>
17300         * smime-ldap.el: Use require instead of load-library for ldap.
17301         (smime-ldap-search): Indent.
17302         (smime-ldap-search-internal): Shorten line.
17304         * smime.el (smime-cert-by-dns): Add doc-string.
17305         (smime-cert-by-ldap-1): Indent.
17307         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17308         mml-smime-get-dns-ldap.
17309         (mml-smime-encrypt-query): Use new function.  Default to ldap.
17311 2005-02-14  Arne JĂžrgensen  <arne@arnested.dk>
17313         * smime.el: Require smime-ldap.
17314         (smime-ldap-host-list): New variable.
17315         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17317         * mml-smime.el (mml-smime-encrypt-query): New function.
17318         (mml-smime-encrypt-query): Use it.
17320         * smime-ldap.el: New file.
17322 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17324         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17326 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17328         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17329         argument in doc string.  Make query for type more clear.
17331 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17333         * gnus.el (gnus-group-startup-message): Search for gnus images in
17334         etc/images/gnus.
17335         * mm-util.el (mm-image-load-path): Likewise.
17336         * smiley.el (smiley-data-directory): Search for smilies in
17337         etc/images/smilies.
17339 2005-02-09  Kim F. Storm  <storm@cua.dk>
17341         Change Emacs release version from 21.4 to 22.1 throughout.
17342         Change Emacs development version from 21.3.50 to 22.0.50.
17344 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17346         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17348         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17349         non-Mule XEmacs as well.
17350         (mm-decompress-buffer): Signal an error intentionally if it does
17351         not decompress compressed data because auto-compression-mode is
17352         disabled.
17354 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
17356         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17357         an ID in the registry even if it has no groups.
17359 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17361         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17362         merge it into mm-decompress-buffer.
17363         (gnus-mime-copy-part): Use the MIME part charset, the value which
17364         a user specified or gnus-newsgroup-charset for decoding, like
17365         gnus-mime-inline-part does; set buffer-file-coding-system to tell
17366         save-buffer what was used.  Suggested by Kevin Ryde
17367         <user42@zip.com.au>.
17368         (gnus-mime-inline-part): Allow the name parameter as well as the
17369         filename parameter; force decompressing of compressed data; always
17370         display contents being not decoded as unibyte.
17372         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17373         as well as the filename parameter.
17375         * mm-util.el (mm-decompress-buffer):
17376         Merge gnus-mime-jka-compr-maybe-uncompress.
17377         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17378         of compressed data.
17380 2005-02-08  Simon Josefsson  <jas@extundo.com>
17382         * imap.el (imap-log): Doc fix.
17384 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17386         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17387         the coding cookies; decompress compressed parts.
17389         * mml.el (mml-generate-mime-1): Add the charset parameter according
17390         to the value which a user specified manually or the coding cookie.
17392         * mm-util.el (mm-string-to-multibyte): New function.
17393         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17394         (mm-coding-system-to-mime-charset): New function.
17395         (mm-decompress-buffer): New function.
17396         (mm-find-buffer-file-coding-system): New function.
17398         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17399         (mm-display-inline-fontify): Rewrite for decoding and decompressing
17400         parts.
17402 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17404         * mm-view.el (mm-display-inline-fontify): Decode a part according
17405         to the charset parameter.
17407 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17409         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17410         prefix arg is neither nil nor a number, as info specifies.
17412 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17414         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17415         timestamps.
17417 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
17419         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17420         groups error checking and notify user.
17422 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
17424         * message.el (message-send-mail-function): Check existence of
17425         sendmail-program first before using default value
17426         `message-send-mail-with-sendmail'.  Otherwise use more generic
17427         `smtpmail-send-it'.
17429 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17431         * nntp.el (nntp-request-update-info): Always return nil.
17433 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17435         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17437 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17439         * message.el (message-beginning-of-line): Change the behavior when
17440         invoked between BOL and : so that it first moves backward.
17442 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17444         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17445         article buffer when editing of the article is discarded.
17446         (gnus-article-prepare): Revert.
17448 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17450         * gnus-art.el (gnus-article-prepare):
17451         Remove message-strip-forbidden-properties from the local hook.
17453 2005-01-27  Simon Josefsson  <jas@extundo.com>
17455         * password.el (password-cache-add): Only start one timer per key.
17456         Reported by Derek Atkins <warlord@MIT.EDU>.
17458 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17460         * run-at-time.el: Remove.  It is no longer needed as
17461         timer-funcs.el in the xemacs-base package has a working version of
17462         `run-at-time'.
17464         * password.el: Require timer-funcs instead of run-at-time in
17465         XEmacs.
17466         Remove `password-run-at-time' macro.
17467         (password-cache-add): Use `run-at-time' instead of
17468         `password-run-at-time'.
17470         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17471         for `run-with-idle-timer'.
17473         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17474         for `run-at-time'.
17476         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17477         for `with-timeout'.
17479 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17481         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17482         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17484 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17486         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17487         sensitively.
17489 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17491         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17493 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17495         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17496         which will be inserted according to the multibyteness of a buffer
17497         rather than the type of contents.  Suggested by ARISAWA Akihiro
17498         <ari@mbf.ocn.ne.jp>.
17500         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17501         of string which old xml.el may return rather than a string.
17503 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17505         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17507 2005-01-16  Simon Josefsson  <jas@extundo.com>
17509         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17510         idn/idna.el isn't available.
17511         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17512         <michael@waxrat.com>.
17514         * hashcash.el: Remove non-FSF copyright header.
17516         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17517         (hashcash-generate-payment): Use it.
17518         (hashcash-generate-payment-async): Use it.
17520 2005-01-15  Simon Josefsson  <jas@extundo.com>
17522         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17523         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17525         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17526         gnus-summary-idna-message.
17527         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17528         (gnus-summary-idna-message): New function.
17530 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17532         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17533         gnus-novice-user.
17535 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17537         * nnrss.el (nnrss-request-delete-group): Delete entries in
17538         nnrss-group-alist as well.
17539         (nnrss-save-server-data): Insert newline.
17541 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17543         * gnus.el (gnus-user-agent): Use list of symbols instead of
17544         symbols.  Display full version number for (S)XEmacs.
17545         Optionally display (S)XEmacs codename.
17547         * gnus-util.el (gnus-emacs-version): Update for new
17548         `gnus-user-agent'.
17550         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17551         Gnus version.
17553 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17555         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17556         which is unreadable in some setups.
17558 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17560         * gnus-spec.el (gnus-update-format-specifications): Flush the
17561         group format spec cache if it doesn't support decoded group names.
17563 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17565         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17566         Allow to apply decay on score files matching a regexp.
17568 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17570         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17571         compatibility in %g and %c.
17573 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17575         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17576         name for only %g and %c.
17577         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17578         of gnus-tmp-group to decoded group name.
17579         (gnus-group-make-rss-group): Exclude `/'s from group names.
17581 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17583         * nnrss.el (nnrss-get-encoding): Fix regexp.
17585 2004-12-27  Simon Josefsson  <jas@extundo.com>
17587         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17588         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17589         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17591 2004-12-17  Kim F. Storm  <storm@cua.dk>
17593         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17595         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17597 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17599         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17601 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17603         * nnrss.el: Require rfc2047 and mml.
17604         (nnrss-file-coding-system): New variable.
17605         (nnrss-format-string): Redefine it as an inline function.
17606         (nnrss-decode-group-name): New function.
17607         (nnrss-string-as-multibyte): Remove.
17608         (nnrss-retrieve-headers): Decode group name; don't use
17609         nnrss-format-string.
17610         (nnrss-request-group): Decode group name.
17611         (nnrss-request-article): Decode group name; allow a Message-ID as
17612         well as an article number; don't use nnrss-format-string; encode a
17613         Message-ID string which may contain non-ASCII characters; use
17614         mml-to-mime to compose a MIME article.
17615         (nnrss-request-expire-articles): Decode group name.
17616         (nnrss-request-delete-group): Decode group name.
17617         (nnrss-fetch): Clarify error message.
17618         (nnrss-read-server-data): Use insert-file-contents instead of load;
17619         bind file-name-coding-system; use multibyte buffer.
17620         (nnrss-save-server-data): Bind coding-system-for-write to the
17621         value of nnrss-file-coding-system; bind file-name-coding-system;
17622         add coding cookie.
17623         (nnrss-read-group-data): Use insert-file-contents instead of load;
17624         bind file-name-coding-system; use multibyte buffer.
17625         (nnrss-save-group-data): Bind coding-system-for-write to the
17626         value of nnrss-file-coding-system; bind file-name-coding-system.
17627         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17628         make it work with non-ASCII text.
17629         (nnrss-find-el): Make it work with old xml.el as well.
17631 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17633         * nnrss.el (nnrss-get-encoding): New function.
17634         (nnrss-fetch): Use unibyte buffer initially; bind
17635         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17636         decode contents according to the encoding attribute.
17637         (nnrss-save-group-data): Add coding cookie.
17638         (nnrss-mime-encode-string): New function.
17639         (nnrss-check-group): Use it to encode subject and author.
17641 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17643         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17644         imaginary variable.
17646 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17648         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17649         correctly even if there are wide characters.
17651 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17653         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17654         downcased symbol names; make a new cache instead of reusing
17655         bbdb-hashtable.
17657 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17659         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17660         concatenating segments rather than before concatenating them.
17661         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17663         * message.el (message-get-reply-headers): Bind `extra'.
17665 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17667         * message.el (message-extra-wide-headers): New variable.
17668         (message-get-reply-headers): Use it.
17670 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17672         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17673         (gnus-agent-group-pathname): Ditto.
17675         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17677         * gnus-group.el (gnus-group-make-group): Decode group name.
17678         (gnus-group-make-rss-group): Register the group data after opening
17679         the nnrss group.
17681 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17683         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17684         by expiry now get marked as read.
17686 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17688         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17690 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17692         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17693         unify Latin characters in XEmacs.
17694         (mm-find-mime-charset-region): Use it.
17696 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17698         * gnus-util.el (gnus-delete-directory): New function.
17700         * gnus-agent.el (gnus-agent-delete-group): Use it.
17702         * gnus-cache.el (gnus-cache-delete-group): Use it.
17704 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17706         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17707         names.
17709 2004-12-16  Simon Josefsson  <jas@extundo.com>
17711         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17713 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17715         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17717         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17718         (gnus-group-set-current-level): Decode group name.
17720 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17722         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17723         failed.
17725 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17727         * gnus-group.el (gnus-group-delete-group): Decode group name.
17728         (gnus-group-make-rss-group): Encode group name.
17729         (gnus-group-catchup-current): Decode group name.
17730         (gnus-group-kill-group): Decode group name.
17732 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17734         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17736 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17738         * gnus-group.el (gnus-group-make-rss-group):
17739         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17741         * gnus-start.el (gnus-setup-news): Honor user's setting to
17742         gnus-message-archive-method.  Suggested by Lute Kamstra
17743         <lute@gnu.org>.
17745 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17747         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17748         global counterparts of the buffer-local variables.
17750 2004-11-16  Romain Francoise  <romain@orebokech.com>
17752         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17753         counterparts of the buffer-local variables.
17755 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17757         * message.el (message-forbidden-properties): Fix typo in doc
17758         string.
17760 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17762         * gnus-util.el (gnus-replace-in-string): Add doc string.
17764         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17765         to avoid problems when splitting mails with many recipients.
17767 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17769         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17770         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17772 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17774         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17775         if there is no hashtable in memory or file modification time is
17776         newer than cached timestamp.
17778 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17780         * gnus-sum.el (gnus-summary-limit-to-recipient):
17781         Implement not-matching option.
17783 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17785         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17786         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17787         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17788         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17789         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17790         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17792 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17794         * message.el (message-forward-make-body-mml): Remove headers
17795         according to message-forward-ignored-headers if a message is decoded.
17797 2004-12-02  Romain Francoise  <romain@orebokech.com>
17799         * message.el (message-forward-make-body-plain): Always remove
17800         headers according to message-forward-ignored-headers.
17802 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17804         * spam.el (spam-summary-prepare-exit): Remove the
17805         gnus-summary-limit pop for now, it has problems with ham marks for
17806         me.
17808 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17810         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17811         correctly.
17813 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17815         * format-spec.el (format-spec): Message the char.
17817 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17819         * gnus-art.el (gnus-split-methods): Reformat comments.
17821         * spam.el (spam-summary-prepare-exit): Remove article limits
17822         before exiting the summary buffer.
17824 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17826         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17827         order to silence the byte compiler.
17829         * spam.el: Fix the way to silence the byte compiler, which
17830         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17831         bbdb-search-simple, spam-BBDB-register-routine,
17832         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17833         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17834         spam-stat-buffer-is-spam, spam-stat-load,
17835         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17836         spam-stat-save and spam-stat-split-fancy.
17838 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17840         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17841         which may confuse users.
17842         (canlock-password-for-verify): Ditto.
17844         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17846         * gnus-art.el (gnus-emphasis-alist): Ditto.
17848         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17850         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17852         * gnus-start.el (gnus-save-killed-list): Ditto.
17854         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17855         (gnus-sum-thread-tree-root): Ditto.
17856         (gnus-sum-thread-tree-false-root): Ditto.
17857         (gnus-sum-thread-tree-single-indent): Ditto.
17859         * message.el (message-courtesy-message): Ditto.
17860         (message-archive-note): Ditto.
17861         (message-subscribed-address-file): Ditto.
17862         (message-user-fqdn): Ditto.
17864         * spam-report.el (spam-report-gmane-regex): Ditto.
17866         * spam.el (spam-blackhole-good-server-regex): Ditto.
17868 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17870         * mml.el (mml-preview): Widen the message buffer before copying
17871         the contents to the preview buffer; sort headers before previewing.
17873         * message.el (message-hidden-headers): Fix the way to avoid a bug
17874         in the `repeat' widget in Emacs 21.3 or earlier.
17876 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17878         * message.el (message-hidden-headers): Default to "^References:".
17879         Improve customization type.  Suggested by Reiner Steib
17880         <Reiner.Steib@gmx.de>.
17882 2004-11-25  Romain Francoise  <romain@orebokech.com>
17884         * message.el (message-strip-forbidden-properties): Remove check for
17885         obsolete `message-hidden' text property, hidden headers are not
17886         accessible in the buffer anymore.
17888 2004-11-22  Romain Francoise  <romain@orebokech.com>
17890         * message.el (message-header-format-alist): Add `From' in list
17891         so that it can be sorted.
17892         (message-fix-before-sending): Widen and sort headers before
17893         sending.
17894         (message-hide-headers): Use narrowing to hide headers by moving
17895         them to the top of the buffer and narrowing to the region
17896         underneath.
17898 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17900         * message.el (message-strip-forbidden-properties):
17901         Bind buffer-read-only (etc) to nil.
17903 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17905         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17906         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17908 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17910         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17912 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17914         * dns.el (query-dns): Use sit-for to time instead of
17915         accept-process-output, since that doesn't seem to work on udp
17916         sockets.
17918 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17920         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17922 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17924         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17925         doc string.  Improve doc string.
17927 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17929         * nntp.el (nntp-request-update-info): Return nil if
17930         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17931         may not call gnus-activate-group which uselessly issues the GROUP
17932         commands for all nntp groups and wastes time.  Reported by Romain
17933         Francoise <romain@orebokech.com>.
17935         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17937 2004-11-15  Simon Josefsson  <jas@extundo.com>
17939         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17940         headers separately.
17941         (gnus-button-openpgp): New function, inspired by Jochen KĂŒpper
17942         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17944 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17946         * gnus-start.el (gnus-convert-old-newsrc):
17947         Assign legacy-gnus-agent to 5.10.7.
17949 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17951         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17952         start of the lines.
17954 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17956         * hashcash.el (hashcash-default-payment): Change default to 20.
17957         (hashcash-default-accept-payment): Change default to 20.
17958         (hashcash-process-alist): New variable.
17959         (hashcash-generate-payment-async): Add.
17960         (hashcash-already-paid-p): Add.
17961         (hashcash-insert-payment): Don't generate payments twice.
17962         (hashcash-insert-payment-async): Add.
17963         (hashcash-insert-payment-async-2): Add.
17964         (hashcash-cancel-async): Add.
17965         (hashcash-wait-async): Add.
17966         (hashcash-processes-running-p): Add.
17967         (hashcash-wait-or-cancel): Add.
17968         (mail-add-payment): New optional argument.  Conditionally start
17969         asynchronous calculation.
17970         (mail-add-payment-async): Add.
17972         * message.el (message-send-mail): Wait for asynchronous hashcash
17973         results.  Don't clobber existing X-Hashcash headers.
17974         (message-setup-1): Call mail-add-payment-async when
17975         message-generate-hashcash is non-nil.
17977 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17979         * message.el (message-use-alternative-email-as-from): Examine the
17980         From header as well; use message-make-from in order to include a
17981         user's full name.
17983 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17985         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17986         default; improve customization type.
17987         (gnus-emphasis-custom-with-format): New macro.
17988         (gnus-emphasis-custom-value-to-external): New function.
17989         (gnus-emphasis-custom-value-to-internal): New function.
17991 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17993         * dns.el (query-dns): Resolve reverse addresses.
17995 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17997         * gnus-group.el (gnus-group-get-new-news): Use it.
17999         * gnus-start.el (gnus-check-reasonable-setup): New function.
18001 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18003         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
18004         "Args out of range" error.  Reported by Arnaud Giersch
18005         <arnaud.giersch@free.fr>.
18007 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18009         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
18011 2004-11-04  Richard M. Stallman  <rms@gnu.org>
18013         * spam.el (spam group): Add :version.
18015         * pgg-def.el (pgg group): Add :version.
18017 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18019         * gnus-art.el (gnus-article-edit-article): Don't associate the
18020         article buffer with a draft file.  This is a temporary measure
18021         against the 2004-08-22 change to gnus-article-edit-mode.
18023 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18025         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
18026         (html2text-format-tags): Remove unused variable `attr'.
18028 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18030         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
18032         * spam-stat.el (spam-stat): Add :version.
18034         * sieve.el (sieve): Add :version.
18036         * sha1.el (sha1): Add :version.
18037         (sha1-use-external): Remove redundant version.
18039         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
18040         (nnmail-cache-ignore-groups, nnmail-spool-hook)
18041         (nnmail-split-fancy-match-partial-words)
18042         (nnmail-split-lowercase-expanded): Add :version.
18044         * nndiary.el (nndiary): Add :version.
18046         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
18048         * mml-sec.el (mml-default-sign-method)
18049         (mml-default-encrypt-method, mml-signencrypt-style-alist):
18050         Add :version.
18052         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
18054         * mm-url.el (mm-url-use-external, mm-url-program)
18055         (mm-url-arguments): Add :version.
18057         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
18058         (mm-attachment-file-modes, mm-decrypt-option)
18059         (mm-w3m-safe-url-regexp): Add :version.
18061         * message.el (message-cite-prefix-regexp)
18062         (message-sendmail-envelope-from, message-minibuffer-local-map)
18063         (message-user-fqdn, message-completion-alist): Add :version.
18065         * gnus-win.el (gnus-configure-windows-hook)
18066         (gnus-use-frames-on-any-display): Add :version.
18068         * gnus-art.el (gnus-article-address-banner-alist)
18069         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
18070         (gnus-treat-from-picon, gnus-treat-mail-picon)
18071         (gnus-treat-x-pgp-sig): Add :version.
18073         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
18074         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
18075         (gnus-summary-article-delete-hook)
18076         (gnus-summary-display-while-building): Add :version.
18078         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
18079         (gnus-get-top-new-news-hook): Add :version.
18081         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18082         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
18084         * gnus-registry.el (gnus-registry): Add :version.
18086         * gnus-spec.el (gnus-use-correct-string-widths)
18087         (gnus-make-format-preserve-properties): Add :version.
18089         * gnus.el (gnus-group-charter-alist)
18090         (gnus-group-fetch-control-use-browse-url)
18091         (gnus-install-group-spam-parameters): Add :version.
18093         * gnus-diary.el (gnus-diary): Add :version.
18095         * gnus-delay.el (gnus-delay): Add :version.
18097         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
18098         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
18099         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
18100         Add :version.
18102         * gnus-agent.el (gnus-agent-max-fetch-size)
18103         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
18104         (gnus-agent-prompt-send-queue): Add :version.
18106         * deuglify.el (gnus-outlook-deuglify): Add :version.
18108         * html2text.el: Beautify code.  Improve doc strings.
18109         Some checkdoc cleanup.
18110         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
18112 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
18114         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
18116 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
18118         * gnus-registry.el (gnus-registry-hashtb): Create the registry
18119         when package is loaded.
18121         * spam.el (spam-summary-score-preferred-header): Add global preference
18122         for people who want to override the default SpamAssassin over
18123         Bogofilter preference (when both are set).
18124         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
18125         (spam-user-format-function-S):
18126         Check spam-summary-score-preferred-header.
18127         (spam-extra-header-to-number): Add X-Bogosity header parsing.
18128         (spam-user-format-function-S): Format the score correctly.
18130 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18132         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
18133         signature file.  Suggested by Manoj Srivastava
18134         <srivasta@golden-gryphon.com>.
18136         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
18137         iso-2022-jp even in the Japanese language environment.
18138         Suggested by Jason Rumney <jasonr@gnu.org>.
18140 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18142         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
18143         use the same characters as the dummy marks; make it free from
18144         getting affected by the language environment.
18145         (gnus-summary-read-group-1): Update mark positions only when the
18146         format spec is updated.
18148         * gnus-spec.el (gnus-update-format-specifications): Return a list
18149         of updated types.
18151 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18153         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
18154         of boundp to check if display-warning is available.
18156 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
18158         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
18160 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18162         * nnspool.el (nnspool-spool-directory): Use news-path if the
18163         news-directory variable is not bound.
18165         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
18166         function instead of display-warning if it is not available.
18168 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18170         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
18171         v5-10: Use `point-at-bol'.
18173 2004-10-26  Simon Josefsson  <jas@extundo.com>
18175         * hashcash.el: Fix URL in comment, reported by Cheng Gao
18176         <chenggao@gmail.com>.
18178 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18180         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
18181         instead.
18183 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
18185         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18186         to remove a server from the nnimap-server-buffer-alist.
18187         (nnimap-open-connection, nnimap-close-server): Use it.
18189         * gnus-encrypt.el: Remove file in favor of encrypt.el.
18191 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18193         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18194         running the major-mode function.
18196 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18198         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18199         dummy marks in the right way.
18201 2004-10-18  David Edmondson  <dme@dme.org>
18203         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18204         excessively.
18206 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
18208         * gnus-util.el (gnus-split-references): Accept a nil references
18209         string and go on blissfully.
18211         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18212         cases where the references string is non-nil but has no references.
18214         * encrypt.el: Add autoload tags.
18216         * spam.el (spam-resolve-registrations-routine): Remove article
18217         from unregistration list too.  Reported by David Hanak
18218         <dhanak@isis.vanderbilt.edu>
18220 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
18222         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
18223         nil.  Change custom type.
18225 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
18227         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
18229         * gnus-sum.el (gnus-summary-move-article): Use it.
18231 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
18233         * encrypt.el: Add autoload cookies.
18235         * spam.el (spam-backend-article-list-property)
18236         (spam-backend-get-article-todo-list)
18237         (spam-backend-put-article-todo-list)
18238         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
18239         Resolve registrations separately.
18240         (spam-register-routine): Format comments.
18241         (spam-unregister-routine, spam-register-routine): Always call with
18242         specific-articles, no default list.
18243         (spam-summary-prepare-exit): Use the spam-classifications function.
18245         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18246         gnus-encrypt.el.
18248         * encrypt.el: Copied from gnus-encrypt.el.
18250         * gnus-encrypt.el: Commented that it's obsolete.
18252 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18254         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18255         (gnus-score-save): Use it.
18257         * message.el (message-bury): Use `window-dedicated-p'.
18259 2004-10-15  Simon Josefsson  <jas@extundo.com>
18261         * pop3.el (top-level): Don't require nnheader.
18262         (pop3-read-timeout): Add.
18263         (pop3-accept-process-output): Add.
18264         (pop3-read-response, pop3-retr): Use it.
18266 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
18268         * spam.el (spam-register-routine): Move comment.
18269         (spam-verify-bogofilter): Use 'unknown for the initial
18270         spam-bogofilter-valid state, not 'never.
18272         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18273         for netrc-machine.
18275         * nnimap.el (nnimap-open-connection):
18276         Use netrc-machine-user-or-password.
18278 2004-10-17  Richard M. Stallman  <rms@gnu.org>
18280         * gnus-registry.el (gnus-registry-unload-hook):
18281         Set as a variable with add-hook.
18283         * nnspool.el (nnspool-spool-directory): Use news-directory instead
18284         of news-path.
18286         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18288         * spam.el: Delete duplicate `provide'.
18289         (spam-unload-hook): Set as a variable with add-hook.
18291 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18293         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18294         in the doc string.
18296         * message.el (message-ignored-news-headers)
18297         (message-ignored-supersedes-headers)
18298         (message-ignored-resent-headers)
18299         (message-forward-ignored-headers): Improve custom type.
18301 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18303         * message.el (message-tokenize-header): Fix 2004-09-06 change
18304         which used point-min in the wrong place.
18306 2004-10-12  Simon Josefsson  <jas@extundo.com>
18308         * tls.el (tls-certtool-program): New variable.
18309         (tls-certificate-information): New function, based on
18310         ssl-certificate-information.
18312 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18314         * compface.el: Move the version of ELisp-based uncompface program
18315         to the contrib directory because of the copyright problem.
18317 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18319         * message.el (message-kill-buffer): Raise the current frame.
18321 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18323         * gnus-sum.el: Mention that multibyte characters don't work as marks.
18325         * gnus.el (message-y-or-n-p): Autoload.
18327         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18328         (pop3-password-required, pop3-authentication-scheme)
18329         (pop3-leave-mail-on-server): Make customizable.
18330         (pop3): New custom group.
18331         (pop3-retr): Remove `sleep-for' statements.
18332         Suggested by Dave Love <fx@gnu.org>.
18334         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18335         Windows/DOS.
18337         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18338         (imap-parse-body): Fix incorrect use of `assert'.
18339         Suggested by Dave Love <fx@gnu.org>.
18341         * mml.el (mml-minibuffer-read-disposition): Require match.
18342         Suggested by Dave Love <fx@gnu.org>.
18344 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18346         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
18347         doc string.
18349 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18351         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18353 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18355         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18356         instead of calling `mm-insert-inline', to decode text/* parts
18357         before displaying them.
18359 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18361         * mm-uu.el (mm-uu-text-plain-type): New variable.
18362         (mm-uu-pgp-signed-extract-1): Use it.
18363         (mm-uu-pgp-encrypted-extract-1): Use it.
18364         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18365         bind mm-uu-text-plain-type with that value.
18366         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18367         mm-uu-dissect.
18369 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18371         * gnus-group.el (gnus-update-group-mark-positions):
18372         * gnus-sum.el (gnus-update-summary-mark-positions):
18373         * message.el (message-check-news-body-syntax):
18374         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18375         of string-as-multibyte.
18377 2004-10-05  Juri Linkov  <juri@jurta.org>
18379         * gnus-group.el (gnus-update-group-mark-positions):
18380         * gnus-sum.el (gnus-update-summary-mark-positions):
18381         * message.el (message-check-news-body-syntax):
18382         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18383         8-bit unibyte values to a multibyte string for search functions.
18385 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18387         * mm-uu.el (mm-uu-dissect): Allow optional arg.
18388         (mm-uu-dissect-text-parts): New function.
18390         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18391         dissect text parts.
18393         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18394         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18396         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18398         * gnus-topic.el (gnus-topic-hierarchical-parameters):
18399         Use gnus-current-topics instead of gnus-current-topic.
18401 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
18403         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18405 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
18407         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18408         where approriate.
18410         * nnml.el (nnml-generate-active-info): do.
18412         * nndiary.el (nndiary-generate-active-info): do.
18414         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18415         (gnus-topic-move): do.
18417         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18418         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18420         * gnus-srvr.el (gnus-server-prepare)
18421         (gnus-server-open-all-servers): do.
18423         * gnus-msg.el (gnus-summary-cancel-article)
18424         (gnus-summary-resend-message)
18425         (gnus-summary-mail-crosspost-complaint): do.
18427         * gnus-move.el (gnus-change-server): do.
18429         * gnus-group.el (gnus-group-unmark-all-groups)
18430         (gnus-group-set-current-level): do.
18432 2004-10-04  Simon Josefsson  <jas@extundo.com>
18434         * message.el (message-generate-hashcash): Doc fix.
18436 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
18438         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18439         avoid infinite recursion via gnus-get-function.
18441 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
18443         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18445         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18447         * nnmail.el (nnmail-split-history): do.
18449         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18450         (nnml-request-delete-group): do.
18452         * nnslashdot.el (nnslashdot-read-groups): do.
18454         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18455         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18457         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18458         (nnspool-sift-nov-with-sed): Use last.
18459         (nnspool-retrieve-headers-with-nov): Use mapc.
18460         (nnspool-request-newgroups): Use dolist.
18461         (nnspool-request-group): Use last.
18463         * nntp.el (nntp-read-server-type): Use dolist.
18465         * nnvirtual.el (nnvirtual-create-mapping)
18466         (nnvirtual-update-read-and-marked): Use dolist.
18467         (nnvirtual-convert-headers): Simplify.
18469 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18471         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18472         Add support for sync'ing tick marks.
18474 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18476         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18477         there's no visible header.
18479 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18481         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18482         When necessary, pass full group name to gnus-request-set-marks.
18484 2004-10-01  Simon Josefsson  <jas@extundo.com>
18486         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18487         acroread.
18489 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18491         * spam-report.el (spam-report-gmane): Fix interactive.
18493         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18495         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18496         when writing file.
18497         (gnus-agent-synchronize-flags): Don't default to being
18498         interactive.
18500 2004-09-30  Simon Josefsson  <jas@extundo.com>
18502         * message.el (message-generate-hashcash): Add.
18503         (message-send-mail): Use it, call mail-add-payment.
18505 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18507         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18509 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18511         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18512         gnus-requst-update-info with explicit code to sync the in-memory
18513         info read flags with the marks being sync'd to the backend.
18515         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18517 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18519         * spam.el (spam-verify-bogofilter): Add new function.
18520         (spam-check-bogofilter)
18521         (spam-bogofilter-register-with-bogofilter): Use it.
18522         (spam-verify-bogofilter): Add small fixes.
18524 2004-09-28  Simon Josefsson  <jas@extundo.com>
18526         * hashcash.el (hashcash-generate-payment): Revert.
18528 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18530         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18531         Use gnus-extract-references instead of gnus-split-references.
18533         * gnus-util.el (gnus-extract-references): Add new function, analogous
18534         to gnus-split-references but extracts only the message-ID without
18535         anything extra.
18537         * hashcash.el (hashcash-generate-payment)
18538         (hashcash-check-payment): Do the right thing if hashcash-path is
18539         nil (because the hashcash program could not be found).
18541         * spam.el (spam-use-hashcash): Remove comment.
18543 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18545         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18546         (gnus-cache-enter-article, gnus-cache-remove-article)
18547         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18549         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18551         * gnus-art.el (article-hide-boring-headers)
18552         (article-translate-strings, article-display-face)
18553         (gnus-article-mime-match-handle-first)
18554         (gnus-article-highlight-headers)
18555         (gnus-article-add-buttons-to-head): do.
18557 2004-09-27  Simon Josefsson  <jas@extundo.com>
18559         * hashcash.el: New version, from
18560         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18561         ../contrib/.
18563 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18565         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18567 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18569         * gnus-dup.el (gnus-dup-open): Use mapc.
18570         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18572         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18573         Reported by Stefan Wiens <s.wi@gmx.net>.
18575         * gnus.el (gnus-shutdown): Use dolist.
18577         * gnus-undo.el (gnus-undo): Use mapc.
18579         * nnrss.el (nnrss-generate-active): do.
18581         * message.el (message-cite-original-without-signature)
18582         (message-cite-original): Use mapc.
18583         (message-do-actions, message-make-forward-subject): Use dolist.
18585 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18587         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18588         deletion to remove entire duplicate line.  Fixes merged article
18589         number bug.
18591 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18593         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18594         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18595         first ask if you want to open a server and then, even when you
18596         responded with no, asking if you want to synchronize the server's
18597         flags.
18598         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18599         multi-line expressions.
18600         (gnus-agent-synchronize-group-flags): New internal function.
18601         Updates marks in memory (in the info structure) AND in the
18602         backend.
18604         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18606         * nnagent.el (nnagent-request-set-mark):
18607         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18608         method, to ensure that synchronization updates marks in the
18609         backend and in the info (in memory) structure.
18611 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18613         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18614         convention fully; don't miss the root article of a thread; make
18615         the X-Draft-From header with correct article numbers.
18617 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18619         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18620         unless plugged.  Disable the agent so that an open failure causes
18621         an error.
18623         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18624         Revert 2004-09-21 change.  The backend must be opened while
18625         synchronizing flags even when the backend stores the flags
18626         locally.
18628 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18630         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18631         in `header' match.  Reported by Svend Tollak Munkejord.
18633         * message.el (message-cite-original): Fix use of
18634         `message-cite-articles-with-x-no-archive'.
18636 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18638         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18639         (gnus-window-to-buffer): Ditto.
18641         * mml.el (mml-preview-buffer): New variable.
18642         (mml-preview): Manage window layout with gnus-buffer-configuration.
18644         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18645         X-Draft-From header even if those articles aren't quoted.
18647 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18649         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18650         (gnus-request-set-mark, gnus-request-update-mark): Use new
18651         g-s-t-u-l-m to decide to use backend even when unplugged.
18653 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18655         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18656         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18658 2004-09-20  Simon Josefsson  <jas@extundo.com>
18660         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18661         "utf-16-le".
18663 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18665         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18667 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18669         * uudecode.el (uudecode-use-external): Add :version.
18671         * smime.el (smime-CA-file, smime-encrypt-cipher)
18672         (smime-dns-server): Add :version.
18674         * smiley.el (gnus-smiley-file-types): Add :version.
18676         * sha1.el (sha1-use-external): Add :version.
18678         * pgg-def.el (pgg-query-keyserver): Add :version.
18680         * nnmail.el (nnmail-fancy-expiry-targets)
18681         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18682         Add :version.
18684         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18685         (nnimap-retrieve-groups-asynchronous): Add :version.
18686         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18688         * mml.el (mml-content-disposition-parameters)
18689         (mml-insert-mime-headers-always): Add :version.
18691         * mm-util.el (mm-coding-system-priorities): Add :version.
18693         * mm-decode.el (mm-inline-text-html-with-images)
18694         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18695         (mm-verify-option): Add :version.
18696         (mm-text-html-renderer): Change :version.
18698         * message.el (message-fcc-externalize-attachments)
18699         (message-required-headers, message-draft-headers)
18700         (message-subject-trailing-was-query)
18701         (message-subject-trailing-was-ask-regexp)
18702         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18703         (message-mark-insert-end, message-archive-header)
18704         (message-archive-note, message-cross-post-default)
18705         (message-cross-post-note, message-followup-to-note)
18706         (message-cross-post-note-function, message-use-mail-followup-to)
18707         (message-subscribed-address-functions)
18708         (message-subscribed-address-file, message-subscribed-addresses)
18709         (message-subscribed-regexps, message-allow-no-recipients)
18710         (message-yank-cited-prefix, message-signature-insert-empty-line)
18711         (message-hidden-headers, message-hierarchical-addresses)
18712         (message-mail-user-agent, message-use-idna)
18713         (message-valid-fqdn-regexp)
18714         (message-strip-special-text-properties, message-header-synonyms)
18715         (message-beginning-of-line, message-tab-body-function): Add :version.
18716         (message-insert-canlock, message-wide-reply-confirm-recipients):
18717         Change :version.
18719         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18720         and :version.
18721         (mail-source-delete-old-incoming-confirm)
18722         (mail-source-movemail-program): Add :version.
18724         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18725         (gnus-agent-cache, gnus-agent): Change :version.
18727         * gnus-util.el (gnus-use-byte-compile): Change :version.
18729         * gnus-sum.el (gnus-summary-make-false-root-always)
18730         (gnus-summary-default-high-score)
18731         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18732         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18733         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18734         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18735         (gnus-sum-thread-tree-single-indent)
18736         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18737         (gnus-sum-thread-tree-leaf-with-other)
18738         (gnus-sum-thread-tree-single-leaf): Add :version.
18739         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18740         (gnus-article-loose-mime): Change :version.
18742         * gnus-start.el (gnus-backup-startup-file)
18743         (gnus-save-startup-file-via-temp-buffer): Add :version.
18745         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18746         (gnus-server-offline-face): Add :version.
18748         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18750         * gnus-msg.el (gnus-gcc-externalize-attachments)
18751         (gnus-debug-files, gnus-debug-exclude-variables)
18752         (gnus-discouraged-post-methods): Change :version.
18753         (gnus-confirm-mail-reply-to-news)
18754         (gnus-confirm-treat-mail-like-news): Add :version.
18756         * gnus-int.el (gnus-server-unopen-status): Add :version.
18758         * gnus-group.el (gnus-group-jump-to-group-prompt)
18759         (gnus-large-ephemeral-newsgroup)
18760         (gnus-fetch-old-ephemeral-headers): Add :version.
18762         * gnus-fun.el (gnus-x-face-directory)
18763         (gnus-convert-pbm-to-x-face-command)
18764         (gnus-convert-image-to-x-face-command)
18765         (gnus-convert-image-to-face-command): Add :version.
18767         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18769         * gnus-cite.el (gnus-cite-blank-line-after-header)
18770         (gnus-article-boring-faces): Add :version.
18772         * gnus-art.el (gnus-buttonized-mime-types)
18773         (gnus-inhibit-mime-unbuttonizing)
18774         (gnus-treat-display-face)
18775         (gnus-treat-body-boundary): Change :version.
18776         (gnus-body-boundary-delimiter, gnus-picon-databases)
18777         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18778         (gnus-treat-date-english, gnus-treat-fold-headers)
18779         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18780         (gnus-treat-mail-picon, gnus-treat-wash-html)
18781         (gnus-article-encrypt-protocol)
18782         (gnus-use-idna, gnus-article-over-scroll)
18783         (gnus-mime-display-multipart-alternative-as-mixed)
18784         (gnus-mime-display-multipart-related-as-mixed)
18785         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18786         (gnus-ctan-url, gnus-button-ctan-handler)
18787         (gnus-button-handle-ctan-bogus-regexp)
18788         (gnus-button-ctan-directory-regexp)
18789         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18790         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18791         (gnus-button-man-level, gnus-button-emacs-level)
18792         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18794         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18795         (gnus-agent-go-online): Change :version.
18796         (gnus-agent-expire-unagentized-dirs)
18797         (gnus-agent-auto-agentize-methods): Add :version.
18799         * flow-fill.el (fill-flowed-display-column)
18800         (fill-flowed-encode-column): Add :version.
18802         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18803         (gnus-outlook-deuglify-unwrap-max)
18804         (gnus-outlook-deuglify-cite-marks)
18805         (gnus-outlook-deuglify-unwrap-stop-chars)
18806         (gnus-outlook-deuglify-no-wrap-chars)
18807         (gnus-outlook-deuglify-attrib-cut-regexp)
18808         (gnus-outlook-deuglify-attrib-verb-regexp)
18809         (gnus-outlook-deuglify-attrib-end-regexp)
18810         (gnus-outlook-display-hook): Add :version.
18812         * binhex.el (binhex-use-external): Add :version.
18814 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18816         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18817         and `invisible'.
18819 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18821         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18822         in gnus-registry-trim.
18824 2004-09-13  Simon Josefsson  <jas@extundo.com>
18826         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18828         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18830         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18831         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18832         <yamaoka@jpl.org>.
18833         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18834         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18835         <yamaoka@jpl.org>.
18837         * sieve.el (sieve-manage-mode): Ditto.
18839 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18841         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18843 2004-09-11  Simon Josefsson  <jas@extundo.com>
18845         * dns-mode.el: Add.
18847         * mm-view.el (mm-display-dns-inline): Add.
18849         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18850         (mm-automatic-display): Ditto.
18852         * mailcap.el (mailcap-mime-data): Add text/dns.
18853         (mailcap-mime-extensions): Map .soa to text/dns.
18855 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18857         * gnus-art.el (article-decode-mime-words, article-babel)
18858         (gnus-article-highlight-signature, gnus-article-add-buttons)
18859         (gnus-signature-toggle): Remove unnecessary bindings of
18860         `inhibit-read-only' inherited from v5.10 merge.
18862 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18864         * nntp.el (nntp): New customization group.
18865         (nntp-authinfo-file): Add customization group.
18867         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18869         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18871         * gnus.el (to-address, to-list, subscribed)
18872         (large-newsgroup-initial): Ditto.
18874         * flow-fill.el (fill-flowed-display-column)
18875         (fill-flowed-encode-column): Ditto.
18877 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18879         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18880         Use point-min rather than 1.
18881         (message-send-mail): Use buffer-size rather than point-max.
18883         * gnus-sum.el (gnus-summary-search-article-forward):
18884         Signal a specific `search-failed' rather than a generic `error'.
18886         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18887         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18888         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18890 2004-09-10  Simon Josefsson  <jas@extundo.com>
18892         * nndb.el (require): Remove tcp and duplicate cl.
18894 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18896         * gnus-agent.el (directory-files-and-attributes): Move forward.
18898 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18900         * gnus-agent.el (directory-files-and-attributes):
18901         Optionally defined to support XEmacs.
18903 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18905         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18906         to avoid run-time CL dependencies.
18907         (gnus-agent-unfetch-articles): New function.
18908         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18909         article numbers even when local .overview file is missing.
18910         (gnus-agent-read-article-number): New function.  Only accepts
18911         27-bit article numbers.
18912         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18913         Use gnus-agent-read-article-number.
18914         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18915         from backend while recognizing that article numbers in .overview
18916         must be valid.
18917         (gnus-agent-update-files-total-fetched-for):
18918         Use directory-files-and-attributes to improve performance.
18919         * gnus-int.el (gnus-request-move-article):
18920         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18921         improve performance.
18923         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18924         some users confused by references to .newsrc when they only have a
18925         .newsrc.eld file.
18926         (gnus-convert-mark-converter-prompt)
18927         (gnus-convert-converter-needs-prompt): Fix use of property list.
18928         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18929         New function.  Used internally to only display 'gnus converting
18930         files' message when actually necessary.
18932         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18933         methods now autoloaded.
18935 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18937         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18938         identifiers.
18940 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18942         * gnus-picon.el: Fix indentation and closing parenthesis.
18944 2004-09-01  Simon Josefsson  <jas@extundo.com>
18946         * message.el (message-canlock-generate): Require sha1, not
18947         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18948         to require within a function.  Sadly, if sha1.el isn't loaded, the
18949         let binding in m-c-g will hide the defcustom definition, which is
18950         bad.)
18952         * canlock.el: Require sha1, not sha1-el.
18954         * message.el: Don't autoload sha1 (there is a autoload cookie in
18955         sha1.el).
18957         * sha1-el.el: Rename to sha1.el.
18959 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18961         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18963 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18965         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18967 2004-08-30  Kim F. Storm  <storm@cua.dk>
18969         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18971         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18972         Add :group 'nnimap.
18974 2004-08-30  Andreas Schwab  <schwab@suse.de>
18976         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18977         ?* and ?\;.
18979         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18980         and ?\' to symbol instead of whitespace.
18982 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18984         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18986         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18987         instead of re-search-forward.
18989         * gnus-uu.el (gnus-uu-save-article): Ditto.
18990         (gnus-uu-post-encode-uuencode): Ditto.
18992         * html2text.el (html2text-clean-list-items): Ditto.
18993         (html2text-clean-dtdd): Ditto.
18994         (html2text-format-tags): Ditto.
18996         * message.el (message-send-mail-with-sendmail): Fix regexp.
18997         (message-fill-field-general): Use search-forward instead of
18998         re-search-forward.
18999         (unbold-region): Ditto.
19001         * nnrss.el (nnrss-request-article): Ditto.
19003         * nnslashdot.el (nnslashdot-request-article): Ditto.
19005         * nnweb.el (nnweb-gmane-wash-article): Ditto.
19007         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
19008         "Unrecognized menu descriptor" error in XEmacs.
19010 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19012         * gnus-sum.el (gnus-read-header): Don't remove a header for the
19013         parent article of a sparse article in the thread hashtb.
19015 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
19017         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
19018         (nnmail-expand-newtext): Lowercase expanded entries if
19019         nnmail-split-lowercase-expanded is non-nil.
19021 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19023         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
19025         * gnus-group.el (gnus-group-line-format-alist): Convert the value
19026         of gnus-tmp-news-method into string under XEmacs.  It will be
19027         passed to gnus-correct-length which takes only a string argument.
19029 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19031         * gnus-util.el (gnus-bind-print-variables): New macro.
19032         (gnus-prin1): Use it.
19033         (gnus-prin1-to-string): Use it.
19034         (gnus-pp): New function.
19035         (gnus-pp-to-string): New function.
19037         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
19038         Replace pp-to-string with gnus-pp-to-string.
19039         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
19040         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
19041         * gnus-msg.el (gnus-debug): Ditto.
19042         * gnus-score.el (gnus-score-save): Ditto.
19043         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
19044         gnus-pp-to-string.
19045         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
19046         with gnus-pp.
19047         * score-mode.el (gnus-score-pretty-print): Ditto.
19048         * webmail.el (webmail-debug): Ditto.
19050 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19052         * gnus-art.el (article-display-face, article-display-x-face):
19053         Use buffer-read-only.
19055 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19057         * gnus-art.el (article-hide-list-identifiers):
19058         Bind inhibit-read-only as t.
19060 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
19062         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
19064 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19066         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
19067         (gnus-narrow-to-page): Don't assume point-min == 1.
19068         (gnus-article-edit-mode): Derive from message-mode.
19070         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
19071         point-min == 1.
19073         * imap.el (imap-parse-address-list, imap-parse-body-ext):
19074         Disable incorrect use of `assert'.
19076         * message.el (message-mode): Set comment-start-skip.
19078 2004-08-22  Sam Steingold  <sds@gnu.org>
19080         * pop3.el (pop3-leave-mail-on-server): New user variable.
19081         (pop3-movemail): Delete mail only when it is nil.
19083 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
19085         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
19087         * mml.el (mml-preview): Use `pop-to-buffer'.
19089         * message.el (message-goto-mail-followup-to): Insert after "To".
19090         (message-carefully-insert-headers): Add comment.
19092         * gnus.el: Remove unused variable `gnus-article-check-size'.
19094         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
19096         * gnus-art.el (gnus-button-alist):
19097         Improve `gnus-button-handle-library' entry.
19099 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
19101         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
19102         Use downcase, since XEmacs capitalizes error messages differently.
19104 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
19106         * nntp.el: Add (require 'gnus) due to reference to
19107         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
19109 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
19111         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
19112         Bind `mm-fill-flowed'.
19114         * mm-decode.el (mm-dissect-singlepart): Check it.
19116 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
19118         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
19119         'imap' for netrc parsing.
19121 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
19123         * mailcap.el (mailcap-mime-data): Mark as risky.
19125 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19127         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
19128         may be included in the encoded word.
19129         (rfc2047-encode): Don't append a space if the encoded word
19130         includes close parenthesis.
19132 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19134         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
19135         of text within parentheses.
19137 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
19139         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
19140         (gnus-encrypt-write-file-contents): Make the password key the file
19141         name PLUS the cipher, not just the cipher.  Also remove failed
19142         passwords from the cache.
19144 2004-08-06  Simon Josefsson  <jas@extundo.com>
19146         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
19147         Doc fix.
19149 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19151         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
19152         LWSP.
19154 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
19156         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19157         Try to append in-reply-to: data to the references: header.
19159         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
19160         (netrc-parse): Use gnus-encrypt.el functions.
19162         * gnus-encrypt.el: Add new file for encryption support; currently
19163         does only a few GPG ciphers and an internal XOR cipher.
19165         * password.el: Add comments on using password-read-and-add.
19166         (password-read-and-add): Add function to read and add the
19167         password to the cache at once.
19169 2004-07-28  Simon Josefsson  <jas@extundo.com>
19171         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
19172         parameter (but don't use it, for now).
19174         * imap.el (imap-ssl-open): Use imap-process-connection-type,
19175         instead of hard coding to nil.
19177 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19179         * mm-view.el (mm-inline-image-emacs): Open lines under an image
19180         as mm-inline-image-xemacs does.
19182 2004-07-26  Simon Josefsson  <jas@extundo.com>
19184         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19185         Revert part of 2004-07-17 change below.
19187 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19189         * rfc2047.el (rfc2047-encode-region): Don't infloop.
19190         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19192 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19194         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19195         quotes that actually start with ">" at the beginning of the
19196         lines.
19198 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19200         * rfc2047.el (rfc2047-encode-region): Fix last change.
19201         (rfc2047-encode-parameter): Remove useless concat.
19203 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19205         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19206         encode special characters; fix some kind of misconfigured headers;
19207         signal a real error if debug-on-quit or debug-on-error is non-nil.
19208         (rfc2047-encode-max-chars): New variable.
19209         (rfc2047-encode-1): Use it.
19210         (rfc2047-encode-parameter): New function.
19212         * mml.el (mml-insert-parameter): Remove an excessive space.
19214 2004-07-17  Simon Josefsson  <jas@extundo.com>
19216         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
19217         Kai Grossjohann <kai@emptydomain.de>.
19218         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
19219         (gnus-group-make-menu-bar): Ditto.
19221         * gnus-util.el (gnus-group-server): Add.
19223 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
19225         * message.el (message-clone-locals): Clone sendmail and smtp
19226         variables.
19228 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19230         * rfc2047.el (rfc2047-encode-region): Fix last change.
19232 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19234         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
19235         characters as non-special.
19237 2004-07-09  Simon Josefsson  <jas@extundo.com>
19239         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19240         Users will lose all flag changes made while unplugged with
19241         e.g. nntp unless flag synchronization happens, thus `nil' is not a
19242         good default.  See numerous reports on ding mailing list.
19244 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19246         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19247         add generate-head-function and generate-article-function to the
19248         rfc822-forward entry.
19249         (nndoc-rfc822-forward-generate-article): New function.
19250         (nndoc-rfc822-forward-generate-head): New function.
19252         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19254 2004-07-06  Dan Christensen  <jdc@uwo.ca>
19256         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19257         respect display group parameter and gnus-summary-expunge-below.
19258         (gnus-articles-to-read): Remove unused reference to display group
19259         parameter.
19261 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19263         * nnheader.el (nnheader-uniquify-message-id): New experimental
19264         variable.
19265         (nnheader-nov-read-message-id): Use it.
19267         * spam-report.el (spam-report-gmane): Add interactive.
19269 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19271         * mm-encode.el (mm-content-transfer-encoding-defaults):
19272         Use qp-or-base64 for the application/* types.
19274 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
19276         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19278 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
19280         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19281         trim value.
19283 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19285         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19286         New macro and function.
19287         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19289 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19291         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19292         after-load-alist.
19294 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19296         * gnus-group.el (gnus-group-get-new-news-this-group):
19297         Don't update info that isn't there.
19299 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
19301         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19302         entry.
19304 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19306         * mm-view.el (mm-inline-render-with-function): Use multibyte
19307         buffer; decode html source by charset.
19309         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19311         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19312         Mule-UCS is loaded under XEmacs.
19313         (mm-mime-mule-charset-alist): Avoid duplicated entries.
19315 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
19317         * nnheader.el (nnheader-max-head-length): Increase to 8192.
19319 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19321         * mm-util.el (mm-coding-system-p): Return a coding-system.
19322         (mm-mime-mule-charset-alist): Use shift_jis instead of
19323         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19324         entries for the mime charsets iso-2022-jp-3 and shift_jis.
19325         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19326         instead of japanese-shift-jis and iso-latin-1 respectively in
19327         order to share the default value with both Emacs and XEmacs-mule.
19328         (mm-mule-charset-to-mime-charset):
19329         Make mm-coding-system-priorities effective.
19330         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19331         while predicating of candidates upon the priorities.
19333 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
19335         * gnus-sum.el (gnus-summary-make-menu-bar):
19336         Add gnus-uu-invert-processable.
19338         * gnus.el: Autoload gnus-uu-invert-processable.
19340 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19342         * mm-util.el (mm-with-multibyte-buffer): New macro.
19344         * rfc2047.el (rfc2047-encode-string): Use it.
19345         (rfc2047-encode-region): Move point to the end of the region after
19346         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19348 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19350         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19351         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19353 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19355         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19356         (gnus-cite-parse): Ignore quoted envelope From_.
19357         Suggested by Karl Chen <quarl@nospam.quarl.org>.
19359 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
19361         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19362         invalid addresses.
19364 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
19366         * spam.el: Change section markers, revise TODO list.
19367         (spam-backends): Make new master list of all installed backends.
19368         (spam-summary-exit-behavior): Add new variable to determine how
19369         messages moves are done at summary exit.
19370         (spam-move-spam-nonspam-groups-only)
19371         (spam-process-ham-in-nonham-groups)
19372         (spam-process-ham-in-spam-groups): Remove variables, the
19373         spam-summary-exit-behavior variable should be used to manage this
19374         behavior.
19375         (spam-old-ham-articles, spam-old-spam-articles): Remove.
19376         (spam-old-articles): Add variable, replacing spam-old-ham-articles
19377         and spam-old-spam-articles.
19378         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19379         Add empty variables, placeholders for the backends they represent.
19380         (spam-set-difference): Move, unchanged.
19381         (spam-list-of-processors): Declare OBSOLETE, not used anymore
19382         unless the user has a processor variable.
19383         (spam-classifications, spam-classification-valid-p)
19384         (spam-backend-properties, spam-backend-property-valid-p)
19385         (spam-backend-function-type-valid-p)
19386         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19387         (spam-report-articles-gmane, spam-report-articles-resend):
19388         Remove functions, they are not needed.
19389         (spam-install-backend-super, spam-backend-list)
19390         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19391         (spam-backend-function, spam-backend-ham-registration-function)
19392         (spam-backend-spam-registration-function)
19393         (spam-backend-ham-unregistration-function)
19394         (spam-backend-spam-unregistration-function)
19395         (spam-backend-statistical-p, spam-backend-mover-p)
19396         (spam-install-backend-alias, spam-install-checkonly-backend)
19397         (spam-install-mover-backend, spam-install-nocheck-backend)
19398         (spam-install-backend, spam-install-statistical-backend)
19399         (spam-install-statistical-checkonly-backend): Add backend installation
19400         support.
19401         (spam-summary-prepare-exit): Rewrite to use the new backend code.
19402         (spam-group-processor-p): Use the new backend code and respect the
19403         summary exit behavior.
19404         (spam-mark-spam-as-expired-and-move-routine): Remove.
19405         (spam-summary-prepare): Change to use the new spam-old-articles
19406         variable.
19407         (spam-copy-or-move-routine, spam-copy-spam-routine)
19408         (spam-move-spam-routine, spam-copy-ham-routine)
19409         (spam-move-ham-routine): Add code to copy/move ham or spam.
19410         (spam-fetch-field-fast): Improve doc and code, plus allow the
19411         'number request.
19412         (spam-list-of-checks, spam-list-of-statistical-checks):
19413         Remove variables.
19414         (spam-split, spam-find-spam): Use the new backend code.
19415         (spam-registration-functions): Remove variable.
19416         (spam-unregister-routine): Add convenience wrapper.
19417         (spam-log-undo-registration, spam-register-routine)
19418         (spam-log-processing-to-registry)
19419         (spam-log-unregistration-needed-p): Rename "check" to "backend"
19420         where possible.
19421         (spam-check-gmane-xref, spam-check-regex-headers)
19422         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19423         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19424         (spam-check-bogofilter-headers, spam-check-spamoracle)
19425         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19426         (spam-check-crm114-headers): Use the spam-split-group that
19427         spam-split prepares, no need to determine it every time.
19429         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19430         to the nnheader-parse-naked-head call.
19432         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19434         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19435         the nnheader-nov-read-message-id call.
19437 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19439         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19440         gnus-activate-group twice.  Suggested by Markus Peter
19441         <warp@spin.de>.
19443 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19445         * gnus-art.el (gnus-article-time-format): Exchange the order of
19446         day and month in the default value; fix customization type.
19447         (article-date-ut): Use add-text-properties.
19448         (article-make-date-line): Use message-make-date instead of
19449         current-time-string.
19451         * message.el (message-fetch-field): Don't use set-text-properties.
19452         (message-make-date): Simplify.
19454 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19456         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19457         (rfc2047-encode-region): Treat text within parentheses as special;
19458         show the original text when error has occurred.
19460         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19461         already-computed method to gnus-activate-group.
19463         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19464         same select-methods identical Lisp objects.
19466         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19467         object when modifying the info.
19469 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19471         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19472         gnus-opened-servers since it has never been opened with the new
19473         configuration yet.
19475 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19477         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19478         arg to nnheader-generate-fake-message-id.
19480 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19482         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19483         number and build a fake message ID localized to a group and
19484         article number (so it's repeatable from that point on).
19485         (nnheader-fake-message-id-p): Change regex to accommodate new fake
19486         ID format.
19488         * gnus-sum.el (gnus-get-newsgroup-headers):
19489         Call nnheader-generate-fake-message-id with the article number.
19491 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19493         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19494         end-of-buffer.
19496 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19498         * message.el (message-ignored-supersedes-headers): Add Approved.
19500 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19502         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19503         goto-char.
19504         (rfc2047-encode): Fold the line before encoding.
19506 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19508         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19509         folding -- not all headers can be folded, and this should be done
19510         by the message composition mode.  Probably.  I think.
19512 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19514         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19515         fast.
19517         * gnus-ems.el (gnus-remove-image): Don't use
19518         message-text-with-property; remove only the image found first.
19520 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19522         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19524 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19526         * message.el (message-text-with-property): Make it fast and accept
19527         optional arguments.
19528         (message-strip-forbidden-properties): Use it.
19529         (message-fix-before-sending): Follow the m-t-w-p change.
19531         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19533 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19535         * gnus-art.el (article-hide-headers): Don't change the buffer
19536         mistakenly when performing mml-preview even if
19537         gnus-single-article-buffer is nil.
19539 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19541         * message.el (message-expand-name-databases): New user option.
19542         (message-expand-name): Use it.
19544 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19546         * spam.el (spam-report-articles-resend)
19547         (spam-report-resend-register-routine): Allow ham reporting.
19548         (spam-report-resend-register-ham-routine): Add wrapper.
19549         (spam-registration-functions): Add ham resending functions.
19550         (spam-list-of-processors): Add ham resend processor.
19552         * gnus.el (ham-resend-to): Add new group parameter.
19553         (spam-process): Add ham resend option.
19555         * spam-report.el (spam-report-resend): Allow reporting ham.
19556         (spam-report-resend-ham): Add wrapper.
19558 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19560         * message.el (message-cite-articles-with-x-no-archive):
19561         New variable.
19562         (message-cite-original): Use it.
19564 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19566         * message.el (message-cite-original): Respect X-No-Archive.
19568 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19570         * gnus-art.el (article-hide-headers): Refer to the values for
19571         gnus-ignored-headers and gnus-visible-headers in the summary
19572         buffer since a user may have set them as group parameters.
19574 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19576         * assistant.el (assistant-node-name): Add convenience function.
19577         (assistant-render-text, assistant-render-node): Add error handling,
19578         plus handle multiple next nodes.
19579         (assistant-find-next-node): Comment out for now.
19580         (assistant-find-next-nodes): Add function, returns list of next
19581         nodes.
19583 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19585         * mail-source.el (mail-source-directory): Fix doc-string.
19587 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19589         * assistant.el (assistant-render-text, assistant-eval): Add :set
19590         widget type, which is different because it takes and returns a
19591         list.  Much hilarity ensues.
19593 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19595         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19597         * gnus-group.el (gnus-group-get-new-news-this-group):
19598         Add doc-string.
19600         * gnus-start.el (gnus-activate-group): Add doc-string.
19602 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19604         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19606 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19608         * assistant.el (assistant-render-text): Try to add a :set
19609         widget, more to come.
19611         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19612         strings.
19613         (spam-report-articles-resend)
19614         (spam-register-routine): Do registration iff any articles warrant
19615         it.
19616         (spam-summary-prepare-exit): Change log message for nil group
19617         destinations.
19619 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19621         * spam.el (spam-report-resend-register-routine):
19622         Allow spam-report-resend-to to be a group parameter or a global value.
19624 2004-05-26  Simon Josefsson  <jas@extundo.com>
19626         * starttls.el: Merge with my GNUTLS based starttls.el.
19627         (starttls-gnutls-program, starttls-use-gnutls)
19628         (starttls-extra-arguments, starttls-process-connection-type)
19629         (starttls-connect, starttls-failure, starttls-success):
19630         New variables.
19631         (starttls-program, starttls-extra-args): Doc fix.
19632         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19633         New functions.
19634         (starttls-negotiate, starttls-open-stream):
19635         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19636         function if it is set.
19638 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19640         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19641         structured fields.
19643 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19645         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19647 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19649         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19650         Add variable.
19651         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19652         assigning the spam-mark to new messages.
19654 2004-05-26  Adam SjĂžgren  <asjo@koldfront.dk>  (tiny change)
19656         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19658 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19660         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19661         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19662         default.
19664 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19666         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19667         correct data.
19669 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19671         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19672         (spam-group-processor-p): Fix function.
19673         (spam-group-processor-multiple-p)
19674         (spam-group-spam-processor-report-gmane-p)
19675         (spam-group-spam-processor-report-resend-p)
19676         (spam-group-spam-processor-bogofilter-p)
19677         (spam-group-spam-processor-blacklist-p)
19678         (spam-group-spam-processor-ifile-p)
19679         (spam-group-ham-processor-ifile-p)
19680         (spam-group-spam-processor-spamoracle-p)
19681         (spam-group-spam-processor-crm114-p)
19682         (spam-group-ham-processor-bogofilter-p)
19683         (spam-group-spam-processor-stat-p)
19684         (spam-group-ham-processor-stat-p)
19685         (spam-group-ham-processor-whitelist-p)
19686         (spam-group-ham-processor-BBDB-p)
19687         (spam-group-ham-processor-spamoracle-p)
19688         (spam-group-ham-processor-copy-p): Remove functions with some
19689         prejudice against unneeded code.
19690         (spam-report-articles-resend)
19691         (spam-report-resend-register-routine): Allow the group/topic
19692         spam-resend-to value to override spam-report-resend-to.
19693         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19694         properly now.
19696         * gnus.el (spam-resend-to): Add group/topic parameter.
19697         (spam-process): Move the OBSOLETE processors to the end of the
19698         choices.
19700 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19702         * spam-report.el (spam-report-resend-to, spam-report-resend):
19703         Start with resend-to set to nil, and then ask the user if necessary.
19704         (spam-report-resend): spam-report-resend takes a list of articles, not
19705         separate article numbers.
19707 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19709         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19710         addition to emacs-w3m.
19712 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19714         * assistant.el (assistant-authinfo-data): New function.
19715         (assistant-eval): Eval for entire assistant.
19717         * netrc.el (netrc-services-file): New variable.
19718         (netrc-parse-services): New function.
19719         (netrc-find-service-name): New function.
19720         (netrc-find-service-number): New function.
19721         (netrc-port-equal): New function.
19722         (netrc-machine): Use it.
19724         * nnimap.el (nnimap-open-connection): Use netrc.
19726         * gnus-util.el (gnus-netrc-get): Remove aliases.
19728         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19730         * assistant.el (wid-edit): Fix compilation.
19732         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19734 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19736         * gnus-util.el (gnus-set-file-modes): New function.  (small
19737         patch).
19739 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19741         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19743         * assistant.el (assistant-render-node): Fix up rendering and
19744         read-only text.
19745         (assistant-render-node): Reset.
19746         (assistant-make-read-only): Not sticky.
19748 2004-05-20  Danny Siu  <dsiu@adobe.com>
19750         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19751         centered even when gnus-auto-center-summary is t
19753 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19755         * dns.el (dns-get-txt-answer): New function.
19756         (dns-read-txt): Ditto.
19757         (query-dns): Use it.
19759 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19761         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19762         active for foreign groups even if the group level is higher than
19763         the specified value.
19765 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19767         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19768         non-active groups.
19770         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19772 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19774         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19776 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19778         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19779         (spam-crm114-header, spam-crm114-spam-switch)
19780         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19781         (spam-crm114-positive-spam-header)
19782         (spam-crm114-database-directory, spam-list-of-processors)
19783         (spam-group-spam-processor-crm114-p)
19784         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19785         (spam-generic-score, spam-list-of-checks)
19786         (spam-list-of-statistical-checks, spam-registration-functions)
19787         (spam-check-crm114-headers, spam-crm114-score)
19788         (spam-check-crm114, spam-crm114-register-with-crm114)
19789         (spam-crm114-register-spam-routine)
19790         (spam-crm114-unregister-spam-routine)
19791         (spam-crm114-register-ham-routine)
19792         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19793         From asjo@koldfront.dk (Adam SjĂžgren).
19795         * gnus.el: Add spam-use-crm114.
19797         * spam.el (spam-list-of-processors, spam-registration-functions):
19798         Add spam-use-resend.
19799         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19800         (spam-report-articles-gmane): Add doc fix.
19801         (spam-report-articles-resend, spam-report-resend-register-routine):
19802         Add wrappers around spam-report-resend-to.
19804         * spam-report.el (spam-report-resend-to, spam-report-resend):
19805         Add support for resending spam.
19806         (spam-report-gmane): Fix line length >80.
19808         * gnus.el (spam-process): Add spam-use-resend.
19810 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19812         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19813         number of processed spam messages.
19814         (spam-ham-copy-or-move-routine): Return the number of processed
19815         ham messages.
19816         (spam-summary-prepare-exit): Use the above values to decide
19817         whether status messages shouled be displayed.
19819 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19821         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19822         `rfc2047-encoding-function-alist' in order to avoid conflicting
19823         with the old version.
19824         (rfc2047-encode-region): Concatenate words containing non-ASCII
19825         characters in structured fields; don't encode space-delimited
19826         ASCII words even in unstructured fields; don't break words at
19827         char-category boundaries.
19828         (rfc2047-encode-1): New function.
19829         (rfc2047-encode): Use it; encode text so that it occupies the
19830         maximum width within 76-column; work correctly on Q encoding for
19831         iso-2022-* charsets.
19832         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19833         sure not to break a line just after the header name.
19834         (rfc2047-b-encode-region): Remove.
19835         (rfc2047-b-encode-string): New function.
19836         (rfc2047-q-encode-region): Remove.
19837         (rfc2047-q-encode-string): New function.
19839         * mm-util.el (mm-replace-in-string): New function.
19841 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19843         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19844         Really get it right.
19845         (gnus-inews-make-draft): Really.
19847 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19849         * nnmh.el (nnmh-request-list-1): Don't check the link count
19850         before descending.  (small patch)
19852 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19854         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19855         stuff.
19857         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19858         Match on real group name.
19860         * gnus-art.el (gnus-signature-limit): Doc fix.
19862         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19864 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19866         * gnus-draft.el (gnus-draft-send):
19867         Bind rfc2047-encode-encoded-words.
19869         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19870         (rfc2047-encodable-p): Say that =? needs encoding.
19871         (rfc2047-encode-encoded-words): New variable.
19873         * gnus-group.el (gnus-group-select-group): Doc fix.
19875         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19877         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19878         to nil.
19880         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19882         * nnheader.el (nnheader-get-lines-and-char): New function.
19884 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19886         * gnus-msg.el (gnus-summary-followup-with-original):
19887         Document yanking of region when active.
19889 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19891         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19892         groups if the group level is higher than the specified value.
19894 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19896         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19897         (gnus-group-jump-to-group): Add prefix argument using
19898         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19899         non-active group.
19901         * compface.el (uncompface): Be verbose when changing
19902         `uncompface-use-external'.
19904         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19905         handle manual section.
19907 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19909         * gnus-art.el (gnus-button-alist): Revert previous change.
19911 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19913         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19915 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19917         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19918         whether backend can accept message.
19920         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19922 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19924         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19925         Avoid creating directory when nntp-marks-is-evil is true.
19926         Reported by Reiner Steib.
19928 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19930         * gnus-picon.el (gnus-picon-style): New variable.
19931         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19932         (gnus-picon-transform-address): Support `gnus-picon-style'.
19933         From Jesper Harder <harder@ifa.au.dk>.
19935 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19937         * message.el (message-fill-field): Return point.
19938         (message-generate-headers): Go to end of field.
19940         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19941         stuff for non-living groups.
19943 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19945         * gnus-art.el (gnus-article-followup-with-original)
19946         (gnus-article-reply-with-original): gnus-mark-active-p ->
19947         gnus-region-active-p.
19949 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19951         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19952         only when there is spam or ham to be processed.
19954 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19956         * mail-source.el (mail-source-delete-crash-box): Refactor.
19957         (mail-source-fetch): Use it.
19958         (mail-source-fetch-file): Ditto.
19959         (mail-source-fetch-directory): Run postscript in loop.
19960         (mail-source-fetch-pop): Delete.
19961         (mail-source-fetch-maildir): Ditto.
19962         (mail-source-fetch-imap): Ditto.
19964         * imap.el (imap-authenticators): Comment out sasl.
19966         * message.el (message-skip-to-next-address): New function.
19967         (message-fill-header-address): Refactor.
19968         (message-fill-address): Use it.
19969         (message-delete-address): Use it.
19970         (message-fill-header-general): Refactor.
19971         (message-fill-field-address): Rename.
19972         (message-narrow-to-field): Find the start of the header.
19973         (message-header-format-alist): Don't pre-fill.
19974         (message-fill-header): Remove.
19975         (message-insert-header): New function.
19976         (message-shorten-references): Use it.
19978         * rfc2047.el (rfc2047-field-value): Strip props.
19980         * mail-parse.el (mail-header-make-address): New alias.
19982         * ietf-drums.el (ietf-drums-make-address): New function.
19984         * imap.el: Add compiler directives.
19986         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19988         * gnus-art.el (article-decode-idna-rhs): Don't use
19989         message-idna-inside-rhs-p.
19991 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19993         * message.el (message-idna-inside-rhs-p): Remove.
19994         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19996         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19997         false positives.
19999 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
20001         * imap.el (imap-sasl-make-mechanisms): Use sasl.
20003 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20005         * nneething.el (nneething-file-name): Don't create spurious
20006         files.
20008         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
20009         (gnus-inews-do-gcc): Remove sleep.
20011         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
20012         part under point.
20014         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
20015         (gnus-agent-regenerate-group): Using nil messages aren't valid.
20017 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
20019         * spam.el (spam-summary-prepare-exit): Fix (length).
20021 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
20023         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
20024         as expired without moving it" message when there are spam
20025         messages left.
20027 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
20029         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
20030         header is not nil.
20032 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
20034         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20035         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
20036         (nntp-marks-changed-p): New arg SERVER.
20037         (nntp-request-update-info): Adjust caller.
20039 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
20041         * nntp.el (nntp-save-marks): Pass missing arg.
20043 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
20045         * nntp.el: Support marks.
20046         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
20047         (nntp-marks-modtime, nntp-marks-directory): New variables.
20048         (nntp-request-set-mark, nntp-request-update-info)
20049         (nntp-possibly-create-directory, nntp-marks-changed-p)
20050         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
20051         New functions.
20053 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
20055         * gnus-score.el (gnus-score-insert-help):
20056         Use gnus-select-lowest-window.
20058         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
20059         appt-select-lowest-window and rename to gnus-select-lowest-window.
20061         * gnus.el: do.
20063 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20065         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
20066         encodings of MIME-encoded words, in order to improve
20067         interoperability with several broken MUAs.
20069 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20071         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
20072         tags, only when charsets are not specified in headers.
20073         (mm-inline-text-html-render-with-w3m): Ditto.
20075 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20077         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
20078         instead of MIME-decoded from fields when checking
20079         `gnus-article-address-banner-alist'.
20081 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
20083         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
20084         description rather than subject.
20086 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20088         * gnus.el (gnus-version-number): Bump.
20090 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20092         * gnus.el: No Gnus v0.2 is released.
20094 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20096         * gnus-agent.el (gnus-agent-read-agentview):
20097         Inline gnus-uncompress-range.
20099 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20101         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
20102         `exec-installed-p'.
20104 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20106         * gnus.el (spam-process, spam-autodetect-methods):
20107         Add bsfilter and bsfilter-headers.
20109         * spam.el (spam-bsfilter): New customize group.
20110         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
20111         (spam-bsfilter-header, spam-bsfilter-probability-header)
20112         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
20113         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
20114         (spam-bsfilter-database-directory): New options.
20115         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
20116         (spam-list-of-statistical-checks, spam-registration-functions):
20117         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
20118         (spam-bsfilter-score): New command.
20119         (spam-check-bsfilter-headers, spam-check-bsfilter)
20120         (spam-bsfilter-register-with-bsfilter)
20121         (spam-bsfilter-register-spam-routine)
20122         (spam-bsfilter-unregister-spam-routine)
20123         (spam-bsfilter-register-ham-routine)
20124         (spam-bsfilter-unregister-ham-routine): New functions.
20125         (spam-generic-score): Support bsfilter; Accept an optional argument
20126         to recalcurate spam score even if scoring header has already been
20127         added.
20128         (spam-bogofilter-score, spam-spamassassin-score): Accept an
20129         optional argument to recalcurate spam score even if scoring header
20130         has already been added.
20132 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
20134         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
20135         strings!  Reported by David D. Smith <davidsmith@acm.org>.
20136         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
20137         link is missing.
20139 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
20141         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
20142         (html2text-get-attr): Rewrite.
20144         * message.el (message-setup-1): Remove redundant put-text-property
20145         on mail-header-separator.
20147 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
20149         * gnus-registry.el (gnus-registry-cache-whitespace)
20150         (gnus-registry-action, gnus-registry-spool-action)
20151         (gnus-registry-split-fancy-with-parent): Change message levels
20152         from 5 to 3 or 7, as needed.
20154         * spam.el (spam-summary-prepare-exit)
20155         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20156         (spam-split, spam-find-spam, spam-log-undo-registration)
20157         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20158         level from 5 to 6.
20160 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20162         * gnus-ems.el: Autoload appt-select-lowest-window (revert
20163         2004-03-04 change).
20165 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
20167         * sieve-manage.el (sieve-manage-open):
20168         * nnweb.el (nnweb-insert-html):
20169         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20170         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20171         * nnspool.el (nnspool-request-group):
20172         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20173         * nnml.el (nnml-request-update-info):
20174         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20175         (nnmh-request-create-group, nnmh-update-gnus-unreads):
20176         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20177         (nnimap-request-set-mark):
20178         * nnfolder.el (nnfolder-request-update-info):
20179         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20180         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20181         * gnus-uu.el (gnus-uu-find-articles-matching):
20182         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20183         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20184         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20185         * gnus-nocem.el (gnus-nocem-scan-groups):
20186         * gnus-int.el (gnus-start-news-server):
20187         * gnus-group.el (gnus-group-make-kiboze-group)
20188         (gnus-group-browse-foreign-server):
20189         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
20190         Use mapc when appropriate.
20192 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
20194         FIXME: Make separate entries for each person.
20196         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
20197         SjĂžgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
20198         <shields@msrl.com>:
20200         * spam.el (spam-necessary-extra-headers): Get the extra headers we
20201         may need for spam sorting and scoring.
20202         (spam-user-format-function-S): Add user format function suitable for
20203         general use.
20204         (spam-article-sort-by-spam-status): Add sorting function for summary
20205         sorting.
20206         (spam-extra-header-to-number): Add function to get a score from a
20207         header.
20208         (spam-summary-score): Add function to  get a numeric score from the
20209         headers.
20210         (spam-generic-score): Fix function doc, was in wrong place.
20211         (spam-initialize): Take symbols when it's run, and install the
20212         extra headers that spam-necessary-extra-headers thinks we need.
20214 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
20216         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20217         Reported by bojohan+news@dd.chalmers.se (Johan BockgĂ„rd).
20219 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
20221         * gnus-sum.el (gnus-set-global-variables)
20222         (gnus-build-all-threads, gnus-get-newsgroup-headers)
20223         (gnus-article-get-xrefs, gnus-summary-best-group)
20224         (gnus-summary-next-article, gnus-summary-enter-digest-group)
20225         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20226         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20227         Use with-current-buffer.
20229 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
20231         * spam.el (spam-summary-prepare-exit): Simplify logic.
20232         (spam-fetch-article-header): Read the article header if it's not
20233         available.
20234         (spam-list-articles): Simplify logic.
20235         (spam-filelist-register-routine): Fix bug with unregister-list.
20237         * gnus-registry.el: Fix comments at beginning.
20239 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
20241         * message.el (message-cater-to-broken-inn): Remove.
20242         (message-shorten-references): Make sure the total folded length of
20243         References is shorter than 998 characters to cater to a bug in INN
20244         2.3.  Also, don't pretend that references aren't folded -- this
20245         hasn't worked for a while.
20247 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20249         * gnus-agent.el (gnus-agentize):
20250         gnus-agent-send-mail-real-function no longer set to current value
20251         of message-send-mail-function but rather a lambda that calls
20252         message-send-mail-function.  The change makes the agent real-time
20253         responsive to user changes to message-send-mail-function.
20255 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20257         * legacy-gnus-agent.el
20258         (gnus-agent-convert-to-compressed-agentview): Fix typos with
20259         help from Florian Weimer <fw@deneb.enyo.de>
20261 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20263         * nnmail.el (nnmail-cache-insert): Revert last change.
20265 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20267         * nnmail.el (nnmail-cache-insert): Always check whether
20268         nnmail-cache-ignore-groups matches a group name.
20270 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
20272         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20273         (spam-find-spam, spam-log-processing-to-registry)
20274         (spam-log-registered-p, spam-log-unregistration-needed-p)
20275         (spam-log-undo-registration): Use gnus-message instead of
20276         gnus-error, none of these errors are fatal.
20278         * gnus-registry.el (gnus-registry-clean-empty-function)
20279         (gnus-registry-clean-empty): Remove only empty entries without
20280         extra data.
20282 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
20284         * spam-stat.el (spam-stat-buffer-change-to-spam)
20285         (spam-stat-buffer-change-to-non-spam): Change (error) to
20286         (gnus-message 8) invocation.
20288 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20290         * nntp.el (nntp-via-netcat-command): New variable.
20291         (nntp-via-netcat-switches): New variable.
20292         (nntp-open-via-rlogin-and-netcat): New function.
20293         (nntp-open-connection-function): Doc fix.
20294         (nntp-telnet-command): Doc fix.
20295         (nntp-end-of-line): Doc fix.
20296         (nntp-via-rlogin-command): Doc fix.
20297         (nntp-via-user-name): Doc fix.
20298         (nntp-via-address): Doc fix.
20300 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20302         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20303         error in Emacs 21.1.
20305 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
20307         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20309 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20311         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20312         (gnus-agent-with-refreshed-group): New macro.
20313         (gnus-agent-rename-group): New function.
20314         (gnus-agent-delete-group): New function.
20315         (gnus-agent-save-group-info): Use gnus-command-method when
20316         `method' parameter is nil.  Don't write nil entries into the
20317         active file.
20318         (gnus-agent-get-group-info): New function.
20319         (gnus-agent-fetch-articles):
20320         Use gnus-agent-update-files-total-fetched-for to increment disk space
20321         used.
20322         (gnus-agent-fetch-headers, gnus-agent-save-alist):
20323         Use gnus-agent-update-view-total-fetched-for to increment disk space
20324         used.
20325         (gnus-agent-get-local): Add optional parameters to avoid calling
20326         gnus-group-real-name and gnus-find-method-for-group.
20327         (gnus-agent-set-local): Delete stored entry if either min, or max,
20328         are nil.
20329         (gnus-agent-fetch-session): Reworded error/quit messages.
20330         On quit, use gnus-agent-regenerate-group to record existence of any
20331         articles fetched to disk before the quit occurred.
20332         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20333         gnus-agent-update-view-total-fetched-for, and
20334         gnus-agent-update-files-total-fetched-for to decrement disk space
20335         used.
20336         (gnus-agent-retrieve-headers):
20337         Use gnus-agent-update-view-total-fetched-for to increment disk space
20338         used.
20339         (gnus-agent-regenerate-group): Replace gnus-group-update-group
20340         with gnus-agent-update-files-total-fetched-for to decrement disk
20341         space and fresh group buffer.
20342         (gnus-agent-inhibit-update-total-fetched-for): New variable.
20343         (gnus-agent-need-update-total-fetched-for): New variable.
20344         (gnus-agent-update-files-total-fetched-for): New function.
20345         (gnus-agent-update-view-total-fetched-for): New function.
20346         (gnus-agent-total-fetched-for): New function.
20348         * gnus-cache.el (gnus-cache-save-buffers):
20349         Use gnus-cache-update-overview-total-fetched-for to change disk space
20350         used by this group.
20351         (gnus-cache-possibly-enter-article):
20352         Use gnus-cache-update-file-total-fetched-for to increment disk space
20353         used by this group.
20354         (gnus-cache-possibly-remove-article):
20355         Use gnus-cache-update-file-total-fetched-for to decrement disk space
20356         used by this group.
20357         (gnus-cache-generate-nov-databases): Purge total fetched cache.
20358         (gnus-cache-rename-group): New function.
20359         (gnus-cache-delete-group): New function.
20360         (gnus-cache-inhibit-update-total-fetched-for): New variable.
20361         (gnus-cache-need-update-total-fetched-for): New variable.
20362         (gnus-cache-with-refreshed-group): New macro.
20363         (gnus-cache-update-file-total-fetched-for): New function.
20364         (gnus-cache-update-overview-total-fetched-for): New function.
20365         (gnus-cache-rename-group-total-fetched-for): New function.
20366         (gnus-cache-delete-group-total-fetched-for): New function.
20367         (gnus-cache-total-fetched-for): New function.
20369         * gnus-group.el: Require gnus-sum and autoload functions to
20370         resolve warnings when gnus-group.el compiled alone.
20371         (gnus-group-line-format): Documented new %F.
20372         (size of Fetched data) group line format; identifies disk space
20373         used by agent and cache.
20374         (gnus-group-line-format-alist): Defined new F format.
20375         (gnus-total-fetched-for): New function.
20376         (gnus-group-delete-group): No longer update
20377         gnus-cache-active-altered as gnus-request-delete-group now keeps
20378         the cache in sync.
20379         (gnus-group-list-active): Let the agent store a server's active
20380         list if currently plugged.
20382         * gnus-int.el (gnus-request-delete-group):
20383         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20384         local disk in sync with the server.
20385         (gnus-request-rename-group):
20386         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20387         local disk in sync with the server.
20389         * gnus-start.el (gnus-get-unread-articles):
20390         Cosmetic simplification to logic.
20392         * gnus-util.el (gnus-rename-file): New function.
20394 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
20396         * mm-util.el (mm-image-load-path): Handle nil in load-path.
20398 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
20400         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20401         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
20403 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
20405         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20406         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
20408 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
20410         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20412 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
20414         * spam.el (spam-set-difference): Add function to replace
20415         gnus-set-difference in spam.el.
20416         (spam-summary-prepare-exit): Use spam-set-difference.
20418 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20420         * gnus-registry.el (gnus-registry-cache-file): Update to use
20421         gnus-dribble-directory OR gnus-home-directory OR ~.
20422         (gnus-registry-split-fancy-with-parent): Fix doc.
20424 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20426         * message.el (message-exchange-point-and-mark):
20427         Use message-mark-active-p.  Suggested by Jesper Harder
20428         <harder@ifa.au.dk>.
20430 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20432         * message.el (message-exchange-point-and-mark): Don't activate
20433         region if it was inactive.  Suggested by Hiroshi Fujishima
20434         <pooh@nature.tsukuba.ac.jp>.
20436 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20438         * gnus-art.el (article-display-face): Display Faces in the same
20439         order as X-Faces.
20441 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20443         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20445 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20447         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20448         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20449         (gnus-article-mime-hierarchy): Remove.
20450         (gnus-article-mime-hierarchy-next): Remove.
20451         (gnus-article-mode): Revert 2004-03-19 change.
20452         (gnus-article-setup-buffer): Revert 2004-03-19 change.
20453         (gnus-insert-mime-button): Revert 2004-03-19 change.
20454         (gnus-mime-accumulate-hierarchy): Remove.
20455         (gnus-mime-enter-multipart): Remove.
20456         (gnus-mime-leave-multipart): Remove.
20457         (gnus-mime-display-part): Revert 2004-03-19 change.
20458         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20460         * mml.el (mml-preview): Revert 2004-03-19 change.
20462 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20464         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20466 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20468         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20469         t while entering a file name using the mm-with-multibyte macro.
20470         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20472         * mm-util.el (mm-with-multibyte): New macro.
20474 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20476         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20477         New user option.
20478         (gnus-mime-multipart-functions): Doc and customization fix.
20479         (gnus-article-mime-hierarchy): New variable.
20480         (gnus-article-mime-hierarchy-next): New variable.
20481         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20482         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20483         gnus-article-mime-hierarchy-next to nil.
20484         (gnus-insert-mime-button): Show hierarchy numbers.
20485         (gnus-mime-accumulate-hierarchy): New function.
20486         (gnus-mime-enter-multipart): New function.
20487         (gnus-mime-leave-multipart): New function.
20488         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20489         (gnus-mime-display-alternative): Show hierarchy numbers.
20491         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20492         gnus-article-mime-hierarchy-next to nil.
20494 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20496         * dns.el: Don't require gnus-xmas.
20498 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20500         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20501         inline PGP.
20502         (mml-menu): Disable mml-quote-region if mark is inactive.
20504 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20506         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20507         when the group's active is not available.
20509 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20511         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20512         error.
20514 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20516         * imap.el (imap-store-password): New variable.
20517         (imap-interactive-login): Use it.
20518         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20520 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20522         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20523         window-start and hscroll to summary window.
20525 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20527         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20528         conversion message to newsrc-dribble when an actual conversion is
20529         performed.
20531 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20533         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20535 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20537         * mm-decode.el (mm-complicated-handles): New function reviving
20538         former definition of mm-multiple-handles.
20540         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20541         (gnus-mime-delete-part): Use it.
20543 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20545         * gnus-agent.el (gnus-agent-read-local):
20546         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20547         avoid the implicit assumption that they will always be equal.
20548         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20549         coding-system-for-write, as the with-temp-file macro first prints
20550         to a buffer then saves the buffer.
20552 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20554         * gnus-art.el (gnus-article-edit-part): New function.
20555         (gnus-mime-save-part-and-strip): Use it; do query instead of
20556         signaling an error; don't use mm-multiple-handles.
20557         (gnus-mime-delete-part): Ditto.
20559 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20561         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20562         old file versions.
20563         (gnus-group-prepare-hook): Remove function that converted list
20564         form of gnus-agent-expire-days to group properties.
20566         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20567         (gnus-request-accept-article): Re-indented.
20569         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20570         converters to handle old agent file formats.  Add logic for a
20571         "backup before upgrading warning".
20572         (gnus-convert-mark-converter-prompt): Developers can mark
20573         functions as needing (default), or not needing,
20574         gnus-convert-old-newsrc's "backup before upgrading warning".
20575         (gnus-convert-converter-needs-prompt): Tests whether the user
20576         should be protected from potentially irreversable changes by the
20577         function.
20579         * legacy-gnus-agent.el: New.  Provides converters that are only
20580         loaded when gnus-convert-old-newsrc needs to call them.
20582 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20584         * mail-source.el (mail-source-touch-pop): Doc fix.
20586         * message.el (message-smtpmail-send-it): Doc fix.
20588 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20590         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20592         * nnmail.el (nnmail-split-fancy): do.
20594         * gnus-kill.el (gnus-kill, gnus-execute): do.
20596 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20598         * gnus-sum.el (gnus-widget-reversible-match)
20599         (gnus-widget-reversible-to-internal)
20600         (gnus-widget-reversible-to-external): New functions.
20601         (gnus-widget-reversible): New widget.
20602         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20604 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20606         * gnus-sum.el (gnus-thread-sort-functions)
20607         (gnus-article-sort-functions): Document `(not F)' items.
20609 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20611         * spam.el (spam-use-gmane-xref): Add new backend.
20612         (spam-gmane-xref-spam-group): Add variable to control the name of the
20613         Gmane spam group.
20614         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20615         (spam-regex-headers-spam, spam-regex-headers-ham)
20616         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20617         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20618         backends and checks.
20619         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20621         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20622         an autodetect method.
20624 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20626         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20627         articles are being added to a group.
20628         (gnus-request-replace-article): Inform the agent that articles
20629         need to be uncached as the cached contents are no longer valid.
20631 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20633         * binhex.el: Don't autoload executable-find.
20635         * canlock.el: Don't autoload mail-fetch-field.
20637         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20639         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20640         rmail-dont-reply-to and rmail-output.
20642         * gnus-score.el: Don't autoload ffap-string-at-point.
20644         * gnus-setup.el: Don't autoload sc-cite-original.
20646         * imap.el: Don't autoload base64-decode-string,
20647         base64-encode-string and md5.
20649         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20650         and rmail-msg-restore-non-pruned-header.
20652         * mm-decode.el: Don't autoload executable-find.
20654         * mm-url.el: Don't autoload executable-find.
20656         * mm-view.el: Don't autoload diff-mode.
20658         * nndb.el: Don't autoload news-reply-mode, news-setup,
20659         cancel-timer and telnet.
20661         * password.el: Don't autoload run-at-time for Emacs.
20663         * sha1-el.el: Don't autoload executable-find.
20665         * sieve-mode.el: Don't autoload c-mode.
20667         * uudecode.el: Don't autoload executable-find.
20669 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20671         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20672         (gnus-agent-possibly-alter-active): Avoid null in numeric
20673         comparison.
20674         (gnus-agent-set-local): Refuse to save null in local object table.
20675         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20676         list of articles that will be marked as unread.
20678 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20680         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20682 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20684         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20685         language tags.
20687 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20689         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20690         Don't bind "obarray".
20692         * gnus-sum.el (gnus-thread-sort-functions):
20693         Add `gnus-thread-sort-by-most-recent-number' and
20694         `gnus-thread-sort-by-most-recent-date'.
20695         Reported by Kai Grossjohann <kai@emptydomain.de>.
20697 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20699         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20701 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20703         * gnus-cus.el (gnus-agent-customize-category):
20704         Remove ignore-errors macro reference that required cl to be loaded at
20705         run-time.
20707         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20708         single-interval range of the form (min . max).  Previously the
20709         range had to look like ((min . max)).  Likewise, return
20710         (min . max) rather than ((min . max)).
20711         (gnus-range-map): Use gnus-range-normalize to accept
20712         single-interval range.
20714         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20715         the cache, but not the agent, now appear with their usual face.
20717 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20719         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20720         w3m-safe-url-regexp variable buffer-local.
20722         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20724 2004-02-27  Simon Josefsson  <jas@extundo.com>
20726         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20727         gnus-group-real-prefix.
20728         (gnus-summary-move-article): Use it, instead of
20729         gnus-group-real-prefix.
20731 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20733         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20734         w3m-safe-url-regexp variable buffer-local and set it as the value
20735         of mm-w3m-safe-url-regexp.
20737         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20739         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20740         parsing gnus-posting-styles when the message is not for replying.
20742         * nnrss.el (nnrss-opml-export):
20743         Use mm-set-buffer-file-coding-system instead of
20744         set-buffer-file-coding-system.
20746 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20748         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20749         of checkdoc.el).
20750         * nnrss.el: do.
20751         * gnus-mlspl.el: do.
20752         * gnus-ml.el: do.
20753         * gnus-srvr.el: do.
20755         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20757 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20759         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20760         Corrections to custom-manual links.
20762         * gnus-art.el (gnus-article): Ditto.
20764         * mm-decode.el (mime-display, mime-security): Ditto.
20766 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20768         * flow-fill.el: Typo.
20770 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20772         * spam-wash.el: New file.
20774 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20776         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20778 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20780         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20781         to be run with new-articles as LIST1, not LIST2.
20782         (spam-registration-functions): Add spam-use-ham-copy as a nil
20783         registration backend.
20785 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20787         * spam-stat.el (spam-stat-washing-hook): New option.
20788         (spam-stat-buffer-words): Use it.
20789         (spam-stat-process-directory, spam-stat-test-directory):
20790         Use insert-file-contents-literally.
20791         (spam-stat-coding-system): New variable.
20792         (spam-stat-load, spam-stat-save): Use it.
20794 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20796         * spam-report.el (spam-report-plug-agent):
20797         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20799 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20801         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20802         Allow / in mailto URLs.
20804 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20806         * spam-report.el (spam-report-process-queue): Fix interactive use.
20807         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20808         (spam-report-unplug-agent): Doc fixes.
20809         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20810         (spam-report-agentize, spam-report-deagentize):
20811         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20813         * message.el (message-setup-fill-variables): Add mml tags to
20814         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20815         <ajk@iu.edu>.
20816         (message-mode): Don't modify paragraph-separate there.
20818 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20820         * compface.el (uncompface-use-external): Default to undecided.
20821         (uncompface-use-external-threshold): New variable.
20822         (uncompface-float-time): New macro.
20823         (uncompface): Determine whether to use the external decoder if
20824         uncompface-use-external is undecided.
20826 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20828         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20829         after images.
20831         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20833 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20835         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20837         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20839         * gnus-sum.el (gnus-summary-limit-to-age)
20840         (gnus-summary-limit-children): do.
20842         * gnus-int.el (gnus-request-scan): do.
20844         * gnus-group.el (gnus-group-suspend): do.
20846         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20848         * gnus-cite.el (gnus-cite-parse-attributions): do.
20850         * gnus-agent.el (gnus-summary-set-agent-mark)
20851         (gnus-agent-regenerate-group): do.
20853         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20855         * binhex.el (binhex-decode-region-internal): do.
20857 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20859         * gnus-fun.el (gnus-face-properties-alist): New user option.
20860         (gnus-display-x-face-in-from): Use it.
20862         * gnus-art.el (article-display-face): Ditto.
20864         * compface.el (uncompface-use-external): Default to nil.
20866 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20868         * nntp.el (nntp-erase-buffer): New function.
20869         (nntp-retrieve-data, nntp-send-command)
20870         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20871         (nntp-possibly-change-group): Use it.
20873         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20874         Use with-current-buffer.
20876 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20878         * compface.el: Merge the ELisp-based uncompface program.
20879         (compface): New customization group.
20880         (uncompface-use-external): New user option.
20881         (uncompface): Call uncompface-internal if uncompface-use-external
20882         is nil.
20883         (uncompface-internal): New function.  Note that there are also
20884         some other functions and variables added for this function.
20886 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20888         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20889         if necessary.
20891 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20893         * spam-report.el (spam-report-unplug-agent)
20894         (spam-report-plug-agent, spam-report-deagentize)
20895         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20896         Add support for the Agent in spam-report: when unplugged, report to a
20897         file; when plugged, submit all the requests.
20899         * spam.el (spam-register-routine): Fix message about
20900         registration.
20902 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20904         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20905         dependencies.
20906         (rfc2047-encode): Use it.
20908         * gnus-art.el (gnus-button-marker-list): Move before first
20909         reference.
20911         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20912         (imap-parse-body): Fix format string mismatch.
20914         * gnus-score.el (gnus-summary-increase-score): do.
20916         * nnrss.el (nnrss-close): New function.
20918 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20920         * nnrss.el (nnrss-make-filename): New function.
20921         (nnrss-request-delete-group, nnrss-read-server-data)
20922         (nnrss-save-server-data, nnrss-read-group-data)
20923         (nnrss-save-group-data): Use it.
20924         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20925         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20926         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20928 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20930         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20932 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20934         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20935         files.
20937         * message.el (message-generate-headers-first): Don't quote nil
20938         and t in docstrings.
20940         * imap.el (imap-id): do.
20942         * gnus-agent.el (gnus-agent-consider-all-articles)
20943         (gnus-agent-queue-mail): do.
20945 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20947         * spam-report.el (spam-report-process-queue): New function.
20948         Process requests from `spam-report-requests-file'.
20949         (spam-report-process-queue): Doc fix.
20951 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20953         * spam.el (spam-register-routine)
20954         (spam-log-processing-to-registry, spam-log-registered-p)
20955         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20956         Change "check" to "spam-check" for semi-clarity.
20958 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20960         * pop3.el: Require nnheader.
20962         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20964         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20966         * gnus-picon.el: Require cl.
20968         * gnus-fun.el: Require gnus-ems and gnus-util.
20970         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20972         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20974         * gnus-art.el (gnus-article-edit-mode): Define before first
20975         reference.
20977 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20979         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20980         (gnus-uu-post-encoded): Use point-at-bol.
20982         * gnus-topic.el (gnus-group-active-topic-p): do.
20984         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20986         * gnus-group.el (gnus-group-kill-region): do.
20988         * gnus-art.el (article-date-ut): do.
20990         * message.el (message-fetch-field): Remove redundant
20991         case-fold-search binding.
20992         (message-narrow-to-field): Simplify.
20994 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20996         * spam.el (spam-directory): Derive from `gnus-directory'.
20998         * spam-report.el (spam-report-url-to-file)
20999         (spam-report-requests-file): New function and variable for offline
21000         reporting.
21001         (spam-report-url-ping-function): Add `spam-report-url-to-file'
21002         and user defined function.
21003         (spam-report-url-ping-mm-url): Remove doubled slash.
21005 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
21007         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
21009 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
21011         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
21012         Fix format string mismatch.
21014         * sieve.el (sieve-deactivate-all): do.
21016         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
21018         * nnlistserv.el (nnlistserv-kk-wash-article): do.
21020         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
21022         * mm-bodies.el (mm-7bit-chars): Don't include \r.
21024 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
21026         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
21027         the list of checks.
21029 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
21031         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
21032         padding.
21034 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
21036         * mm-view.el (mm-fill-flowed): New variable.
21037         (mm-inline-text): Use it.
21039 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
21041         * spam.el (spam-spamassassin-register-ham-routine)
21042         (spam-spamassassin-register-spam-routine): Fix function names.
21044 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21046         * gnus.el (gnus-tmp-grouplens): Remove.
21047         (gnus-summary-line-format): Remove grouplens.
21049         * gnus-group.el (gnus-group-line-format): Ditto.
21051         * gnus-spec.el (gnus-format-specs): Ditto.
21052         (gnus-update-format-specifications): Flush the group format spec
21053         cache if there's the grouplens stuff.
21054         (gnus-parse-simple-format): Replace %l with the empty string.
21056 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
21058         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
21059         omission.
21061 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21063         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
21064         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21066 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21068         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
21069         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
21070         New macros and functions.
21071         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
21072         Handle > NLINK_MAX messages.
21073         * nnmaildir.el (nnmaildir-request-set-mark):
21074         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
21076 2004-01-25  Alex Schroeder  <alex@gnu.org>
21078         * spam-stat.el (spam-stat-process-directory-age): New option.
21079         (spam-stat-process-directory): Use it.
21081 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
21083         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
21084         (spam-stat-save): Accept prefix argument.
21086 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
21088         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
21089         links" error.
21091 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21093         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
21094         compatibility with old .newsrc.eld files.
21096         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
21098         * gnus-start.el (gnus-1): do.
21100         * gnus-group.el (gnus-group-line-format-alist): do.
21102         * gnus.el (gnus-use-grouplens, gnus-visual): do.
21104         * gnus-gl.el: Remove.
21106 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21108         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
21109         marks consisting of a single range {for example, (3 . 5)} rather
21110         than a list of a single range { ((3 . 5)) }.
21112 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21114         * spam-stat.el (spam-stat-store-gnus-article-buffer):
21115         Use with-current-buffer.
21116         (spam-stat-store-current-buffer): Use insert-buffer-substring to
21117         avoid consing a string.
21119         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
21120         Remove obsolete entries for big5 and gb2312.
21122 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21124         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
21125         uncompressed list.
21127 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
21129         * spam-stat.el (spam-stat-strip-xref): New function.
21130         (spam-stat-process-directory): Use it.
21132         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21133         here -- it's done in message-fetch-field.
21135 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21137         * gnus-agent.el (gnus-agent-queue-mail)
21138         (gnus-agent-prompt-send-queue): New variables.
21139         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21140         * gnus-draft.el (gnus-group-send-queue): Pass the group name
21141         "nndraft:queue" along to gnus-draft-send.
21142         Use gnus-agent-prompt-send-queue.
21143         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21144         is "nndraft:queue".  Suggested by Gaute Strokkenes
21145         <gs234@srcf.ucam.org>
21147         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21148         (agent-enable-undownloaded-faces): Add.
21149         (gnus-agent-cat-groups): Use eval-and-compile, not
21150         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21151         method of gnus-agent-cat-groups even when the buffer has been
21152         evaled.
21153         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21154         delete gnus-agent-save-active-1.
21155         (gnus-agent-save-groups): Delete.  Identical to
21156         gnus-agent-save-active.
21157         (gnus-agent-write-active): No longer adjust agent's copy of active
21158         file as agent's adjustments are now stored in their own
21159         file.  Remove optional parameter.
21160         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21161         servers.  Add use of min/max range limits from server's local
21162         file.
21163         (gnus-agent-save-alist): Remove unused optional argument.
21164         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21165         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21166         (gnus-agent-set-local): A per-server file that keeps min/max range
21167         limits for articles known to the agent.  Provides a fast mechanism
21168         for altering many active ranges.
21169         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
21170         active file (local makes it unnecessary).
21171         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
21173         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
21174         (agent-enable-undownloaded-faces): Add.
21176         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
21177         disable it when sending to "nndraft:queue".
21178         (gnus-group-send-queue): Add safety check to avoid sending queue
21179         when unplugged.
21181         * gnus-group.el (gnus-group-catchup): Use new
21182         gnus-sequence-of-unread-articles, not
21183         gnus-list-of-unread-articles, to avoid exhausting memory with huge
21184         numbers of articles.  Use gnus-range-map to avoid having to
21185         uncompress the unread list.
21186         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
21187         Fix invalid ange-ftp reference.
21189         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
21190         (gnus-sorted-range-intersection): Intersection of two ranges
21191         without requiring that they first be uncompressed.
21193         * gnus-start.el (gnus-activate-group): Unless blocked by the
21194         caller, possibly expand the active range to include both cached
21195         and agentized articles.
21196         (gnus-convert-old-newsrc): Rewrote in anticipation of having
21197         multiple version-dependent converters.
21198         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21199         gnus-agent-save-active.
21200         (gnus-save-newsrc-file): Save dirty agent range limits.
21202         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21203         gnus-agent-possibly-alter-active.
21204         (gnus-adjust-marked-articles): Faster handling of simple lists
21206 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
21208         * spam-stat.el (spam-stat-test-directory): New optional argument
21209         displays a list of files detected.  Suggested by Andrew Cohen
21210         <cohen@andy.bu.edu>.
21211         (spam-stat-buffer-words-with-scores): Don't narrow and change
21212         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
21214 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
21216         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21217         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21218         (spam-spamassassin-arguments)
21219         (spam-spamassassin-spam-flag-header)
21220         (spam-spamassassin-positive-spam-flag-header)
21221         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21222         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21223         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21224         (spam-list-of-processors, spam-list-of-checks)
21225         (spam-list-of-statistical-checks, spam-registration-functions)
21226         (spam-check-spamassassin-headers, spam-check-spamassassin)
21227         (spam-spamassassin-score)
21228         (spam-spamassassin-register-with-sa-learn)
21229         (spam-spamassassin-register-spam-routine)
21230         (spam-spamassassin-register-ham-routine)
21231         (spam-assassin-register-spam-routine)
21232         (spam-assassin-register-ham-routine): Add SpamAssassin support.
21233         (spam-bogofilter-score): Fix to show article before scoring.
21235 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
21237         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21238         default scoring function.
21239         (spam-generic-score): Call spam-spamassassin-score if
21240         spam-use-spamassassin or spam-use-spamassassin-headers is on;
21241         spam-bogofilter-score otherwise.
21243         * gnus.el (spam-process, spam-autodetect-methods):
21244         Add spamassassin and spamassassin-headers.
21246 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
21248         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21249         Suppress unnecessary messages.
21251 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21253         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21254         make-hash-table.
21256 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21258         * canlock.el (base64-encode-string): Don't autoload it.
21260 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21262         * run-at-time.el: Remove useless (require 'itimer),
21263         eval-and-compile and (featurep 'xemacs).
21265 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
21267         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21268         GROUP is a virtual group.
21270 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21272         * gnus.el: Autoload `message-y-or-n-p'.
21274 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21276         * pgg-parse.el: Remove unnecessary (require 'custom).
21278         * pgg-def.el: do.
21280         * nnmail.el: do.
21282         * gnus-undo.el: do.
21284         * gnus-picon.el: do.
21286         * gnus-util.el: do.
21288 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21290         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21292 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21294         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21295         handle, as well as a list.
21297         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21298         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21299         (mm-w3m-cid-retrieve): Simplify.
21301 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21303         * message.el (message-kill-to-signature): Allow prefix arg to
21304         specify number of lines to keep before signature.
21306 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21308         * message.el (message-kill-to-signature): Change docstring.
21310 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21312         * canlock.el: Always require sha1-el.
21313         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21315         * message.el: Autoload sha1 only when compiling.
21317 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21319         * message.el (message-canlock-generate): Require sha1-el.
21321 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
21323         * message.el (message-expand-name): Silence the byte compiler.
21325 2004-01-13  Simon Josefsson  <jas@extundo.com>
21327         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21328         Invoke gnus-score-mode.
21329         Reported by bojohan+news@dd.chalmers.se (Johan BockgĂ„rd).
21331         * gnus-range.el (gnus-compress-sequence): Doc fix.
21332         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21334 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21336         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21338 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
21340         * spam.el (spam-get-article-as-string): Update to use
21341         gnus-request-article-this-buffer, much simpler.
21342         (spam-get-article-as-buffer): Remove.
21344 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
21346         * message.el (message-expand-name): Use EUDC if the user uses that.
21348 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21350         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21351         character for the encoding to avoid consing a string.
21353         * rfc2047.el (rfc2047-decode-string): Don't cons a string
21354         unnecessarily.
21356         * mm-util.el (mm-replace-chars-in-string): Remove.
21358         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21359         of mm-replace-chars-in-string.
21361 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
21363         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21365         * mm-util.el (mm-subst-char-in-string): Support inplace.
21367         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21368         a new string in every iteration.  Use shy groups.
21370 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
21372         * gnus-srvr.el (gnus-browse-unsubscribe-group):
21373         * gnus-soup.el (gnus-soup-group-brew):
21374         * gnus-msg.el (gnus-put-message):
21375         * gnus-move.el (gnus-group-move-group-to-server):
21376         * gnus-kill.el (gnus-batch-score):
21377         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21378         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21379         (gnus-group-update-group, gnus-group-read-group)
21380         (gnus-group-make-group, gnus-group-make-help-group)
21381         (gnus-group-make-archive-group, gnus-group-make-directory-group)
21382         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21383         (gnus-group-sort-by-unread, gnus-group-catchup)
21384         (gnus-group-unsubscribe-group, gnus-group-kill-group)
21385         (gnus-group-yank-group, gnus-group-set-info)
21386         (gnus-group-list-groups):
21387         * gnus.el (gnus-generate-new-group-name):
21388         * gnus-delay.el (gnus-delay-send-queue):
21389         * nnvirtual.el (nnvirtual-catchup-group):
21390         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21391         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21392         (gnus-group-prepare-topics, gnus-topic-check-topology):
21393         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21394         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21395         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21396         (gnus-group-make-articles-read):
21397         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21398         (gnus-group-change-level, gnus-kill-newsgroup)
21399         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21400         (gnus-get-unread-articles, gnus-make-articles-unread)
21401         (gnus-make-ascending-articles-unread): Use accessor
21402         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21403         to get group information for improved readability.
21405 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21407         * gnus-art.el (article-decode-mime-words, article-babel)
21408         (gnus-article-highlight-signature, gnus-article-add-buttons)
21409         (gnus-signature-toggle): Use gnus-with-article-buffer.
21411         * gnus-art.el (gnus-article-highlight-headers)
21412         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21414         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21415         (gnus-article-set-globals, gnus-request-article-this-buffer)
21416         (gnus-button-message-id, gnus-article-maybe-hide-headers)
21417         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21418         (gnus-mime-display-alternative): Use with-current-buffer.
21420 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21422         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21423         also under 80 char limit, and call gnus-error if needed.
21424         (spam-fetch-article-header): Fix - it was a
21425         buffer-local variable (gnus-newsgroup-data).
21426         (spam-find-spam): Use spam-generate-fake-headers, forget about
21427         spam-insert-fake-headers.
21428         (spam-insert-fake-headers): Remove.
21430 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21432         * deuglify.el (gnus-article-outlook-unwrap-lines)
21433         (gnus-outlook-rearrange-article)
21434         (gnus-outlook-repair-attribution-outlook)
21435         (gnus-outlook-repair-attribution-block)
21436         (gnus-outlook-repair-attribution-other): Remove redundant
21437         save-excursion.
21439 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21441         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21442         (spam-fetch-field-subject-fast)
21443         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21444         (spam-fetch-article-header): Add functions to deal with Gnus
21445         internals for fast retrieval of article header data.
21446         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21448 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21450         * pop3.el (pop3-md5): Remove.
21451         (pop3-apop): Replace pop3-md5 with md5.
21453         * mm-bodies.el: base64 is always built-in.
21455         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21456         Use with-current-buffer.
21458 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21460         * canlock.el (canlock-insert-header): Remove excessive grouping in
21461         regexp.
21463         * gnus-sum.el (gnus-summary-read-document): Ditto.
21465         * gnus-uu.el (gnus-uu-part-number): Ditto.
21467         * html2text.el (html2text-remove-tags): Ditto.
21468         (html2text-format-tags): Ditto.
21469         (html2text-format-single-elements): Ditto.
21471         * mml.el (mml-parse-1): Ditto.
21473 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21475         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21477         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21479         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21481         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21483 2003-11-15  Simon Josefsson  <jas@extundo.com>
21485         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21486         (pgg-gpg-lookup-key): Use regexp match instead of
21487         split-string (split-string is different between emacs 21.2 and
21488         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21490 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21492         * gnus-art.el (gnus-mime-view-all-parts)
21493         (gnus-article-part-wrapper, gnus-article-view-part):
21494         Use with-current-buffer.
21496 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21498         * spam.el (spam-disable-spam-split-during-ham-respool)
21499         (spam-spamoracle-database, spam-cache-lookups)
21500         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21501         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21502         (spam-group-ham-marks, spam-group-spam-marks)
21503         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21504         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21505         also add spam-use-blackholes to the statistical checks.
21506         (spam-fetch-field-fast): Add interface to fetching fields, may
21507         become a macro.
21508         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21509         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21510         (spam-insert-fake-headers): Fake an article when needed.
21511         (spam-find-spam): Fake article when possible.
21512         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21513         (spam-check-bogofilter-headers): Use message-fetch-field instead
21514         of nnmail-fetch-field.
21516 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21518         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21520 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21522         * spam.el (spam-split): Do not require spam-use-CHECK to be
21523         enabled if that check is passed to spam-split explicitly; also
21524         fix so 'spam doesn't get converted to spam-split-group when
21525         spam-split-symbolic-return is t.
21526         (spam-find-spam): Find registrations of the article and use those
21527         instead of re-running spam-split to find the spam/ham
21528         classification of the article.
21529         (spam-log-processing-to-registry, spam-log-registered-p)
21530         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21531         Use gnus-error instead of gnus-message.
21532         (spam-log-registration-type): Add function to determine the
21533         classification of a message based on registry entries; will
21534         return nil if both 'spam and 'ham are found.
21535         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21536         a reasonably fast local cache without the loading errors.
21537         (spam-cache-lookups): Set to t by default.
21538         (spam-find-spam): Don't try to guess spam-cache-lookups.
21539         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21540         spam-caches entry.
21541         (spam-filelist-build-cache, spam-filelist-check-cache):
21542         Fix caching of whitelist/blacklist entries.
21543         (spam-check-whitelist, spam-check-blacklist):
21544         Invoke spam-from-listed-p with a type, not a cache variable.
21545         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21547 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21549         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21551         * nnmail.el (nnmail-split-fancy): do.
21553         * mml.el (mml-parse): do.
21555         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21556         (gnus-score-adaptive): do.
21558 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21560         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21561         (gnus-mime-button-map): Don't set keymap parent.
21562         (gnus-button-ctan-directory-regexp): Use shy grouping.
21563         (gnus-prev-page-map): Don't set keymap parent.
21564         (gnus-prev-page-map): Remove duplicated one.
21565         (gnus-next-page-map): Don't set keymap parent.
21566         (gnus-mime-security-button-map): Ditto.
21568         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21569         version number.
21571         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21573 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21575         * canlock.el (canlock-sha1-function): Remove.
21576         (canlock-sha1-function-for-verify): Remove.
21577         (canlock-openssl-program): Remove.
21578         (canlock-openssl-args): Remove.
21579         (canlock-ignore-errors): Remove.
21580         (canlock-sha1-with-openssl): Remove.
21581         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21582         (canlock-verify): Don't use canlock-ignore-errors.
21584         * sha1-el.el (sha1-string-external): Make it can return a string
21585         in binary form.
21586         (sha1-region-external): Ditto.
21587         (sha1-string-internal): Ditto.
21588         (sha1-region-internal): Ditto.
21589         (sha1-region): Ditto.
21590         (sha1-string): Ditto.
21591         (sha1): Ditto.
21593 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21595         * spam.el (spam-report-articles-gmane): New command.
21597 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21599         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21601         * run-at-time.el (run-at-time-saved): Remove.
21602         (run-at-time): Doc fix.
21604 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21606         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21607         (gnus-summary-limit-map): Add it.
21608         (gnus-summary-make-menu-bar): do.
21610 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21612         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21613         Make attempt at some caching support (done for BBDB only now).
21614         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21615         addresses to be checked.
21616         (spam-clear-cache-BBDB): Add function, to be invoked by
21617         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21618         (spam-check-BBDB): Check and use the caches, if
21619         spam-cache-lookups is on, remove superfluous (provide).
21621 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21623         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21625 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21627         * run-at-time.el (run-at-time-saved): Move to after the definition
21628         of `run-at-time'.
21630 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21632         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21633         mm-w3m-local-map-property.
21635         * mm-view.el (mm-w3m-mode-map): Remove.
21636         (mm-w3m-local-map-property): Remove.
21637         (mm-inline-text-html-render-with-w3m): Don't use
21638         mm-w3m-local-map-property.
21640 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21642         * run-at-time.el: New file.
21644         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21645         of gnus-set-text-properties.
21647         * gnus-uu.el (gnus-uu-save-article): Ditto.
21649         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21651         * gnus-cite.el (gnus-cite-parse): Ditto.
21653         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21654         of gnus-.
21656         * gnus.el: Change calls to nnheader-run-at-time and
21657         password-run-at-time throughout to use run-at-time directly.
21659         * password.el: Remove definition of run-at-time.
21661 2004-01-05  Karl PflĂ€sterer  <sigurd@12move.de>  (tiny change)
21663         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21664         in prompt.
21666 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21668         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21669         XEmacs version.
21671         * dns.el (dns-make-network-process): Use `open-network-stream'
21672         instead of `gnus-xmas-open-network-stream'.
21674         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21676 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21678         * gnus-art.el (gnus-mime-display-alternative)
21679         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21680         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21681         Don't use gnus-local-map-property.
21683         * gnus-util.el (gnus-local-map-property): Remove.
21685         * mm-view.el (mm-view-pkcs7-decrypt):
21686         Replace gnus-completing-read-maybe-default with completing-read.
21688         * gnus-util.el (gnus-completing-read): do.
21689         (gnus-completing-read-maybe-default): Remove.
21691 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21693         * password.el: Only autoload `run-at-time' if not XEmacs.
21694         Only autoload the itimer functions if XEmacs.
21696 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21698         * gnus-art.el (gnus-read-string): Remove.
21699         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21700         read-string.
21702 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21704         * netrc.el: Autoload password-read.
21705         (netrc): Add configuration group.
21706         (netrc-encoding-method, netrc-openssl-path):
21707         Add variables for encoding and decoding of files with symmetric
21708         ciphers.
21709         (netrc-encode): Add assistant function to encode a file with
21710         netrc-encoding-method.
21711         (netrc-parse): Add interactive parameter, added optional
21712         decoding if netrc-encoding-method is non-nil but otherwise
21713         behavior is standard.
21714         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21715         Do s/encode/encrypt/ everywhere.
21717         * spam.el: Remove executable-find autoload.
21719 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21721         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21723         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21725 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21727         * gnus-art.el (gnus-treat-ansi-sequences)
21728         (article-treat-ansi-sequences): New variable and function.
21729         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21731         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21732         Use it.
21734 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21736         * mm-util.el (mm-quote-arg): Remove.
21738         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21739         shell-quote-argument.
21741         * gnus-uu.el (gnus-uu-command): do.
21743         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21745         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21746         with make-char.
21748         * mm-util.el (mm-make-char): Remove.
21750         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21751         add-minor-mode.
21753         * gnus-undo.el (gnus-undo-mode): do.
21755         * gnus-topic.el (gnus-topic-mode): do.
21757         * gnus-sum.el (gnus-dead-summary-mode): do.
21759         * gnus-start.el (gnus-slave-mode): do.
21761         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21763         * gnus-ml.el (gnus-mailing-list-mode): do.
21765         * gnus-gl.el (gnus-grouplens-mode): do.
21767         * gnus-draft.el (gnus-draft-mode): do.
21769         * gnus-dired.el (gnus-dired-mode): do.
21771         * gnus-ems.el (gnus-add-minor-mode): Remove.
21773         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21774         Replace gnus-char-width with char-width.
21776         * gnus-ems.el (gnus-char-width): Remove.
21778         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21779         Replace gnus-char-width with char-width.
21781         * gnus-ems.el (gnus-char-width): Remove.
21783         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21784         definition.
21785         Remove Emacs 20 hash table compatibility code.
21787         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21788         20 compatibility code.
21790         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21792         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21794         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21795         Replace with point-at-{eol,bol}.
21797         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21799         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21801         * flow-fill.el (fill-flowed-point-at-bol)
21802         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21804         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21805         Replace with point-at-{eol,bol} throughout all files.
21807 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21809         * ntlm.el (ntlm-string-as-unibyte): New macro.
21810         (ntlm-build-auth-response): Use it.
21812         Remove Emacs 20 stuff:
21813         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21814         of delq and copy-sequence.
21815         * gnus-art.el (popup-menu): Remove the compiler macro.
21816         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21817         Emacs 20.
21819 2004-01-05  Simon Josefsson  <jas@extundo.com>
21821         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21822         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21823         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21824         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21825         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21826         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21827         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21828         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21829         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21830         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21831         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21832         string-xor into ntlm-string-xor.
21833         Suggested by Jesper Harder <harder@myrealbox.com>.
21835         * ntlm.el: Don't include poem.
21837         * md4.el (print-int32, print-string-hexa): Remove.
21838         Suggested by Jesper Harder <harder@myrealbox.com>.
21840         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21842         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21843         probably breaks emacs with DL patch, but do we care? Is anyone
21844         still using the DL stuff?)
21846         * sieve-manage.el: Use the password package.
21847         (sieve-manage-read-passwd): Remove.
21848         (sieve-manage-interactive-login): Use password.  Re-add
21849         condition-case around loop.
21851         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21852         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21853         Use the password package.
21855 2003-02-19  Simon Josefsson  <jas@extundo.com>
21857         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21858         token.
21860 2002-08-07  Simon Josefsson  <jas@extundo.com>
21862         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21863         (sieve-manage-authenticators):
21864         (sieve-manage-authenticator-alist): Add some SASL mechs.
21865         (sieve-sasl-auth): New function.
21866         (sieve-manage-cram-md5-auth):
21867         (sieve-manage-plain-auth): Rewrite using SASL library.
21868         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21869         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21870         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21871         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21873 2004-01-05  Simon Josefsson  <jas@extundo.com>
21875         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21876         New files.
21878 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21880         * gnus-group.el (gnus-no-groups-message): Update.
21882         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21884 2003-11-09  Simon Josefsson  <jas@extundo.com>
21886         * imap.el: Support for ID IMAP extension (RFC 2971).
21887         (imap-local-variables): Add imap-id.
21888         (imap-id): New variable.
21889         (imap-id): New function.
21890         (imap-parse-response): Parse untagged ID response.
21891         * nnimap.el (nnimap-id): New variable.
21892         (nnimap-open-connection): Use it.
21894 2003-12-28  Simon Josefsson  <jas@extundo.com>
21896         * gnus-score.el (gnus-score-edit-all-score): New.
21897         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21899 2004-01-04  Simon Josefsson  <jas@extundo.com>
21901         * password.el: Add.
21903 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21905         * dns.el (dns-query-types): Fix typo.
21906         (dns-query-types): New function.
21907         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21908         PTR and SOA replies, see RFC 1035.
21910 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21912         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21914         * Move to Changelog.2.
21916 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21918         * gnus.el (gnus-version-number): Bump version.
21920 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21922         * gnus.el: No Gnus v0.1 is released.
21924 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21926         * gnus.el: No Gnus v0.0 is released.
21928 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21930         * gnus.el (gnus-version-number): Bump.
21931         (gnus-version): No.
21933 See ChangeLog.2 for earlier changes.
21935   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21937   This file is part of GNU Emacs.
21939   GNU Emacs is free software: you can redistribute it and/or modify
21940   it under the terms of the GNU General Public License as published by
21941   the Free Software Foundation, either version 3 of the License, or
21942   (at your option) any later version.
21944   GNU Emacs is distributed in the hope that it will be useful,
21945   but WITHOUT ANY WARRANTY; without even the implied warranty of
21946   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21947   GNU General Public License for more details.
21949   You should have received a copy of the GNU General Public License
21950   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21952 ;; Local Variables:
21953 ;; coding: utf-8
21954 ;; fill-column: 79
21955 ;; add-log-time-zone-rule: t
21956 ;; End: