(mm-add-meta-html-tag): Fix regexp matching meta tag.
[emacs.git] / lisp / gnus / ChangeLog
blob0106e6212c5911fb84ce315836046a47ac93912e
1 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5 2010-03-27  Chong Yidong  <cyd@stupidchicken.com>
7         * message.el (message-default-mail-headers):
8         (message-default-headers): Carry the value mail-default-headers over
9         into message-default-mail-headers, rather than message-default-headers.
11 2010-03-22  Juanma Barranquero  <lekktu@gmail.com>
13         * message.el (message-interactive): Doc fix.
14         (message-qmail-inject-args): Reflow.
15         (message-kill-to-signature): Fix typo in docstring.
17         * smiley.el (smiley-buffer): Fix typo in docstring.
19 2010-02-26  Glenn Morris  <rgm@gnu.org>
21         * message.el (message-send-mail-function): Change the default, so that
22         it inherits from a customized send-mail-function.  (Bug#5643)
24 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
26         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
27         shell-command-to-string signals an error (bug#5299).
29 2010-02-24  Glenn Morris  <rgm@gnu.org>
31         * message.el (message-smtpmail-send-it)
32         (message-send-mail-with-mailclient): Doc fixes.
34 2010-02-16  Glenn Morris  <rgm@gnu.org>
36         * message.el (message-default-mail-headers): Change the default value
37         to ease the transition from mail-mode to message-mode.  (Bug#5555)
39 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
41         * message.el (message-mail): Just pass yank-action on to message-setup.
42         (message-setup): Handle (FUN . ARGS) form of yank-action.
43         (message-with-reply-buffer, message-widen-reply)
44         (message-yank-original): Handle non-buffer values of
45         message-reply-buffer (Bug#4080).
46         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
48 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
50         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
51         Fix typo in docstring.
53 2010-01-08  Jason Rumney  <jasonr@gnu.org>
55         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
56         response.
58 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
60         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
62         * message.el (message-check-news-header-syntax): Protect against a
63         string that `rfc822-addresses' returns when parsing fails.
65 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
67         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
68         (gnus-previous-char-property-change): New functions.
70         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
72 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
74         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
75         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
77 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
79         * message.el (message-exchange-point-and-mark): Rework last change to
80         avoid using optional arg of exchange-point-and-mark, for backward
81         compatibility.
83 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
85         * message.el (message-exchange-point-and-mark): Call
86         exchange-point-and-mark with an argument rather than setting
87         mark-active by hand (Bug#5175).
89 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
91         * nntp.el (nntp-service-to-port): Work for service expressed with
92         numeric string; replace [:digit:] with [0-9] for XEmacs.
94 2009-12-17  Glenn Morris  <rgm@gnu.org>
96         * gnus-group.el (gnus-bug-group-download-format-alist):
97         Change emacs entry to debbugs.gnu.org.  Bump :version.
99 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
101         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
103 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
105         * message.el (message-info): Explain why we use `Info-goto-node'.
107 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
109         * message.el (message-completion-in-region): New compatibility function.
110         (message-expand-group): Use it.
112 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
114         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
115         with no unread article should be listed if the 2nd arg `predicate' is
116         given.
118 2009-11-29  Juri Linkov  <juri@jurta.org>
120         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
121         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
122         on `gnus-recenter'.  (Bug#4698, Bug#4981)
124 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
126         * message.el (message-from-style, message-interactive)
127         (message-signature): Always set default values from the corresponding
128         mail-* variables.
129         (message-cite-prefix-regexp, message-sendmail-envelope-from)
130         (message-yank-prefix, message-indentation-spaces)
131         (message-signature-file, message-default-headers): Use boundp rather
132         than (featurep 'xemacs) to check if the corresponding mail-* variables
133         exist.
135 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
137         * message.el (message-send-mail-with-sendmail): Revert last change.
139 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
141         * message.el (message-from-style, message-interactive)
142         (message-cite-prefix-regexp, message-sendmail-envelope-from)
143         (message-yank-prefix, message-indentation-spaces, message-signature)
144         (message-signature-file, message-default-headers): For GNU Emacs, set
145         default values from the corresponding mail-* variables.
146         (message-send-mail-with-sendmail): Use envelope-from only if
147         mail-specify-envelope-from is non-nil.
149 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
151         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
152         containing tspecial characters if they have been already quoted.
154 2009-10-24  Glenn Morris  <rgm@gnu.org>
156         * gnus-art.el (help-xref-stack-item): Define for compiler.
158 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
160         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
162 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
164         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
165         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
167 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
169         * gnus.el (gnus-overlay-get): New alias to overlay-get.
170         (gnus-overlays-in): New alias to overlays-in.
172         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
173         gnus-overlay-get, and gnus-delete-overlay.
174         (gnus-summary-show-thread): Make it work as well for systems in which
175         next-single-char-property-change is not available.
176         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
178 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
180         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
182 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
184         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
185         and XEmacs that don't have `remove-overlays'.
187 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
189         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
190         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
191         selective display.  Use overlays instead.
193 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
195         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
197 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
199         * spam-stat.el (spam-stat-load): Fix typo in message.
201 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
203         * gnus-art.el (gnus-article-encrypt-body):
204         * message.el (message-check-recipients):
205         * mm-util.el (mm-codepage-setup):
206         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
207         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
209 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
211         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
212         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
213         keys from the menu if mm-{sign,encrypt}-option is 'guided.
214         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
215         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
217 2009-09-18  Glenn Morris  <rgm@gnu.org>
219         * gnus-diary.el (gnus-diary-check-message):
220         * message.el (message-insert-formatted-citation-line):
221         * nnbabyl.el (top-level):
222         * nndiary.el (nndiary-schedule):
223         Fix typos in condition-case handlers.
225 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
227         * gnus-art.el (gnus-article-edit-part): Work for the buffer
228         configuration that provides the sole article window in a frame;
229         position point correctly after deleting a part.
231 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
233         * spam.el (spam-unregister-on-reregister): Add boolean variable.
234         (spam-resolve-registrations-routine): Use it to unregister articles
235         that change status.
237 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
239         * nnrss.el (nnrss-request-article): Remove binding of
240         default-enable-multibyte-characters that has gotten needless by
241         the 2007-07-13 change in rfc2047-encode-message-header.
243         * mml.el (mml-insert-multipart): Error on the message header.
244         (mml-insert-part): Error on the message header; position point at
245         the end of a MIME tag.
247 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
249         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
250         (gnus-float-time): Alias to float-time if it exists.
252         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
253         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
254         float-time is available; suppress compile warning for time-to-seconds.
256 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
258         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
259         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
260         Add the optional argument `encoding' that overrides the default.
262         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
263         mm-encode-buffer.
265 2009-09-04  Glenn Morris  <rgm@gnu.org>
267         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
268         mm-disable-multibyte, rather than default-enable-multibyte-characters.
269         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
270         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
271         * mm-util.el (mm-with-unibyte-current-buffer)
272         (mm-find-buffer-file-coding-system):
273         * yenc.el (yenc-decode-region): Use default-value rather than
274         default-enable-multibyte-characters.
276 2009-09-03  Glenn Morris  <rgm@gnu.org>
278         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
279         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
280         than default-enable-multibyte-characters.
282 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
284         * gnus-art.el (gnus-article-read-summary-keys):
285         Fix gnus-buffer-configuration's value temporarily used.
287 2009-09-02  Glenn Morris  <rgm@gnu.org>
289         * gnus-util.el (gnus-float-time): New function.
290         * gnus-delay.el (gnus-delay-article):
291         * gnus-sum.el (gnus-thread-latest-date):
292         * gnus-util.el (gnus-user-date): Use gnus-float-time.
293         * nnspool.el (nnspool-request-newgroups):
294         Use gnus-float-time rather than time-to-seconds.
295         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
297         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
298         (gnus-header-subject-face, gnus-header-newsgroups-face)
299         (gnus-header-name-face, gnus-header-content-face):
300         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
301         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
302         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
303         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
304         (gnus-cite-face-11):
305         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
306         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
307         (gnus-server-closed-face, gnus-server-denied-face)
308         (gnus-server-offline-face):
309         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
310         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
311         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
312         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
313         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
314         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
315         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
316         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
317         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
318         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
319         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
320         (gnus-summary-selected-face, gnus-summary-cancelled-face)
321         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
322         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
323         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
324         (gnus-summary-high-undownloaded-face)
325         (gnus-summary-low-undownloaded-face)
326         (gnus-summary-normal-undownloaded-face)
327         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
328         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
329         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
330         (gnus-splash-face):
331         * message.el (message-header-to-face, message-header-cc-face)
332         (message-header-subject-face, message-header-newsgroups-face)
333         (message-header-other-face, message-header-name-face)
334         (message-header-xheader-face, message-separator-face)
335         (message-cited-text-face, message-mml-face):
336         * sieve-mode.el (sieve-control-commands-face)
337         (sieve-action-commands-face, sieve-test-commands-face)
338         (sieve-tagged-arguments-face):
339         * spam.el (spam-face):
340         Mark face aliases with "-face" in the name as obsolete.
342 2009-09-01  Glenn Morris  <rgm@gnu.org>
344         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
345         than goto-line.
347 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
349         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
350         Don't move point if the command is invoked inside the message header.
352 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
354         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
355         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
356         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
357         * nnir.el (nnir-swish-e-index-file):
358         * gnus-sum.el (gnus-summary-delete-marked-as-read)
359         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
360         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
361         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
362         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
363         (gnus-treat-display-xface): Add Emacs version of obsolescence.
365 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
367         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
368         Don't save excursion.
370 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
372         * nnheader.el (nnheader-find-file-noselect):
373         * mm-util.el (mm-insert-file-contents):
374         Use (default-value 'major-mode) instead of default-major-mode.
376 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
378         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
380 2009-08-25  Glenn Morris  <rgm@gnu.org>
382         * nnir.el (top-level): Don't require cl at run-time.
383         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
384         Replace cl-function substitute with gnus-replace-in-string.
385         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
386         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
387         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
388         simplified expansions.
390 2009-08-22  Glenn Morris  <rgm@gnu.org>
392         * gnus-art.el (gnus-button-patch): Use forward-line rather than
393         goto-line.
395 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
397         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
399         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
400         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
401         (gnus-mm-display-part, gnus-mime-display-single)
402         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
403         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
405         * gnus-sum.el
406         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
407         (gnus-summary-move-article): Add expirable mark to articles copied or
408         moved to group that has auto-expire turned on if the option is non-nil.
410 2009-07-24  Glenn Morris  <rgm@gnu.org>
412         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
413         Fix typo.  (Bug#3903)
415 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
417         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
418         gnus-article-read-summary-keys rather than gnus-summary-edit-article
419         that should not be used for draft articles.
420         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
421         that has no concern in minor mode keys.
422         (gnus-article-summary-command, gnus-article-summary-command-nosave):
423         Abolish.
425 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
427         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
428         article without making inquiry to a user for unknown encoding.
430         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
431         (nnmaildir--scan): Assume i-node and device number that file-attributes
432         returns might be cons-cell.
434 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
436         * auth-source.el: Remove docs now in auth.texi.  Don't use
437         `gnus-message' for logging.  Add new variables `auth-source-debug' and
438         `auth-source-hide-passwords' and use them.
440 2009-07-15  Glenn Morris  <rgm@gnu.org>
442         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
444 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
446         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
447         excessive whitespace from the default values of title and description.
449 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
451         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
452         mail-fetch-field to fetch Content-Description header in order to
453         exclude newlines.
455 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
457         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
458         to deleted part.
460 2009-05-30  David Engster  <dengste@eml.cc>
462         * nnmairix.el: Remove old documentation in the commentary block.
463         (nnmairix-request-group): Do not update active file for nnml back ends.
464         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
465         end so that overview files are ignored.
466         (nnmairix-update-groups): Make updating the groups more robust by using
467         marks.
468         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
469         with dollar characters in message-id.
471 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
473         * spam.el: Use dns-query instead of query-dns.  Was renamed on
474         2008-12-25 in dns.el.
476 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
478         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
479         could happen if the text is only composed of spaces and/or tabs.
481 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
483         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
484         when sending a queued message to avoid extra mml tags.
486 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
488         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
490 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
492         * gnus-dired.el: Remove autoload for gnus-setup-message.
493         (gnus-dired-attach): Fake this-command value to prevent Gnus from
494         displaying Gnus logo; always use compose-mail.
496 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
498         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
500 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
502         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
503         (gnus-nocem-issuers): List currently active issuers; fix custom type.
504         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
505         available.
506         (gnus-nocem-epg-verify): New function.
508 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
510         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
512 2009-02-15  Glenn Morris  <rgm@gnu.org>
514         * gnus-util.el (rmail-insert-rmail-file-header)
515         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
516         autoloads.
517         (rmail-default-rmail-file): Remove unnecessary declaration.
518         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
520 2009-02-14  Glenn Morris  <rgm@gnu.org>
522         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
523         variable (only used in gnus-util, which declares it anyway).
524         (rmail-output-to-rmail-file): Remove autoload of deleted function,
525         which was only needed by gnus-art (changed to not use it any more).
526         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
527         only used in gnus-util, which autoloads it itself.
528         (rmail-update-summary): Fix autoload.
530         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
531         rather than rmail-output-to-rmail-file.
533 2009-02-07  Glenn Morris  <rgm@gnu.org>
535         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
536         autoload of function that no longer exists.
537         (rmail-toggle-header): Declare.
538         (message-forward-rmail-make-body): Handle mbox Rmail.
540 2009-01-31  Glenn Morris  <rgm@gnu.org>
542         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
543         2009-01-09 change.
545 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
547         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
548         (auth-source-forget-all-cached): New convenience function.
549         (auth-source-user-or-password): Accept list of modes or a single mode.
551         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
552         auth-source modes.
554         * nnimap.el (nnimap-open-connection): Use list of
555         auth-source modes.
557         * nntp.el (nntp-send-authinfo): Use list of
558         auth-source modes.
560 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
562         * auth-source.el: Update docs to reflect epa-file-enable is to be used
563         now.
565 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
567         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
568         coding system in XEmacs; add a workaround for XEmacs.
570 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
572         * mm-util.el (mm-coding-system-priorities): Protect against nil value
573         of current-language-environment.
575 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
577         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
578         available at runtime.
580 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
582         * gnus-art.el (article-date-ut): Fix end point of narrowing.
584 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
586         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
587         the greatest positive fixnum value doesn't work under an XEmacs with
588         bignum support; use the most-positive-fixnum constant instead,
589         available since Emacs 21.1 with cl and XEmacs 21.1.
591 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
593         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
594         XEmacs gets not to work.
596 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
598         * mm-util.el (mm-coding-system-priorities): Allow the value like
599         "Japanese (UTF-8)" of current-language-environment.
601 2009-01-09  Glenn Morris  <rgm@gnu.org>
603         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
604         with last-command-event.
606 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
608         * message.el (message-fix-before-sending): Amend comment.
610 2009-01-07  David Engster  <dengste@eml.cc>
612         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
613         simplified server definitions by converting it via
614         gnus-server-to-method.
616 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
618         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
619         parameter's operands.
621 2009-01-06  David Engster  <dengste@eml.cc>
623         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
624         primary select method (for gnus-group-mark-article-as-read).
626 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
628         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
629         `(gnus)Face', not `(gnus)X-Face'.
631 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
633         * mm-util.el (mm-ucs-to-char): New function.
635         * mm-url.el (mm-url-decode-entities): Use it.
637 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
639         * message.el (message-fix-before-sending): Add `eight-bit' to
640         illegible-text check.
642 2009-01-03  Michael Olson  <mwolson@gnu.org>
644         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
645         `headers' is nil.  This can occur if the IMAP server does not have
646         permissions to read messages from a folder, but can write new messages
647         to the folder.
648         (nnimap-request-article-part): Do not insert `data' if it is nil.
650 2009-01-01  Dave Love  <fx@gnu.org>
652         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
654         * nnimap.el: Fix author email.
655         (nnimap-split-rule): Add FIXME comment.
656         (nnimap-debug): Fix doc string.
658 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
660         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
661         overlay-arrow-position and overlay-arrow-string buffer-local; no need
662         to check if those variables exist (first appeared in Emacs 18.50).
664 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
666         * mm-util.el (mm-line-number-at-pos): New function.
668         * spam-report.el (spam-report-process-queue): Use it.
670 2008-12-24  David Engster  <dengste@eml.cc>
672         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
673         parameters that haven't existed as variables as buffer-local variables.
675 2008-12-23  Dave Love  <fx@gnu.org>
677         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
678         cadar.
680         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
681         imap-starttls-p.
682         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
684 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
686         * spam-report.el (spam-report-gmane-max-requests): New constant.
687         (spam-report-gmane-wait): New variable.
688         (spam-report-gmane-ham, spam-report-gmane-spam)
689         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
690         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
691         the server.
693         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
694         Add explanations.
696         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
697         nnheader-accept-process-output and nnheader-read-timeout if available.
698         (pop3-movemail): Use it.
700         * message.el (message-check-news-body-syntax): Fix signature check if
701         there's an attachment.
703 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
705         * mm-util.el: Add comments to the mm- emulating functions.
707 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
709         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
710         by Stephen Berman <stephen.berman@gmx.net>.
712 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
714         * mm-util.el (mm-substring-no-properties): New function.
715         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
716         (mm-special-display-p): Enable those lambda forms to be byte compiled.
717         (mm-string-to-multibyte): Doc fix.
719         * mml.el (mml-attach-file): Use mm-substring-no-properties.
721 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
723         * mml.el (mml-attach-file): Strip text properties from file name.
724         (Bug#1574)
726 2008-12-16  Glenn Morris  <rgm@gnu.org>
728         * mm-util.el (mm-charset-override-alist): Declare for compiler.
730 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
732         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
733         knows since the charset specified might be a bogus alias that
734         mm-charset-synonym-alist provides.
736 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
738         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
739         "ISO_8859-1".
741         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
743 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
745         * mm-util.el (mm-charset-eval-alist):
746         Define it before mm-charset-to-coding-system.
747         (mm-charset-to-coding-system): Add optional argument `silent';
748         define it before mm-charset-override-alist.
749         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
750         default value if it can be used in Emacs currently running;
751         silence mm-charset-to-coding-system.
753 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
755         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
756         `allow-override' which says whether to use `mm-charset-override-alist'.
757         (rfc2047-decode-encoded-words): Use it.
759         * mm-util.el (mm-charset-override-alist): Fix custom type;
760         add `(gb2312 . gbk)' to choices.
762 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
764         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
765         fast.
767         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
769 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
771         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
772         on links.
774         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
776 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
778         * message.el (message-idna-to-ascii-rhs-1): Protect against local
779         users' addresses that don't have domain parts.
780         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
781         rather than message-narrow-to-head since there will be the message
782         header separator.
784 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
786         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
787         since the result is inserted in a unibyte buffer anyway.
788         (nnimap-demule-use-string-to-multibyte): Remove.
789         (nnimap-demule): Alias it to mm-string-to-multibyte.
791 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
793         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
794         variable for debugging bug#464 and bug#1174.
795         (nnimap-demule): Use it.
797 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
799         * gnus-score.el (gnus-score-find-trace): Handle default score in total
800         score calculation correctly.
802 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
804         * message.el (message-send-mail): Just set the buffer to unibyte
805         rather than use mm-with-unibyte-current-buffer which does a lot more.
806         (message-send-mail-partially): Don't bother with
807         mm-with-unibyte-current-buffer since it's already been made unibyte by
808         message-send-mail.
810 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
812         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
814 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
816         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
818 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
820         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
821         require itself and to remove `with-no-warnings'.
823 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
825         * starttls.el (starttls-any-program-available): Get the name of the
826         available TLS layer program.
827         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
828         well as the host name in the "opening" message.
830         * auth-source.el (auth-source-cache, auth-source-do-cache)
831         (auth-source-user-or-password): Cache passwords and logins by default,
832         allow override with `auth-source-do-cache'.
833         (auth-source-forget-user-or-password): Allow users to remove cache
834         entries if needed.
836 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
838         * ietf-drums.el (ietf-drums-remove-comments): Localize second
839         condition-case to only the forward-sexp call.
841 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
843         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
844         quotes contained.  Make it more robust regardless by an extra
845         condition-case wrapper.
847 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
849         * nnml.el (nnml-request-expire-articles): Check if the function set to
850         `nnmail-expiry-target' returns the symbol `delete'.
852         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
854         * nnmail.el (nnmail-expiry-target): Fix custom type.
856 2008-10-02  Glenn Morris  <rgm@gnu.org>
858         * mm-util.el (mm-codepage-setup): Tweak codepage error.
859         Silence compiler warning.
861 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
863         * mml.el (mml-menu): Don't assume mml2015 is bound.
865 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
867         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
868         exists.
870 2008-09-27  Glenn Morris  <rgm@gnu.org>
872         * gnus-util.el (mail-header-remove-comments): Autoload it.
874 2008-09-27  Andreas Schwab  <schwab@suse.de>
876         * gnus-util.el (gnus-split-references): Strip comments.
877         (gnus-parent-id): Likewise.
879 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
881         * message.el (message-confirm-send): Fix version.
883 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
885         * message.el (message-idna-to-ascii-rhs-1): Use
886         mail-extract-address-components rather than mail-header-parse-addresses
887         that is an alias by default to ietf-drums-parse-addresses that does not
888         support non-ASCII names in headers' contents.
890 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
892         * message.el (message-confirm-send): Fixed variable documentation to
893         avoid the "y/n" wording.
895 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
897         * message.el (message-set-auto-save-file-name): Save to a different
898         filename so multiple messages (especially drafts) can be recovered.
900 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
902         * message.el (message-confirm-send): Add appropriate version.
904 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
906         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
907         defvar.
909 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
911         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
912         (mm-pkcs7-enveloped-magic): Ditto.
914 2008-09-17  Simon Josefsson  <simon@josefsson.org>
916         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
917         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
919 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
921         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
922         default, it's better.
924 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
926         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
927         summary line gnus-number property and ignore them (with a warning
928         message).
930 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
932         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
933         macro caddr in the interactive form since it won't be expanded.
935 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
937         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
938         `charset'; fix name of function called recursively.
939         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
941 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
943         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
944         (gnus-mime-set-charset-parameters): New function.
945         (gnus-mime-view-part-as-charset): Use it to correctly display part
946         specifying wrong charset.
948 2008-09-08  David Engster  <dengste@eml.cc>
950         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
951         in completing-read for back end server.
953 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
955         * message.el (message-confirm-send): New variable to confirm sending a
956         message.
957         (message-send): Use it.
959 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
961         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
963 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
965         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
967 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
969         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
970         prevent tracking too many groups.
971         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
972         Use it.
974 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
976         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
977         moving point to the bottom of the window in order to avoid recentering.
979 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
981         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
982         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
983         (gnus-article-beginning-of-window): Fix calculation.
985 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
987         * gnus-msg.el (gnus-summary-supersede-article)
988         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
989         value of gnus-newsgroup-charset to decode non-MIME encoded text in
990         message header.
992 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
994         * message.el:
995         * gnus-start.el:
996         * gnus-registry.el: Remove VMS support.
998 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1000         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
1001         macro.
1002         (rfc2104-hash): Use it.
1004 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
1006         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
1007         (gnus-summary-sort-by-most-recent-date): New commands.
1008         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
1009         and menu entries.
1011 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1013         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
1014         don't redisplay article for raw contents; remove plural articles stuff.
1016         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
1017         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
1018         on gnus-summary-save-article; display results properly.
1020 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1022         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
1024 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1026         * gnus-art.el (gnus-summary-save-in-pipe): Consider
1027         gnus-save-all-headers.
1029 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1031         * gnus-util.el (ns-focus-frame): Remove declaration.
1032         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
1033         like x.
1035 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1037         * rfc2104.el (rfc2104-zero): Delete defconst.
1038         (rfc2104-hex-alist): Likewise.
1039         (rfc2104-hex-to-int): Delete func.
1040         (rfc2104-hexstring-to-bitstring): Likewise.
1041         (rfc2104-nybbles): New defconst.
1042         (rfc2104-hash): Rewrite for speed.
1044 2008-07-16  Glenn Morris  <rgm@gnu.org>
1046         * gnus-util.el (ns-focus-frame): Declare for compiler.
1048 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1050         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
1051         set as a group parameter.
1052         (gnus-summary-save-in-pipe): Work when it is called independently.
1053         (gnus-summary-pipe-to-muttprint): Don't modify
1054         gnus-summary-pipe-output-default-command.
1056 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1058         * message.el (message-send-mail-with-sendmail):
1059         Display the error message.
1061 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1063         * gnus-art.el (gnus-default-article-saver):
1064         Add gnus-summary-save-in-pipe to choices.
1065         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
1066         gnus-summary-pipe-output-default-command as the default command.
1067         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
1068         instead of gnus-last-shell-command.
1070         * gnus-sum.el (gnus-summary-pipe-output-default-command):
1071         New user option.
1072         (gnus-summary-muttprint-program): Mention the value will be changed.
1073         (gnus-summary-save-article): Force showing of all headers.
1074         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
1076 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
1078         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
1080 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
1082         * nnimap.el (nnimap-id):
1083         * sieve-manage.el (sieve-manage-open): Doc fixes.
1085 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
1087         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
1088         if available.
1090 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1092         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
1094         * nnkiboze.el (nnkiboze-generate-group):
1095         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
1097         * nnmairix.el: Require CL.
1099 2008-06-15  David Engster  <dengste@eml.cc>
1101         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
1103 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
1105         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
1106         New macros that expand to an `aset'/`aref' call under Emacs, and to a
1107         runtime choice under XEmacs.
1109         * gnus-sum.el (gnus-summary-set-display-table):
1110         Use `gnus-put-display-table', `gnus-get-display-table',
1111         `gnus-set-display-table' for the display table, instead of `aset'.
1113 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1115         * nnmairix.el: Add autoloads.
1117 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1119         * nnmairix.el (nnmairix-delete-recreate-group)
1120         (nnmairix-update-and-clear-marks): Fix error messages.
1122 2008-06-14  David Engster  <dengste@eml.cc>
1124         * nnmairix.el: Upgrade to version 0.6.
1125         (nnmairix-group-toggle-propmarks-this-group)
1126         (nnmairix-group-toggle-readmarks-this-group)
1127         (nnmairix-group-delete-recreate-this-group)
1128         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
1129         (nnmairix-remove-tick-mark-original-article): New commands.
1130         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
1131         (nnmairix-propagate-marks-to-nnmairix-groups)
1132         (nnmairix-only-use-registry, nnmairix-allowfast-default)
1133         (nnmairix-marks-cache, nnmairix-version-output): New variables.
1134         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
1135         functions needed for marks propagation and manipulation of read marks.
1136         (nnmairix-update-groups): New function.
1137         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
1138         (nnmairix-determine-original-group-from-registry)
1139         (nnmairix-determine-original-group-from-path)
1140         (nnmairix-get-group-from-file-path, nnmairix-map-range)
1141         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
1142         New helper functions.
1143         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
1144         keystrokes for new commands.
1145         (nnmairix-delete-and-create-on-change): Doc string cleanup.
1146         (nnmairix-request-group): Check allow-fast group parameter.
1147         (nnmairix-request-create-group): Set allow-fast group parameter if
1148         nnmairix-allowfast-default is set.
1149         (nnmairix-close-group): Propagate marks upon closing if needed.
1150         (nnmairix-group-toggle-threads-this-group): Use new.
1151         nnmairix-group-toggle-parameter helper function.
1152         (nnmairix-search): Better check for empty search result.
1153         (nnmairix-goto-original-article): Use new helper functions for
1154         determining original article.
1155         (nnmairix-show-original-article): Make sure message-id is in brackets.
1156         (nnmairix-call-mairix-binary): Change variable name.
1157         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
1158         helper function.
1159         (nnmairix-widget-toggle-activate): Fix doc string.
1161 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1163         * nnir.el: Require edmacro when compiling with XEmacs.
1164         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
1165         available in Emacs 21.
1167 2008-06-11  Glenn Morris  <rgm@gnu.org>
1169         * gnus-util.el (x-focus-frame):
1170         * gnus.el (image-size):
1171         * mm-decode.el (image-size): Declare.
1173         * gnus-picon.el (declare-function): Add compat definition.
1174         (image-size): Declare.
1176         * gnus-group.el (tool-bar-map):
1177         * gnus-sum.el (tool-bar-map): Define for compiler.
1179         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
1181         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
1183         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
1184         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
1185         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
1186         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
1187         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
1188         * sieve-manage.el, spam-report.el, spam.el:
1189         Remove unnecessary eval-and-compile of autoloads.
1191 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
1193         * auth-source.el: Precise Tramp doc.
1195 2008-06-07  Glenn Morris  <rgm@gnu.org>
1197         * nnmairix.el: Remove unnecessary eval-when-compile.
1199 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
1201         * nnir.el: New file.
1203 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1205         * gnus-util.el (gnus-read-shell-command): New function.
1206         * mm-decode.el (mm-pipe-part):
1207         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
1209 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1211         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
1213 2008-06-03  Glenn Morris  <rgm@gnu.org>
1215         * pop3.el (nnheader-accept-process-output): Autoload it.
1217 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1219         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
1220         are not 2-digit hexadecimal characters that follow `%'s.
1222 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1224         * message.el (message-bogus-recipient-p): Fix type in doc string.
1225         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
1226         (message-bogus-addresses): Rename from message-bogus-address-regexp.
1227         Improve custom options.
1228         (message-bogus-recipient-p): Adjust accordingly.
1230 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1232         * nnmairix.el: Require edmacro when compiling with XEmacs.
1234 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
1236         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
1237         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
1239 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1241         * auth-source.el: Add more docs.
1243 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1245         * nnheader.el (nnheader-read-timeout): Change the default timeout from
1246         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
1247         retrieval faster in some cases, but might make CPU usage larger.  If
1248         this has any bad side effects, we might revert this change.
1250         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
1251         seems to make mail retrieval much, much faster.
1252         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
1253         unconditionally.
1255         * gnus-draft.el (gnus-group-send-queue): Bind
1256         message-send-mail-partially-limit to nil to avoid being prompted.
1258 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
1260         * mml.el (mml-attach-buffer): Prompt for `disposition'.
1262         * message.el (message-bogus-address-regexp): Fix and improve custom
1263         type.
1264         (message-setup-hook): Add message-check-recipients as custom option.
1266 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
1268         * message.el (message-cite-function): Remove bogus autoload which crept
1269         in during merge from v5-10.
1271 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
1273         * nnimap.el (nnimap-open-connection): Fix login/password bug.
1275         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
1277         * auth-source.el: Preliminary Tramp docs.
1278         (auth-sources): Change the default auth-sources to use
1279         EPA .gpg files.
1281 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1283         * nntp.el: Autoload `auth-source-user-or-password'.
1284         (nntp-send-authinfo): Use it.
1286         * nnimap.el: Autoload `auth-source-user-or-password'.
1287         (nnimap-open-connection): Use it.
1289         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
1290         for the gnus-message function.
1291         (auth-source-user-or-password): Use it.
1293 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1295         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
1296         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
1297         (rfc2104-hash): Use it.
1299 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1301         * gnus-art.el (gnus-article-toggle-truncate-lines):
1302         Don't use `iff' in docstring.
1304 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
1306         * gnus-registry.el: Adjusted copyright dates and added a keyword.
1308         * gnus-util.el (gnus-extract-address-component-name)
1309         (gnus-extract-address-component-email): Convenience functions around
1310         `gnus-extract-address-components'.
1312         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1313         Use `gnus-extract-address-component-email' to fix bug of comparing full
1314         sender name to `user-mail-address'.
1316 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1318         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
1319         catch/throw to optimize.
1320         (gnus-registry-find-keywords): Just use member to find a keyword.
1322 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1324         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
1325         is current before calling gnus-server-prepare.
1326         (gnus-server-setup-buffer, gnus-server-update-server)
1327         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
1329 2008-05-04  Juri Linkov  <juri@jurta.org>
1331         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
1332         (mailcap-file-default-commands): Use mailcap-replace-in-string
1333         instead of replace-regexp-in-string, and mailcap-delete-duplicates
1334         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
1336 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
1338         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
1340 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1342         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
1343         hooks.
1344         (gnus-update-read-articles): Speed up non-marks-using users.
1345         (gnus-use-marks): Define gnus-use-marks.
1346         (gnus-propagate-marks): Rename variable to something more sensible.
1348 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
1350         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
1351         (gmm-image-load-path-for-library): Fix typos in docstrings.
1352         (gmm-message): Reflow docstring.
1354 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
1356         * mail-source.el (mail-source-set-1, mail-source-bind):
1357         Move auth-source code out of the macro to clean it up and fix bugs.
1359 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
1361         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
1362         by sender if it's equal to user-mail-address, it's likely to be
1363         useless.
1365         * mail-source.el (mail-source-bind): Don't use user or password if they
1366         are not bound.  Unintern them if they are nil.  Don't use server unless
1367         it's bound, and default it to empty string otherwise.
1369 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1371         * mail-source.el: Load auth-source.el.
1372         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
1373         get user name or password, if auth-sources is set up.
1375         * gnus-registry.el (gnus-registry-split-strategy): New variable for
1376         strategy of splitting with parent.
1377         (gnus-registry-split-fancy-with-parent)
1378         (gnus-registry-post-process-groups): Use it and fix prior
1379         bug (returning a list as the split result).
1381         * auth-source.el (auth-sources): Remove server parameter.
1382         (auth-source-pick, auth-source-user-or-password)
1383         (auth-source-user-or-password-imap)
1384         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1385         (auth-source-user-or-password-sftp)
1386         (auth-source-user-or-password-smtp): Remove server parameter.
1388 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
1390         * smime.el (smime-sign-region, smime-encrypt-region)
1391         (smime-decrypt-region):
1392         Remove redundant calls to `generate-new-buffer-name'.
1394 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
1396         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
1397         Don't use QP for message/rfc822.
1398         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
1400 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1402         * sieve-manage.el (sieve-string-bytes): Remove.
1403         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
1404         correct byte-length only if the process's coding-system is the same as
1405         the one used internally by Emacs to represent strings.
1407 2008-04-22  Juri Linkov  <juri@jurta.org>
1409         * mailcap.el (mailcap-file-default-commands): New function.
1411 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1413         * message.el (message-signature-separator, message-cite-function):
1414         Change custom version.
1416 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1418         * mm-decode.el (mm-display-external): Make temp file read-only.
1420 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1422         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
1423         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
1424         `C-c C-f d'.
1426 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
1428         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
1430 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
1432         * auth-source.el: Added docs.
1433         (auth-sources): Modify format to support server.
1434         (auth-source-pick, auth-source-user-or-password)
1435         (auth-source-user-or-password-imap)
1436         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1437         (auth-source-user-or-password-sftp)
1438         (auth-source-user-or-password-smtp): Add server parameter.
1440 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
1442         * gnus-registry.el: Initialize the registry when gnus-registry-install
1443         is t.
1445 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1447         * compface.el (uncompface): Make buffer unibyte.
1449 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1451         * mail-source.el (mail-source-value):
1452         Prefer fboundp to functionp so it works with macros as well.
1454 2008-04-05  Glenn Morris  <rgm@gnu.org>
1456         * gnus-ems.el (mm-disable-multibyte): Autoload it.
1458 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1460         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
1461         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
1463         * nnheader.el (nnheader-init-server-buffer): Change buffer's
1464         multibyteness after rather than before erasing it.
1466         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
1467         mm-with-multibyte.
1468         (gnus-request-article-this-buffer): Make sure the proper decoding is
1469         used if gnus-original-article-buffer happens to be unibyte.
1471         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
1472         default-enable-multibyte-characters.
1474         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
1475         default-enable-multibyte-characters.
1477         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
1479         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
1481 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1483         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1484         Fix last change in case the element is not even a symbol.
1486 2008-04-02  Simon Josefsson  <simon@josefsson.org>
1488         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
1489         imap-enable-exchange-bug-workaround.
1490         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
1492 2008-04-01  Simon Josefsson  <simon@josefsson.org>
1494         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
1495         a 100 byte status-checks into a 2-3MB transfer for each group.
1496         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
1497         to enable bug workaround or not.
1498         (nnimap-find-minmax-uid): Only enable workaround conditionally.
1500 2008-03-31  Glenn Morris  <rgm@gnu.org>
1502         * message.el (mml2015-use): Declare for compiler.
1503         (message-info): Require mml2015 when appropriate.
1505 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1507         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
1508         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
1509         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
1510         (nntp-service-to-port): New function.
1511         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
1512         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
1513         (nntp-open-netcat-stream): New function.
1514         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
1516 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
1518         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
1520 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1522         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
1524 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
1526         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
1528 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1530         * message.el (message-signature-separator): Change default.
1531         Improve custom type.
1532         (message-cite-function): Change default to
1533         message-cite-original-without-signature.
1535         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
1536         toggle.
1538         * message.el (message-check-news-body-syntax): Fix signature check.
1539         (message-setup-1): Mark buffer as unmodified _after_ running
1540         message-setup-hook and handling message-alternative-emails.
1541         (message-shorten-references): Be more strict when building list of
1542         valid references to comply with GNKSA.
1544         * gnus-group.el (gnus-read-ephemeral-bug-group)
1545         (gnus-read-ephemeral-debian-bug-group)
1546         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
1548         * message.el (message-info): Don't use booleanp which isn't supported
1549         in Emacs 21 and XEmacs.
1551 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
1553         * gnus-group.el (gnus-gmane-group-download-format): Rename from
1554         gnus-group-gmane-group-download-format.
1555         (gnus-group-read-ephemeral-gmane-group): Rename from
1556         gnus-group-read-ephemeral-gmane-group.
1557         (gnus-read-ephemeral-gmane-group-url): Rename from
1558         gnus-group-read-ephemeral-gmane-group-url.
1559         (gnus-bug-group-download-format-alist): New variable.
1560         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
1561         (gnus-read-ephemeral-emacs-bug-group): New commands.
1563 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1565         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
1566         (gnus-visible-headers): Improve custom type.
1568 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1570         * mml.el (mml-menu): Add workarounds for XEmacs.
1572         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
1573         X-Boundary header.
1575         * message.el (message-simplify-recipients): Fix previous commit.
1577 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1579         * mm-util.el (mm-set-buffer-multibyte): New function.
1580         * mm-decode.el (mm-copy-to-buffer): Use it.
1582         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1583         Prefer fboundp to functionp so it works with macros as well.
1585 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
1587         * message.el (message-alter-recipients-discard-bogus-full-name):
1588         New function.
1589         (message-alter-recipients-function): New variable.
1590         (message-get-reply-headers): Use it.
1591         (message-replace-header): New helper function.
1592         (message-recipients-without-full-name): New variable.
1593         (message-simplify-recipients): New command.
1595         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
1597         * message.el (message-info): Handle EasyPG manual.
1599         * mml.el (mml-menu): Add entry for EasyPG.
1601 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
1603         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
1604         parameter.
1606         * message.el (message-disassociate-draft): Specify drafts group name
1607         fully.
1609 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
1611         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
1612         unnecessary duplicates from the match list.
1614 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1616         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
1617         args of `how-many' of which the XEmacs version doesn't take; declare
1618         Info-index-next as function.
1620 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1622         * gnus-score.el (gnus-score-headers): Fix handling of
1623         gnus-inhibit-slow-scoring.
1625         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
1626         string.
1627         (gnus-button-url-regexp): Improve handling of parenthesis.
1628         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
1629         (gnus-button-handle-info-keystrokes): Handle index entries.
1631 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1633         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
1634         Incoming* files.
1636 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1638         * auth-source.el (auth-sources): Renamed from auth-source-choices.
1639         (auth-source-pick): Use it.
1641 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1643         * auth-source.el (auth-source-protocols)
1644         (auth-source-protocols-customize, auth-source-choices): Added and
1645         modified variable customizations and defaults.
1646         (auth-source-pick, auth-source-user-or-password)
1647         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1648         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1649         (auth-source-user-or-password-sftp)
1650         (auth-source-user-or-password-smtp): Use new variables and provide an
1651         interface to netrc.el.
1653 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1655         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
1656         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
1657         Make sure the nntp port to specify is a string.
1659 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1661         * nntp.el: Use with-current-buffer.
1662         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
1663         dubious mm-with-unibyte-current-buffer.
1664         (nntp-with-open-group-function): New function extracted from
1665         nntp-with-open-group macro.
1666         (nntp-with-open-group): Use the function, so it's easier to debug.
1667         Add indentation and debugging info.
1668         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
1669         the use of the netcat alternatives.
1671         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
1672         Avoid mm-string-as-multibyte as well.
1674         * nnweb.el (nnweb-insert-html):
1675         Remove use of nnheader-string-as-multibyte.
1677         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
1678         (nnheader-string-as-multibyte): Remove.
1680         * mm-view.el: Use inhibit-read-only.
1681         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
1682         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
1683         or unibyte-string.
1685         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
1686         (mm-uu-yenc-extract): Use with-current-buffer.
1688         * gnus-soup.el (gnus-soup-send-packet): Don't use
1689         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
1691         * nnmh.el: Use with-current-buffer.
1692         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
1693         mm-string-as-multibyte on the output of mm-encode-coding-string.
1695         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
1696         (nnimap-request-move-article): Use with-current-buffer.
1698         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
1699         inserting the handle-buffer's text, so the implicit multibyte->unibyte
1700         conversion uses string-make-unibyte rather than string-as-unibyte.
1702         * gnus-msg.el: Use with-current-buffer.
1704         * message.el (message-ignored-resent-headers): Add "Delivered-To".
1706 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
1708         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
1709         string for caching if it is 'PIN.
1711 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1713         * mail-source.el (mail-source-delete-old-incoming-confirm):
1714         Change default to nil.
1715         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
1717 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1719         * gnus-art.el (gnus-narrow-to-page): Position point properly.
1720         (gnus-article-goto-prev-page): Work for articles having ^L's.
1722         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
1724         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
1726 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
1728         * gnus-bookmark.el: Adjust for renames in bookmark.el.
1729         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
1730         (gnus-bookmark-jump): Adjust some variable names.
1732 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1734         * auth-source.el: New package.
1735         (auth-source-choices): Add customization entry point variable.
1737         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
1738         bug.
1740 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
1742         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
1743         (gnus-registry-initialize, gnus-registry-install-p): Use it.
1744         (gnus-registry-install-shortcuts): Rename from
1745         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
1746         the `gnus-registry-mark-map' keymap dynamically from
1747         `gnus-registry-marks'.  The generated functions update the summary line
1748         when a registry mark is added or deleted, and will call
1749         `gnus-registry-install-p' (see the comments in the code).
1750         (gnus-registry-user-format-function-M): Use concat intelligently.
1752         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
1753         the registry mark functions.
1755 2008-03-05  Glenn Morris  <rgm@gnu.org>
1757         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
1758         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
1759         gnus-art.
1760         (top-level): No need to load own source when compiling.
1762 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
1764         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
1765         Suggested by <chris.anderton@zetnet.co.uk>.
1767 2008-03-04  Glenn Morris  <rgm@gnu.org>
1769         * gnus-sum.el (top-level): No need to require gnus when compiling,
1770         since unconditionally required near start of file.
1771         (gnus-summary-display-while-building): Move definition before use.
1773 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
1775         * gnus-registry.el (gnus-registry-user-format-function-M): Add
1776         formatting function.
1778 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
1780         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1781         with plists.
1782         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1783         Use new format.
1785 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1787         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
1788         `where-is-internal' that returns a range of key sequences.
1790 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1792         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
1794         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1795         (gnus-summary-jump-to-group): Consider windows on other displayed
1796         frames as well.  Similar changes might be needed elsewhere, but that's
1797         the one I've bumped into during my use.
1799         * nndoc.el (nndoc-oe-dbx-type-p):
1800         * gnus-msg.el (gnus-debug):
1801         * gnus-group.el (gnus-update-group-mark-positions):
1802         Use mm-string-to-multibyte.
1804 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1806         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1807         doesn't handle NotDashEscaped.
1809         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
1810         (mml-dnd-attach-options): Fix typo in custom choice.
1812         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1813         nndoc-article-type to mbox.
1814         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1816         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
1817         to nil, instead of html2text.
1819         * imap.el (imap-debug): Add `imap-ping-server'.
1821         * gnus-bookmark.el: Add FIXMEs.
1823         * message.el (message-form-letter-separator)
1824         (message-send-form-letter-delay): New variables.
1825         (message-send-form-letter): Use them.  New command to send form
1826         letters.  Requested by Uwe Siart.
1827         (message-send-mail-function): Doc fix.  Add "Other" custom option.
1829 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
1831         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1832         empty author.
1834 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
1836         * gnus-registry.el (gnus-registry-marks): Add variable for
1837         customization of marks and their appearance.
1838         (gnus-registry-read-mark): Use it.
1839         (gnus-registry-do-marks): Add utility function to loop through
1840         `gnus-registry-marks'.
1841         (gnus-registry-install-shortcuts-and-menus): Add function to install
1842         shortcuts and menus.
1843         (gnus-registry-initialize): Use it.
1844         (gnus-registry-default-mark): Clarify documentation.
1846 2008-02-29  Glenn Morris  <rgm@gnu.org>
1848         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1849         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1850         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1851         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1852         Change defcustom :version from 23.0 to 23.1.
1854 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1856         * gnus-registry.el (gnus-registry-follow-group-p)
1857         (gnus-registry-post-process-groups): Add functions to aid registry
1858         splitting and improve logging.  Clarify behavior in function
1859         documentation.
1860         (gnus-registry-split-fancy-with-parent): Use them.
1862 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1864         * gnus-art.el: Use with-current-buffer.
1866 2008-02-27  David Engster  <dengste@eml.cc>
1868         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1869         Express real group name in the response.
1871 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1873         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1874         (nnmairix-last-server, nnmairix-current-server): Defvar them.
1875         (nnmairix-goto-original-article): Defvar gnus-registry-install and
1876         autoload gnus-registry-fetch-group when compiling.
1877         (nnmairix-request-group-with-article-number-correction): Remove
1878         unreferenced argument passed to nnmairix-call-backend.
1880 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1882         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1883         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
1884         Wilde.
1886 2008-02-27  Glenn Morris  <rgm@gnu.org>
1888         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1889         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1890         variables to defconsts.  Convert comments to doc-strings.
1891         (nnmairix-last-server, nnmairix-current-server): Convert from free
1892         variables to defvars.  Convert comments to doc-strings.
1893         (gnus-registry-fetch-group): Autoload.
1894         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1895         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1896         (nnmairix-widget-build-editable-fields): Use car cddr rather than
1897         caddr.
1898         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1899         nnmairix-request-group-with-article-number-correction call.
1900         (nnmairix-fast, nnmairix-group): New, less general names, for free
1901         variables passed from nnmairix-request-group to
1902         nnmairix-request-group-with-article-number-correction.  Declare.
1903         (nnmairix-request-group-with-article-number-correction):
1904         Use nnmairix-fast, nnmairix-group rather than fast, group.
1906 2008-02-26  David Engster  <dengste@eml.cc>
1908         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
1909         version 0.5.
1911 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1913         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1914         instead of making an extra function call.  Don't add the current group
1915         to articles only when they have the group.  Use
1916         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1917         Reported by David <de_bb@arcor.de>.
1919 2008-02-24  Miles Bader  <miles@gnu.org>
1921         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1922         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
1923         (mm-find-mime-charset-region):
1924         * mm-bodies.el (mm-encode-body):
1925         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
1927 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
1929         * mail-source.el (mail-source-delete-incoming): Change default.
1930         Supplement doc string.
1932         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1934 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1936         * nnmail.el (nnmail-message-id-cache-file): Derive from
1937         `gnus-home-directory'.
1939 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
1941         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1942         Document negative prefix.
1944         * gnus-group.el (gnus-group-read-group): Document negative prefix.
1946 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1948         * message.el (message-unsent-separator): Add the Exim bounce
1949         separator.
1951 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
1953         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1954         list.
1955         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1956         recipient/signer list.
1958 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1960         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1961         fbound (Emacs 23 unicode), signal an error.
1963 2008-02-08  Glenn Morris  <rgm@gnu.org>
1965         * gnus-art.el (pgg-display-output-buffer): Declare as function.
1967 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
1969         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1970         ports to the calls to `netrc-machine-user-or-password' in addition to
1971         "imap" and "imaps".
1973 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
1975         * gnus.el (gnus-group-startup-message): Add `find-image' call before
1976         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
1977         <hanche@math.ntnu.no>.
1979 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1981         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1983 2008-02-01  Zhang Wei  <id.brep@gmail.com>
1985         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1987         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1989 2008-02-01  Miles Bader  <miles@gnu.org>
1991         * mml.el (mml-parse-1): Remove apparently vestigial use of
1992         `mm-hack-charsets'.
1993         * mm-bodies.el (mm-encode-body): Likewise.
1995 2008-02-01  Kenichi Handa  <handa@m17n.org>
1997         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1998         rfc2104-hexstring-to-bitstring and changed to return a byte list.
1999         (rfc2104-hash): Convert the result of concat to unibyte string.
2001 2008-02-01  Dave Love  <fx@gnu.org>
2003         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
2004         coding-system-for-read.
2005         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
2007         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
2008         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
2009         (mm-find-mime-charset-region): Remove hack-charsets stuff.
2011 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
2013         * mail-source.el (mail-sources): Add `group' choice.
2015         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
2016         parameter `in-group' to control into which group the articles go.
2017         Add treatment of `group' mail-source.
2019 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
2021         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
2022         * message.el (message-beginning-of-line): Use featurep instead of bound
2023         tests in order to resolve conditionals at compile time.
2025 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2027         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
2029         * mm-decode.el (mm-dissect-buffer): Decode description.
2031         * mml.el (mml-to-mime): Encode message header first.
2033 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2035         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
2036         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
2038 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
2040         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
2042 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2044         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
2045         prefix keys.
2046         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
2047         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
2048         gnus-xmas.el.
2050 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2052         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
2053         Add new variables for article mark management.
2054         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
2055         list of extra data entries which, when present, will indicate that the
2056         article ID should not be trimmed from the registry.
2057         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
2058         functions.
2059         (gnus-registry-read-mark): New function to read a mark name from the
2060         user.
2061         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
2062         (gnus-registry-set-article-mark-internal): New functions to add and
2063         remove marks.
2064         (gnus-registry-get-article-marks): New function to show the marks for
2065         an article, or retrieve them for further use.
2067 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2069         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
2070         keys when no argument is given.
2072 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2074         * gnus-sum.el (gnus-article-sort-by-random)
2075         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
2076         jidanni@jidanni.org.
2078 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2080         * gnus-art.el (gnus-article-describe-bindings): New function.
2081         (gnus-article-read-summary-keys): Use it.
2082         (gnus-article-mode-map): Bind `C-h b' to it.
2084 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2086         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
2087         XEmacs.
2088         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
2089         against non-character events.
2091 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2093         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
2094         command.
2095         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
2096         instead of END.  Change name of the temp file.
2097         (gnus-group-gmane-group-download-format): Add doc string.  Make it
2098         customizable.
2100 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2102         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
2103         bind `S W' to gnus-article-wide-reply-with-original; set default
2104         binding to gnus-article-read-summary-send-keys.
2105         (gnus-article-read-summary-keys): Fix the order of keys; display
2106         continuation keys correctly in the echo area; describe bindings
2107         correctly when keys end with `C-h'.
2108         (gnus-article-read-summary-send-keys): New function.
2109         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
2110         for gnus-article-read-summary-send-keys; display continuation keys
2111         correctly in the echo area.
2112         (gnus-article-reply-with-original): Ignore prefix argument.
2113         (gnus-article-wide-reply-with-original): New function.
2115 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2117         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
2118         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
2120 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
2122         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
2123         (gnus-group-read-ephemeral-gmane-group): New command.
2125 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2127         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
2129 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
2131         * message.el (message-send-mail-function): Increase custom version.
2133         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
2134         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
2136 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2138         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
2139         html parts correctly; support forwarded messages.
2140         (gnus-article-browse-html-article): Remove work buffers.
2142         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
2143         compiling.
2144         (netrc-bound-and-true-p): New macro.
2145         (netrc-parse): Use it instead of bound-and-true-p that is not available
2146         in XEmacs 21.4.
2148 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
2150         * gnus-registry.el (gnus-registry-mark-article)
2151         (gnus-registry-article-marks): Add functionality to mark articles
2152         through the Gnus registry.
2154         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
2155         (netrc-parse): Use encrypt-file-alist to determine if
2156         encrypt-find-model or encrypt-insert-file-contents should be used.
2158 2007-12-19  Glenn Morris  <rgm@gnu.org>
2160         * mml.el (message-options-set, message-narrow-to-head)
2161         (message-in-body-p, message-mail-p, message-encode-message-body):
2162         Autoload.
2163         (message-remove-header, message-narrow-to-headers-or-head)
2164         (message-subscribed-p, message-make-mail-followup-to)
2165         (message-position-on-field, message-news-p)
2166         (message-options-set-recipient, message-generate-headers)
2167         (message-sort-headers): Declare as functions.
2169 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2171         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
2172         convention in doc string.
2174 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2176         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
2177         title to html parts.
2178         (gnus-article-browse-html-article): Pass message header to it.
2180         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
2182 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
2184         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
2185         or password compatible with XEmacs.
2187 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2189         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
2190         format document.
2191         (gnus-mime-delete-part): Don't write description line if empty.
2192         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
2194 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
2196         * gnus-sum.el (gnus-summary-mark-unread-as-read)
2197         (gnus-summary-mark-read-and-unread-as-read)
2198         (gnus-summary-mark-current-read-and-unread-as-read)
2199         (gnus-summary-mark-unread-as-ticked): Doc fix.
2200         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
2202 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
2204         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
2205         Christoph Conrad <christoph.conrad@gmx.de>.
2207 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
2209         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
2210         yes-or-no-p.
2212 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2214         * mm-decode.el (mm-add-meta-html-tag): New function.
2215         (mm-save-part-to-file, mm-pipe-part): Use it.
2217         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
2218         gnus-y-or-n-p instead of y-or-n-p.
2219         (gnus-article-browse-html-parts): Work with message/external-body; use
2220         mm-add-meta-html-tag.
2222 2007-12-11  Glenn Morris  <rgm@gnu.org>
2224         * gnus-cache.el: Require gnus-sum not just when compiling.
2226         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
2228         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
2229         definitions before use.
2231         * mm-decode.el: Require gnus-util.
2232         (mm-remove-part): Only call delete-annotation on XEmacs.
2234         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
2236         * nnmail.el: Require gnus-int.
2238         * spam.el: Move `require's before `eval-when-compile's.
2240         * gnus-ems.el (gnus-alive-p):
2241         * gnus-fun.el (message-goto-eoh):
2242         * gnus-util.el (gnus-group-name-decode):
2243         * mail-source.el (gnus-compress-sequence):
2244         * message.el (Info-goto-node, format-spec):
2245         * mm-bodies.el (message-options-get):
2246         * mm-decode.el (mm-view-pkcs7):
2247         * mm-util.el (gmm-write-region):
2248         * mml-smime.el (mml-compute-boundary)
2249         (gnus-completing-read-with-default):
2250         * mml.el (widget-button-press, gnus-make-hashtable):
2251         * mml1991.el (mm-decode-content-transfer-encoding)
2252         (mm-encode-content-transfer-encoding)
2253         (message-options-get, message-options-set):
2254         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
2255         * nnfolder.el (gnus-request-group):
2256         * nnheader.el (ietf-drums-unfold-fws):
2257         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
2258         * smime.el (gnus-run-mode-hooks):
2259         * spam-stat.el (gnus-message): Autoload.
2261         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
2262         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
2263         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
2264         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
2265         Add declare-function compatibility definition.
2267         * gnus-cache.el (nnvirtual-find-group-art):
2268         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
2269         (gnus-add-image, gnus-add-wash-type):
2270         * gnus-group.el (nnkiboze-score-file):
2271         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
2272         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
2273         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
2274         (message-tokenize-header, gnus-get-buffer-create)
2275         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
2276         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
2277         * gnus.el (gnus-group-decoded-name):
2278         * mail-source.el (imap-capability):
2279         * mm-bodies.el (message-options-set):
2280         * mm-decode.el (gnus-configure-windows):
2281         * mm-extern.el (message-goto-body):
2282         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
2283         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
2284         (epg-sub-key-validity, message-options-set):
2285         * mml.el (widget-event-point, gnus-configure-windows):
2286         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
2287         * mml2015.el (epg-check-configuration, epg-configuration)
2288         (message-options-set):
2289         * nndb.el (nndb-request-article):
2290         * nnfolder.el (gnus-request-create-group):
2291         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
2292         * nnmaildir.el (gnus-group-mark-article-read):
2293         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
2294         * rfc1843.el (message-fetch-field):
2295         * spam.el (gnus-extract-address-components):
2296         Declare as functions.
2298 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2300         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
2302 2007-12-09  Glenn Morris  <rgm@gnu.org>
2304         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
2306         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
2307         * message.el, mm-view.el, sieve-manage.el, smime.el:
2308         Add declare-function compatibility definition.
2310         * gnus-art.el (w3-region, w3m-region, Info-menu):
2311         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
2312         * gnus-sum.el (gnus-get-predicate):
2313         * gnus-util.el (mm-append-to-file, w32-focus-frame):
2314         * message.el (mail-abbrev-in-expansion-header-p):
2315         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
2316         (w3m-detect-meta-charset, w3m-region):
2317         * sieve-manage.el (password-read, password-cache-add)
2318         (password-cache-remove):
2319         * smime.el (password-read-and-add): Declare as functions.
2321 2007-12-08  David Kastrup  <dak@gnu.org>
2323         * gnus-sum.el (gnus-summary-simplify-subject-query):
2324         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
2325         `message'.
2327 2007-12-07  Glenn Morris  <rgm@gnu.org>
2329         * gnus-art.el (article-make-date-line): Revert previous change.
2331 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2333         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
2335 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
2337         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
2338         Call gnus-add-to-range ranges only once with a prepared article-list.
2340 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
2342         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
2343         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
2344         group names with backslashes.  Reported by Tassilo Horn
2345         <tassilo@member.fsf.org>.
2347 2007-12-06  Deepak Goel  <deego3@gmail.com>
2349         * gnus-art.el (article-make-date-line):
2350         * gnus-start.el (gnus-load):
2351         * pop3.el (pop3-read-response): Fix buggy call to `error'.
2353 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2355         * gnus-art.el (gnus-use-idna)
2356         * gnus-start.el (gnus-site-init-file)
2357         * message.el (message-use-idna)
2358         * mm-uu.el (mm-uu-hide-markers)
2359         * smiley.el (smiley-style): Revert changes that suppress warnings.
2361 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2363         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
2364         specify charset to html source.  Reported by Christoph Conrad
2365         <christoph.conrad@gmx.de>.
2367 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2369         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
2370         idna-program in order to suppress byte compile warning issued by XEmacs
2371         that came to byte compile the default value section of defcustom forms
2372         recently.
2374         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
2375         value of installation-directory.
2377         * message.el (message-use-idna): Don't directly refer to the value of
2378         idna-program.
2380         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
2382         * smiley.el (smiley-style): Don't directly call face-attribute.
2384 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
2386         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
2388         * gnus-dired.el: Reduce Gnus dependencies.
2389         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
2390         require.  Use autoloads instead.
2391         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
2392         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
2393         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
2394         (gnus-dired-mode): Adjust doc string.
2395         (gnus-dired-mail-mode): New variable.
2396         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
2397         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
2398         (gnus-dired-mail-buffers): New function.  Return mail or message
2399         composition buffers.
2400         (gnus-dired-attach): Use it.
2401         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
2402         NO-DECODE.
2403         (gnus-dired-print): Use `gnus-print-buffer' depending on
2404         `gnus-dired-mail-mode'.
2406 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2408         * rfc2047.el (rfc2047-encoded-word-regexp)
2409         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
2410         explaining what regexp patterns are for.
2412 2007-12-04  Glenn Morris  <rgm@gnu.org>
2414         * password.el: Move to ../password-cache.el.
2416         * mml1991.el (password-read, password-cache-add, password-cache-remove):
2417         * mml2015.el (password-read, password-cache-add, password-cache-remove):
2418         * mml-smime.el (password-read, password-cache-add)
2419         (password-cache-remove):
2420         No need to autoload, since mml-sec requires password.
2422         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
2423         * message.el (gnus-extract-address-components):
2424         * mml-smime.el (gnus-extract-address-components): Define for compiler.
2426         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
2427         password.
2429 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
2431         * mailcap.el: Reduce dependencies.
2432         (mail-header-parse-content-type): Autoload.
2433         (mailcap-delete-duplicates): New alias.
2434         (mailcap-mime-info): Add optional argument NO-DECODE.
2435         (mailcap-mime-types): Use mailcap-delete-duplicates.
2437         * message.el (message-ignored-supersedes-headers): Add "X-ID".
2439 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2441         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
2442         function.
2444         * gnus-uu.el (gnus-uu-decode-yenc): New command.
2445         (gnus-uu-yenc-article): New function.
2447         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
2449         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
2450         buffer.
2452 2007-12-02  Glenn Morris  <rgm@gnu.org>
2454         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
2455         Move to ../net.
2457         * binhex.el, uudecode.el: Move to ../mail.
2459         * encrypt.el: Remove file.
2461 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
2463         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
2464         matches on patches.
2466         * gnus-art.el (gnus-article-browse-html-article): Mention
2467         `mm-text-html-renderer' in the doc string.
2469         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
2470         string.  Add comments.
2472         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
2473         if rhs is ASCII.
2475 2007-12-01  Glenn Morris  <rgm@gnu.org>
2477         * dig.el, dns.el: Move to ../net.
2478         * format-spec.el, hex-util.el, sha1.el: Move to ../.
2480         * mail-source.el (top-level): Require format-spec before
2481         eval-when-compile.
2483 2007-11-30  Glenn Morris  <rgm@gnu.org>
2485         * encrypt.el: Require password, rather than autoloading password-read.
2487 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
2489         * gnus.el (gnus-method-to-server): Add an optional parameter so the
2490         caller can indicate whether the cache should be disregarded for this
2491         call.  This way the result of the call is reproducible at all times and
2492         can be considered a canonical server name for the supplied method.
2493         (gnus-agent-method-p): Canonicalize server names by pushing their
2494         method through `gnus-method-to-server' using the no-cache argument.
2496         * gnus-srvr.el (gnus-server-insert-server-line): Call
2497         `gnus-method-to-server' with `no-cache' argument.
2499         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
2500         gnus-agent-possibly-synchronize-flags as this should be called when the
2501         server is actually being opened.
2502         (gnus-agent-possibly-synchronize-flags)
2503         (gnus-agent-possibly-synchronize-flags-server): Move check for the
2504         flags file of an agentized server to the latter function.
2506         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
2507         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
2508         after a connection has been established successfully.
2510 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2512         * gnus-art.el (article-display-face): Force to display face if called
2513         interactively; check if gnus-article-x-face-too-ugly matches author.
2514         (article-display-x-face): Display face even if From header is missing
2515         as article-display-face does.
2517 2007-11-28  Richard Stallman  <rms@gnu.org>
2519         * md4.el: Move to ../.
2520         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
2522 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
2524         * mail-source.el (mail-sources): Default to fetch from file for
2525         compatibility with default of nnmail-spool-file.
2527 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2529         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
2530         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
2531         to look for encoded word that should be encoded again.
2532         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
2533         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
2534         encoding pattern.
2535         (rfc2047-decode-region): Switch strict regexp and loose one according
2536         to rfc2047-allow-irregular-q-encoded-words.
2538 2007-11-26  Simon Josefsson  <simon@josefsson.org>
2540         * imap.el: Move to ../net directory.
2542 2007-11-25  Romain Francoise  <romain@orebokech.com>
2544         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
2546 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2548         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
2549         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
2551         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
2552         `nnmail-spool-file'.
2554         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
2555         `nnmail-spool-file'.
2557         * gnus-move.el (gnus-change-server): Ditto.
2559         * gnus-kill.el (gnus-batch-score): Ditto.
2561         * gnus-cache.el (gnus-jog-cache): Ditto.
2563         * gnus-msg.el (gnus-summary-reply):
2564         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
2566 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2568         * gnus-cache.el (gnus-cache-generate-nov-databases):
2569         Use nnml-generate-nov-databases-directory instead of
2570         nnml-generate-nov-databases-1.
2572 2007-11-24  Glenn Morris  <rgm@gnu.org>
2574         * message.el (message-tool-bar-retro): Update for rename
2575         mail_send.xpm->mail-send.xpm.
2577 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
2579         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2580         `smime-ldap-search' for Emacs 22 and up.
2582 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
2584         * hashcash.el: Move to ../mail directory.
2586         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
2588         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2589         `smime-ldap-search' for Emacs 22 and up.
2591 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2593         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
2595         * message.el (message-send-mail-function): Fix error convention.
2596         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
2597         (message-widen-reply, message-send-mail, message-talkative-question)
2598         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
2599         (message-clone-locals, message-send-news): Use with-current-buffer.
2600         (message-insert-or-toggle-importance): Remove unused var `valid'.
2601         (message-make-references): Remove unused var `new-references'.
2602         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
2604 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
2606         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
2607         (spam-split-symbolic-return-positive): Reflow docstring.
2608         (spam-backends, spam-summary-exit-behavior)
2609         (spam-mark-ham-unread-before-move-from-spam-group)
2610         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
2611         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
2612         (spam-clear-cache, spam-backend-check, spam-install-backend)
2613         (spam-install-statistical-backend, spam-list-of-processors)
2614         (spam-group-processor-p, spam-split, spam-bogofilter-score)
2615         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
2616         (spam-check-crm114, spam-initialize, spam-unload-hook):
2617         Fix typos in docstrings.
2619 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2621         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
2622         been checked if they have never been read and those group levels are
2623         higher than the one that a user specified.
2625 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2627         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
2628         foreign groups unless a group level is specified by a user.
2629         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
2631 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
2633         * message.el (message-send-mail-function): Require sendmail.
2635 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
2637         * message.el (message-send-mail-function): Check for smtpmail too.
2639         * utf7.el (utf7-encode, utf7-decode): Use coding system
2640         `utf-7'/`utf-7-imap' from utf-7.el' if available.
2642         * message.el (message-send-mail-function): New function.
2643         (message-send-mail-function): Set default using
2644         message-send-mail-function.  Adjust doc string.
2645         (message-send-mail-with-mailclient): New function.
2647 2007-11-17  Richard Stallman  <rms@gnu.org>
2649         * assistant.el: Remove file.
2651 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
2653         * smime.el (from):
2654         * rfc2047.el (message-posting-charset):
2655         * qp.el (mm-use-ultra-safe-encoding):
2656         * pop3.el (parse-time-months):
2657         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
2658         * nnml.el (files):
2659         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
2660         (jka-compr-compression-info-list, ange-ftp-path-format)
2661         (efs-path-regexp):
2662         * nndiary.el (files):
2663         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
2664         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
2665         (epg-digest-algorithm-alist, inhibit-redisplay)
2666         (password-cache-expiry):
2667         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
2668         (pgg-output-buffer, password-cache-expiry):
2669         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
2670         (efs-path-regexp):
2671         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
2672         (inhibit-redisplay):
2673         * mm-uu.el (file-name, start-point, end-point, entry)
2674         (gnus-newsgroup-name, gnus-newsgroup-charset):
2675         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
2676         (latin-unity-ucs-list):
2677         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
2678         (mm-uu-binhex-decode-function):
2679         * message.el (gnus-message-group-art, gnus-list-identifiers)
2680         (rmail-enable-mime-composing, gnus-local-organization)
2681         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
2682         (gnus-read-active-file, facemenu-add-face-function)
2683         (facemenu-remove-face-function, gnus-article-decoded-p)
2684         (tool-bar-mode):
2685         * mail-source.el (display-time-mail-function):
2686         * gnus-util.el (nnmail-pathname-coding-system)
2687         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
2688         (gnus-original-article-buffer, gnus-user-agent)
2689         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
2690         (xemacs-codename, sxemacs-codename, emacs-program-version):
2691         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
2692         * gnus-start.el (gnus-agent-covered-methods)
2693         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
2694         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
2695         (gnus-newsgroup-headers, gnus-group-list-mode)
2696         (gnus-group-mark-positions, gnus-newsgroup-data)
2697         (gnus-newsgroup-unreads, nnoo-state-alist)
2698         (gnus-current-select-method, mail-sources)
2699         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
2700         (nnmail-spool-file, gnus-cache-active-hashtb):
2701         * gnus-mh.el (mh-lib-progs):
2702         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
2703         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
2704         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
2705         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
2706         (gnus-group-buffer):
2707         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
2708         (font-lock-set-defaults):
2709         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
2710         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
2711         (gnus-summary-post-menu, total-parts, type, condition, length):
2712         * gnus-agent.el (gnus-agent-read-agentview):
2713         * flow-fill.el (show-trailing-whitespace):
2714         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
2715         eval-and-compile wrappers for byte compiler pacifiers.
2717         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
2718         (mm-display-inline-fontify): Check for featurep 'xemacs not
2719         extent-list.
2721         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
2722         itimer-list.
2723         (mm-create-image-xemacs): Only do something for XEmacs.
2724         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
2726         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
2728         * gnus-registry.el (gnus-adaptive-word-syntax-table):
2729         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
2731 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
2733         * nnimap.el (nnimap-split-download-body):
2734         * gnus-demon.el (gnus-demon):
2735         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
2737 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2739         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
2740         macros.
2741         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
2742         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
2743         copy data from unibyte buffer to multibyte current buffer.
2744         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
2745         to copy data from unibyte current buffer to multibyte buffer.
2746         (nntp-make-process-buffer): Make process buffer unibyte.
2748         * pop3.el (pop3-open-server): Fix typo in Lisp code.
2750 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
2752         * pop3.el (pop3-open-server): Accept and process data more robustly at
2753         connexion start to avoid spurious "POP SSL connexion failed" errors.
2755 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2757         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
2758         read group names.
2760 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
2762         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
2764 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2766         * nnmail.el (nnmail-parse-active): Make group names unibyte.
2767         (nnmail-save-active): Use a unibyte buffer when saving active file,
2768         which may contain non-ASCII group names.
2770         * nnml.el (nnml-request-group): Decode group names in messages.
2772 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
2774         * message.el (message-citation-line-function)
2775         (message-insert-formatted-citation-line): Fix spelling of
2776         `message-insert-formated-citation-line'.
2778 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
2780         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2782 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2784         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2785         nnmail-pathname-coding-system.
2787         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2788         that a user enters; decode group names in messages.
2790         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2792 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2794         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2796         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2798         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2799         risky local variable.
2801         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2803 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2805         * encrypt.el: Improve documentation to fix function name typo.
2806         Reported by Daiki Ueno <ueno@unixuser.org>.
2808 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2810         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2811         even if the point is not in the last page of an article.
2812         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2813         back to the previous page.
2815 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
2817         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2819 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2821         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2823 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2825         * message.el (message-check-news-body-syntax): Avoid
2826         mm-string-as-multibyte.
2827         (message-hide-headers): Don't assume (point-min)==1.
2829 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2831         * message.el (message-remove-blank-cited-lines): Fix if remove is
2832         given.
2833         (message-bogus-address-regexp): New variable.
2834         (message-bogus-recipient-p): New function.
2835         (message-check-recipients): New command.
2836         (message-syntax-checks): Add `bogus-recipient'.
2837         (message-fix-before-sending): Add `bogus-recipient'.
2839         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2840         (gnus-treat-body-boundary): Don't test window-system.
2842 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
2844         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2846 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2848         * gnus.el: Bump version to Gnus v5.13.
2850 2007-10-28  Miles Bader  <miles@gnu.org>
2852         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2853         at compile-time too.
2855 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2857         * gnus-msg.el (gnus-message-setup-hook): Add
2858         `message-remove-blank-cited-lines' to options.
2860 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2862         * message.el (message-remove-blank-cited-lines): New function.
2863         Suggested by Karl Plästerer.
2865 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2867         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2868         mapc.
2870         * imap.el (imap-open): Replace mapcar called for effect with mapc.
2871         (top-level): Use mapc to set functions to be traced for debugging.
2873         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2874         called for effect with while loop.
2876         * message.el (message-talkative-question): Replace mapcar called for
2877         effect with mapc.
2879         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2880         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2881         called for effect with dolist.
2883         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2885         * nndiary.el: Use dolist instead of mapcar to add diary headers to
2886         gnus-extra-headers and nnmail-extra-headers.
2888         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2889         called for effect with dolist.
2890         (top-level): Use mapc to set functions to be traced for debugging.
2892         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2893         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2894         dolist.
2896         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2897         Replace mapcar called for effect with mapc.
2898         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2899         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2900         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2901         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2903         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2904         remove-if that's a cl function.
2906         * webmail.el (webmail-debug): Replace mapcar called for effect with
2907         dolist.
2909 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2911         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2912         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2913         with while loop.
2915         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2916         functions from article-* functions.
2917         (gnus-multi-decode-header): Replace mapcar called for effect with
2918         dolist.
2920         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2921         (gnus-bookmark-show-details): Replace mapcar called for effect with
2922         while loop.
2924         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2925         called for effect with while loop.
2927         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2928         with dolist.
2930         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2931         mapcar called for effect with dolist.
2933         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2935         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2936         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2937         Replace mapcar called for effect with dolist.
2938         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2939         mapc.
2941         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2942         Replace mapcar called for effect with dolist.
2943         (gnus-topic-list): Replace mapcar called for effect with mapc.
2945         * gnus.el: Use mapc instead of mapcar to add autoloads.
2947 2007-10-23  Richard Stallman  <rms@gnu.org>
2949         * gnus-group.el (gnus-group-highlight): Mark as risky.
2951 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2953         * gnus.el (gnus-server-to-method): Return method found first in
2954         gnus-newsrc-alist.
2956         * gnus-art.el (gnus-article-highlight-signature)
2957         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2958         button overlay without the front stickiness.
2960 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
2962         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2963         overview buffer needed a catch to receive its throw.
2964         (gnus-agent-flush-cache): Declared as interactive to make this function
2965         easier to use.
2967 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2969         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2970         `next-line'.
2972 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2974         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2975         exclude address matching message-dont-reply-to-names.
2977 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2979         * gnus-util.el (gnus-string<): New function.
2981         * gnus-sum.el (gnus-article-sort-by-author)
2982         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2984 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2986         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2987         the frame-focus tag is set in gnus-buffer-configuration.
2989 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2991         * gnus-art.el (gnus-article-add-button): Make a button overlay without
2992         the front stickiness.
2994 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2996         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2997         url pattern; remove duplicate one.
2998         (gnus-article-extend-url-button): New function.
2999         (gnus-article-add-buttons): Use it.
3000         (gnus-button-push): Use concatenated url that it makes.
3002 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
3004         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
3005         (sieve-manage-open): Use `mapc' instead of `mapcar'.
3007 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3009         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
3010         Don't hardcode point-min==1.
3012 2007-09-30  David Kastrup  <dak@gnu.org>
3014         * gnus-art.el (gnus-article-reply-with-original)
3015         (gnus-article-followup-with-original): When `transient-mark-mode' is
3016         off, refrain from active-region behavior for followups.
3018 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
3020         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
3021         Fix comment about "iso8859-1".
3023 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
3025         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
3026         ones returned from the verify-function.
3028         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
3029         mml2015-extract-cleartext-signature if extraction failed.
3031 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
3033         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
3034         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
3035         failed.
3037 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3039         * Relicense "GPLv2 or later" files to "GPLv3 or later".
3041 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
3043         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
3044         to mark a thread as expirable.  Add variable `hide' to handle hiding of
3045         thread for both the null and zero (kill/expire thread) universal prefix
3046         cases.
3047         (gnus-summary-expire-thread): Add new function to expire a thread,
3048         using gnus-summary-kill-thread.
3049         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
3050         shortcuts for gnus-summary-expire-thread.
3051         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
3052         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
3054 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3056         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
3057         extras value, so an extras entry can be deleted.
3058         (gnus-registry-delete-extra-entry): Use it.
3059         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
3060         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
3061         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
3062         storage through the gnus-registry, and provide an appropriate API for
3063         it.
3065 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3067         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
3068         Suggested by Leo <sdl.web@gmail.com>.
3070         * gnus.el: Do.
3072 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3074         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
3075         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
3077         * gnus-agent.el (gnus-agent-fetch-headers): Do.
3079         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3080         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
3082 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3084         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
3085         newline.
3086         (nnmbox-request-accept-article): Don't change article in source buffer;
3087         narrow to header to use message-fetch-field rather than
3088         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
3089         (nnmbox-request-replace-article): Quote lines that'll be misidentified
3090         as delimiters; make sure article ends with newline.
3091         (nnmbox-delete-mail): Correct last position of article to be deleted;
3092         ignore X-Gnus-Newsgroup header in article body.
3093         (nnmbox-save-mail): Quote lines looking like delimiters at the right
3094         positions; make sure article ends with newline.
3096         * message.el (message-display-abbrev): Don't infloop when a user
3097         inserts SPC in the beginning of header.
3099 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
3101         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
3102         list of groups not followed by default.  Fix type to be regexp.
3103         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
3105 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
3107         * hmac-def.el (define-hmac-function): Switch from old-style to
3108         new-style backquotes.
3110         * md4.el (md4-make-step): Likewise.
3112 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3114         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
3115         raw-text coding system when saving .newsrc file, which may contain
3116         non-ASCII group names.
3118 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3120         * gnus-cus.el (gnus-score-extra): New widget.
3121         (gnus-score-extra-convert): New function.
3122         (gnus-score-customize): Use it for Extra.
3124 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
3126         * mml2015.el (mml2015-extract-cleartext-signature): New function.
3127         (mml2015-mailcrypt-clear-verify): Use it.
3128         (mml2015-gpg-clear-verify): Use it.
3129         (mml2015-pgg-clear-verify): Use it.
3130         (mml2015-epg-clear-verify): Replace the current part with the output
3131         from GnuPG; don't extract the plaintext by itself.
3133         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
3134         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
3135         mml2015-clear-verify-function; don't touch the armor headers or
3136         dash-escaped text here.
3138 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3140         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
3141         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
3142         parts, or application/octet-stream as a last resort.
3143         (gnus-mime-view-part-as-type): Don't toggle display.
3144         (gnus-mime-view-part-as-charset): Don't turn off display before
3145         querying charset.
3147         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
3148         stuff to undisplayer function in Emacs.
3149         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
3151         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
3152         text/calendar parts.
3154 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3156         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
3157         decoding text/calendar parts.
3159         * message.el (message-forward-make-body-mime): Always mark body as
3160         having no illegible text; remove signed-or-encrypted argument.
3161         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
3163         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
3164         (mml-generate-mime-1): Don't encode body if it is specified to be in
3165         raw form; don't make buffer be unibyte when inserting multibyte string.
3167 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3169         * sha1.el: Fix up comment style.
3170         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
3171         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
3173         * hex-util.el: Fix up comment style.
3174         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
3176         * gnus-salt.el: Use with-current-buffer.
3177         (gnus-pick-setup-message): Fix long-standing typo.
3179 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3181         * imap.el (imap-logout-timeout): New variable.
3182         (imap-logout, imap-logout-wait): New functions.
3183         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
3185         * nnimap.el (nnimap-logout-timeout): New server variable.
3186         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
3187         nnimap-logout-timeout.
3189         * gnus-art.el (gnus-article-summary-command-nosave)
3190         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
3192 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3194         * gnus.el (gnus-maximum-newsgroup): New variable.
3196         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
3197         according to gnus-maximum-newsgroup.
3199         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3200         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
3201         Limit the range of articles according to gnus-maximum-newsgroup.
3203 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
3205         * gnus-art.el (gnus-sticky-article): Fixed problems described in
3206         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
3207         Don't perform gnus-configure-windows here; reuse existing sticky
3208         article buffer.
3210         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
3211         it doesn't exist in gnus-article-mode.
3213 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3215         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
3216         (gnus-agent-decoded-group-name): New function.
3217         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
3218         (gnus-agent-expire-group-1): Use it; decode group name in messages.
3220 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
3222         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
3223         Add binding for gnus-sticky-article.
3224         (gnus-summary-exit): Don't kill sticky article buffers.
3226         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
3227         article buffer.
3228         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
3229         (gnus-kill-sticky-article-buffers): New commands.
3231 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3233         * nntp.el (nntp-xref-number-is-evil): New server variable.
3234         (nntp-find-group-and-number): If it is non-nil, don't trust article
3235         numbers in the Xref header.
3237 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3239         * gnus-agent.el (gnus-agent-read-group): New function.
3240         (gnus-agent-flush-group, gnus-agent-expire-group)
3241         (gnus-agent-regenerate-group): Use it.
3242         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
3243         nnmail-pathname-coding-system.
3245 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3247         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
3249         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
3250         that are unread as unread, and also as selected so that information of
3251         marks having been changed by a user may be updated when exiting group.
3253 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
3255         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
3257 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3259         * gnus-art.el (gnus-mime-display-single): Pass part number that is
3260         calculated ignoring signature parts to gnus-treat-article.
3262 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3264         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
3265         a point here in order to keep the window start.
3266         (gnus-insert-mime-security-button): Make a button overlay without the
3267         front stickiness.
3268         (gnus-mime-display-security): Goto the end of a button.
3270         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
3272 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3274         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
3275         group-name-at-point.
3276         (gnus-group-completing-read): New function that offers decoded
3277         non-ASCII group names for completion.
3278         (gnus-fetch-group, gnus-group-read-ephemeral-group)
3279         (gnus-group-jump-to-group, gnus-group-make-group-simple)
3280         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
3281         (gnus-group-fetch-control): Use it.
3282         (gnus-fetch-group): Use group-name-at-point for the initial value
3283         rather than the default value; use gnus-alive-p.
3285         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
3286         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
3287         (gnus-summary-post-news): Use gnus-group-completing-read.
3289         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
3290         (gnus-read-move-group-name): Decode group name for completion.
3292 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
3294         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
3295         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
3296         Yamaoka slightly modified the code).
3298 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3300         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
3301         (nnmail-split-incoming): Bind it.
3303         * nnml.el (nnml-group-name-charset): New function.
3304         (nnml-decoded-group-name): Use it; don't decode group name if
3305         nnmail-group-names-not-encoded-p is non-nil.
3306         (nnml-encoded-group-name): New function.
3307         (nnml-group-pathname): Inline nnml-decoded-group-name.
3308         (nnml-request-expire-articles): Decode group name in message.
3309         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
3310         nnmail-pathname-coding-system.
3311         (nnml-save-mail, nnml-active-number): Work with decoded group names and
3312         not decoded ones according to nnmail-group-names-not-encoded-p.
3313         (nnml-generate-active-info): Use nnml-encoded-group-name.
3315 2007-08-08  Glenn Morris  <rgm@gnu.org>
3317         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
3318         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
3319         doc-strings and comments.
3321 2007-07-25  Glenn Morris  <rgm@gnu.org>
3323         * Relicense all FSF files to GPLv3 or later.
3325 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3327         * gnus-sum.el (gnus-summary-move-article): Make
3328         gnus-summary-respool-article work.
3330 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
3332         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
3333         string.
3335 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
3337         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
3338         that should be ignored when comparing distant RSS articles with local
3339         ones.
3340         (nnrss-make-hash-index): New function.  Create a hash index according
3341         to the ignored fields.
3342         (nnrss-check-group): Use it.
3344 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3346         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
3348         * gnus-art.el (article-decode-group-name): Decode Xref header too.
3350         * gnus-group.el (gnus-group-make-group): Encode group name here unless
3351         the new optional argument ENCODED is non-nil.
3352         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
3353         coding system for encoding group name.
3354         (gnus-group-make-rss-group): Pass un-encoded group name to
3355         gnus-group-make-group.
3356         (gnus-group-set-info): Tell gnus-group-make-group that group name is
3357         encoded.
3359         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
3360         Encode group name to which articles are moved or copied.
3361         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
3362         coding system for encoding Newsgroup, Followup-To and Xref headers.
3364         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
3365         marks; use nnheader-file-coding-system to write a file.
3366         (nnagent-retrieve-headers): Bind file-name-coding-system to
3367         nnmail-pathname-coding-system.
3369         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
3371         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
3372         (nnml-request-article, nnml-request-create-group)
3373         (nnml-request-rename-group, nnml-find-id)
3374         (nnml-possibly-change-directory, nnml-possibly-create-directory)
3375         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
3376         (nnml-save-marks): Use nnml-group-pathname instead of
3377         nnmail-group-pathname.
3379         (nnml-request-create-group, nnml-request-expire-articles)
3380         (nnml-request-move-article, nnml-request-delete-group)
3381         (nnml-deletable-article-p, nnml-possibly-create-directory)
3382         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
3383         (nnml-open-marks): Bind file-name-coding-system to
3384         nnmail-pathname-coding-system.
3386         (nnml-request-article): Pass server argument to nnml-find-group-number.
3387         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
3388         server argument to nnml-possibly-create-directory.
3389         (nnml-request-accept-article): Pass server argument to
3390         nnml-active-number and nnml-save-mail.
3391         (nnml-find-group-number): Pass server argument to nnml-find-id.
3392         (nnml-request-update-info): Pass server argument to
3393         nnml-marks-changed-p.
3395         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
3396         (nnml-save-mail, nnml-active-number): Add server argument.
3398         (nnml-request-delete-group): Warn if group is missing.
3399         (nnml-get-nov-buffer): Decode group name.
3400         (nnml-generate-active-info): Encode group name.
3401         (nnml-open-marks): Decode group name in messages.
3403 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3405         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
3406         if it is not specified.
3407         (gnus-article-pipe-part, gnus-article-save-part)
3408         (gnus-article-interactively-view-part, gnus-article-copy-part)
3409         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
3410         (gnus-article-inline-part, gnus-article-save-part-and-strip)
3411         (gnus-article-replace-part, gnus-article-delete-part)
3412         (gnus-article-view-part-as-type): Pass raw prefix argument to
3413         gnus-article-part-wrapper.
3415 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3417         * gnus-agent.el (gnus-agent-save-active): Bind
3418         nnheader-file-coding-system to gnus-agent-file-coding-system.
3420         * gnus-cache.el (gnus-cache-save-buffers)
3421         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
3422         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
3423         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
3424         (gnus-cache-braid-nov, gnus-cache-braid-heads)
3425         (gnus-cache-generate-active, gnus-cache-rename-group)
3426         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
3427         (gnus-cache-update-overview-total-fetched-for): Bind
3428         file-name-coding-system to nnmail-pathname-coding-system.
3429         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
3430         variables.
3431         (gnus-cache-decoded-group-name): New function.
3432         (gnus-cache-file-name): Use it.
3433         (gnus-cache-generate-active): Use non-decoded group name for active.
3435         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
3436         right place.
3437         (gnus-write-active-file): Don't break non-ASCII group names.
3439         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
3440         nnmail-pathname-coding-system.
3442         * gnus-uu.el (gnus-uu-decode-save): Typo.
3444 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3446         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
3448 2007-07-14  David Kastrup  <dak@gnu.org>
3450         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
3451         finishing actions if we did not edit the article.
3453 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3455         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
3456         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
3457         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
3458         (gnus-agent-flush-group, gnus-agent-flush-cache)
3459         (gnus-agent-fetch-headers, gnus-agent-load-alist)
3460         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
3461         (gnus-agent-retrieve-headers, gnus-agent-request-article)
3462         (gnus-agent-regenerate-group)
3463         (gnus-agent-update-files-total-fetched-for)
3464         (gnus-agent-update-view-total-fetched-for): Bind
3465         file-name-coding-system to nnmail-pathname-coding-system.
3466         (gnus-agent-group-pathname): Don't encode file names by
3467         nnmail-pathname-coding-system.
3468         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
3469         coding-system-for-write instead of buffer-file-coding-system to
3470         gnus-agent-file-coding-system.
3472         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
3473         Decode group name.
3475         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
3477         * gnus-start.el (gnus-update-active-hashtb-from-killed)
3478         (gnus-read-newsrc-el-file): Make group names unibyte.
3480         * nnmail.el (nnmail-group-pathname): Don't encode file names by
3481         nnmail-pathname-coding-system.
3483         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
3484         (nnrss-request-delete-group): Bind file-name-coding-system to
3485         nnmail-pathname-coding-system.
3486         (nnrss-read-server-data, nnrss-read-group-data): Bind
3487         file-name-coding-system correctly.
3488         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
3490         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
3491         (nntp-server-to-method-cache): New variable.
3492         (nntp-group-pathname): New function that decodes non-ASCII group names.
3493         (nntp-possibly-create-directory, nntp-marks-changed-p)
3494         (nntp-save-marks, nntp-open-marks): Use it.
3495         (nntp-possibly-create-directory, nntp-open-marks):
3496         Bind file-name-coding-system to nnmail-pathname-coding-system.
3497         (nntp-open-marks): Decode group names when bootstrapping marks.
3499         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
3500         Newsgroups and Folowup-To headers.
3502 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3504         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3505         (gnus-server-closed-face, gnus-server-denied-face)
3506         (gnus-server-offline-face): Remove variable.
3507         (gnus-server-font-lock-keywords): Use faces that are not aliases.
3509         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
3510         of modifying message-stack directly for XEmacs.
3512         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
3513         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
3514         if the coding-system argument is nil for XEmacs.
3516         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
3517         mm-charset-override-alist.
3519         * rfc2047.el: Don't require base64; require rfc2045 for the function
3520         rfc2045-encode-string.
3521         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
3522         to quote the parameter value.
3524 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3526         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
3527         form in gnus-group-name-charset-method-alist.
3529         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
3530         overrides the default layout edit-form.
3532         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
3534         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
3536 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3538         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
3539         as unfetched articles.
3541 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
3543         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
3545 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3547         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
3548         original back end that keeps marks in the local system.
3550 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3552         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
3553         arg of pop-to-buffer for XEmacs.
3554         (gnus-article-read-summary-keys): Ditto; don't restore window
3555         configuration if summary command ends up with neither article buffer
3556         nor summary buffer; describe bindings if summary keys end with C-h.
3558 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3560         * message.el (message-fix-before-sending): Skip raw message part to be
3561         forwarded while checking illegible text.
3562         (message-forward-make-body-mime, message-forward-make-body): Mark
3563         signed or encrypted raw message as having no illegible text.
3565 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3567         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
3568         (gnus-message-with-timestamp-1): New macro.
3569         (gnus-message-with-timestamp): New function.
3570         (gnus-message): Use them.
3572         * nnheader.el (nnheader-message): Use them.
3574 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
3576         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
3577         .newsrc.eld file.
3579 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3581         * gnus-agent.el (gnus-agent-fetch-headers)
3582         (gnus-agent-retrieve-headers): Bind
3583         gnus-decode-encoded-address-function to identity.
3585         * nntp.el (nntp-send-xover-command): Recognize an xover command is
3586         available also when the server returns simply a dot.
3588         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
3590 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3592         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
3594 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3596         * gnus-ems.el (gnus-x-splash): Make it work.
3598         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
3599         from being used.
3601 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3603         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
3604         the front stickiness.
3605         (gnus-article-summary-command-nosave): Correct the order of the
3606         arguments passed to pop-to-buffer.
3607         (gnus-article-read-summary-keys): Ditto; make it work properly when the
3608         summary command ends up with the article buffer.
3610         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
3611         the same faces.
3613 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
3615         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
3617 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
3619         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
3620         * gnus-sum.el (gnus-summary-highlight):
3621         * mail-source.el (mail-source-delete-old-incoming-confirm):
3622         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
3624 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3626         * gnus-art.el (gnus-mime-view-part-externally)
3627         (gnus-mime-view-part-internally): Fix predicate function passed to
3628         completing-read.
3630         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
3632         * gnus.el (gnus-update-message-archive-method): Add :version.
3634 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3636         * gnus.el (gnus-update-message-archive-method): New variable.
3638         * gnus-start.el (gnus-setup-news): Update saved "archive" method
3639         according to gnus-message-archive-method if
3640         gnus-update-message-archive-method is non-nil.
3642 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3644         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
3645         by Loic Dachary <loic@dachary.org>.
3646         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
3648 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3650         * message.el (message-pop-to-buffer): Add switch-function argument.
3651         (message-mail): Pass switch-function argument to it.
3653 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
3655         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
3656         Improve doc string.
3658 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3660         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
3661         (gnus-header-content)
3662         * gnus-cite.el (gnus-cite-10)
3663         * gnus-srvr.el (gnus-server-closed)
3664         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
3665         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
3666         (gnus-group-mail-3-empty, gnus-group-mail-low)
3667         (gnus-group-mail-low-empty, gnus-splash)
3668         * message.el (message-header-to, message-header-cc)
3669         (message-header-subject, message-header-other, message-header-name)
3670         (message-header-xheader, message-separator, message-cited-text)
3671         (message-mml): Lighten colors of faces used for dark background.
3673 2007-05-24  Simon Josefsson  <simon@josefsson.org>
3675         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
3676         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
3678 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3680         * message.el (message-narrow-to-headers-or-head):
3681         Ignore mail-header-separator in the body.
3683 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3685         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
3686         same as window size.
3688 2007-05-22  Kevin Ryde  <user42@zip.com.au>
3690         * message.el (message-font-lock-keywords): Use message-header-xheader
3691         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
3692         ahead of the anything pattern, to get it recognised.
3694 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
3696         * gnus-sum.el (gnus-articles-to-read)
3697         (gnus-summary-insert-old-articles): Don't truncate group name for
3698         `read-string'.
3700         * gnus-util.el (gnus-limit-string): Delete this function.
3702         * gnus-sum.el (gnus-simplify-subject-fully): Use
3703         `truncate-string-to-width' instead.
3705 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
3707         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
3708         if, on summary exit, the next group has to be selected.
3709         (gnus-summary-exit): Use it.
3711 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
3713         * gnus-art.el (gnus-article-mode): Fix comment about displaying
3714         non-break space.
3716 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3718         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
3719         Check if group is not a directory.
3720         (nnfolder-request-expire-articles): Don't delete articles if the target
3721         group is not available.
3723         * nnml.el (nnml-request-create-group): Properly check if group is not a
3724         file.
3725         (nnml-request-expire-articles): Don't delete articles if the target
3726         group is not available.
3728         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3729         Don't quote characters that are within parentheses.
3731 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3733         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
3734         (gnus-handle-ephemeral-exit): Select article according to it.
3736 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
3738         * message.el (message-insert-formated-citation-line): Remove newline.
3739         (message-citation-line-format): Add final \n here so that the user can
3740         avoid a blank line.
3742 2007-05-03  Dan Christensen  <jdc@uwo.ca>
3744         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3745         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3746         Update lanl/arXiv support.
3748 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3750         * gnus.el: Bump version number.
3752 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3754         * gnus.el (gnus-version-number): Bump version.
3756 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3758         * gnus.el: No Gnus v0.6 is released.
3760 2007-04-27  Didier Verna  <didier@xemacs.org>
3762         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
3763         * gmm-utils.el (gmm-regexp-concat): here.
3764         * message.el: Don't require 'gnus-util.
3765         (message-dont-reply-to-names): Handle name change above.
3766         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3768 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3770         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3771         since the initial value varies according to the system.
3773 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3775         * mm-util.el (mm-charset-synonym-alist): Defcustom.
3777 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
3779         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3781 2007-04-24  Didier Verna  <didier@xemacs.org>
3783         Improve the type of gnus-ignored-from-addresses.
3784         * gnus-util.el (gnus-orify-regexp): New function.
3785         * message.el (gnus-util): Require it.
3786         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3787         * gnus-sum.el (gnus-ignored-from-addresses): New function.
3788         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3790 2007-04-24  Didier Verna  <didier@xemacs.org>
3792         * gnus-sum.el:
3793         * gnus-utils.el: Fix some trailing whitespaces.
3795 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3797         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3798         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3799         article's Message-ID; refer parent article in summary buffer.
3801         * message.el (message-bounce): Call mime-to-mml.
3803 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3805         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
3807 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3809         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3810         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3811         displayed of multipart/alternative part if it is invoked from summary
3812         buffer.
3814         * mm-view.el (mm-inline-text-html-render-with-w3m)
3815         (mm-inline-text-html-render-with-w3m-standalone)
3816         (mm-inline-render-with-function): Use mail-parse-charset by default.
3818 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
3820         * parse-time.el (parse-time-string-chars): Check if CHAR
3821         is less than the length of parse-time-syntax.
3823 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3825         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3826         from gnus-newsgroup-processable.
3828 2007-04-16  Didier Verna  <didier@xemacs.org>
3830         * gnus-msg.el (gnus-configure-posting-styles): Handle
3831         message-signature-directory properly with :file syntax.  Reported by
3832         "Leo".
3834 2007-04-11  Didier Verna  <didier@xemacs.org>
3836         New user option: message-signature-directory.
3837         * gnus-msg.el (gnus-configure-posting-styles): Support it.
3838         * message.el (message-insert-signature): Ditto.
3839         * message.el (message-signature-file): Doc update.
3840         * message.el (message-signature-directory): New.
3842 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3844         * gnus-msg.el (gnus-inews-yank-articles): Use
3845         message-exchange-point-and-mark instead of exchange-point-and-mark.
3847 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3849         * message.el (message-yank-original): Make sure cited text ends with
3850         newline; don't exchange point and mark.
3852 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
3854         * tls.el (open-tls-stream): Properly handle case where there
3855         is no associated buffer.
3857 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
3859         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3860         message-yank-original, make sure (< mark TEXT point).
3862 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3864         * message.el (message-fill-column): New variable.
3865         (message-mode): Use it.  Add comment on a possible new hook.
3867         * nnmail.el (nnmail-spool-file): Mark as obsolete.
3868         (nnmail-get-new-mail): Reformat.
3870         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3872         * gmm-utils.el: Fix Commentary.
3873         (gmm-tool-bar-from-list): Fix typo in doc string.
3875 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
3877         * message.el (message-yank-original): Don't switch point and mark
3878         unnecessarily to put point and mark as documented.
3880 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3882         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3883         from the message heads.
3885 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
3887         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3888         article buffer does not have a window.  This may not be the best
3889         solution but is certainly better than setting the start of the null,
3890         that is the current, window.
3892 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3894         * gnus-draft.el (gnus-draft-setup-hook): New hook.
3895         (gnus-draft-setup): Run it.
3897         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3898         gnus-score-fast-scoring.  Allow regexp.
3899         (gnus-score-headers): Use it.
3901         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3902         XEmacs.
3904         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3905         string.
3906         (gnus-button-alist): Also catch `<f1> k ...'.
3907         (gnus-treat-display-x-face): Fix doc string.
3909 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3911         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3912         evaluation of gnus-extended-version to ensure correct generation of the
3913         User-Agent header when message-generate-headers-first is used.
3915 2007-03-24  Simon Josefsson  <simon@josefsson.org>
3917         * hashcash.el (hashcash-generate-payment-async): Don't crash if
3918         hashcash-path is nil.  Don't call callback with incorrect number of
3919         parameters if val is 0.
3921 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3923         * message.el (message-required-news-headers):
3924         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3926 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3928         * message.el (message-generate-new-buffers): Change the meaning of the
3929         nil value; add `standard' to the choices; treat t as `unique'; improve
3930         doc string.
3931         (gnus-select-frame-set-input-focus): Autoload.
3932         (message-buffer-name): Search for the existing message buffer if
3933         message-generate-new-buffers is nil or `standard'; treat the value t of
3934         message-generate-new-buffers as `unique'.
3935         (message-pop-to-buffer): Raise the frame already displaying the message
3936         buffer; clear the echo area after querying.
3937         (message-setup): Pass the `continue' argument to compose-mail.
3938         (message-mail): Prefer `switch-function' if it is given; search for the
3939         existing message buffer if the `continue' argument is non-nil; pass
3940         continue and switch-function arguments to compose-mail by way of
3941         message-setup.
3942         (message-mail-other-window): Adjust argument of message-setup.
3943         (message-mail-other-frame): Ditto.
3945 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3947         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3948         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3949         to turn font-lock on when turning gnus-message-citation-mode on.
3951 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
3953         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3954         (mml-smime-function-alist): New variable; add epg as the backend.
3955         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3956         mml-smime- functions instead.
3957         * mm-view.el: Require smime.
3959 2007-03-05  Didier Verna  <didier@xemacs.org>
3961         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3962         instead of just inheritance for posting styles.
3963         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3965 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3967         * tls.el (tls-certtool-program): Fix custom type.
3969 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3971         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3972         and point-at-eol instead of line-(beginning|end)-position.
3974         * assistant.el (assistant-parse-buffer): Ditto.
3976 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
3978         * mml2015.el (mml2015-epg-find-usable-key): New function.
3979         (mml2015-epg-sign): Use it.
3980         (mml2015-epg-encrypt): Use it.
3982 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3984         * message.el (message-make-in-reply-to): Quote name containing
3985         non-ASCII characters.  It will make the RFC2047 encoder cause an error
3986         if there are special characters.  Reported by NAKAJI Hiroyuki
3987         <nakaji@jp.freebsd.org>.
3989 2007-02-27  Didier Verna  <didier@xemacs.org>
3991         Include the group parameters as well as the topic ones in the
3992         inheritance filter process.
3993         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3994         argument GROUP-PARAMS-LIST.
3995         * gnus-topic.el (gnus-group-topic-parameters): Use it.
3997 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3999         * nntp.el (nntp-never-echoes-commands)
4000         (nntp-open-connection-functions-never-echo-commands): New variables.
4001         (nntp-send-command): Use them.
4003 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
4005         * mml2015.el (mml2015-epg-verify): Simplified.
4007 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4009         * mml.el (mml-content-disposition-alist): New user option.
4010         (mml-content-disposition): New function.
4011         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
4012         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
4014 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
4016         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
4017         verification.
4019 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4021         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
4022         articles posted in the last 24 hours.
4024 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
4026         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
4028 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
4030         * nntp.el (nntp-send-command): Don't wait for echoes when
4031         nntp-open-ssl-stream is used.
4033 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4035         * gnus-cite.el (gnus-test-font-lock-add-keywords)
4036         (gnus-message-add-citation-keywords)
4037         (gnus-message-remove-citation-keywords): Remove.
4038         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
4039         directly, make the variables in font-lock-defaults buffer-local, add
4040         gnus-message-citation-keywords to them and then update the value of
4041         font-lock-keywords.
4043 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4045         * message.el (message-cite-original-1): Don't call
4046         gnus-article-highlight-citation.
4048         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
4049         citations; fix line count.
4051 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4053         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
4054         (gnus-message-add-citation-keywords)
4055         (gnus-message-remove-citation-keywords): Use it; fix the emulating
4056         versions of font-lock-add-keywords and font-lock-remove-keywords to
4057         work with XEmacs correctly.
4059 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4061         * gnus-cite.el (gnus-cite-face-list): Set the values of
4062         gnus-message-max-citation-depth and gnus-message-citation-keywords.
4063         (gnus-message-max-citation-depth): Use defvar rather than defconst.
4064         (gnus-message-cite-prefix-regexp): New variable.
4065         (gnus-message-search-citation-line): Use it; protect against long
4066         citation prefix; fill match data with nil rather than 0 for XEmacs; set
4067         the 0th match data for Emacs.
4068         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
4069         (gnus-message-add-citation-keywords): Append keywords rather than
4070         prepending; emulate font-lock-add-keywords if it is not available.
4071         (gnus-message-remove-citation-keywords): Emulate
4072         font-lock-remove-keywords if it is not available.
4074         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
4076         * message.el (message-cite-prefix-regexp): Set the value of
4077         gnus-message-cite-prefix-regexp.
4079 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4081         * nnweb.el (nnweb-google-parse-1): Update parser.
4083 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
4085         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
4087 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4089         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4090         regexp.
4092 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4094         * uudecode.el (uudecode-string-to-multibyte): New function emulating
4095         string-to-multibyte.
4096         (uudecode-decode-region-internal): Use it.
4098 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
4100         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
4101         custom choice.
4103         * gnus-art.el (gnus-signature-limit): Fix custom choice.
4105 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
4107         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
4109         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
4110         `write-region' to respect `mm-inhibit-file-name-handlers'.
4112 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4114         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
4115         Use gnus-home-directory instead of "~/" or "$HOME".
4117 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
4119         * encrypt.el (encrypt-insert-file-contents): Add better prompt
4120         to mention filename.
4121         Add comments at beginning regarding usage.
4122         (encrypt-write-file-contents): Change interactive so a string is
4123         acceptable.  If the file has no associated model, show an error instead
4124         of a nonsense prompt.
4126 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4128         * spam.el (spam-bsfilter-ham-switch): Fix typo.
4129         Thanks to Yoshihiko Yamada for kind notification of this typo.
4131 2007-01-12  Kenichi Handa  <handa@m17n.org>
4133         * uudecode.el (uudecode-decode-region-internal): Make it work in a
4134         multibyte buffer.
4136 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4138         * gnus-score.el (gnus-score-fast-scoring): New variable.
4139         (gnus-score-headers): Use it.
4141         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
4143         * message.el (message-cite-original-1): Call
4144         gnus-article-highlight-citation if requested.
4145         (message-make-from): Allow name and address as optional arguments.
4147         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
4149         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
4150         bugs to doc string.
4151         (gnus-button-alist): Add mid\\|message-id.
4152         (gnus-button-fetch-group): Extend for use in
4153         `browse-url-browser-function'.
4154         (gnus-button-url-regexp): Try to catch paired parentheses like in
4155         Wikipedia URLs.
4157         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
4158         Suggested by Simon Krahnke <overlord@gmx.li>.
4160 2007-01-13  Romain Francoise  <romain@orebokech.com>
4162         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
4163         Update copyright.
4165 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
4167         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
4169 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
4171         * gnus-registry.el (gnus-registry-unfollowed-groups)
4172         (gnus-registry-split-fancy-with-parent): Fix documentation.
4174 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4176         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
4177         from nnweb groups.
4179 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4181         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
4182         Xref urls.  Erase buffer before requesting head.
4184         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
4186 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
4188         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
4189         customizable.
4191 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
4193         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
4194         no signing key is found.
4195         (mml2015-epg-encrypt): Ask user whether to skip or abort if
4196         no encrypting and/or signing key is found.
4198 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4200         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
4202 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4204         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
4205         headers read from disk with the ones newly found in the current search.
4206         This should no longer cause problems, because the article numbers in
4207         Gmane's `nov.php' output are ignored since the previous change.
4209 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4211         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
4213 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4215         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
4217 2007-01-01  Romain Francoise  <romain@orebokech.com>
4219         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4221 2006-12-31  Steve Youngs  <steve@sxemacs.org>
4223         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
4224         `define-minor-mode' macro definition expanded properly.
4225         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
4226         exclude it there.
4228         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
4229         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
4230         `fboundp' test.
4231         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
4232         This is OK to autoload in (S)XEmacs now.
4234 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4236         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
4237         keystroke.
4238         (gnus-summary-limit-to-singletons): Fix typo.
4240         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
4241         else fails.
4243 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4245         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
4246         docstring.
4248         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
4249         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
4250         (gnus-summary-insert-dormant-articles): Fix typo in message.
4252 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4254         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
4255         nil for XEmacs.
4256         (gnus-message-citation-mode): Don't autoload in XEmacs.
4258         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
4260 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
4262         * nnimap.el (nnimap-expunge-search-string): Mention
4263         nnimap-search-uids-not-since-is-evil in docstring.
4265 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4267         * spam.el: Revert to make-obsolete-variable because
4268         define-obsolete-variable-alias is not supported in Emacs 21.
4270         * spam.el (spam-ifile-path, spam-ifile-database-path)
4271         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
4272         make-obsolete-variable.
4273         (spam-bsfilter-path, spam-bsfilter-program)
4274         (spam-spamassassin-path, spam-spamassassin-program)
4275         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
4276         use "path" inappropriately.
4277         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
4278         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
4279         variable names.
4281 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
4283         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
4284         summary buffer.
4286         * password.el (password-cache-remove): Use clear-string to burn
4287         password, if available.
4289 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4291         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
4293         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
4295         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
4296         (gnus-message-highlight-citation): Move defcustom here from
4297         gnus-cite.el.
4298         (gnus-message-citation-mode): Autoload.
4300         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
4301         checks to make it compile with XEmacs.
4302         (gnus-message-citation-mode): New minor mode.
4303         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
4304         (gnus-message-highlight-citation): New variables.
4305         (gnus-message-search-citation-line)
4306         (gnus-message-add-citation-keywords)
4307         (gnus-message-remove-citation-keywords)
4308         (turn-on-gnus-message-citation-mode)
4309         (turn-off-gnus-message-citation-mode): New functions.
4311 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
4313         * gnus-cite.el: Enable highlighting of different citation levels in
4314         message-mode.
4316 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4318         * message.el (message-make-fqdn): Fix comment.
4319         (message-bogus-system-names): Add ".local".
4321         * spam.el (spam-ifile-path, spam-ifile-program)
4322         (spam-ifile-database-path, spam-ifile-database)
4323         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
4324         Don't use "path" inappropriately.
4325         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
4326         strings.
4327         (spam-check-ifile, spam-ifile-register-with-ifile)
4328         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
4329         new variable names.
4331         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
4332         (gnus-treat-display-smileys): Simplify using
4333         gnus-image-type-available-p.
4335         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
4336         available.
4338 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4340         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
4341         one after turning on the buffer's multibyteness instead of decoding
4342         them directly in the unibyte buffer that causes unexpected conversion
4343         in Emacs 23 (unicode).
4345 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4347         * message.el (message-generate-hashcash): Fix custom type.
4349 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4351         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
4353 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4355         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
4356         disconnect icons.  Add help text.
4358 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
4360         * spam.el (spam-extra-header-to-number): CRM114 spam score is
4361         negated to be consistent with the others we handle.
4363 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4365         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
4366         version of gnus-summary-buffer to something, so that we can use two
4367         article buffers at the same time.
4369 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
4371         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
4372         trigger all the extra headers.
4373         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
4374         sorting.
4376 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4378         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
4379         solid groups.
4381 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4383         * legacy-gnus-agent.el: Add Copyright notice.
4385 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
4387         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
4389 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4391         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
4393         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
4394         to make it work reliably in CVS Emacs.
4395         (gnus-summary-limit-strange-charsets-predicate)
4396         (gnus-summary-limit-to-predicate): New functions.
4398 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
4400         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
4401         specifying array size.
4402         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
4403         array if it is too small.
4404         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
4405         (gnus-sort-threads-loop): New function.
4407 2006-12-06  Chris Moore  <dooglus@gmail.com>
4409         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
4410         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
4412 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
4414         * mm-url.el (mm-url-predefined-programs): Call curl with correct
4415         options.
4417 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4419         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
4420         DOS-ing the recipient.
4422         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
4423         the headers when creating the mapping to avoid mismappings.
4424         (nnweb-gmane-create-mapping): Always nix out old mapping.
4426 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4428         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
4429         and mm-verify-option to never.
4431 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4433         * message.el (message-signed-or-encrypted-p): New function.
4434         (message-forward-make-body): Use it.
4436         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
4437         Replace encode-coding-string with mm-encode-coding-string.
4439 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4441         * nneething.el (nneething-decode-file-name): Replace
4442         decode-coding-string with mm-decode-coding-string.
4444         * gnus-int.el (gnus-open-server): Say failed server's name.
4446 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
4448         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
4449         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
4451         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
4452         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
4453         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
4454         (gnus-group-make-directory-group, gnus-group-transpose-groups):
4455         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
4456         (gnus-subscribe-newsgroup, gnus-1):
4457         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
4458         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
4459         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
4460         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
4462 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4464         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
4465         keystroke.
4466         (gnus-summary-limit-to-bodies): Implement headersp.
4468 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4470         * dns.el (query-dns): Protect against "Process dns deleted" strings.
4472 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4474         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
4476 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4478         * message.el (message-generate-hashcash): Expand range of values to
4479         include `opportunistic'.
4480         (message-send-mail): Use it.
4482 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4484         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
4485         and comment it.
4487         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
4489 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
4491         * gnus-util.el (gnus-extract-address-components): Improve comment.
4493 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4495         * gnus-util.el (gnus-extract-address-components): Work with address in
4496         which the name portion contains @.
4498 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4500         * gnus.el (gnus-start): Move custom group up.
4501         (gnus-select-method): Don't autoload, but make it available for
4502         `customize-variable'.
4503         (gnus-getenv-nntpserver): Don't autoload.
4505 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
4507         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
4509 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4511         * message.el (message-sendmail-extra-arguments): New variable.
4512         (message-send-mail-with-sendmail): Use it.
4514 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4516         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
4517         mm-with-unibyte-current-buffer to make string unibyte.
4519         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
4520         mm-string-as-multibyte.
4522 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
4524         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
4525         Reported by Werner Koch <wk@gnupg.org>.
4527 2006-11-14  Daiki Ueno  <ueno@p360>
4529         * mml2015.el: Autoload epa-select-keys when compiling.
4531 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4533         * mml2015.el (mml2015-epg-sign): Save the signing keys in
4534         message-options.
4535         (mml2015-epg-encrypt): Save the recipient keys in message-options.
4537 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4539         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
4540         EasyPG (< 0.0.6).
4541         (mml2015-always-trust): New user option.
4542         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
4543         prompt.
4545 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4547         * nntp.el (nntp-authinfo-force): New variable.
4548         (nntp-send-authinfo): Use it.
4550 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
4552         * message.el (message-strip-subject-encoded-words): Allow _not_ to
4553         decode encoded words.  Improve prompt.  Add comment about forwarding.
4554         (message-replacement-char): Move up.
4556 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4558         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
4559         instead of gnus-intersection because arguments of gnus-sorted-nunion
4560         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
4562 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
4564         * message.el (message-strip-subject-encoded-words): Reformat prompt.
4565         (message-simplify-subject-functions): Enable
4566         message-strip-subject-encoded-words by default.
4568 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
4570         * message.el (message-strip-subject-encoded-words): New function
4571         (message-simplify-subject-functions): New variable.
4572         (message-simplify-subject): Use it.  Fix typo in doc string.
4573         Support message-strip-subject-encoded-words.
4575 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
4577         * gnus-diary.el (gnus-diary-delay-format-function):
4578         * nndiary.el (nndiary-reminders):
4579         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
4581 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4583         * gnus-art.el (article-hide-boring-headers): Fetch date from
4584         gnus-original-article-buffer to avoid problems with localized date
4585         strings.
4587 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4589         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
4591 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
4593         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
4594         New variables.
4595         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4596         (mm-charset-synonym-alist): Move some entries to
4597         mm-codepage-iso-8859-list.
4598         (mm-charset-synonym-alist, mm-charset-override-alist): Add
4599         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4601 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4603         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
4605 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4607         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
4608         with Emacs 21 and XEmacs.
4610 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4612         * spam.el (spam-parse-address): New function for better parsing,
4613         catching errors, etc.
4614         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
4616 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4618         * mm-view.el: Add interactive arg to html2text autoload.
4620 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4622         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
4624 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
4626         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
4627         variables.
4628         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4629         (mm-charset-synonym-alist): Move some entries to
4630         mm-codepage-iso-8859-list.
4632         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
4634 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
4636         * message.el (message-citation-line-format)
4637         (message-insert-formated-citation-line): Fix implementation of %E, %N
4638         and %n according to the doc string.
4640 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
4642         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4643         car-safe to avoid bad parses.
4645 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4647         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
4648         names.
4650         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
4652 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4654         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
4655         header.
4657         * message.el (message-draft-headers): Add Date.
4658         (message-headers-to-generate): Fix typo in docstring.
4660         * nndraft.el (nndraft-required-headers): New variable.
4661         (nndraft-generate-headers): Use it.
4663         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
4665 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4667         * gnus-registry.el (gnus-registry-wash-for-keywords)
4668         (gnus-registry-find-keywords): New functions to allow easy searching of
4669         articles that are in the registry.
4671 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4673         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4674         ietf-drums-parse-address instead of gnus-extract-address-components.
4675         Reported by Damien Elmes <damien@repose.cx>.
4677 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4679         * gnus.el (gnus-mime): Remove unused custom group.
4681 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4683         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
4684         "blank line" when searching for end of armor headers.
4686 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4688         * gmm-utils.el (gmm-write-region): Fix variable name.
4690 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
4692         * gmm-utils.el (gmm-write-region): New function based on compatibility
4693         code from `mm-make-temp-file'.
4695         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
4697         * nnmaildir.el (nnmaildir--update-nov)
4698         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
4699         Use `gmm-write-region'.
4701 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4703         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
4704         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4706         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
4708         * message.el (message-replacement-char): New variable.
4709         (message-fix-before-sending): Use it.
4710         (message-simplify-subject): New function to remove duplicate code.
4711         (message-reply, message-followup): Use it.
4713         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
4714         gnus-summary-limit-to-articles.
4716 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4718         * gnus-util.el (gnus-with-local-quit): New macro.
4720         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
4722 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
4724         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
4725         ignore non-string data.
4727 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
4729         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
4730         non-string data (needs to be done in the registry too).
4732 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4734         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
4735         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
4736         (gnus-registry-split-fancy-with-parent)
4737         (gnus-registry-fetch-simplified-message-subject-fast)
4738         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
4739         Remove text properties on ingress into the registry and when it's saved.
4740         (gnus-registry-clean-empty-function): Fix bug with cleaning the
4741         registry from entries with no groups.
4743 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4745         * gnus-util.el (gnus-string-remove-all-properties): Add utility
4746         function to remove string properties.
4748 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4750         * gmm-utils.el (gmm): Adjust custom version.
4752         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4753         custom version.
4755         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4757 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4759         * gnus-art.el (gnus-insert-prev-page-button)
4760         (gnus-insert-next-page-button): Simplify.  Reformat.
4762 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4764         * gnus-art.el (gnus-insert-prev-page-button)
4765         (gnus-insert-next-page-button): Apply gnus-article-button-face.
4767 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
4769         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4771 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4773         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4774         gnus-article-button-face to MIME and security buttons.
4776 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
4778         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4779         readable.
4781 2006-09-20  Steve Youngs  <steve@sxemacs.org>
4783         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4784         `browse-url-of-file' instead of `browse-url'.
4786 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4788         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4789         regexp.  Articles containing quotation were cut prematurely.
4791 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4793         * message.el (message-cite-original-1): Use nobody by default for the
4794         value of From header.
4795         (message-reply): Ditto.
4797 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
4799         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4800         to the gnus-info.  This fixes a bug of inline-PGP message verification.
4801         Reported by Michael Piotrowski <mxp@dynalabs.de>.
4803 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
4805         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4806         mails in the doc string.  Add some URLs in comment.
4807         (pop3-movemail): Warn about pop3-leave-mail-on-server.
4809 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4811         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4812         backslashes handling and the way to find boundaries of quoted strings.
4814 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
4816         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4817         mml1991-encrypt-to-self is set and mml1991-signers is not set.
4818         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4819         mml2015-encrypt-to-self is set and mml2015-signers is not set.
4821 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4823         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
4824         doc string.
4825         (gnus-button-regexp, gnus-button-last): Remove unused variables.
4827 2006-09-06  Simon Josefsson  <jas@extundo.com>
4829         * mml2015.el (mml2015-use): Doc fix, mention epg.
4831 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4833         * mml2015.el (mml2015-use): Default to epg, if available.
4835 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4837         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4838         message-sender.
4839         (mml1991-epg-encrypt): Ditto.
4840         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4841         message-sender.
4842         (mml2015-epg-encrypt): Ditto.
4844 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
4846         * message.el (message-send-mail-with-sendmail): Look for sendmail in
4847         several common directories.
4849 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
4851         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4852         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4854 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4856         * gnus-art.el (article-decode-encoded-words): Make it fast.
4858 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4860         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4862         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4863         in quoted string into `\'.
4865 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4867         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4868         Use standard-syntax-table.
4870 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4872         * gnus-art.el (gnus-decode-address-function): New variable.
4873         (article-decode-encoded-words): Use it to decode headers which are
4874         assumed to contain addresses.
4875         (gnus-mime-delete-part): Remove useless `or'.
4877         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4878         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4879         (gnus-nov-parse-line): Use it to decode From header.
4880         (gnus-get-newsgroup-headers): Ditto.
4881         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4883         * mail-parse.el (mail-decode-encoded-address-region): New alias.
4884         (mail-decode-encoded-address-string): New alias.
4886         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4887         New function.
4888         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4889         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4890         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4891         (rfc2047-decode-string): Ditto.
4892         (rfc2047-decode-address-region): New function.
4893         (rfc2047-decode-address-string): New function.
4895 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
4897         * message.el (message-caesar-buffer-body): Allow rotating headers.
4899         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4901         * message.el (message-insert-formated-citation-line): Fix %f.
4902         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4904 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4906         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4907         (gnus-bookmark-mouse-available-p): New macro.
4908         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4909         (gnus-bookmark-bmenu-show-infos): Use it.
4910         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4911         (gnus-bookmark-bmenu-hide-infos): Ditto.
4912         (gnus-bookmark-remove-properties): New function.
4913         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4914         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4915         (gnus-bookmark-write-file): Bind coding-system-for-write.
4916         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4917         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4918         group before selecting it.
4919         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4920         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4921         quit-window if it is not available; use gnus-mouse-2 and bind it to
4922         gnus-bookmark-bmenu-select-by-mouse.
4923         (gnus-bookmark-show-details): Remove unused variable `details-list'.
4924         (gnus-bookmark-bmenu-select-by-mouse): New function.
4926 2006-08-13  Romain Francoise  <romain@orebokech.com>
4928         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4929         space.
4931 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4933         * compface.el (uncompface): Use binary rather than raw-text-unix.
4935 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4937         * compface.el (uncompface): Make sure the eol conversion doesn't take
4938         place when communicating with the external programs.  Reported by
4939         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4941 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4943         * nnheader.el (nnheader-insert-head): Fix typo in comment.
4945 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4947         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4948         Make it more robust by parsing author and date independently.
4950 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4952         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4954 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
4956         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4957         first matching secret key.
4958         (mml2015-epg-encrypt): Ditto.
4960         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4961         first matching secret key.
4962         (mml1991-epg-encrypt): Ditto.
4964         * mml2015.el (mml2015-encrypt-to-self): New user option.
4965         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4966         mml2015-epg-encrypt-to-self is set.
4968         * mml1991.el (mml1991-encrypt-to-self): New variable.
4969         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4970         mml1991-epg-encrypt-to-self is set.
4972         * mml2015.el (mml2015-signers): New user option.
4973         (mml2015-epg-sign): Reflect the value of mml2015-signers.
4974         (mml2015-epg-encrypt): Allow to select signing keys.
4976         * mml1991.el (mml1991-signers): New variable.
4977         (mml1991-epg-sign): Reflect the value of mml1991-signers.
4978         (mml1991-epg-encrypt): Allow to select signing keys.
4980 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4982         * nnheader.el (nnheader-insert-head): Make it work even if the file
4983         uses CRLF for the line-break code.
4985 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
4987         * mml2015.el: Require mml-sec instead of password.
4988         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4989         (mml2015-cache-passphrase): Inherit the default value from
4990         mml-secure-cache-passphrase.
4991         (mml2015-passphrase-cache-expiry): Inherit the default value from
4992         mml-secure-passphrase-cache-expiry.
4994         * mml1991.el: Require mml-sec instead of password.
4995         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4996         (mml1991-cache-passphrase): Inherit the default value from
4997         mml-secure-cache-passphrase.
4998         (mml1991-passphrase-cache-expiry): Inherit the default value from
4999         mml-secure-passphrase-cache-expiry.
5001         * mml-sec.el: Require password.
5002         (mml-secure-verbose): New user option.
5003         (mml-secure-cache-passphrase): New user option.
5004         (mml-secure-passphrase-cache-expiry): New user option.
5006 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
5008         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
5009         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
5010         andreas@altroot.de (Andreas Vögele).
5012         FIXME: Use `tiny change'?
5014 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5016         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
5017         workaround for the url package included with Emacs.
5019         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5021 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5023         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
5024         correctly.  This fixes a bug caused by the 2006-05-12 change.
5026 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
5028         * nnmail.el (nnmail-article-group): If splitting raises an error, give
5029         some information about the error when saying that the `bogus' mail
5030         group will be used.
5032 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
5034         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
5035         string.
5037 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
5039         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
5041 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5043         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
5045 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5047         * mml1991.el (mml1991-function-alist): Add epg.
5048         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
5049         (mml1991-epg-encrypt): New functions.
5051 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5053         * mml2015.el (mml2015-verbose): New variable.
5054         (mml2015-cache-passphrase): Ditto.
5055         (mml2015-passphrase-cache-expiry): Ditto.
5056         (mml2015-function-alist): Add epg.
5057         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
5058         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
5059         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
5060         functions.
5062 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5064         * message.el (message-cite-original-1): Preserve region when removing
5065         quoted text due to X-No-Archive in order to avoid bogus attribution
5066         when citing multiple messages.
5068 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5070         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
5071         Kenneth Jacker <khj@be.cs.appstate.edu>.
5073 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
5075         * gnus-diary.el (gnus-user-format-function-d)
5076         (gnus-user-format-function-D): Autoload.
5078         * imap.el (Commentary): Fix typo.
5080         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
5081         2006-04-22 contribution.
5083 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5085         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
5086         It didn't really fix the bogosity I'm seeing with solid web groups.
5088 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5090         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
5091         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
5092         created using server names.  If we use the feature without declaring
5093         it, Gnus does not properly manage server and group state.
5095         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
5096         bound.
5098 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5100         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
5101         looking up the method using GROUP's prefix before inventing a new one.
5102         It is used on killed/unknown groups in various places where returning
5103         an all-new method isn't expected by the caller.
5105         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
5106         and match semantics of gnus-group-real-prefix.
5108 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
5110         * nnmail.el (nnmail-broken-references-mailers): New variable.
5111         (nnmail-ignore-broken-references): New function generalizing
5112         nnmail-fix-eudora-headers.
5113         (nnmail-fix-eudora-headers): Now obsolete.
5115         * gnus-art.el (gnus-button-handle-custom): Support
5116         `customize-apropos*'.
5118 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5120         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
5122         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
5123         articles.
5125 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
5127         * message.el (message-cite-reply-above): New variable.
5128         (message-yank-original): Use it.
5130 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5132         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
5134 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
5136         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
5137         as read.
5139         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
5141 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
5143         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
5144         (gnus-bookmark-default-file): Use gnus-directory.
5145         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
5146         Remove "*" in doc string.
5147         (gnus-bookmark-write-file): Simplify.
5148         (gnus-bookmark-maybe-sort-alist): Use `when'.
5149         (gnus-bookmark-get-bookmark): Fix typo in doc string.
5150         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
5151         FIXME about Emacs 21 and XEmacs compatibility.
5152         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
5153         compatibility.
5154         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
5155         compatibility.
5156         (gnus-bookmark-menu-heading): Fix version.
5158 2006-06-19  Bastien Guerry  <bzg@altern.org>
5160         * gnus-bookmark.el: New file.
5162 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5164         * message.el (message-syntax-checks): Doc fix.
5166 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5168         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
5169         unsubscribed groups as if they were killed ones.  It causes duplicate
5170         entries in gnus-newsrc-alist.
5172 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5174         * message.el (message-syntax-checks): Doc fix.
5175         (message-send-mail): Add check for continuation headers.
5176         (message-check-news-header-syntax): Fix regexp used to check for
5177         continuation headers.
5179 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5181         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
5183 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
5185         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
5187 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5189         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
5190         default-truncate-lines.
5192 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5194         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
5195         to fill the utf-8 entry.
5197 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5199         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5201 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
5203         * gnus-agent.el (directory-files-and-attributes): Move all the way
5204         forward (the third and final move).
5205         (gnus-agent-read-agentview): Trap reconstruction errors due to
5206         nonexistent directory.  Handle by returning nil.
5208 2006-05-30  Didier Verna  <didier@xemacs.org>
5210         * message.el (message-dont-reply-to-names): Update the custom type.
5211         * message.el (message-dont-reply-to-names): New defsubst: potentially
5212         convert a list of regexps into a single one.
5213         * message.el (message-get-reply-headers): Use it.
5214         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
5216 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5218         * gnus-agent.el (directory-files-and-attributes): Move forward.
5220 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5222         * gnus-ml.el (gnus-mailing-list-subscribe)
5223         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
5224         (gnus-mailing-list-message): Fix doc strings.
5226 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5228         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
5229         of doing it manually.
5231 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5233         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
5234         comment.
5236 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
5238         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
5239         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
5240         (gnus-agent-read-local): All symbols allocated in my-obarray
5241         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
5242         (gnus-agent-regenerate-group): Check numeric names to see if they are
5243         messages or groups.
5244         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
5245         better way of do this...)
5247         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
5248         'dummy.group' (there should be a better way of do this...)
5250 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5252         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
5253         (gnus-saved-headers): Ditto.
5254         (gnus-default-article-saver): Mention functions may have properties.
5255         (gnus-article-save): Override gnus-save-all-headers and
5256         gnus-saved-headers by :headers property which saver function may have.
5257         (gnus-summary-save-in-file): Add :headers property.
5258         (gnus-summary-write-to-file): Ditto.
5260         * gnus-sum.el (gnus-summary-save-article): Bind
5261         gnus-prompt-before-saving to t when saving many articles in a file;
5262         always show all headers.
5264 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
5266         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
5267         marks.
5269         * message.el (message-indent-citation): Add optional arguments to allow
5270         using it outside of message buffers.
5272         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
5273         (gnus-article-treat-unfold-headers): Use it.
5274         (gnus-article-truncate-lines): New variable.
5275         (gnus-article-mode): Use it.
5276         (gnus-article-toggle-truncate-lines): New function.
5278         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
5279         gnus-article-toggle-truncate-lines.
5281         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
5282         coding system in XEmacs, use binary.
5284 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5286         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
5287         after-load-alist.
5289         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
5290         this function should save decoded articles.
5291         (gnus-summary-write-to-file): Use property to specify this function
5292         should save decoded articles and specify gnus-summary-save-in-file
5293         should be used to save articles other than the first one when saving
5294         many articles.
5295         (gnus-summary-save-body-in-file): Use property to specify this
5296         function should save decoded articles.
5297         (gnus-summary-write-body-to-file): Use property to specify this
5298         function should save decoded articles and specify
5299         gnus-summary-save-body-in-file should be used to save articles other
5300         than the first one when saving many articles.
5302         * gnus-sum.el (gnus-summary-save-article): Simplify.
5304 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5306         * gnus-art.el (gnus-default-article-saver): Add
5307         gnus-summary-write-body-to-file.
5308         (gnus-article-save-coding-system): Don't use coding system object
5309         in XEmacs.
5310         (gnus-read-save-file-name): Add optional `dir-var' argument which
5311         specifies directory in which files are saved; work even if optional
5312         `variable' argument is not specified.
5313         (gnus-summary-write-to-file): Read file name.
5314         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
5315         (gnus-summary-write-body-to-file): New function.
5317         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
5318         (gnus-summary-local-variables): Add it.
5319         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
5320         (gnus-summary-save-article): Remove optional `decode' argument;
5321         determine whether to decode articles by the value of
5322         gnus-default-article-saver; when saving many files using
5323         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
5324         it first and use gnus-summary-save-in-file or
5325         gnus-summary-save-body-in-file thereafter unless
5326         gnus-prompt-before-saving is always; move point to article which
5327         will be saved.
5328         (gnus-summary-save-article-file): Revert.
5329         (gnus-summary-write-article-file): Revert.
5330         (gnus-summary-save-article-body-file): Revert.
5331         (gnus-summary-write-article-body-file): New function.
5333 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
5335         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
5337 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5339         * gnus-art.el (gnus-default-article-saver): Doc fix.
5340         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
5341         from gnus-summary-save-article-coding-system, and default to a
5342         certain coding system.
5343         (gnus-output-to-file): Add coding cookie and encode text according
5344         to gnus-article-save-coding-system; don't use mm-append-to-file.
5346         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
5347         gnus-art.el and rename to gnus-article-save-coding-system.
5348         (gnus-summary-save-article): Require gnus-art; don't show all
5349         headers if it decodes articles; don't add coding cookie here;
5350         don't bind mm-text-coding-system-for-write.
5351         (gnus-summary-save-article-file): Save decoded articles.
5352         (gnus-summary-write-article-file): When saving many files, use
5353         gnus-summary-write-to-file first and gnus-summary-save-in-file
5354         thereafter unless gnus-prompt-before-saving is always.
5355         (gnus-summary-save-article-body-file): Save decoded articles.
5357 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5359         * nnrss.el (nnrss-check-group): Bind hash-index.
5361 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
5363         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
5364         its hash index.  Store this hash in `nnrss-group-data'.
5365         (nnrss-read-group-data): Update accordingly.
5367 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5369         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
5370         entry.
5372         * gnus-sum.el (gnus-summary-make-menu-bar): Add
5373         gnus-article-browse-html-article.
5375 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
5377         * gnus-sum.el (gnus-summary-mime-map): Add
5378         gnus-article-browse-html-article.
5379 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5381         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
5382         suitable coding systems in customize.
5384 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
5386         * mail-source.el (mail-sources): Fix custom type.
5388 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
5390         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
5391         (gnus-summary-expire-articles-now): Shorten prompt.
5393         * gmm-utils.el (wid-edit): Require.
5394         (defun-gmm): Renamed from `gmm-defun-compat'.
5395         (gmm-image-search-load-path): Use it.
5396         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
5398 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5400         * gnus-sum.el (gnus-summary-save-article-coding-system): New
5401         variable.
5402         (gnus-summary-save-article): Add optional `decode' argument.  If
5403         it is set and gnus-summary-save-article-coding-system is non-nil,
5404         save decoded article.
5405         (gnus-summary-write-article-file): Save decoded article if
5406         gnus-summary-save-article-coding-system is non-nil.
5408         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
5409         type.
5411 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5413         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
5415 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5417         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
5418         first to test gnus-single-article-buffer which may be buffer-local.
5420         * gnus-sum.el (gnus-summary-setup-buffer): Make
5421         gnus-single-article-buffer buffer-local and nil in ephemeral
5422         group; make gnus-article-buffer, gnus-article-current, and
5423         gnus-original-article-buffer always buffer-local.
5424         (gnus-summary-exit): Kill article buffer belonging to ephemeral
5425         group.
5426         (gnus-handle-ephemeral-exit): Don't move to next summary line.
5428 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5430         * nnml.el (nnml-request-compact-group): Compressed files might not
5431         have .gz extension.
5433 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5435         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
5436         (mm-copy-to-buffer): Use with-current-buffer.
5437         (mm-display-part): Simplify.
5438         (mm-inlinable-p): Add optional arg `type'.
5440 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5442         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
5443         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
5444         Try harder to show the attachment internally or externally using
5445         gnus-mime-view-part-as-type.
5447 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5449         * message.el (message-from-style, message-signature-separator)
5450         (message-user-organization-file, message-send-mail-function)
5451         (message-citation-line-function, message-yank-prefix)
5452         (message-indent-citation-function, message-signature)
5453         (message-signature-file, message-signature-insert-empty-line):
5454         Remove autoloads.
5456         * gnus-art.el (gnus-buttonized-mime-types): Remove
5457         "multipart/signed".  Revert 2006-04-26 change.
5459 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5461         * gnus.el (gnus-version-number): Bump version.
5463 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5465         * gnus.el: No Gnus v0.5 is released.
5467 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5469         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
5470         fetching articles by message-id.
5472 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5474         * message.el (hashcash): Require hashcash as normal.
5476         * ecomplete.el (ecomplete-highlight-match-line): Use
5477         point-at-eol.
5478         (ecomplete-highlight-match-line): Use `highlight', because that
5479         face exists in both Emacs and XEmacs.
5481         * message.el (message-display-abbrev): Use point-at-bol.
5483         * mail-source.el: Don't require timer/timer-funcs.
5485         * gnus-async.el: Ditto.
5487         * password.el: Ditto.
5489         * mm-url.el: Ditto.
5491         * mm-util.el: Require timer/timer-funcs.
5493 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5495         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
5496         Close.
5498 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5500         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
5501         unibyte after clear-decrypt function runs.
5503         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
5504         returns as a unibyte string.
5506 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5508         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
5509         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
5510         (mml1991-pgg-encrypt): Ditto.
5512 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
5514         * message.el (message-user-organization-file): Check several
5515         locations of the organization file.
5517         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
5518         Add gnus-article-view-part-as-type.
5520         * gnus-art.el (gnus-article-view-part-as-type): New function.
5522         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
5523         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
5525         * mml.el: Simplify autoload.
5526         (mml-mode): defvar dnd-protocol-alist instead of using
5527         symbol-value.
5528         (mml-default-directory): New variable.
5529         (mml-minibuffer-read-file): Use it.
5530         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
5532         * message.el (message-citation-line-format): New variable.
5533         (message-insert-formated-citation-line): New function.
5534         (message-citation-line-function): Add
5535         `message-insert-formated-citation-line' to custom type.
5537         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
5538         to doc string.
5540         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
5541         depending on mm-verify-option.
5543 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5545         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
5546         binding pgg-* variables; reimplement the section which prevents
5547         MIME header from being signed.
5548         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
5549         pgg-text-mode; remove a blank line at the top of body.
5551         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
5552         lines at the top of body; use gnus-newsgroup-charset if there's no
5553         Charset header.
5555 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5557         * message.el (message-self-insert-commands): Doc fix.
5559         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
5560         (mm-uu-pgp-encrypted-test): Ditto.
5561         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
5562         between header and body; return application/pgp-encrypted handle
5563         if decryption failed; decode decrypted body by charset.
5565         * mm-decode.el (mm-automatic-display): Don't make application/pgp
5566         element match to application/pgp-*.
5568 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5570         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
5571         HTML.
5573 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5575         * mail-source.el (mail-source-call-script): Message the error
5576         string.
5578 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5580         * gnus-util.el (gnus-byte-compile): Use it.
5582 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
5584         * gnus-util.el (kill-empty-logs): New function.
5586 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5588         * message.el (message-mail-alias-type): Doc fix.
5589         (message-mail-alias-type-p): New function.
5590         (message-send): Use it.
5591         (message-mode): Ditto.
5592         (message-strip-forbidden-properties): Ditto.
5594         * ecomplete.el (ecomplete-database-file-coding-system): New
5595         variable.
5596         (ecomplete-save): Use it.
5597         (ecomplete-setup): Use it.
5599 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5601         * message.el (message-self-insert-commands): New variable.
5602         (message-strip-forbidden-properties): Use it.
5604 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5606         * message.el (message-put-addresses-in-ecomplete): Use a regexp
5607         that doesn't make XEmacs choke.
5609 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
5611         * gnus-util.el (gnus-replace-in-string):
5612         Prefer replace-regexp-in-string over of replace-in-string.
5614 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5616         * gnus-util.el (gnus-select-frame-set-input-focus):
5617         Use select-frame-set-input-focus if it is available in XEmacs; use
5618         definition defined in Emacs 22 for old Emacsen.
5620 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5622         * mm-view.el (mm-inline-text): Use equal instead of equalp.
5624 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
5626         * gnus-registry.el (gnus-registry-cache-save): Remove text
5627         properties when saving via the temp buffer.
5629 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5631         * message.el (message-generate-hashcash): Honor custom type.
5633 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5635         * message.el (message-generate-hashcash): Default to non-nil when
5636         hashcash is found.
5638         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
5639         (gnus-refer-thread-limit): Increase default to 500.
5641         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
5643         * flow-fill.el (fill-flowed): Allow delete-space.
5645 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5647         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5648         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
5649         Remove autoloads.
5651 2006-04-18  Simon Josefsson  <jas@extundo.com>
5653         * message.el (message-generate-hashcash): Default to.
5655 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5657         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5658         concatenating segments rather than before concatenating them.
5660 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5662         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
5664         * imap.el (imap-quote-specials): New function.
5665         (imap-login-auth): Quote specials.
5667 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5669         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
5671         * message.el (message-forward-make-body-plain): Allow
5672         message-forward-ignored-headers to be a list.
5673         (message-remove-ignored-headers): Factor out into function.
5674         (message-forward-make-body-mml): Use it.
5675         * rfc2231.el (rfc2231-parse-string): Remove dead code.
5676         (rfc2231-parse-string): Allow concatanation of parameters that
5677         aren't contiguous.  The test case is
5678           (mail-header-parse-content-type "message/external-body;
5679             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
5680             access-type=LOCAL-FILE;
5681             name*1*=plugh%2fhello-sailor%2fbing.pdf")
5683 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5685         * nntp.el (nntp-accept-process-output): Return the value of
5686         `nnheader-accept-process-output'.
5688 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5690         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
5691         (gnus-button-alist): Recognize more diff formats.
5692         (gnus-button-patch): Strip directory.
5694 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5696         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
5697         Emacs 22 when setting focus.
5699 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5701         * gnus-art.el (gnus-article-treat-types): Do treatment of
5702         text/x-verbatim parts.
5703         (gnus-button-patch): New command.
5705         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
5706         addresses that contain invalid characters.
5708 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5710         * message.el (message-put-addresses-in-ecomplete): Use
5711         gnus-replace-in-string.
5712         (message-is-yours-p): Use the more correct
5713         mail-header-parse-address instead of
5714         mail-extract-address-components.
5715         (message-put-addresses-in-ecomplete): Fix typo.
5717         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
5718         keystroke.
5720         * gnus-art.el (gnus-treatment-function-alist): Change order of
5721         newsgroups/generic header folding to avoid double-folding.
5723         * message.el (message-hidden-headers): Add X-Draft-From.
5725         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
5726         command.
5727         (gnus-summary-repeat-search-article-backward): New command.
5729         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
5730         groups in the parent topic.
5732 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
5734         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
5735         (spam-extra-header-to-number): Return the CRM114 number as a
5736         number instead of a string.
5738 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5740         * gnus-art.el (gnus-face-properties-alist): Moved here from
5741         gnus-fun.
5743         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
5745 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5747         * message.el (message-strip-forbidden-properties): Only display on
5748         self-insert-command.
5750         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
5751         reindent.
5752         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5754 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
5756         * smiley.el (smiley-style): Fix typo.
5758 2006-03-23  Kenichi Handa  <handa@m17n.org>
5760         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
5761         instead of set-buffer-multibyte.
5763 2006-03-23  Kenichi Handa  <handa@m17n.org>
5765         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5766         buffer and then decode the buffer text if necessary.
5767         (rfc2231-encode-string): Be sure to work on multibyte buffer at
5768         first, and after mm-encode-body, change the buffer to unibyte.
5770 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5772         * hashcash.el (hashcash-insert-payment-async-2): Use
5773         message-goto-eoh instead of doing it manually.
5774         (mail-add-payment): Use message-narrow-to-header instead of trying
5775         to do the same itself.
5777         * message.el (message-hidden-headers): Add Face.
5779         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5780         reparenting code.
5781         (gnus-summary-reparent-children): Refactored out code.
5782         (gnus-summary-thread-map): New keystroke.
5783         (gnus-summary-reparent-children): Make into command.
5785         * smiley.el (smiley-style): Default to `medium' if using a large
5786         font.
5788         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5789         does it itself.
5791         * message.el (message-point-in-header-p): Simplify definition.
5793 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5795         * nnagent.el (nnagent-request-set-mark): Silence log file
5796         writing.
5797         (nnagent-request-set-mark): Use write-region instead of
5798         append-to-file.
5800         * gnus-sum.el (gnus-read-header): Fudge article number if using a
5801         strange select method.
5803         * ecomplete.el (ecomplete-display-matches): Get highlightling
5804         right.
5805         (ecomplete-display-matches): Use literals.
5806         (ecomplete-display-matches): Disable message logging.
5808         * message.el (message-display-abbrev): Small optimization.
5810         * ecomplete.el (ecomplete-display-matches): Allow automatic
5811         display.
5813         * message.el (message-strip-forbidden-properties): Display
5814         abbrevs.
5815         (message-display-abbrev): Get automatic display right.
5817         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5818         keystrokes.
5820 2006-04-13  Romain Francoise  <romain@orebokech.com>
5822         TODO: Backport to v5-10!
5824         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5825         Moved here (and renamed) from gnus-registry.el.
5827         * gnus-registry.el: Require gnus-util.
5828         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5830 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5832         * gnus-group.el (gnus-group-catchup-current): Change
5833         if-then-else-if-then-else into cond.
5834         (gnus-group-catchup): Indent.
5835         (group-name-at-point): New function.
5836         (gnus-fetch-group): Provide default from thing at point.
5838 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5840         * message.el (message-display-abbrev): Fix regexp.
5842         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5843         choosing.
5844         (ecomplete-highlight-match-line): Fix up code rewrite, remove
5845         dead variables.
5847         * message.el (message-newline-and-indent): Remove debugging.
5848         (message-display-abbrev): Use new implementation.
5850 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5852         * gnus-art.el (gnus-article-mode): Set
5853         cursor-in-non-selected-windows to nil.
5855         * smiley.el: Revert previous change.
5856         (smiley-data-directory): defvar it before using it in the
5857         defcustom of `smiley-style'.
5859 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5861         * message.el (message-newline-and-indent): New function.
5863         * ecomplete.el: Implement more bits.
5865         * message.el (message-put-addresses-in-ecomplete): Clean up the
5866         string.
5868         * ecomplete.el (ecomplete-add-item): Chop off decimals.
5870         * gnus-sum.el (gnus-summary-save-parts): Bind
5871         gnus-summary-save-parts-counter and use it to make unique file
5872         names.
5874         * gnus-art.el (gnus-ignored-headers): Add some more headers.
5876         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5877         parameter to say whether to actually parse the individual
5878         addresses.
5880         * message.el (message-put-addresses-in-ecomplete): New function.
5881         (ecomplete): Require.
5882         (message-mail-alias-type): Add ecomplete as an option.
5884 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
5886         * flow-fill.el (fill-flowed): Remove trailing space from blank
5887         quoted lines.
5889 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5891         * smiley.el (smiley-style): Move definition later to avoid a
5892         compilation warning.
5894 2006-04-12  Kenichi Handa  <handa@m17n.org>
5896         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5897         buffer and then decode the buffer text if necessary.
5898         (rfc2231-encode-string): Be sure to work on multibyte buffer at
5899         first, and after mm-encode-body, change the buffer to unibyte.
5900         Use mm-disable-multibyte instead of set-buffer-multibyte.
5902 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5904         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5905         Content-Type header instead of Content-Disposition header.
5906         (gnus-mime-inline-part): Ditto.
5907         (gnus-mime-view-part-as-charset): Ignore charset that the part
5908         specifies.
5910         * mm-decode.el (mm-display-part): Work with external parts and
5911         usual parts similarly.
5913         * mm-extern.el (mm-inline-external-body): Use mm-display-part
5914         instead of gnus-display-mime.
5916         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5917         instead of with-temp-buffer.
5919         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5920         tag to summarized topics part in order to encode non-ASCII text.
5922 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5924         * smiley.el (smiley-style): New variable.
5925         (smiley-directory): New function.
5926         (smiley-data-directory): Derive from `smiley-style' using
5927         `smiley-directory'.
5928         (smiley-regexp-alist): Add new entries.
5930         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5931         (gnus-article-browse-delete-temp): Add :version.
5933 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
5935         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5936         the sieve region.
5938 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5940         * gnus.el (gnus-version-number): Bump version.
5942 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5944         * gnus.el: No Gnus v0.4 is released.
5946 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5948         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5949         layout.
5951         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5952         unknown charset.
5954         * message.el (message-header-synonyms): Add Original-To to the
5955         default.
5957         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5958         optional parameter.
5960 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5962         * gnus-fun.el (gnus): Require it for gnus-directory.
5964 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5966         * gnus-fun.el (gnus-face-properties-alist): Add :version.
5968 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5970         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5972 2006-04-05  Simon Josefsson  <jas@extundo.com>
5974         * password.el (password-reset): New function.
5976 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5978         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5979         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5981 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5983         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5984         Some whitespace was matched into the url, which broke browsing hits
5985         > 100 when mm-url-use-external was nil.
5987 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5989         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5990         gnus-extra-headers for 'Newsgroups.
5992         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5993         bound.
5995 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5997         * pgg-gpg.el: Clean up process buffers every time gpg processes
5998         complete.
6000 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
6002         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6003         doc string.
6005 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
6007         * pgg-gpg.el (pgg-gpg-process-filter)
6008         (pgg-gpg-wait-for-completion): Check if buffer is alive.
6010         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
6011         lines, temporary fix.
6013 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6015         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
6017 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
6019         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
6020         default-enable-multibyte-characters.  This reverts the change from
6021         revision 6.17 which is no longer necessary because the passphrase
6022         is sent separately now.  GnuPG messages are unreadable under
6023         multibyte locales with default-enable-multibyte-characters set to
6024         nil.
6026 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
6028         * message.el (message-tool-bar-gnome): Move "spell".
6030 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
6032         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
6033         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
6034         instead.
6036 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
6038         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
6039         newsgroups handling for NNTP overviews which don't include
6040         Newsgroups.
6042 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6044         * message.el (message-resend): Bind message-generate-hashcash to nil.
6046 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6048         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
6049         when searching for already-paid recipients.
6051 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
6053         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
6054         passphrases when it is not needed.
6055         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
6056         passphrase stuff from gpg, should only be necessary when you use
6057         gpg with a smartcard.
6059 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6061         * mml.el (mml-insert-mime): Ignore cached contents of
6062         message/external-body part.
6064         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
6065         (mm-insert-part): Ditto.
6067 2006-03-23  Simon Josefsson  <jas@extundo.com>
6069         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
6070         Reiner.
6071         (pgg-gpg-use-agent-p): Use it again.
6073 2006-03-23  Simon Josefsson  <jas@extundo.com>
6075         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
6076         older emacsen.
6077         (pgg-gpg-use-agent-p): Don't use it.
6079 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
6081         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
6082         if we can.
6084 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
6086         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
6087         (pgg-gpg-update-agent): New function.
6088         (pgg-gpg-use-agent-p): New function.
6089         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
6090         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6091         (pgg-gpg-sign-region): Use it.
6093 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6095         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
6096         Reported by Ralf Wachinger <rwachinger@gmx.de>.
6098 2006-03-21  Simon Josefsson  <jas@extundo.com>
6100         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
6101         <wilde@sha-bang.de>.
6102         (pgg-gpg-use-agent): New variable.
6103         (pgg-gpg-process-region): Use it.
6104         (pgg-gpg-encrypt-region): Likewise.
6105         (pgg-gpg-encrypt-symmetric-region): Likewise.
6106         (pgg-gpg-decrypt-region): Likewise.
6107         (pgg-gpg-sign-region): Likewise.
6108         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
6110 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6112         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
6114         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
6115         Add comment on version.
6117 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6119         * smiley.el: Add missing test smiley.
6121 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6123         * mm-decode.el (mm-with-part): New macro.
6124         (mm-get-part): Use it; work with message/external-body as well.
6125         (mm-save-part): Treat name and filename equally.
6127         * mm-extern.el (mm-extern-cache-contents): New function.
6128         (mm-inline-external-body): Use it; force the part to be displayed;
6129         move undisplayer added to the cached handle to the parent.
6131         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
6132         (gnus-mime-view-part-as-type): Work with message/external-body.
6134         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6136 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6138         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
6139         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
6140         Emacs.]
6142 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6144         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
6145         path rather than symbol.  Always return list of directories.
6146         Guarantee that image directory comes first.  [Sync with image.el,
6147         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
6149         * message.el (message-make-tool-bar): Adjust to new API of
6150         `gmm-image-load-path-for-library'.
6152         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6154         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6156 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6158         * gnus-art.el (gnus-article-only-boring-p):
6159         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
6160         intangible text.
6161         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
6163 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
6165         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
6166         `defun' instead of `gmm-defun-compat'.
6168 2006-03-14  Simon Josefsson  <jas@extundo.com>
6170         * message.el (message-unique-id): Don't use message-number-base36
6171         if (user-uid) is a float.
6172         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
6174 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6176         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
6178         * gnus-art.el (gnus-mime-display-single): Make sure there is an
6179         empty line between a part and a message part.
6181 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
6183         * smiley.el: Add more test smileys.
6184         (smiley-data-directory, smiley-regexp-alist)
6185         (gnus-smiley-file-types): Fix doc strings.
6186         (smiley-update-cache): Clear smiley-cached-regexp-alist before
6187         adding new elements.
6188         (smiley-mouse-map): Unused code.  Make it a comment.
6190 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6192         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
6193         scan latest NoCeM messages instead of old ones.
6194         (gnus-nocem-check-article): Fix regexps so as to match to PGP
6195         delimiters that are recently used.
6196         (gnus-nocem-load-cache): Add autoload cookie.
6198         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
6200         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
6201         level which is larger than gnus-use-nocem is specified.
6203         * gnus-group.el (gnus-group-get-new-news): Ditto.
6205 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6207         * gnus-util.el (gnus-tool-bar-update): New function.
6209         * gnus-group.el (gnus-group-update-tool-bar): New variable.
6210         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
6212         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
6214         * gnus-group.el (gnus-group-redraw-when-idle)
6215         (gnus-group-redraw-check): Remove.
6216         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
6218 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6220         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
6221         if optional last element is specified in splits (FIELD VALUE...).
6223 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
6225         * message.el (message-make-tool-bar): Rename gmm-image-load-path
6226         to gmm-image-load-path-for-library.  Call with no-error argument.
6227         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
6229         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6231         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6233         * gmm-utils.el (gmm-image-load-path): Remove alias.
6235 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
6237         * gmm-utils.el (gmm-image-load-path): Add alias.
6239         * nnml.el (nnml-generate-nov-databases-directory): Rename from
6240         nnml-generate-nov-databases-1.
6241         (nnml-generate-nov-databases): Use it.
6242         (nnml-generate-nov-databases-directory): Document no-active
6243         argument.
6245         * gmm-utils.el (gmm-image-load-path-for-library): Return single
6246         directory if path is t.  Add no-error.
6248         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
6249         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6251         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
6252         resetting gnus-article-browse-html-temp-list.
6254         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
6255         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
6256         Add example to docstring.  Rename local variables.  Move error
6257         checks to default case in cond and simplify.
6259 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6261         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
6262         handle is multipart when calling it recursively.
6263         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
6265 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
6267         * nnimap.el (nnimap-request-update-info-internal): Optimize.
6268         Don't `gnus-uncompress-range' to avoid excessive memory usage.
6270 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6272         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
6273         is loaded.
6275         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
6276         loaded.
6278 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6280         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
6281         to "Emacs 23 (unicode)" in doc string.
6283         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
6284         "Emacs 23 (unicode)" in comment.
6286 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6288         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
6290         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
6291         characters 160 through 255 in Emacs 23.
6293 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6295         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
6296         gnus-article-browse-html-temp.
6297         (gnus-article-browse-delete-temp): Make it customizable.  Add
6298         `file'.  Adjust doc string.
6299         (gnus-article-browse-delete-temp-files): Add argument.  Allow
6300         query for each file.  Adjust doc string.
6301         (gnus-article-browse-html-parts): Add
6302         `gnus-article-browse-delete-temp-files' to
6303         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
6305 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
6307         * gnus-art.el (gnus-article-browse-html-temp)
6308         (gnus-article-browse-delete-temp): New variables.
6309         (gnus-article-browse-delete-temp-files): New function.
6310         (gnus-article-browse-html-parts): Use it.
6312 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6314         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
6316         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
6317         string.
6319         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
6320         gnus-summary-insert-new-articles when unplugged.  Remove
6321         gnus-summary-search-article-forward.
6323         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
6324         display-visual-class instead of display-color-cells.
6326 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6328         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
6329         message/* containing non-ASCII text properly.
6331 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6333         * message.el: Require gmm-utils, remove autoloads.
6334         (message-tool-bar): Set default based on
6335         gmm-tool-bar-style.
6336         (message-tool-bar-gnome): Add gmm-customize-mode.
6338         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
6339         gmm-tool-bar-style.
6340         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
6342         * gnus-group.el (gnus-group-tool-bar): Set default based on
6343         gmm-tool-bar-style.
6344         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
6346         * gmm-utils.el (gmm-image-directory): Rename variable from
6347         gmm-image-load-path.
6348         (gmm-image-load-path): Use gmm-image-directory.
6349         (gmm-customize-mode): New function.
6350         (gmm-tool-bar-style): New variable.
6352         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
6353         gnus-group-redraw-line-number.
6354         (gnus-group-redraw-check): Simplify.
6355         (gnus-group-tool-bar-update): Remove redraw check.
6356         (gnus-group-make-tool-bar): Add redraw check.
6358 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
6360         * gnus-art.el (gnus-button): Add missing parentheses.
6362 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6364         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
6366 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6368         * gnus-art.el (gnus-button): New face.
6369         (gnus-article-button-face): Use it.
6371         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
6372         gnus-summary-next-page.  Re-order.
6374         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
6375         next-node are now included.
6376         (gnus-group-redraw-line-number): New internal variable.
6377         (gnus-group-redraw-check): Helper function for updating the tool
6378         bar.
6379         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
6381         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
6383         * spam.el (spam-spamassassin-score-regexp): New internal variable.
6384         (spam-extra-header-to-number, spam-check-spamassassin-headers):
6385         Use it to match format of Spamassassin 3.0 and later.  Reported by
6386         IRIE Tetsuya <irie@t.email.ne.jp>.
6387         (spam-check-bogofilter)
6388         (spam-bogofilter-register-with-bogofilter): Fix args of
6389         `gnus-error' calls.
6391 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6393         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
6394         unnecessary interaction when sending queued mails.  Reported by
6395         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
6397 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6399         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
6400         first or last are nil.
6402 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6404         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
6406 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6408         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
6410 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6412         * dns.el (query-dns): Protect more against buggy tcp output.
6414 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6416         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
6417         nov.php.
6419 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6421         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
6422         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
6423         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
6424         output on the server side.
6425         (nnweb-google-create-mapping): Update regexps and add some
6426         progress indication.
6428 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
6430         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
6431         gnus-agent-toggle-plugged.  Re-order icons.
6432         (gnus-group-tool-bar-gnome): Add
6433         gnus-group-{prev,next}-unread-group.
6434         (gnus-group-tool-bar-gnome): Re-order icons.
6436         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
6437         gnus-summary-insert-new-articles.
6439         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
6440         comments.
6442         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
6443         also available in Emacs 21.3.
6445         * message.el (message-fix-before-sending): Change "Emacs 22" to
6446         "Emacs 23 (unicode)" in comment.
6448         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
6449         "Emacs 23 (unicode)" in comment.
6451         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
6452         comment.
6453         (mm-coding-system-p): Add comment about no-MULE XEmacs.
6455         * mm-view.el (mm-fill-flowed): Add :version.
6457 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6459         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
6460         and load-path.
6462 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
6464         * message.el: Autoload gmm-image-load-path.
6465         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
6466         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
6467         consitency.
6469         * gmm-utils.el (gmm-image-load-path): Also search in
6470         "../etc/images".  Don't set gmm-image-load-path if we don't find
6471         the image.
6473 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6475         * gmm-utils.el (gmm-image-load-path): Don't make
6476         `gmm-image-load-path' include subdirectories which the second arg
6477         `image' might specify.
6479         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
6480         subdirectory to icon file names.
6482         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
6484 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6486         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
6487         gmm-image-load-path calls.
6489         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6491         * message.el (message-make-tool-bar): Ditto.
6493         * mml.el (mml-preview): Added comment concerning tool bar icons.
6495         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
6496         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
6498         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
6499         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
6501         * message.el (message-tool-bar-gnome): Use new icon names.
6502         (message-make-tool-bar): Use `gmm-image-load-path'.
6504         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
6505         functions from MH-E.
6506         (gmm-image-load-path): New variable from MH-E.
6507         (gmm-image-load-path): New function from MH-E.  Added arguments
6508         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
6509         *-image-load-path-called-flag.
6511 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
6513         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
6515 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
6517         * nnimap.el (nnimap-request-move-article): Change folder back to
6518         source group before deleting.
6520 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
6522         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
6524         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
6525         mm-url.
6527         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
6529 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6531         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
6532         coding system which mm-charset-to-coding-system returns for a
6533         given charset is valid.
6535 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
6537         * html2text.el (html2text-remove-tag-list):
6538         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
6540 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6542         * gnus-cus.el: Revert 2005-10-17 change.
6544 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6546         * gnus-art.el (article-strip-banner): Call
6547         article-really-strip-banner only when the regexp match is made.
6549 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6551         * gnus-art.el (article-strip-banner): Use
6552         gnus-extract-address-components instead of
6553         mail-header-parse-addresses to make it work with non-ASCII text;
6554         remove mail-encode-encoded-word-string.
6556         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
6557         values which are surrounded with \"...\"; make it never cause a
6558         Lisp error; give up parsing of parameters if it failed in
6559         extracting type.
6561 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
6563         * smime.el (smime-cert-by-ldap-1): Fix bug where
6564         `smime-ldap-search' returns results without userCertificates.
6566 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6568         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
6570 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6572         * spam.el (spam-check-spamassassin-headers): Adapt format for
6573         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
6574         <ari@mbf.ocn.ne.jp>.
6575         (spam-list-of-processors): Add spam-use-gmane.
6577 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6579         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
6580         make-temp-file; make it work with XEmacs as well.
6582         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
6583         mm-make-temp-file.
6585         * mm-decode.el (mm-display-external): Use the 3rd arg of
6586         mm-make-temp-file.
6587         (mm-create-image-xemacs): Ditto.
6589 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6591         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
6592         with message-narrow-to-headers.
6593         (gnus-draft-setup): Narrow to header to run message-fetch-field.
6594         (gnus-draft-check-draft-articles): New function.
6595         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
6597 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6599         * gnus-art.el (gnus-article-browse-html-parts):
6600         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
6601         Don't use suffix argument for mm-make-temp-file for Emacs 21
6602         compatibility.  Remove useless `format'.
6604 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6606         * nnweb.el (nnweb-google-wash-article): Update regexps.
6607         (nnweb-group-alist): Use defvoo instead of defvar.
6609 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6611         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
6612         re-loading nn* modules.
6614 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6616         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
6617         for `tool-bar-mode' and don't check it's default-value.
6619         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6621         * message.el (message-make-tool-bar): Ditto.
6623         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
6624         `substring'.  Shorten tmp-file name.
6626         * gnus.el: Remove bogus comment.
6628 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
6630         * gnus-art.el (gnus-article-browse-html-parts): New function.
6631         (gnus-article-browse-html-article): New function for viewing html
6632         articles with a browser.
6634 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
6636         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
6637         (mml2015-pgg-encrypt): Ditto.
6639         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
6640         (mml1991-pgg-encrypt): Ditto.
6642 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6644         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
6645         message-make-date instead of current-time-string.
6647         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
6648         to gnus-decoded which mm-uu might set.
6650 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6652         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
6653         don't decode quoted parameters; remove misimported Emacs code.
6654         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6655         (rfc2231-decode-encoded-string): Don't use split-string which
6656         behaves differently according to Emacs version; use
6657         mm-decode-coding-region to convert charset to coding-system.
6658         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6659         (rfc2231-encode-string): Remove misimported Emacs code.
6661 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6663         * gnus-art.el (article-decode-charset): Don't use ignore-errors
6664         when calling mail-header-parse-content-type.
6665         (article-de-quoted-unreadable): Ditto.
6666         (article-de-base64-unreadable): Ditto.
6667         (article-wash-html): Ditto.
6669         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
6670         calling mail-header-parse-content-type and
6671         mail-header-parse-content-disposition.
6672         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
6673         mail-header-parse-content-type.
6675         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
6676         insert charset and format parameters; encode description after
6677         inserting it to buffer.
6678         (mml-insert-parameter): Fold lines properly even if a parameter is
6679         segmented into two or more lines; change the max column to 76.
6681         * rfc1843.el (rfc1843-decode-article-body): Don't use
6682         ignore-errors when calling mail-header-parse-content-type.
6684         * rfc2231.el (rfc2231-parse-string): Return at least type if
6685         possible; don't cause an error even if it fails in parsing of
6686         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6687         (rfc2231-encode-string): Don't break lines at the beginning, leave
6688         it to mml-insert-parameter.
6690         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
6691         calling mail-header-parse-content-type.
6693 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
6695         * spam-report.el (spam-report-gmane-use-article-number):
6696         Improve doc string.
6697         (spam-report-gmane-internal): Check if a suitable header was found
6698         in the article.
6700 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6702         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
6703         (rfc2231-encode-string): Make param*=value always begin with LWSP.
6705 2006-02-05  Romain Francoise  <romain@orebokech.com>
6707         Update copyright notices of all files in the gnus directory.
6709 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6711         * nnweb.el (nnweb-request-group): Avoid growing overview files.
6713 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6715         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
6716         segmented lines of parameter value to cope with Thunderbird 1.5
6717         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
6718         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6719         (rfc2231-encode-string): Don't make lines exceeding 76 column.
6721 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
6723         * mml.el (mml-generate-mime-1): Correct the order of inline signed
6724         parts.
6726 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6728         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
6729         there's only one active file for all servers.
6730         (nnweb-request-scan): Make sure nnweb-articles is initialized on
6731         solid groups.  Gnus might have used a FAST request to select the group.
6732         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
6733         and nnweb-search redundantly in the active file.
6734         (nnweb-request-list): Don't list bogus groups.  There can only be one.
6735         (nnweb-request-create-group): Don't use ARGS.
6736         (nnweb-possibly-change-server, nnweb-request-group): Remove some
6737         initialisations.  Let nnoo do the work.
6739 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6741         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
6742         Say the part has been decoded.
6744         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
6746 2006-01-31  Kevin Ryde  <user42@zip.com.au>
6748         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
6749         mailcap-viewer-test-cache when there's no 'test clause, since that
6750         will invert the meaning of a "nil" test previously determined by
6751         mailcap-mailcap-entry-passes-test.
6753 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6755         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6756         compiling.
6758         * gnus-sum.el: Ditto.
6760         * message.el: Don't bind tool-bar-map when compiling.
6762 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
6764         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
6766 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6768         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6769         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6770         current Google Groups.
6772 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
6774         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6775         and tool-bar-mode.
6777         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6778         and tool-bar-mode.
6780         * message.el (message-tool-bar-update): Simplify.
6781         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
6783         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6784         gnus-summary-buffer.
6785         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6786         gnus-summary-reply.
6788         * gmm-utils.el (gmm): Add :version.
6790 2006-01-26  Steve Youngs  <steve@sxemacs.org>
6792         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6793         autoload.
6795 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6797         * gmm-utils.el (gmm-verbose): Add :group.
6799 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
6801         * message.el: Change some comments WRT tool-bars.
6803         * gnus-sum.el (gnus-summary-tool-bar)
6804         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6805         (gnus-summary-tool-bar-zap-list): New variables.
6806         (gnus-summary-make-tool-bar): Complete rewrite using
6807         `gmm-tool-bar-from-list'.
6809         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6810         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6811         variables.
6812         (gnus-group-make-tool-bar): Complete rewrite using
6813         `gmm-tool-bar-from-list'.
6814         (gnus-group-tool-bar-update): New function.
6816         * message.el (message-mode-field-menu): Add "Show hidden Headers".
6818 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6820         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6821         is dissected into a single part of which the type is the same as
6822         the given one; decode charset.
6824 2006-01-21  Kevin Ryde  <user42@zip.com.au>
6826         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6827         into alists as symbol not string, since that's what
6828         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6829         look for.
6831 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
6833         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6834         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6836         * message.el (message-tool-bar-gnome): Use gmm-ignore.
6838 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6840         * gnus-art.el (gnus-mime-security-button-commands): New variable.
6841         (gnus-mime-security-button-menu): New definition.
6842         (gnus-mime-security-button-map): Use them.
6843         (gnus-mime-security-button-menu): New function.
6844         (gnus-insert-mime-security-button): Addition to help echo.
6845         (gnus-mime-security-run-function, gnus-mime-security-save-part)
6846         (gnus-mime-security-pipe-part): New functions.
6848         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6849         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6851         * mm-decode.el (mm-handle-set-disposition): Remove.
6852         (mm-handle-set-description): Remove.
6854 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6856         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6857         (mm-w3m-standalone-supports-m17n-p): New function.
6858         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6859         w3m usage.
6861         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6862         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6864 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6866         * message.el (message-tool-bar-zap-list): Use
6867         gmm-tool-bar-zap-list as custom type.
6868         (message-tool-bar-update): New function.
6869         (message-tool-bar, message-tool-bar-gnome)
6870         (message-tool-bar-retro): Add message-tool-bar-update.
6871         (message-tool-bar-gnome): Add flyspell-buffer.
6873         * gnus-util.el (gnus-error): Describe `args'.
6875         * gmm-utils.el (gmm-error): Describe `args'.
6876         (gmm-tool-bar-zap-list): New widget.
6877         (gmm-tool-bar-from-list): Improve description of `zap-list'.
6879 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6881         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6882         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6883         the number of recursive calls.
6885         * mm-decode.el (mm-handle-set-disposition): New macro.
6886         (mm-handle-set-description): New macro.
6888 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6890         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6891         encoding.
6893 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6895         * message.el (message-tool-bar-zap-list, message-tool-bar)
6896         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6897         (message-tool-bar-local-item-from-menu): Remove.
6898         (message-tool-bar-map): Replace by `message-make-tool-bar'.
6899         (message-make-tool-bar): New function.
6900         (message-mode): Use `message-make-tool-bar'.
6902         * gmm-utils.el: New file.
6903         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6904         (gmm-lazy): New widget copied from `nnmail.el'.
6905         (gmm-tool-bar-from-list): New function for creating customizable
6906         tool bars.
6907         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
6908         output.
6909         (gmm): Add :prefix to defgroup.
6911 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6913         * gmm-utils.el (gmm-widget-p): New function.
6915 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6917         * mml.el (mml-attach-file): Describe `description' in doc string.
6918         (mml-menu): Add Emacs MIME manual and PGG manual.
6920 2006-01-20  Richard M. Stallman  <rms@gnu.org>
6922         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6924 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
6926         * nntp.el (nntp-end-of-line): Doc fix.
6928 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
6930         * imap.el (imap-open): Handle case where buffer is a buffer
6931         object.
6933 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6935         * gnus-delay.el (gnus-delay): Don't autoload.
6936         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6937         to be re-loaded when customizing the `gnus-delay' group.
6939 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
6941         * message.el (message-insert-citation-line): Use newlines.
6943 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6945         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6947         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6949 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
6951         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6953 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6955         * mm-decode.el (mm-inlined-types): Add application/pgp.
6956         (mm-automatic-display): Ditto.
6958         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6959         part as text.
6961 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6963         * nnrss.el: Update copyright.
6964         (nnrss-opml-import): Query whether to subscribe to each entry.
6966         * gnus-art.el:
6967         * gnus-sum.el:
6968         * mm-uu.el:
6969         * mm-view.el: Update copyright.
6971 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
6973         * message.el (message-info): New function.
6974         (message-mode-menu): Add it.
6975         Update copyright.
6977         * ChangeLog: Fix and update copyright.
6979 2006-01-13  Romain Francoise  <romain@orebokech.com>
6981         * message.el (message-forward-subject-name-subject): Prefer the
6982         address to 'nowhere' if the sender has no name.
6983         Fix typo.  Update copyright year.
6985 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6987         * gnus-art.el (article-wash-html): Use
6988         gnus-summary-show-article-charset-alist if a numeric arg is given.
6989         (gnus-article-wash-html-with-w3m-standalone): New function.
6991         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6992         mm-inline-text-html-render-with-w3m-standalone.
6993         (mm-text-html-washer-alist): Map w3m-standalone to
6994         gnus-article-wash-html-with-w3m-standalone.
6995         (mm-inline-text-html-render-with-w3m-standalone): New function.
6997 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6999         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
7000         Improve LaTeX.
7002 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7004         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
7005         (nnrss-request-article): Render text/plain parts as HTML.
7007         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
7008         the buffer.
7010 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7012         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
7013         custom definition of `gnus-posting-styles'.
7015         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
7016         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
7018 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7020         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
7021         Use nntp for bug archive.
7023 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7025         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
7026         parts.
7027         (nnrss-normalize-date): New function converts ISO 8601 date into
7028         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7029         (nnrss-check-group): Use it.
7031 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7033         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
7035         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
7036         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7037         (nnrss-insert-w3): Ditto.
7039 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7041         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
7042         the articles to be forwarded including the case where neither a
7043         number of articles nor a region is specified.
7045 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7047         * nnrss.el (nnrss-request-article): Fix last change; fill
7048         text/plain parts.
7050 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7052         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
7053         in text/plain part.
7054         (nnrss-check-group): Don't add excessive newline to dc:subject.
7056 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
7058         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
7059         article.
7061 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7063         * nnml.el: Don't require gnus-bcklg.  Autoload it.
7064         (nnml-use-compressed-files, nnml-save-mail): Support other
7065         comression programs such as bzip2.
7067 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7069         * dns.el (query-dns): Make sure we check the buffer size before
7070         removing tcp headers.
7072 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7074         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
7075         remove MIME buttons associated with multipart/alternative parts.
7076         (gnus-mime-display-alternative): Tag buttons using `article-type'
7077         text property.
7079         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
7080         associated with multipart/alternative parts.
7082         * gnus-art.el (gnus-signature-separator): Fix custom type.
7084         * mm-decode.el (mm-inlined-types): Fix custom type.
7085         (mm-keep-viewer-alive-types): Ditto.
7086         (mm-automatic-display): Ditto.
7087         (mm-attachment-override-types): Ditto.
7088         (mm-inline-override-types): Ditto.
7089         (mm-automatic-external-display): Ditto.
7091 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7093         * spam-report.el (spam-report-user-mail-address)
7094         (spam-report-user-agent): New variables.
7095         (spam-report-url-ping-plain): Use spam-report-user-agent.
7097 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
7099         * gnus-art.el (gnus-button-handle-custom): Do not just use
7100         `customize-apropos' for any "M-x customize-*" button but the
7101         function called for.  Accept both the function name and its
7102         argument in order to achieve this.
7103         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
7104         function name to `gnus-button-handle-custom' in case of "M-x
7105         customize-*" buttons.
7107 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7109         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
7110         multipart/alternative and add xref to mm-discouraged-alternatives
7111         in doc string.
7113         * mm-decode.el (mm-discouraged-alternatives): Add xref to
7114         gnus-buttonized-mime-types in doc string.
7116 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
7118         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
7119         Suggest image/.* in the doc string.
7121 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7123         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
7124         message-marks (Debian bug #342521).
7126 2005-12-12  Simon Josefsson  <jas@extundo.com>
7128         * password.el (password-read-from-cache): Add.
7129         (password-read): Use it.
7131 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7133         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
7134         us-ascii as a MIME charset.
7136         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
7137         against the case where the 2nd arg TYPE is nil.
7139 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7141         * pop3.el (pop3-stream-type): Fix custom version.
7143         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
7145 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7147         * mm-decode.el (mm-display-external): Add missing cdr.
7149 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7151         * mm-decode.el (mm-display-external): Use nametemplate (defined in
7152         RFC1524) if it is in mailcap or add a suffix according to
7153         mailcap-mime-extensions when generating a temp filename; postpone
7154         deleting a temp file for 2 seconds for some wrappers, shell
7155         scripts, and so on, which might exit right after having started a
7156         viewer command as a background job.
7158 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7160         * nntp.el (nntp-marks-directory): Fix custom group.
7162         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
7163         steps when < 10.
7165         * gnus-start.el (gnus-no-server-1): Mention
7166         `gnus-level-default-subscribed' in doc string.
7168 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7170         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
7171         parens.
7173 2005-11-26  Dave Love  <fx@gnu.org>
7175         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
7176         (tls-program, tls-success): Provide openssl alternative.
7178         * starttls.el: Doc fixes.
7179         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
7180         SERVICE to PORT.
7182         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
7183         port null or service name.
7184         (starttls-negotiate): Autoload.
7186 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7188         * message.el (message-kill-to-signature): Fix interactive spec.
7190 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7192         * pop3.el (pop3-open-server): Recognize a string as a service name.
7194 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
7196         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
7198 2005-11-23  Dave Love  <fx@gnu.org>
7200         Add pop3s, pop3/starttls.
7202         * pop3.el (pop3-authentication-scheme): Clarify doc.
7203         (open-tls-stream, starttls-open-stream): Autoload.
7204         (pop3-stream-type): New.
7205         (pop3-open-server): Use it.
7207         * mail-source.el (mail-sources): Fix some :types.  Add stream type
7208         for POP.
7209         (mail-source-keyword-map): Add :stream for POP.
7210         (mail-source-fetch-pop): Use pop3-stream-type.
7212 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7214         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
7215         of current-time-string.
7217 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
7219         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
7220         date header.
7222 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7224         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
7225         it can seriously impact performance as it bypasses the agent's
7226         local caches.
7228 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7230         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
7231         must be explicitly online rather than "not explicitly offline" for
7232         its flags to be synchronized.
7234         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
7235         that gnus-uu-unmark-thread will function correctly.
7237         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
7238         1024K is instead displayed as 1M.
7240 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7242         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
7244 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
7246         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
7248 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
7250         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
7251         error message to display actual error condition.
7252         (gnus-agent-save-local): Avoid saving symbols that are bound to
7253         nil as they simply result in a warning message in
7254         gnus-agent-read-local.
7256 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7258         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
7259         rather than make-variable-buffer-local for file-precious-flag.
7261 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7263         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
7264         for duplicates which are removed.  The invalid sort check then
7265         triggers a rescan after the sort as sorting may have moved
7266         duplicate entries such that they can be cheaply detected.
7268 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7270         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
7272 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7274         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
7275         internal variable to a custom variable.  Changed default value
7276         from compressed(2) to uncompressed(1).
7277         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
7278         support for uncompressed agentview files.  Taken together, reading
7279         the agentview file should now be 6-7 times faster.
7281 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7283         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
7284         as a buffer-local variable.  This avoids creating truncated
7285         dribble files as a result of a hang up, eg.
7287 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7289         * gnus-start.el (gnus-start-draft-setup): Enforce
7290         `gnus-draft-mode' for nndraft:drafts at startup.
7292         * gnus.el (gnus-splash): Change custom group.
7293         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
7294         allow-list argument.
7296         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
7297         string.
7299 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7301         * gnus-art.el (gnus-default-article-saver): Add user-defined
7302         `function' to custom type.
7304 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7306         * imap.el (imap-open): Handle case where buffer is a buffer
7307         object.
7309 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7311         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
7312         long lines.
7313         (gnus-cache-delete-group): Wrap doc strings.
7315         * gnus-agent.el (gnus-agent-rename-group)
7316         (gnus-agent-delete-group): Wrap doc strings.
7318 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7320         * gnus-start.el (gnus-1): Add "native" to
7321         gnus-predefined-server-alist.
7323         * gnus.el (gnus-method-to-server): Don't add "native" to the
7324         lists here, because that leads to problems when
7325         gnus-select-method is bound.
7327 2005-11-09  Simon Josefsson  <jas@extundo.com>
7329         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
7330         use (not sort-by-date) instead.
7332 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7334         * gnus-delay.el (gnus-delay-group): Don't autoload.
7335         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7336         to be re-loaded when customizing the `gnus-delay' group.
7338 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
7340         * message.el: Revert last changes.
7341         (message-insert-citation-line): Use newlines.
7343 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7345         * message.el (message-courtesy-message)
7346         (message-mark-insert-begin, message-mark-insert-end)
7347         (message-elide-ellipsis, message-cancel-message)
7348         (message-add-header, message-change-subject)
7349         (message-cross-post-followup-to-header)
7350         (message-cross-post-insert-note, message-reduce-to-to-cc)
7351         (message-widen-reply, message-delete-not-region)
7352         (message-kill-to-signature, message-insert-signature)
7353         (message-insert-importance-high, message-insert-importance-low)
7354         (message-insert-or-toggle-importance)
7355         (message-insert-disposition-notification-to)
7356         (message-indent-citation, message-yank-original)
7357         (message-cite-original-without-signature, message-cite-original)
7358         (message-insert-citation-line, message-position-on-field)
7359         (message-fix-before-sending, message-send-mail-partially)
7360         (message-send-mail, message-send-mail-with-sendmail)
7361         (message-send-mail-with-qmail, message-send-news)
7362         (message-check-news-header-syntax, message-generate-headers)
7363         (message-insert-courtesy-copy, message-fill-address)
7364         (message-fill-header, message-shorten-references)
7365         (message-setup-1, message-cancel-news)
7366         (message-forward-make-body-plain, message-forward-make-body-mime)
7367         (message-forward-make-body-mml, message-encode-message-body)
7368         (message-forward-make-body-digest-plain)
7369         (message-forward-make-body-digest-mime)
7370         (message-use-alternative-email-as-from): Insert `hard-newline'
7371         instead of ordinary newlines.
7373 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7375         * message.el (message-generate-headers): Downcase the argument
7376         given to message-check-element.
7378 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
7380         * nntp.el (nntp-authinfo-rejected): New error condition.
7381         (nntp-wait-for): Use new error condition to signal authentication
7382         error.
7383         (nntp-retrieve-data): Rethrow new error condition to break out of
7384         recursive call to nntp-send-authinfo.
7386 2005-11-08  Romain Francoise  <romain@orebokech.com>
7388         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
7389         (gnus-summary-exit-map): Bind to `Z p'.
7390         (gnus-summary-make-menu-bar): Add menu item.
7392 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
7394         * gnus-art.el (gnus-article-treat-custom): Add `first'.
7395         (gnus-treat-*): Add `first' in all doc strings.
7397         * gnus-group.el (gnus-group-compact-group): Fix typo.
7399 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7401         * gnus.el (gnus-parameters-case-fold-search): New variable.
7402         (gnus-parameters-get-parameter): Use it.
7404         * gnus-score.el (gnus-home-score-file): Doc fix.
7406 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
7408         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
7410 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7412         * mm-util.el (mm-special-display-p): New function.
7414         * mml.el (mml-preview): Use it; doc fix.
7416 2005-10-29  Romain Francoise  <romain@orebokech.com>
7418         * message.el (message-fix-before-sending): Fix comment.
7420 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7422         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
7424 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7426         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
7427         Used in gnus-score.el.
7429 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7431         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
7433 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7435         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
7436         whitespace removed in revision 7.8.  Use concatenated string to
7437         protect trailing whitespace.
7439 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
7441         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
7442         (nnimap-request-expire-articles): Use it to avoid sending 'UID
7443         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
7444         Courier IMAP ("some version from 2004").  Mostly based on similar
7445         code in the same function.
7447 2005-10-26  Didier Verna  <didier@xemacs.org>
7449         * gnus-group.el (gnus-group-compact-group): Invalidate original
7450         article buffer.
7451         * gnus-srvr.el (gnus-server-compact-server): Ditto.
7452         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
7453         NOV database and in article itself.
7454         Invalidate article backlog.
7456 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7458         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
7460 2005-10-26  Simon Josefsson  <jas@extundo.com>
7462         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
7463         part of 2004-07-25 change.
7465 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7467         * message.el (message-display-completion-list): New function.
7468         (message-expand-group): Use it; make sure the Completions buffer
7469         is modifiable.
7471 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7473         * imap.el (imap-open): Handle case where buffer is a buffer object.
7475 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
7477         * pgg-def.el:
7478         * pgg-gpg.el:
7479         * pgg-parse.el:
7480         * pgg-pgp.el:
7481         * pgg-pgp5.el:
7482         * pgg.el: Move to the parent lisp directory.
7484 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
7486         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
7487         user-mail-name is an empty string.
7489 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7491         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
7492         depending on gnus-score-decay-constant.
7494         * encrypt.el (encrypt-insert-file-contents)
7495         (encrypt-write-file-contents): Don't use `gnus-message'.
7497         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
7498         arguments.
7499         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
7500         arguments to mm-uu-verbatim-marks-extract.
7501         (mm-uu-hide-markers): New variable.
7502         (mm-uu-extract): Use face similar to `gnus-cite-3'.
7504         * gnus-fun.el (gnus-convert-image-to-x-face-command)
7505         (gnus-convert-image-to-face-command): Use "convert" by default to
7506         allow other input image formats.
7507         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
7508         accordingly.
7510 2005-10-23  Simon Josefsson  <jas@extundo.com>
7512         * imap.el (imap-gssapi-program): Align command line parameters
7513         with latest GNU SASL.
7514         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
7516 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7518         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
7519         HTML.
7520         (nnslashdot-request-article): Ditto.
7522 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7524         * mail-source.el (mail-source-fetch-pop): Require pop3.
7525         (mail-source-check-pop): Ditto.
7527 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7529         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
7530         errors.
7532 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7534         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
7535         (gnus-treat-strip-leading-blank-lines): Improve doc string.
7537         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
7539         * mm-bodies.el (mm-decode-string): Call
7540         `mm-charset-to-coding-system' with allow-override argument.
7542 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7544         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
7545         (rfc2047-charset-to-coding-system): New function.
7546         (rfc2047-decode-encoded-words): New function.
7547         (rfc2047-decode-region): Use them.
7548         (rfc2047-decode-cte): Remove.
7549         (rfc2047-parse-and-decode): Remove.
7550         (rfc2047-decode): Remove.
7552 2005-10-15  Kenichi Handa  <handa@m17n.org>
7554         * rfc2047.el (rfc2047-decode-cte): New function.
7555         (rfc2047-decode-region): Change the way to decode successive
7556         encoded-words: decode B- or Q-encoding in each encoded-word,
7557         concatenate them, and decode it as charset.
7559 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
7561         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
7562         widget-move-and-invoke.
7563         (gnus-custom-mode): Use gnus-custom-map.
7565 2005-10-15  Bill Wohler  <wohler@newt.com>
7567         * message.el (message-tool-bar-map): Renamed image file from
7568         mail_send to mail/send.
7570 2005-10-16  Masatake YAMATO  <jet@gyve.org>
7572         * message.el (message-expand-group): Pass the common
7573         prefix substring of completion to `display-completion-list'.
7575 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
7577         * mml-sec.el (mml-secure-method): New internal variable.
7578         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
7579         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
7580         functions using mml-secure-method.
7582         * mml.el (mml-mode-map): Add key bindings for those functions.
7583         (mml-menu): Simplify security menu entries.  Suggested by Jesper
7584         Harder <harder@myrealbox.com>.
7585         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
7586         end of message if point is the headers of the message.
7588         * message.el (message-in-body-p): New function.
7590         * assistant.el: Autoload gnus-util and netrc.
7592         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
7593         Use `mm-charset-override-alist' only when decoding.
7595         * mm-bodies.el (mm-decode-body): Call
7596         `mm-charset-to-coding-system' with allow-override argument.
7598         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
7599         `filename' from Content-Disposition if Content-Type doesn't
7600         provide `name'.
7601         (gnus-mime-view-part-as-type): Set default instead of
7602         initial-input.
7604 2005-10-09  Daniel Brockman  <daniel@brockman.se>
7606         * format-spec.el (format-spec): Propagate text properties of % spec.
7608 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7610         * gnus-art.el (gnus-treat-predicate): Add `first'.
7612 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7614         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
7615         (mm-charset-override-alist): New variable.
7616         (mm-charset-to-coding-system): Use it.
7617         (mm-codepage-setup): New helper function.
7618         (mm-charset-eval-alist): New variable.
7619         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
7620         about unknown charsets.
7622 2005-10-04  David Hansen  <david.hansen@gmx.net>
7624         * nnrss.el (nnrss-request-article): Add support for the comments tag.
7625         (nnrss-check-group): Ditto.
7627 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7629         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
7630         Rename x-gnus-verbatim to x-verbatim.
7631         (mm-uu-type-alist): Fix regexp for verbatim-marks.
7633         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
7634         x-verbatim.
7636         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
7638         * gnus-util.el (gnus-remove-duplicates): Remove.
7640         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
7641         instead of gnus-remove-duplicates.
7643         * message.el (message-remove-duplicates): Remove.
7644         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
7645         message-remove-duplicates.
7647         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
7648         available, else use implementation from `delete-dups'.
7650         * message.el (message-insert-expires): New function.
7651         (message-mode-map): Add key binding.
7652         (message-mode-field-menu): Add menu entry.
7653         (message-mode): Document it.
7654         (message-make-expires-date): Use `message-make-date'.
7656 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
7658         * message.el (message-make-expires-date): New function.
7660 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7662         * time-date.el: Autoload parse-time-string, XEmacs needs it.
7664 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7666         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7667         function rather than the diff-mode.el package.
7668         (mm-display-external): Use with-current-buffer.
7669         (mm-viewer-completion-map, mm-viewer-completion-map):
7670         Move initialization inside declaration.
7672 2005-09-29  Simon Josefsson  <jas@extundo.com>
7674         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
7675         autoload mail-check-payment.
7676         (spam-check-hashcash): Define unconditionally, since hashcash.el
7677         is part of Gnus now.  Ignore errors from payment checking.
7679 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7681         * message.el (message-bold-region, message-unbold-region): Rename
7682         from `bold-region' and `unbold-region'.
7684         * message.el: Remove useless autoloads.
7686 2005-09-28  Simon Josefsson  <jas@extundo.com>
7688         * message.el (message-use-idna): Default to t.
7689         (message-use-idna): Test whether encoding works too.  Doc fix.
7691 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7693         * nntp.el (nntp-warn-about-losing-connection): Remove.
7695 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7697         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7698         customizable.  Change default value.
7699         (mm-uu-diff-groups-regexp): Change default value.
7700         (mm-uu-type-alist): Add doc string.
7701         (mm-uu-configure): Add doc string.  Make it interactive.
7702         (mm-uu-tex-groups-regexp): New variable.
7703         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7704         (mm-uu-type-alist): Add LaTeX documents.
7705         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7706         of "text/verbatim".
7707         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7709         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7710         instead of "text/verbatim".
7712         * message.el (message-mark-inserted-region)
7713         (message-mark-insert-file): Use slrn style marks when called with
7714         prefix argument.
7716 2005-09-27  Simon Josefsson  <jas@extundo.com>
7718         * message.el (message-idna-to-ascii-rhs-1): Reformat.
7720 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
7722         * message.el (message-remove-duplicates): New function.
7723         Implementation borrowed from `gnus-remove-duplicates'.
7724         (message-idna-to-ascii-rhs): Also encode idna addresses in
7725         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7726         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7727         only ask about the same idna domain once per header and also tell
7728         in what header to replace the idna domain.
7730         * gnus-art.el (article-decode-idna-rhs): Also decode idna
7731         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7732         (article-decode-idna-rhs): Fix regexp so that all idna-address in
7733         a header is decoded and not just the last one.
7735 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7737         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7738         has been decoded.
7740         * mm-decode.el (mm-automatic-display): Add text/verbatim.
7741         (mm-insert-part): Don't modify text if it has been decoded.
7743         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7744         decoded.
7746         * mm-view.el (mm-inline-text): Don't strip text props unless
7747         decoding enriched or richtext parts.
7749 2005-09-25  Romain Francoise  <romain@orebokech.com>
7751         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7752         * gnus-start.el (gnus-subscribe-interactively):
7753         * gnus-uu.el (gnus-uu-grab-articles):
7754         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7755         space.
7757 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7759         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7760         * mm-view.el (mm-view-pkcs7-decrypt):
7761         * gnus-sum.el (gnus-summary-limit-to-extra)
7762         (gnus-summary-respool-article, gnus-read-move-group-name):
7763         * gnus-score.el (gnus-summary-increase-score):
7764         * gnus-util.el (gnus-completing-read-with-default):
7765         * gnus-art.el (gnus-read-save-file-name)
7766         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7767         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7768         * message.el (message-check-news-header-syntax):
7769         Follow convention for reading with the minibuffer.
7771 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
7773         * spam-report.el (spam-report-url-ping-plain):
7774         Use gnus-extended-version as User-Agent.
7776         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7777         default value is nil.
7779         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7780         (mm-uu-verbatim-marks-extract): New function.
7781         (mm-uu-extract): New face.
7782         (mm-uu-copy-to-buffer): Use it.
7784         * spam-report.el (spam-report-gmane-ham): Renamed from
7785         `spam-report-gmane-unspam'.
7786         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7787         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
7789         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7790         Autoload.
7791         (spam-report-gmane-unregister-routine): Renamed
7792         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7794 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
7796         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7797         (spam-report-gmane-unregister-routine): Add support for gmane
7798         unregistration.
7800         * spam-report.el (spam-report-gmane-unspam)
7801         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7802         (spam-report-gmane): Change to take a single article and do unspam
7803         registration.
7805 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7807         * mm-url.el (mm-url-decode-entities): Fix regexp.
7809 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7811         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7812         default to nil, to be able to use Gnus at all.  If the default
7813         switches to something else, then the function should be fixed not
7814         be exceedingly slow.
7816 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
7818         * gnus-start.el (gnus-activate-group): If the server is nil, don't
7819         fail hard.
7821         * spam-report.el: Add better Keywords line.
7823         * spam.el: Add Maintainer and better Keywords line.
7825 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7827         * gnus-art.el (gnus-article-replace-part)
7828         (gnus-mime-replace-part): New functions.
7829         (gnus-mime-action-alist, gnus-mime-button-commands)
7830         (gnus-mime-save-part-and-strip): Added file argument.
7831         (gnus-article-part-wrapper): Added interactive argument.
7833         * gnus-sum.el (gnus-summary-mime-map): Add
7834         `gnus-article-replace-part'.
7836 2005-09-19  Didier Verna  <didier@xemacs.org>
7838         The nnml compaction feature:
7839         * nnml.el (nnml-request-compact-group): New function.
7840         * nnml.el (nnml-request-compact): New function.
7841         * gnus-int.el (gnus-request-compact-group): New function.
7842         * gnus-int.el (gnus-request-compact): New function.
7843         * gnus-group.el (gnus-group-compact-group): New function.
7844         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7845         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7846         * gnus-srvr.el (gnus-server-compact-server): New function.
7847         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7848         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7850 2005-09-18  Deepak Goel  <deego@gnufans.org>
7852         * sieve.el (sieve-help): Fix `message' call: first arg should be a
7853         format spec.
7855 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7857         * gnus.el (gnus-group-startup-message): Bind image-load-path.
7859 2005-09-15  Romain Francoise  <romain@orebokech.com>
7861         * message.el (message-fill-paragraph): Clarify docstring.
7863 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7865         * gnus-art.el (gnus-mime-display-part): Protect against broken
7866         MIME messages.
7868 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7870         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7871         before parsing header.
7873 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
7875         * html2text.el (html2text-replace-list): Add new entities.
7877 2005-09-11  Romain Francoise  <romain@orebokech.com>
7879         * message.el (message-alternative-emails): Improve docstring.
7880         (message-setup-1): Call `message-use-alternative-email-as-from'
7881         after `message-setup-hook' to give it precedence over posting
7882         styles, etc.
7883         (message-use-alternative-email-as-from): Add docstring.  Remove
7884         the original From header if present.
7886         * nnml.el (nnml-compressed-files-size-threshold): New variable.
7887         (nnml-save-mail): Use it.
7889         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7890         articles.  Add new argument `silent'.
7891         (gnus-uu-mark-all): Report the total number of marked articles.
7893 2005-09-10  Romain Francoise  <romain@orebokech.com>
7895         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7896         (gnus-uu-mark-series): Likewise.
7898 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7900         * spam-report.el (spam-report-gmane): Fix generation of spam
7901         report URL.
7903 2005-09-10  Simon Josefsson  <jas@extundo.com>
7905         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7906         t, based on discussion on the ding list with Robert Epprecht
7907         <epprecht@solnet.ch>.
7909 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7911         * spam-report.el (spam-report-gmane): Make it work without
7912         X-Report-Spam header.  Gmane now only provides Archived-At.
7913         This is only used if `spam-report-gmane-use-article-number' is nil.
7914         (spam-report-gmane-spam-header): Remove.  Not used anymore.
7916         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7917         make `gnus-summary-sort-by-recipient' work with threading.
7919         * nnweb.el (nnweb-google-wash-article): Print a message if article
7920         is not available.
7922 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7924         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7925         change.  Decode text/* parts content before displaying.
7927 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7929         * mml-smime.el: Remove defvar of gnus-extract-address-components.
7931 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7933         * mm-view.el (mm-display-inline-fontify): Disable support modes.
7935 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
7937         * message.el (message-tab-body-function): Fix mismatched custom type.
7939         * gnus.el (gnus-group-change-level-function): Ditto.
7941         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7943         * gnus-art.el (gnus-signature-limit)
7944         (gnus-article-mime-part-function): Ditto.
7946 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7948         * mml.el (mml-mode): Silence the byte compiler.
7950         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7951         using `(sit-for 0)' before moving the point to the specified part;
7952         skip unbuttonized parts.
7953         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7954         return to the summary window if gnus-auto-select-part is non-nil.
7956 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
7958         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7959         variables.
7960         (mml-dnd-attach-file, mml-mode): Use them.
7962         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7963         Make fetching article by MID work again for Google Groups.  Added
7964         FIXME concerning gnus-group-make-web-group.
7966         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7967         Don't depend on Gnus by using mail-extract-address-components if
7968         gnus-extract-address-components is not bound.
7970 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7972         * gnus-art.el (gnus-mime-display-security): Don't display the
7973         signature, but only the signed part.
7975 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7977         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7979         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7980         list, not listp.
7982 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
7984         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7985         when encoding.
7987         * mm-bodies.el (mm-decode-content-transfer-encoding):
7988         De-canonicalize CRLF for all text content types, not just
7989         text/plain.
7991 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7993         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7994         valid article; point arrow and cursor at the MIME button.
7996 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7998         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7999         Suggested by Dan Christensen <jdc@uwo.ca>.
8001         * mm-decode.el (mm-save-part): Enable change of prompt.
8003 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
8005         * gnus-msg.el (gnus-inews-add-send-actions): Made
8006         `message-post-method' lambda parameter ARG `&optional'.
8008 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8010         * gnus-sum.el (gnus-summary-mime-map): Added
8011         gnus-article-save-part-and-strip, gnus-article-delete-part and
8012         gnus-article-jump-to-part.
8014         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
8015         (gnus-article-edit-part): Use it.
8016         (gnus-article-part-wrapper): Added no-handle argument.
8017         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
8018         functions.
8020 2005-08-29  Romain Francoise  <romain@orebokech.com>
8022         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8023         docstring.
8024         (gnus-face-from-file): Likewise.
8026 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8028         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
8029         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
8030         non-nil.
8031         (gnus-auto-select-part): New variable.
8032         (gnus-article-jump-to-part): New function.
8033         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
8034         (gnus-mime-delete-part): Allow selecting specified part after
8035         deleting or stripping parts.
8036         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
8037         part if argument is bogus.
8039 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
8041         * gnus-art.el (w3m-minor-mode-map):
8042         * gnus-spec.el (gnus-newsrc-file-version):
8043         * gnus-util.el (nnmail-active-file-coding-system)
8044         (gnus-original-article-buffer, gnus-user-agent):
8045         * gnus.el (gnus-ham-process-destinations)
8046         (gnus-parameter-ham-marks-alist)
8047         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
8048         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
8049         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
8050         * mm-decode.el (gnus-current-window-configuration):
8051         * mm-extern.el (gnus-article-mime-handles):
8052         * mm-url.el (url-current-object, url-package-name)
8053         (url-package-version):
8054         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
8055         (smime-keys, w3m-cid-retrieve-function-alist)
8056         (w3m-current-buffer, w3m-display-inline-images)
8057         (w3m-minor-mode-map):
8058         * mml-smime.el (gnus-extract-address-components):
8059         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
8060         (gnus-newsrc-hashtb, message-default-charset)
8061         (message-deletable-headers, message-options)
8062         (message-posting-charset, message-required-mail-headers)
8063         (message-required-news-headers):
8064         * mml1991.el (mc-pgp-always-sign):
8065         * mml2015.el (mc-pgp-always-sign):
8066         * nnheader.el (nnmail-extra-headers):
8067         * rfc1843.el (gnus-decode-encoded-word-function)
8068         (gnus-decode-header-function, gnus-newsgroup-name):
8069         * spam-stat.el (gnus-original-article-buffer): Add defvars.
8071 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
8073         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
8074         the end of the date treatments.
8076 2005-08-15  Simon Josefsson  <jas@extundo.com>
8078         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
8079         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
8080         Capello and Romain Francoise.
8081         (pgg-fetch-key-function): Removed, not used?
8082         (pgg-insert-url-with-w3): Require url, to get
8083         url-insert-file-contents regardless of where it is defined.
8085 2005-08-13  Romain Francoise  <romain@orebokech.com>
8087         * message.el (message-cite-original-1): New function.
8088         (message-cite-original): Use it.
8089         (message-cite-original-without-signature): Ditto.
8091 2005-08-08  Romain Francoise  <romain@orebokech.com>
8093         * message.el (message-yank-empty-prefix): New variable.
8094         (message-indent-citation): Use it.
8095         (message-cite-original-without-signature): Respect X-No-Archive.
8097 2005-08-08  Simon Josefsson  <jas@extundo.com>
8099         * pgg.el: Autoload url-insert-file-contents instead of loading
8100         w3/url.
8101         (pgg-insert-url-with-w3): Don't load url here.
8103 2005-08-07  Jesper Harder  <harder@phys.au.dk>
8105         * message.el (message-kill-to-signature): Don't insert newline at
8106         bol.
8107         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
8109 2005-08-06  Romain Francoise  <romain@orebokech.com>
8111         * message.el (message-user-fqdn): Fix typo in docstring.
8113 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
8115         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
8117         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
8119 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8121         * mm-bodies.el (mm-encode-body): Use coding system rather than
8122         charset to encode text.
8124         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
8125         number of charsets if utf-8 is available (XEmacs).
8127 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8129         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
8130         taken from `gnus-button-mid-or-mail-regexp'.
8131         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
8132         (gnus-button-alist): Improve regexp for domain part of the MIDs
8133         for news:localpart@domain buttons.
8134         (gnus-button-ctan-directory-regexp): Update.
8136 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8138         * sieve-manage.el (sieve-manage-interactive-login): Use
8139         make-local-variable rather than make-variable-buffer-local.
8140         (sieve-manage-open): Ditto.
8141         (sieve-manage-authenticate): Ditto.
8143         * mml.el (mml-generate-mime-1): Make the content type default to
8144         text/plain if the filename is not specified.
8146 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8148         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
8149         instead of insert-buffer.
8151         * message.el (message-yank-original): Ditto; set the mark at the
8152         end of the yanked message.
8154 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8156         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
8157         lines to scroll rather than to stop it.
8159         * mml.el (mml-generate-default-type): Add doc string.
8160         (mml-generate-mime-1): Use mm-default-file-encoding or make it
8161         default to application/octet-stream when determining the content
8162         type if it is not specified for the part or the mml contents; add
8163         a comment about mml-generate-default-type.
8165 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
8167         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
8168         make it default to application/octet-stream when determining the
8169         content type if it is not specified for the external contents.
8171 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8173         * rfc2231.el (rfc2231-parse-string): Take care that not only a
8174         segmented parameter but also other parameters might be there.
8176 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8178         * mm-decode.el (mm-display-external): Delete temp file, directory
8179         and buffer immediately if the external process is exited.
8181 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8183         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
8184         fewer lines than that of scroll-margin.
8185         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
8187 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8189         * gnus-art.el (gnus-article-next-page): Revert.
8190         (gnus-article-beginning-of-window): New macro.
8191         (gnus-article-next-page-1): Use it.
8192         (gnus-article-prev-page): Ditto.
8193         (gnus-article-edit-part): Use insert-buffer-substring instead of
8194         insert-buffer.
8195         (gnus-article-edit-exit): Ditto.
8197         * gnus-util.el (gnus-beginning-of-window): Remove.
8198         (gnus-end-of-window): Remove.
8200 2005-07-25  Simon Josefsson  <jas@extundo.com>
8202         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
8203         to have the url package without w3.  Reported by Daiki Ueno
8204         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
8206 2005-07-20  Didier Verna  <didier@xemacs.org>
8208         * gnus-diary.el: Remove the description comment (nndiary is now
8209         properly documented in the Gnus manual).
8210         Fix the spelling of "Back End".
8211         * nndiary.el: Ditto.
8212         Fix the copyright notice.
8214 2005-07-18  Romain Francoise  <romain@orebokech.com>
8216         * gnus-sum.el (gnus-summary-to-prefix)
8217         (gnus-summary-newsgroup-prefix): New variables.
8218         (gnus-summary-from-or-to-or-newsgroups): Use them.
8220 2005-07-17  Romain Francoise  <romain@orebokech.com>
8222         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
8223         space as it's generally not especially interesting to the user.
8225 2005-07-16  Romain Francoise  <romain@orebokech.com>
8227         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
8228         nil to avoid prompting and file modification if one of the
8229         messages at the top of the nnfolder file contains a copyright
8230         notice.
8231         Update copyright notice.
8233         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
8234         instead of `current-time-string' as the latter creates a time
8235         string that is not RFC 2822 compliant (it lacks the zone).
8236         Update copyright notice.
8238 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8240         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
8241         for text/rtf.  Display default in prompt.  Pass default for M-n.
8243         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
8245 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8247         * gnus-msg.el (gnus-button-mailto): Remove
8248         save-selected-window-window hackery because it relies on
8249         save-selected-window internals.
8251 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8253         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
8254         (gnus-article-next-page-1): Use gnus-beginning-of-window.
8255         (gnus-article-prev-page): Ditto.
8257         * gnus-util.el (gnus-beginning-of-window): New function.
8258         (gnus-end-of-window): New function.
8260 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8262         * gnus-score.el (gnus-score-edit-all-score): Set
8263         gnus-score-edit-exit-function to gnus-score-edit-done and call
8264         gnus-message.
8266 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8268         * gnus-msg.el (gnus-button-mailto): Remove
8269         save-selected-window-window hackery because it relies on
8270         save-selected-window internals.
8272 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8274         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
8275         add-minor-mode.
8276         (gnus-binary-mode): Ditto.
8278         * gnus-topic.el (gnus-topic-mode): Ditto.
8280 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
8282         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
8283         (gnus-article-prev-page): Take scroll-margin into consideration.
8285 2005-07-04  Lute Kamstra  <lute@gnu.org>
8287         Update FSF's address in GPL notices.
8289 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
8291         * gnus.el (gnus-exit):
8292         * gnus-group.el (gnus-group-icons):
8293         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
8295         * gnus-nocem.el (gnus-nocem):
8296         * message.el (message-various, message-buffers, message-sending)
8297         (message-interface, message-forwarding, message-insertion)
8298         (message-headers, message-news, message-mail):
8299         * pgg-gpg.el (pgg-gpg):
8300         * pgg-parse.el (pgg-parse):
8301         * pgg-pgp.el (pgg-pgp):
8302         * pgg-pgp5.el (pgg-pgp5):
8303         * pop3.el (pop3): Finish `defgroup' description with period.
8305 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8307         * gnus-art.el (article-display-face): Improve the efficiency.
8308         (article-display-x-face): Ditto; remove grey x-face stuff.
8310 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8312         * gnus-art.el (article-display-face): Correct the position in
8313         which Faces are inserted.
8315 2005-06-29  Didier Verna  <didier@xemacs.org>
8317         * gnus-art.el (article-display-face): Display faces in correct
8318         order.
8320 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8322         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
8323         (gnus-fill-real-hashtb): Use hash table instead of obarray.
8324         (gnus-nocem-check-article): Fetch the Type header.
8325         (gnus-nocem-message-wanted-p): Fix the way to examine types.
8326         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
8327         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
8328         make sure gnus-nocem-hashtb is initialized.
8329         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
8330         (gnus-nocem-unwanted-article-p): Ditto.
8332         * pgg.el (pgg-verify): Return the verification result.
8334 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8336         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
8337         is ascii.
8339 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
8341         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
8342         `show-nonbreak-escape'.
8344 2005-06-23  Lute Kamstra  <lute@gnu.org>
8346         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
8348         * dig.el (dig-mode):
8349         * smime.el (smime-mode): Use gnus-run-mode-hooks.
8351 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
8353         * nnimap.el (nnimap-split-download-body): Fix spellings.
8355 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
8357         * gnus-art.el (gnus-article-encrypt-body):
8358         * gnus-cus.el (gnus-score-customize):
8359         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
8360         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
8362 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
8364         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
8365         header by looking for magic "MII" at the beginnig.
8367 2005-06-16  Miles Bader  <miles@gnu.org>
8369         * assistant.el (assistant-field): Remove "-face" suffix from face name.
8370         (assistant-field-face): New backward-compatibility alias for renamed
8371         face.
8372         (assistant-render-text): Use renamed assistant-field face.
8374         * spam.el (spam): Remove "-face" suffix from face name.
8375         (spam-face): New backward-compatibility alias for renamed face.
8376         (spam-face, spam-initialize): Use renamed spam face.
8378         * message.el (message-header-to, message-header-cc)
8379         (message-header-subject, message-header-newsgroups)
8380         (message-header-other, message-header-name)
8381         (message-header-xheader, message-separator, message-cited-text)
8382         (message-mml): Remove "-face" suffix from face names.
8383         (message-header-to-face, message-header-cc-face)
8384         (message-header-subject-face, message-header-newsgroups-face)
8385         (message-header-other-face, message-header-name-face)
8386         (message-header-xheader-face, message-separator-face)
8387         (message-cited-text-face, message-mml-face):
8388         New backward-compatibility aliases for renamed faces.
8389         (message-font-lock-keywords): Use renamed message faces.
8391         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
8392         (sieve-test-commands, sieve-tagged-arguments):
8393         Remove "-face" suffix from face names.
8394         (sieve-control-commands-face, sieve-action-commands-face)
8395         (sieve-test-commands-face, sieve-tagged-arguments-face):
8396         New backward-compatibility aliases for renamed faces.
8397         (sieve-control-commands-face, sieve-action-commands-face)
8398         (sieve-test-commands-face, sieve-tagged-arguments-face):
8399         Use renamed sieve faces.
8401         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
8402         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
8403         (gnus-group-news-3-empty, gnus-group-news-4)
8404         (gnus-group-news-4-empty, gnus-group-news-5)
8405         (gnus-group-news-5-empty, gnus-group-news-6)
8406         (gnus-group-news-6-empty, gnus-group-news-low)
8407         (gnus-group-news-low-empty, gnus-group-mail-1)
8408         (gnus-group-mail-1-empty, gnus-group-mail-2)
8409         (gnus-group-mail-2-empty, gnus-group-mail-3)
8410         (gnus-group-mail-3-empty, gnus-group-mail-low)
8411         (gnus-group-mail-low-empty, gnus-summary-selected)
8412         (gnus-summary-cancelled, gnus-summary-high-ticked)
8413         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
8414         (gnus-summary-high-ancient, gnus-summary-low-ancient)
8415         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
8416         (gnus-summary-low-undownloaded)
8417         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
8418         (gnus-summary-low-unread, gnus-summary-normal-unread)
8419         (gnus-summary-high-read, gnus-summary-low-read)
8420         (gnus-summary-normal-read, gnus-splash):
8421         Remove "-face" suffix from face names.
8422         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8423         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8424         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8425         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8426         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8427         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8428         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8429         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8430         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8431         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8432         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8433         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8434         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8435         (gnus-summary-normal-ticked-face)
8436         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
8437         (gnus-summary-normal-ancient-face)
8438         (gnus-summary-high-undownloaded-face)
8439         (gnus-summary-low-undownloaded-face)
8440         (gnus-summary-normal-undownloaded-face)
8441         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8442         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8443         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8444         (gnus-splash-face):
8445         New backward-compatibility aliases for renamed faces.
8446         (gnus-group-startup-message): Use renamed gnus faces.
8448         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
8449         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
8450         (gnus-server-agent): Remove "-face" suffix from face names.
8451         (gnus-server-agent-face, gnus-server-opened-face)
8452         (gnus-server-closed-face, gnus-server-denied-face)
8453         (gnus-server-offline-face):
8454         New backward-compatibility aliases for renamed faces.
8455         (gnus-server-agent-face, gnus-server-opened-face)
8456         (gnus-server-closed-face, gnus-server-denied-face)
8457         (gnus-server-offline-face): Use renamed gnus faces.
8459         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
8460         Remove "-face" suffix from face names.
8461         (gnus-picon-xbm-face, gnus-picon-face):
8462         New backward-compatibility aliases for renamed faces.
8464         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
8465         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
8466         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
8467         (gnus-cite-11): Remove "-face" suffix from face names.
8468         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
8469         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
8470         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
8471         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
8472         New backward-compatibility aliases for renamed faces.
8473         (gnus-cite-attribution-face, gnus-cite-face-list)
8474         (gnus-article-boring-faces): Use renamed gnus faces.
8476         * gnus-art.el (gnus-signature, gnus-header-from)
8477         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
8478         (gnus-header-content): Remove "-face" suffix from face names.
8479         (gnus-signature-face, gnus-header-from-face)
8480         (gnus-header-subject-face, gnus-header-newsgroups-face)
8481         (gnus-header-name-face, gnus-header-content-face):
8482         New backward-compatibility aliases for renamed faces.
8483         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
8485         * gnus-sum.el (gnus-summary-selected-face)
8486         (gnus-summary-highlight): Use renamed gnus faces.
8487         * gnus-group.el (gnus-group-highlight): Likewise.
8489 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
8491         * gnus-sieve.el (gnus-sieve-article-add-rule):
8492         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
8493         * spam-stat.el (spam-stat-buffer-change-to-spam)
8494         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
8496         * message.el (message-is-yours-p):
8497         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
8499 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8501         * mm-view.el (mm-inline-text): Withdraw the last change.
8503 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8505         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
8506         executing enriched-decode.
8508 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8510         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
8511         charset of tar files.
8513 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
8515         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
8517 2005-06-04  Lute Kamstra  <lute@gnu.org>
8519         * nnfolder.el (nnfolder-read-folder): Make sure that undo
8520         information is never recorded.
8522 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8524         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
8526 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8528         * pop3.el (pop3-apop): Run md5 in the binary mode.
8530         * starttls.el (starttls-set-process-query-on-exit-flag):
8531         Use eval-and-compile.
8533 2005-05-31  Simon Josefsson  <jas@extundo.com>
8535         * smime.el (smime-replace-in-string): Define.
8536         (smime-cert-by-ldap-1): Use it.
8538 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8540         * gnus-art.el (article-display-x-face): Replace
8541         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8543         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
8544         set-process-query-on-exit-flag or process-kill-without-query.
8546         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
8547         loop instead of replace-regexp.
8549         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
8550         instead of process-kill-without-query if it is available.
8552         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
8553         instead of find-file-hooks if it is available.
8555         * mml1991.el: Bind pgg-default-user-id when compiling.
8557         * mml2015.el: Bind pgg-default-user-id when compiling.
8559         * nndraft.el (nndraft-request-associate-buffer):
8560         Use write-contents-functions instead of write-contents-hooks if it is
8561         available.
8563         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
8564         instead of find-file-hooks if it is available.
8566         * nntp.el (nntp-open-connection): Replace
8567         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8568         (nntp-open-ssl-stream): Ditto.
8569         (nntp-open-tls-stream): Ditto.
8571         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
8572         set-process-query-on-exit-flag or process-kill-without-query.
8573         (starttls-open-stream-gnutls): Use it instead of
8574         process-kill-without-query.
8575         (starttls-open-stream): Ditto.
8577 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
8579         * smime.el (smime-cert-by-ldap-1): Don't use
8580         replace-regexp-in-string.
8582 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
8584         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
8586         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
8587         in PEM format.  Adjust to the XEmacs compability.
8589 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
8591         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
8592         by `string-to-number'.
8593         * gnus-agent.el (gnus-agent-regenerate-group)
8594         (gnus-agent-fetch-articles): Ditto.
8595         * gnus-art.el (gnus-button-fetch-group): Ditto.
8596         * gnus-cache.el (gnus-cache-generate-active)
8597         (gnus-cache-articles-in-group): Ditto.
8598         * gnus-group.el (gnus-group-set-current-level)
8599         (gnus-group-insert-group-line): Ditto.
8600         * gnus-score.el (gnus-score-set-expunge-below)
8601         (gnus-score-set-mark-below, gnus-summary-score-effect)
8602         (gnus-summary-score-entry): Ditto.
8603         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
8604         (gnus-soup-pack): Ditto.
8605         * gnus-spec.el (gnus-xmas-format): Ditto.
8606         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
8607         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
8608         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
8609         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
8610         * nndb.el (nndb-get-remote-expire-response): Ditto.
8611         * nndiary.el (nndiary-parse-schedule-value)
8612         (nndiary-string-to-number, nndiary-request-replace-article)
8613         (nndiary-request-article): Ditto.
8614         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
8615         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
8616         * nneething.el (nneething-make-head): Ditto.
8617         * nnfolder.el (nnfolder-request-article)
8618         (nnfolder-retrieve-headers): Ditto.
8619         * nnheader.el (nnheader-file-to-number): Ditto.
8620         * nnkiboze.el (nnkiboze-request-article): Ditto.
8621         * nnmail.el (nnmail-process-unix-mail-format)
8622         (nnmail-process-babyl-mail-format): Ditto.
8623         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
8624         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
8625         (nnmh-request-create-group, nnmh-request-list-1)
8626         (nnmh-request-group, nnmh-request-article): Ditto.
8627         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
8628         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
8629         * nnsoup.el (nnsoup-make-active): Ditto.
8630         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
8631         * nntp.el (nntp-find-group-and-number)
8632         (nntp-retrieve-headers-with-xover): Ditto.
8633         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8634         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8635         (pgg-format-key-identifier): Ditto.
8636         * pop3.el (pop3-last, pop3-stat): Ditto.
8637         * qp.el (quoted-printable-decode-region): Ditto.
8639         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8640         of concat.
8642 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8644         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8646         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8648         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8650         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8652         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8654         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8656         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8657         (gnus-carpal-mode): Ditto.
8659         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8660         (gnus-browse-mode): Ditto.
8662         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8664         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8666 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8668         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8670 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8672         * gnus-util.el (gnus-run-mode-hooks): New function.
8674         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8676 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8678         * gnus-agent.el (gnus-agent-make-mode-line-string):
8679         Use mode-line-highlight as mouse-face.
8681 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8683         * canlock.el (canlock): Change the parent group to news.
8685         * deuglify.el (gnus-outlook-deuglify): Add :group.
8687         * dig.el (dig): Add :group.
8689         * dns-mode.el (dns-mode): Add :group.
8691         * encrypt.el (encrypt): Add :group.
8693         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8694         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8695         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8696         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8697         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8699         * gnus-diary.el (gnus-diary): Add :group.
8701         * gnus.el (gnus-group-news-1-face): Add :group.
8702         (gnus-group-news-1-empty-face): Ditto.
8703         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8704         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8705         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8706         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8707         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8708         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8709         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8710         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8711         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8712         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8713         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8714         (gnus-summary-high-ticked-face): Ditto.
8715         (gnus-summary-low-ticked-face): Ditto.
8716         (gnus-summary-normal-ticked-face): Ditto.
8717         (gnus-summary-high-ancient-face): Ditto.
8718         (gnus-summary-low-ancient-face): Ditto.
8719         (gnus-summary-normal-ancient-face): Ditto.
8720         (gnus-summary-high-undownloaded-face): Ditto.
8721         (gnus-summary-low-undownloaded-face): Ditto.
8722         (gnus-summary-normal-undownloaded-face): Ditto.
8723         (gnus-summary-high-unread-face): Ditto.
8724         (gnus-summary-low-unread-face): Ditto.
8725         (gnus-summary-normal-unread-face): Ditto.
8726         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8727         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8729         * hashcash.el (hashcash): New custom group.
8730         (hashcash-default-payment): Add :group.
8731         (hashcash-payment-alist): Ditto.
8732         (hashcash-default-accept-payment): Ditto.
8733         (hashcash-accept-resources): Ditto.
8734         (hashcash-path): Ditto.
8735         (hashcash-extra-generate-parameters): Ditto.
8736         (hashcash-double-spend-database): Ditto.
8737         (hashcash-in-news): Ditto.
8739         * message.el (message-minibuffer-local-map): Add :group.
8741         * netrc.el (netrc): Add :group.
8743         * sieve-manage.el (sieve-manage-log): Add :group.
8744         (sieve-manage-default-user): Diito.
8745         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8746         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8747         (sieve-manage-authenticators): Ditto.
8748         (sieve-manage-authenticator-alist): Ditto.
8749         (sieve-manage-default-port): Ditto.
8751         * sieve-mode.el (sieve-control-commands-face): Add :group.
8752         (sieve-action-commands-face): Ditto.
8753         (sieve-test-commands-face): Ditto.
8754         (sieve-tagged-arguments-face): Ditto.
8756         * smime.el (smime): Add :group.
8758         * spam-report.el (spam-report): Add :group.
8760         * spam.el (spam, spam-face): Add :group.
8762 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8764         * nntp.el (nntp-next-result-arrived-p): Some news servers may
8765         return \n.\n.\n at the end of articles.  Protect against that.
8766         (nntp-with-open-group): Allow debugging.
8768         * nnheader.el (mail-header-set-extra): Make into a function
8769         because I just could't understand how to quote the list properly.
8771         * dns.el (query-dns-cached): New function.
8773 2005-05-26  Lute Kamstra  <lute@gnu.org>
8775         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8777 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8779         * gnus-art.el: Don't autoload mail-extract-address-components.
8781         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8782         eval-and-compile to evaluate it.
8784         * hashcash.el: Don't autoload executable-find.
8786         * nndb.el: Don't declare the nndb back end two or more times; don't
8787         autoload news-reply-mode, news-setup, cancel-timer and telnet.
8789         * nntp.el: Autoload format-spec instead of format; use
8790         eval-and-compile to evaluate autoload forms.
8792 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
8794         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8796 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8798         * gnus.el (gnus-version-number): Bump version.
8800 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8802         * gnus.el: No Gnus v0.3 is released.
8804 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8806         * gnus-art.el (gnus-article-edit-part): Disable undo.
8808 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8810         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8811         gnus-article-date-lapsed-new-header is t if date timer is active;
8812         skip headers in which the original date value is empty.
8813         (gnus-article-save-original-date): Redefine it as a macro.
8814         (gnus-display-mime): Use it.
8816 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8818         * gnus-art.el (article-date-ut): Support converting date in
8819         forwarded parts as well.
8820         (gnus-article-save-original-date): New function.
8821         (gnus-display-mime): Use it.
8823 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
8825         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8826         enclosure element of <item>.
8828 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
8830         * message.el (message-kill-buffer-query): Renamed from
8831         `message-kill-buffer-query-if-modified'.  Added :version.
8833 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8835         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8836         window layout.
8838 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8840         * mml.el: Autoload dnd when compiling.
8842 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8844         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8845         x-dnd-*.
8847 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8849         * qp.el (quoted-printable-encode-region): Save excursion.
8851 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
8853         * message.el (message-kill-buffer-query-if-modified): Add new variable
8854         so the user can kill a modified message buffer quickly.
8855         (message-kill-buffer): Use it.
8857 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8859         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
8860         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8862 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8864         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8865         contained in text because xml.el decodes entities) with LFs.
8867 2005-04-11  Lute Kamstra  <lute@gnu.org>
8869         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8870         differently.
8872 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8874         * mm-util.el (mm-detect-coding-region): Typo.
8876 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8878         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8880 2005-04-06  Deepak Goel  <deego@gnufans.org>
8882         * spam-stat.el (spam-stat-score-buffer): Add a call to a
8883         user-function allow user modifications of the scores.
8884         (spam-stat-score-buffer-user): New function, to allow
8885         user-computed modifications to the score.
8886         (spam-stat-score-buffer-user-functions): List of additional
8887         scoring functions.
8888         (spam-stat-error-holder): Global temporary error holder.
8889         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8890         variable.
8892 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
8894         * gnus-registry.el (gnus-registry-clean-empty-function)
8895         (gnus-registry-trim, gnus-registry-fetch-groups)
8896         (gnus-registry-delete-group): Groups that match
8897         `gnus-registry-ignored-groups' are removed from the registry
8898         entries, not just ignored for splitting.  This helps clean up the
8899         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
8900         to get all the groups a message ID is in.
8902         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8903         (spam-stat-split-fancy): Change "threshhold" to "threshold"
8904         (spam-stat-score-buffer-user-functions): Add :number custom type.
8906 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8908         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8909         argument in XEmacs.
8911         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8912         (nnrss-request-group): Decode group name first.
8913         (nnrss-request-article): Make a text/plain article if mml-to-mime
8914         failed.
8915         (nnrss-get-encoding): Return a compatible encoding according to
8916         nnrss-compatible-encoding-alist.
8917         (nnrss-find-el): Use consp instead of listp.
8918         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8920 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8922         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8923         which Emacs 20 doesn't support.
8924         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8926 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8928         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8929         silence the byte compiler inside the defun.
8931         * gnus-demon.el (parse-time-string): Add autoload.
8933         * gnus-delay.el (parse-time-string): Add autoload.
8935         * gnus-art.el (parse-time-string): Add autoload.
8937         * nnultimate.el (parse-time): Require for `parse-time-string'.
8939 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8941         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8943         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8945         * smime.el (smime-ldap-host-list): Add :version.
8947 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8949         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8950         pass it to `gnus-browse-read-group'.
8951         (gnus-browse-read-group): Add NUMBER argument and pass it to
8952         `gnus-group-read-ephemeral-group'.
8954         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8955         argument and pass it to `gnus-group-read-group'.
8957 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
8959         * mm-util.el (mm-xemacs-find-mime-charset): Only call
8960         mm-xemacs-find-mime-charset-1 if we have the mule feature
8961         available at runtime.
8963 2005-03-25  Werner Lemberg  <wl@gnu.org>
8965         * nnmaildir.el: Replace `illegal' with `invalid'.
8967 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8969         * gnus-start.el (gnus-display-time-event-handler):
8970         Check display-time-timer at runtime rather than only at load time
8971         in case display-time-mode is turned off in the mean time.
8973 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8975         * nnimap.el (nnimap-open-connection): Print which authinfo file is
8976         used.
8978         * nneething.el (nneething-map-file-directory): Derive from
8979         `gnus-directory'.
8981         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8982         the To/Cc button.
8984 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8986         * nnmaildir.el (nnmaildir-request-accept-article):
8987         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8989 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8991         * gnus-async.el: Require timer-funcs at compile time when in
8992         XEmacs for `run-with-idle-timer'.
8994 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8996         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8997         autoloaded function.
8999 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9001         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
9003 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
9005         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
9007 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9009         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
9010         gnus-expert-user to default.
9012 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
9014         * nnimap.el (nnimap-open-server): Ditto.
9016         * imap.el (imap-authenticate): Fix typo.
9018 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
9020         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
9021         buffer (since IMAP server might return FETCH response out of
9022         order, and the nntp buffer must be sorted).
9024 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
9026         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
9027         comparison on string.
9029         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
9030         (gnus-agent-score): Renamed category keywords to match gnus-cus.
9031         (gnus-agent-summary-fetch-series): Modified to protect against
9032         gnus-agent-summary-fetch-group clearing processable flags.
9033         (gnus-agent-synchronize-group-flags): Update live group buffer as
9034         synchronization may occur due to the user toggle the plugged
9035         status.
9036         (gnus-agent-fetch-group-1): Clear downloadable flag when article
9037         successfully downloaded.
9038         (gnus-agent-expire-group-1): Avoid using markers when the overview
9039         is in ascending order; greatly improves performance.
9040         (gnus-agent-regenerate-group): Use
9041         gnus-agent-synchronize-group-flags to reset read status in both
9042         gnus and server.
9043         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
9045 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9047         * message.el: Don't autoload former message-utils variables.
9048         (message-strip-subject-trailing-was): Change doc string.
9050         * nnweb.el: Fixes for `gnus-group-make-web-group'.
9051         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
9052         (nnweb-google-search): Add "hl=en" here.
9053         (nnweb-google-parse-1, nnweb-google-create-mapping):
9054         Don't hardcode URL.
9056 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9058         * message.el (message-get-reply-headers, message-followup):
9059         Mention related variables `message-use-followup-to' and
9060         `message-use-mail-followup-to', in the information buffer.
9062         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
9063         of broken groups(-beta).google.com.
9065 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9067         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
9068         parameter to invoked gnus-request-move-article; remove the
9069         redundant gnus-sum-hint-move-is-internal variable; apply the marks
9070         all at once instead of once per article.
9071         (gnus-summary-remove-process-mark): Accept a list of articles as
9072         well as a single article for processing.
9074         * gnus-int.el (gnus-request-move-article): Add move-is-internal
9075         parameter.
9077         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
9079         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
9081         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
9082         parameter.
9084         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
9085         parameter.
9087         * nnimap.el (nnimap-request-move-article): Add move-is-internal
9088         parameter and remove the gnus-sum-hint-move-is-internal variable.
9090         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
9091         parameter.
9093         * nndraft.el (nndraft-request-move-article): Add move-is-internal
9094         parameter.
9096         * nndiary.el (nndiary-request-move-article): Add move-is-internal
9097         parameter.
9099         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
9101         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
9102         parameter.
9104         * nnagent.el (nnagent-request-move-article): Add move-is-internal
9105         parameter.
9107 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9109         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
9110         a more conservative way.
9112 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9114         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
9115         buffer, so it moves the window's cursor.
9117 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
9119         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
9120         `mm-dissect-multipart' and receive the from field as an (optional)
9121         argument from `mm-dissect-multipart'.
9122         (mm-dissect-multipart): Receive the from field as an argument and
9123         pass it on when we call `mm-dissect-buffer' on MIME parts.
9124         Fixes verification/decryption of signed/encrypted MIME parts.
9126 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
9128         * gnus-sum.el (gnus-summary-move-article): Set
9129         gnus-sum-hint-move-is-internal for gnus-request-move-article and
9130         whatever it calls (right now, only nnimap-request-move article
9131         respects it).
9133         * nnimap.el (nnimap-request-move-article): When
9134         gnus-sum-hint-move-is-internal is set, don't do the extra
9135         nnimap-request-article.
9137 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9139         * nnheader.el (nnheader-find-file-noselect): Add doc string.
9141         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
9142         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
9144         * gnus-sum.el (gnus-summary-caesar-message):
9145         Apply `gnus-treat-article' after rotation.
9147         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
9148         doc string.
9150 2005-02-22  Simon Josefsson  <jas@extundo.com>
9152         * encrypt.el (encrypt-password-cache-expiry): Remove (use
9153         `password-cache-expiry' instead).  Reported by Arne Jørgensen
9154         <arne@arnested.dk>.
9155         (encrypt): Add password-cache and password-cache-expiry as group
9156         members.
9158 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
9160         * smime.el (smime-ldap-host-list): Doc fix.
9161         (smime-ask-passphrase): Use `password-read-and-add' to read (and
9162         cache) password.
9163         (smime-sign-region): Use it.
9164         (smime-decrypt-region): Use it.
9165         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
9166         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
9167         fails.
9168         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
9169         certificate from DER to PEM format rather than calling openssl.
9171         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
9173         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
9174         for signing/encryption.
9176         * mml.el (mml-parse-1): Use them.
9178 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
9180         * nnrss.el (nnrss-verbose): Removed.
9181         (nnrss-request-group): Use `nnheader-message' instead.
9183 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
9185         * nnrss.el (nnrss-verbose): New variable.
9186         (nnrss-request-group): Make it say nnrss is requesting a group.
9188 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9190         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
9191         Handle news URL with given port correctly.
9193 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9195         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
9196         containing special characters.
9198         * gnus-sum.el (gnus-summary-edit-article): Ditto.
9200         * mml.el (mime-to-mml): Ditto.
9202         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
9203         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
9204         (rfc2047-decode-region): Quote decoded words containing special
9205         characters when rfc2047-quote-decoded-words-containing-tspecials
9206         is non-nil.
9208 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
9210         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
9212         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
9214 2005-02-15  Simon Josefsson  <jas@extundo.com>
9216         * nnimap.el (nnimap-debug): Doc fix.
9218         * imap.el (imap-debug): Doc fix.
9220 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9222         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
9224 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
9226         * gnus.el (spam-contents): Improve docs for spam-contents
9227         parameter in its variable incarnation.
9229 2005-02-14  Simon Josefsson  <jas@extundo.com>
9231         * smime-ldap.el: Use require instead of load-library for ldap.
9232         (smime-ldap-search): Indent.
9233         (smime-ldap-search-internal): Shorten line.
9235         * smime.el (smime-cert-by-dns): Add doc-string.
9236         (smime-cert-by-ldap-1): Indent.
9238         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
9239         mml-smime-get-dns-ldap.
9240         (mml-smime-encrypt-query): Use new function.  Default to ldap.
9242 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
9244         * smime.el: Require smime-ldap.
9245         (smime-ldap-host-list): New variable.
9246         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
9248         * mml-smime.el (mml-smime-encrypt-query): New function.
9249         (mml-smime-encrypt-query): Use it.
9251         * smime-ldap.el: New file.
9253 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9255         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
9257 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9259         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
9260         argument in doc string.  Make query for type more clear.
9262 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9264         * gnus.el (gnus-group-startup-message): Search for gnus images in
9265         etc/images/gnus.
9266         * mm-util.el (mm-image-load-path): Likewise.
9267         * smiley.el (smiley-data-directory): Search for smilies in
9268         etc/images/smilies.
9270 2005-02-09  Kim F. Storm  <storm@cua.dk>
9272         Change Emacs release version from 21.4 to 22.1 throughout.
9273         Change Emacs development version from 21.3.50 to 22.0.50.
9275 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9277         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
9279         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
9280         non-Mule XEmacs as well.
9281         (mm-decompress-buffer): Signal an error intentionally if it does
9282         not decompress compressed data because auto-compression-mode is
9283         disabled.
9285 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
9287         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
9288         an ID in the registry even if it has no groups.
9290 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9292         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
9293         merge it into mm-decompress-buffer.
9294         (gnus-mime-copy-part): Use the MIME part charset, the value which
9295         a user specified or gnus-newsgroup-charset for decoding, like
9296         gnus-mime-inline-part does; set buffer-file-coding-system to tell
9297         save-buffer what was used.  Suggested by Kevin Ryde
9298         <user42@zip.com.au>.
9299         (gnus-mime-inline-part): Allow the name parameter as well as the
9300         filename parameter; force decompressing of compressed data; always
9301         display contents being not decoded as unibyte.
9303         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
9304         as well as the filename parameter.
9306         * mm-util.el (mm-decompress-buffer): Merge
9307         gnus-mime-jka-compr-maybe-uncompress.
9308         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
9309         of compressed data.
9311 2005-02-08  Simon Josefsson  <jas@extundo.com>
9313         * imap.el (imap-log): Doc fix.
9315 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9317         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
9318         the coding cookies; decompress compressed parts.
9320         * mml.el (mml-generate-mime-1): Add the charset parameter according
9321         to the value which a user specified manually or the coding cookie.
9323         * mm-util.el (mm-string-to-multibyte): New function.
9324         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
9325         (mm-coding-system-to-mime-charset): New function.
9326         (mm-decompress-buffer): New function.
9327         (mm-find-buffer-file-coding-system): New function.
9329         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
9330         (mm-display-inline-fontify): Rewrite for decoding and decompressing
9331         parts.
9333 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9335         * mm-view.el (mm-display-inline-fontify): Decode a part according
9336         to the charset parameter.
9338 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9340         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
9341         prefix arg is neither nil nor a number, as info specifies.
9343 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9345         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
9346         timestamps.
9348 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
9350         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
9351         groups error checking and notify user.
9353 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
9355         * message.el (message-send-mail-function): Check existence of
9356         sendmail-program first before using default value
9357         `message-send-mail-with-sendmail'.  Otherwise use more generic
9358         `smtpmail-send-it'.
9360 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9362         * nntp.el (nntp-request-update-info): Always return nil.
9364 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9366         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
9368 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9370         * message.el (message-beginning-of-line): Change the behavior when
9371         invoked between BOL and : so that it first moves backward.
9373 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9375         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
9376         article buffer when editing of the article is discarded.
9377         (gnus-article-prepare): Revert.
9379 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9381         * gnus-art.el (gnus-article-prepare):
9382         Remove message-strip-forbidden-properties from the local hook.
9384 2005-01-27  Simon Josefsson  <jas@extundo.com>
9386         * password.el (password-cache-add): Only start one timer per key.
9387         Reported by Derek Atkins <warlord@MIT.EDU>.
9389 2005-01-26  Steve Youngs  <steve@sxemacs.org>
9391         * run-at-time.el: Removed.  It is no longer needed as
9392         timer-funcs.el in the xemacs-base package has a working version of
9393         `run-at-time'.
9395         * password.el: Require timer-funcs instead of run-at-time in
9396         XEmacs.
9397         Remove `password-run-at-time' macro.
9398         (password-cache-add): Use `run-at-time' instead of
9399         `password-run-at-time'.
9401         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
9402         for `run-with-idle-timer'.
9404         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
9405         for `run-at-time'.
9407         * mm-url.el: Require timer-funcs at compile time when in XEmacs
9408         for `with-timeout'.
9410 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9412         * mml.el (mml-generate-mime-1): Convert string into unibyte when
9413         inserting " *mml*" buffer's contents into a unibyte temp buffer.
9415 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
9417         * mail-source.el (mail-source-fetch-imap): Search for ^From case
9418         sensitively.
9420 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
9422         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
9424 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9426         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
9427         which will be inserted according to the multibyteness of a buffer
9428         rather than the type of contents.  Suggested by ARISAWA Akihiro
9429         <ari@mbf.ocn.ne.jp>.
9431         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
9432         of string which old xml.el may return rather than a string.
9434 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9436         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
9438 2005-01-16  Simon Josefsson  <jas@extundo.com>
9440         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
9441         idn/idna.el isn't available.
9442         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
9443         <michael@waxrat.com>.
9445         * hashcash.el: Remove non-FSF copyright header.
9447         * hashcash.el (hashcash-extra-generate-parameters): New variable.
9448         (hashcash-generate-payment): Use it.
9449         (hashcash-generate-payment-async): Use it.
9451 2005-01-15  Simon Josefsson  <jas@extundo.com>
9453         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
9454         Suggested by Raymond Scholz <ray-2005@zonix.de>.
9456         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
9457         gnus-summary-idna-message.
9458         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
9459         (gnus-summary-idna-message): New function.
9461 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9463         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
9464         gnus-novice-user.
9466 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9468         * nnrss.el (nnrss-request-delete-group): Delete entries in
9469         nnrss-group-alist as well.
9470         (nnrss-save-server-data): Insert newline.
9472 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
9474         * gnus.el (gnus-user-agent): Use list of symbols instead of
9475         symbols.  Display full version number for (S)XEmacs.  Optionally
9476         display (S)XEmacs codename.
9478         * gnus-util.el (gnus-emacs-version): Update for new
9479         `gnus-user-agent'.
9481         * gnus-msg.el (gnus-extended-version): Make it possible to omit
9482         Gnus version.
9484 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9486         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
9487         which is unreadable in some setups.
9489 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9491         * gnus-spec.el (gnus-update-format-specifications): Flush the
9492         group format spec cache if it doesn't support decoded group names.
9494 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9496         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
9497         Allow to apply decay on score files matching a regexp.
9499 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9501         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
9502         compatibility in %g and %c.
9504 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9506         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
9507         name for only %g and %c.
9508         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
9509         of gnus-tmp-group to decoded group name.
9510         (gnus-group-make-rss-group): Exclude `/'s from group names.
9512 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9514         * nnrss.el (nnrss-get-encoding): Fix regexp.
9516 2004-12-27  Simon Josefsson  <jas@extundo.com>
9518         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
9519         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
9520         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
9522 2004-12-17  Kim F. Storm  <storm@cua.dk>
9524         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
9526         * gnus-sum.el (gnus-summary-mode-map): Likewise.
9528 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9530         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
9532 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9534         * nnrss.el: Require rfc2047 and mml.
9535         (nnrss-file-coding-system): New variable.
9536         (nnrss-format-string): Redefine it as an inline function.
9537         (nnrss-decode-group-name): New function.
9538         (nnrss-string-as-multibyte): Remove.
9539         (nnrss-retrieve-headers): Decode group name; don't use
9540         nnrss-format-string.
9541         (nnrss-request-group): Decode group name.
9542         (nnrss-request-article): Decode group name; allow a Message-ID as
9543         well as an article number; don't use nnrss-format-string; encode a
9544         Message-ID string which may contain non-ASCII characters; use
9545         mml-to-mime to compose a MIME article.
9546         (nnrss-request-expire-articles): Decode group name.
9547         (nnrss-request-delete-group): Decode group name.
9548         (nnrss-fetch): Clarify error message.
9549         (nnrss-read-server-data): Use insert-file-contents instead of load;
9550         bind file-name-coding-system; use multibyte buffer.
9551         (nnrss-save-server-data): Bind coding-system-for-write to the
9552         value of nnrss-file-coding-system; bind file-name-coding-system;
9553         add coding cookie.
9554         (nnrss-read-group-data): Use insert-file-contents instead of load;
9555         bind file-name-coding-system; use multibyte buffer.
9556         (nnrss-save-group-data): Bind coding-system-for-write to the
9557         value of nnrss-file-coding-system; bind file-name-coding-system.
9558         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
9559         make it work with non-ASCII text.
9560         (nnrss-find-el): Make it work with old xml.el as well.
9562 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9564         * nnrss.el (nnrss-get-encoding): New function.
9565         (nnrss-fetch): Use unibyte buffer initially; bind
9566         coding-system-for-read while performing mm-url-insert; remove ^Ms;
9567         decode contents according to the encoding attribute.
9568         (nnrss-save-group-data): Add coding cookie.
9569         (nnrss-mime-encode-string): New function.
9570         (nnrss-check-group): Use it to encode subject and author.
9572 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
9574         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
9575         imaginary variable.
9577 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9579         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
9580         correctly even if there are wide characters.
9582 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9584         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
9585         downcased symbol names; make a new cache instead of reusing
9586         bbdb-hashtable.
9588 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9590         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9591         concatenating segments rather than before concatenating them.
9592         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9594         * message.el (message-get-reply-headers): Bind `extra'.
9596 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9598         * message.el (message-extra-wide-headers): New variable.
9599         (message-get-reply-headers): Use it.
9601 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9603         * gnus-agent.el (gnus-agent-group-path): Decode group name.
9604         (gnus-agent-group-pathname): Ditto.
9606         * gnus-cache.el (gnus-cache-file-name): Decode group name.
9608         * gnus-group.el (gnus-group-make-group): Decode group name.
9609         (gnus-group-make-rss-group): Register the group data after opening
9610         the nnrss group.
9612 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
9614         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9615         by expiry now get marked as read.
9617 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9619         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9621 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
9623         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9624         unify Latin characters in XEmacs.
9625         (mm-find-mime-charset-region): Use it.
9627 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9629         * gnus-util.el (gnus-delete-directory): New function.
9631         * gnus-agent.el (gnus-agent-delete-group): Use it.
9633         * gnus-cache.el (gnus-cache-delete-group): Use it.
9635 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9637         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9638         names.
9640 2004-12-16  Simon Josefsson  <jas@extundo.com>
9642         * hashcash.el (hashcash-payment-alist): Fix custom :type.
9644 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9646         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9648         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9649         (gnus-group-set-current-level): Decode group name.
9651 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
9653         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9654         failed.
9656 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9658         * gnus-group.el (gnus-group-delete-group): Decode group name.
9659         (gnus-group-make-rss-group): Encode group name.
9660         (gnus-group-catchup-current): Decode group name.
9661         (gnus-group-kill-group): Decode group name.
9663 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9665         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9667 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9669         * gnus-group.el (gnus-group-make-rss-group):
9670         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9672         * gnus-start.el (gnus-setup-news): Honor user's setting to
9673         gnus-message-archive-method.  Suggested by Lute Kamstra
9674         <lute@gnu.org>.
9676 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
9678         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9679         global counterparts of the buffer-local variables.
9681 2004-11-16  Romain Francoise  <romain@orebokech.com>
9683         * gnus-sum.el (gnus-summary-exit): Don't clear the global
9684         counterparts of the buffer-local variables.
9686 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9688         * message.el (message-forbidden-properties): Fixed typo in doc
9689         string.
9691 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9693         * gnus-util.el (gnus-replace-in-string): Added doc string.
9695         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9696         to avoid problems when splitting mails with many recipients.
9698 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9700         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9701         pop-to-buffer, covered by the subsequent gnus-configure-windows.
9703 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
9705         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9706         if there is no hashtable in memory or file modification time is
9707         newer than cached timestamp.
9709 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9711         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9712         not-matching option.
9714 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
9716         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9717         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9718         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9719         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9720         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
9721         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9723 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9725         * message.el (message-forward-make-body-mml): Remove headers
9726         according to message-forward-ignored-headers if a message is decoded.
9728 2004-12-02  Romain Francoise  <romain@orebokech.com>
9730         * message.el (message-forward-make-body-plain): Always remove
9731         headers according to message-forward-ignored-headers.
9733 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9735         * spam.el (spam-summary-prepare-exit): Remove the
9736         gnus-summary-limit pop for now, it has problems with ham marks for
9737         me.
9739 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
9741         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9742         correctly.
9744 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
9746         * format-spec.el (format-spec): Message the char.
9748 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9750         * gnus-art.el (gnus-split-methods): Reformat comments.
9752         * spam.el (spam-summary-prepare-exit): Remove article limits
9753         before exiting the summary buffer.
9755 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9757         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9758         order to silence the byte compiler.
9760         * spam.el: Fix the way to silence the byte compiler, which
9761         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9762         bbdb-search-simple, spam-BBDB-register-routine,
9763         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9764         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9765         spam-stat-buffer-is-spam, spam-stat-load,
9766         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9767         spam-stat-save and spam-stat-split-fancy.
9769 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9771         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9772         which may confuse users.
9773         (canlock-password-for-verify): Ditto.
9775         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9777         * gnus-art.el (gnus-emphasis-alist): Ditto.
9779         * gnus-registry.el (gnus-registry-max-entries): Ditto.
9781         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9783         * gnus-start.el (gnus-save-killed-list): Ditto.
9785         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9786         (gnus-sum-thread-tree-root): Ditto.
9787         (gnus-sum-thread-tree-false-root): Ditto.
9788         (gnus-sum-thread-tree-single-indent): Ditto.
9790         * message.el (message-courtesy-message): Ditto.
9791         (message-archive-note): Ditto.
9792         (message-subscribed-address-file): Ditto.
9793         (message-user-fqdn): Ditto.
9795         * spam-report.el (spam-report-gmane-regex): Ditto.
9797         * spam.el (spam-blackhole-good-server-regex): Ditto.
9799 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9801         * mml.el (mml-preview): Widen the message buffer before copying
9802         the contents to the preview buffer; sort headers before previewing.
9804         * message.el (message-hidden-headers): Fix the way to avoid a bug
9805         in the `repeat' widget in Emacs 21.3 or earlier.
9807 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9809         * message.el (message-hidden-headers): Default to "^References:".
9810         Improve customization type.  Suggested by Reiner Steib
9811         <Reiner.Steib@gmx.de>.
9813 2004-11-25  Romain Francoise  <romain@orebokech.com>
9815         * message.el (message-strip-forbidden-properties): Remove check for
9816         obsolete `message-hidden' text property, hidden headers are not
9817         accessible in the buffer anymore.
9819 2004-11-22  Romain Francoise  <romain@orebokech.com>
9821         * message.el (message-header-format-alist): Add `From' in list
9822         so that it can be sorted.
9823         (message-fix-before-sending): Widen and sort headers before
9824         sending.
9825         (message-hide-headers): Use narrowing to hide headers by moving
9826         them to the top of the buffer and narrowing to the region
9827         underneath.
9829 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9831         * message.el (message-strip-forbidden-properties): Bind
9832         buffer-read-only (etc) to nil.
9834 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9836         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9837         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9839 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
9841         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9843 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9845         * dns.el (query-dns): Use sit-for to time instead of
9846         accept-process-output, since that doesn't seem to work on udp
9847         sockets.
9849 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9851         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9853 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
9855         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9856         doc string.  Improve doc string.
9858 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9860         * nntp.el (nntp-request-update-info): Return nil if
9861         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9862         may not call gnus-activate-group which uselessly issues the GROUP
9863         commands for all nntp groups and wastes time.  Reported by Romain
9864         Francoise <romain@orebokech.com>.
9866         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9868 2004-11-15  Simon Josefsson  <jas@extundo.com>
9870         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9871         headers separately.
9872         (gnus-button-openpgp): New function, inspired by Jochen Küpper
9873         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9875 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9877         * gnus-start.el (gnus-convert-old-newsrc):
9878         Assign legacy-gnus-agent to 5.10.7.
9880 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9882         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9883         start of the lines.
9885 2004-11-14  Magnus Henoch  <mange@freemail.hu>
9887         * hashcash.el (hashcash-default-payment): Change default to 20
9888         (hashcash-default-accept-payment): Change default to 20
9889         (hashcash-process-alist): New variable
9890         (hashcash-generate-payment-async): Add
9891         (hashcash-already-paid-p): Add
9892         (hashcash-insert-payment): Don't generate payments twice
9893         (hashcash-insert-payment-async): Add
9894         (hashcash-insert-payment-async-2): Add
9895         (hashcash-cancel-async): Add
9896         (hashcash-wait-async): Add
9897         (hashcash-processes-running-p): Add
9898         (hashcash-wait-or-cancel): Add
9899         (mail-add-payment): New optional argument.  Conditionally start
9900         asynchronous calculation.
9901         (mail-add-payment-async): Add
9903         * message.el (message-send-mail): Wait for asynchronous hashcash
9904         results.  Don't clobber existing X-Hashcash headers.
9905         (message-setup-1): Call mail-add-payment-async when
9906         message-generate-hashcash is non-nil.
9908 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9910         * message.el (message-use-alternative-email-as-from): Examine the
9911         From header as well; use message-make-from in order to include a
9912         user's full name.
9914 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9916         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9917         default; improve customization type.
9918         (gnus-emphasis-custom-with-format): New macro.
9919         (gnus-emphasis-custom-value-to-external): New function.
9920         (gnus-emphasis-custom-value-to-internal): New function.
9922 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9924         * dns.el (query-dns): Resolve reverse addresses.
9926 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9928         * gnus-group.el (gnus-group-get-new-news): Use it.
9930         * gnus-start.el (gnus-check-reasonable-setup): New function.
9932 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9934         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9935         "Args out of range" error.  Reported by Arnaud Giersch
9936         <arnaud.giersch@free.fr>.
9938 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9940         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9942 2004-11-04  Richard M. Stallman  <rms@gnu.org>
9944         * spam.el (spam group): Add :version.
9946         * pgg-def.el (pgg group): Add :version.
9948 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9950         * gnus-art.el (gnus-article-edit-article): Don't associate the
9951         article buffer with a draft file.  This is a temporary measure
9952         against the 2004-08-22 change to gnus-article-edit-mode.
9954 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9956         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9957         (html2text-format-tags): Remove unused variable `attr'.
9959 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9961         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9963         * spam-stat.el (spam-stat): Add :version.
9965         * sieve.el (sieve): Add :version.
9967         * sha1.el (sha1): Add :version.
9968         (sha1-use-external): Remove redundant version.
9970         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9971         (nnmail-cache-ignore-groups, nnmail-spool-hook)
9972         (nnmail-split-fancy-match-partial-words)
9973         (nnmail-split-lowercase-expanded): Add :version.
9975         * nndiary.el (nndiary): Add :version.
9977         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9979         * mml-sec.el (mml-default-sign-method)
9980         (mml-default-encrypt-method, mml-signencrypt-style-alist):
9981         Add :version.
9983         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9985         * mm-url.el (mm-url-use-external, mm-url-program)
9986         (mm-url-arguments): Add :version.
9988         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9989         (mm-attachment-file-modes, mm-decrypt-option)
9990         (mm-w3m-safe-url-regexp): Add :version.
9992         * message.el (message-cite-prefix-regexp)
9993         (message-sendmail-envelope-from, message-minibuffer-local-map)
9994         (message-user-fqdn, message-completion-alist): Add :version.
9996         * gnus-win.el (gnus-configure-windows-hook)
9997         (gnus-use-frames-on-any-display): Add :version.
9999         * gnus-art.el (gnus-article-address-banner-alist)
10000         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
10001         (gnus-treat-from-picon, gnus-treat-mail-picon)
10002         (gnus-treat-x-pgp-sig): Add :version.
10004         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
10005         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
10006         (gnus-summary-article-delete-hook)
10007         (gnus-summary-display-while-building): Add :version.
10009         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
10010         (gnus-get-top-new-news-hook): Add :version.
10012         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10013         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
10015         * gnus-registry.el (gnus-registry): Add :version.
10017         * gnus-spec.el (gnus-use-correct-string-widths)
10018         (gnus-make-format-preserve-properties): Add :version.
10020         * gnus.el (gnus-group-charter-alist)
10021         (gnus-group-fetch-control-use-browse-url)
10022         (gnus-install-group-spam-parameters): Add :version.
10024         * gnus-diary.el (gnus-diary): Add :version.
10026         * gnus-delay.el (gnus-delay): Add :version.
10028         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
10029         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
10030         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
10031         Add :version.
10033         * gnus-agent.el (gnus-agent-max-fetch-size)
10034         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
10035         (gnus-agent-prompt-send-queue): Add :version.
10037         * deuglify.el (gnus-outlook-deuglify): Add :version.
10039         * html2text.el: Beautify code.  Improve doc strings.  Some
10040         checkdoc cleanup.
10041         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
10043 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
10045         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
10047 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
10049         * gnus-registry.el (gnus-registry-hashtb): Create the registry
10050         when package is loaded.
10052         * spam.el (spam-summary-score-preferred-header): Add global preference
10053         for people who want to override the default SpamAssassin over
10054         Bogofilter preference (when both are set).
10055         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
10056         (spam-user-format-function-S): Check
10057         spam-summary-score-preferred-header.
10058         (spam-extra-header-to-number): Add X-Bogosity header parsing.
10059         (spam-user-format-function-S): Format the score correctly.
10061 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10063         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
10064         signature file.  Suggested by Manoj Srivastava
10065         <srivasta@golden-gryphon.com>.
10067         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
10068         iso-2022-jp even in the Japanese language environment.
10069         Suggested by Jason Rumney <jasonr@gnu.org>.
10071 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10073         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
10074         use the same characters as the dummy marks; make it free from
10075         getting affected by the language environment.
10076         (gnus-summary-read-group-1): Update mark positions only when the
10077         format spec is updated.
10079         * gnus-spec.el (gnus-update-format-specifications): Return a list
10080         of updated types.
10082 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10084         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
10085         of boundp to check if display-warning is available.
10087 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
10089         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
10091 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10093         * nnspool.el (nnspool-spool-directory): Use news-path if the
10094         news-directory variable is not bound.
10096         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
10097         function instead of display-warning if it is not available.
10099 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10101         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
10102         v5-10: Use `point-at-bol'.
10104 2004-10-26  Simon Josefsson  <jas@extundo.com>
10106         * hashcash.el: Fix URL in comment, reported by Cheng Gao
10107         <chenggao@gmail.com>.
10109 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10111         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
10112         instead.
10114 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
10116         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
10117         to remove a server from the nnimap-server-buffer-alist.
10118         (nnimap-open-connection, nnimap-close-server): Use it.
10120         * gnus-encrypt.el: Remove file in favor of encrypt.el.
10122 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10124         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
10125         running the major-mode function.
10127 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10129         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
10130         dummy marks in the right way.
10132 2004-10-18  David Edmondson  <dme@dme.org>
10134         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
10135         excessively.
10137 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
10139         * gnus-util.el (gnus-split-references): Accept a nil references
10140         string and go on blissfully.
10142         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
10143         cases where the references string is non-nil but has no references.
10145         * encrypt.el: Add autoload tags.
10147         * spam.el (spam-resolve-registrations-routine): Remove article
10148         from unregistration list too.  Reported by David Hanak
10149         <dhanak@isis.vanderbilt.edu>
10151 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
10153         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
10154         nil.  Changed custom type.
10156 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
10158         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
10160         * gnus-sum.el (gnus-summary-move-article): Use it.
10162 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
10164         * encrypt.el: Add autoload cookies.
10166         * spam.el (spam-backend-article-list-property)
10167         (spam-backend-get-article-todo-list)
10168         (spam-backend-put-article-todo-list)
10169         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
10170         Resolve registrations separately.
10171         (spam-register-routine): Format comments.
10172         (spam-unregister-routine, spam-register-routine): Always call with
10173         specific-articles, no default list.
10174         (spam-summary-prepare-exit): Use the spam-classifications function.
10176         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
10177         gnus-encrypt.el.
10179         * encrypt.el: Copied from gnus-encrypt.el.
10181         * gnus-encrypt.el: Commented that it's obsolete.
10183 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10185         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
10186         (gnus-score-save): Use it.
10188         * message.el (message-bury): Use `window-dedicated-p'.
10190 2004-10-15  Simon Josefsson  <jas@extundo.com>
10192         * pop3.el (top-level): Don't require nnheader.
10193         (pop3-read-timeout): Add.
10194         (pop3-accept-process-output): Add.
10195         (pop3-read-response, pop3-retr): Use it.
10197 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
10199         * spam.el (spam-register-routine): Move comment.
10200         (spam-verify-bogofilter): Use 'unknown for the initial
10201         spam-bogofilter-valid state, not 'never.
10203         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
10204         for netrc-machine.
10206         * nnimap.el (nnimap-open-connection): Use
10207         netrc-machine-user-or-password.
10209 2004-10-17  Richard M. Stallman  <rms@gnu.org>
10211         * gnus-registry.el (gnus-registry-unload-hook):
10212         Set as a variable with add-hook.
10214         * nnspool.el (nnspool-spool-directory): Use news-directory instead
10215         of news-path.
10217         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
10219         * spam.el: Delete duplicate `provide'.
10220         (spam-unload-hook): Set as a variable with add-hook.
10222 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10224         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
10225         in the doc string.
10227         * message.el (message-ignored-news-headers)
10228         (message-ignored-supersedes-headers)
10229         (message-ignored-resent-headers)
10230         (message-forward-ignored-headers): Improve custom type.
10232 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10234         * message.el (message-tokenize-header): Fix 2004-09-06 change
10235         which used point-min in the wrong place.
10237 2004-10-12  Simon Josefsson  <jas@extundo.com>
10239         * tls.el (tls-certtool-program): New variable.
10240         (tls-certificate-information): New function, based on
10241         ssl-certificate-information.
10243 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10245         * compface.el: Move the version of ELisp-based uncompface program
10246         to the contrib directory because of the copyright problem.
10248 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10250         * message.el (message-kill-buffer): Raise the current frame.
10252 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10254         * gnus-sum.el: Mention that multibyte characters don't work as marks.
10256         * gnus.el (message-y-or-n-p): Autoload.
10258         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
10259         (pop3-password-required, pop3-authentication-scheme)
10260         (pop3-leave-mail-on-server): Made customizable.
10261         (pop3): New custom group.
10262         (pop3-retr): Remove `sleep-for' statements.
10263         Suggested by Dave Love <fx@gnu.org>.
10265         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
10266         Windows/DOS.
10268         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10269         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
10270         Dave Love <fx@gnu.org>.
10272         * mml.el (mml-minibuffer-read-disposition): Require match.
10273         Suggested by Dave Love <fx@gnu.org>.
10275 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10277         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
10278         doc string.
10280 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10282         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
10284 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10286         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
10287         instead of calling `mm-insert-inline', to decode text/* parts
10288         before displaying them.
10290 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10292         * mm-uu.el (mm-uu-text-plain-type): New variable.
10293         (mm-uu-pgp-signed-extract-1): Use it.
10294         (mm-uu-pgp-encrypted-extract-1): Use it.
10295         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
10296         bind mm-uu-text-plain-type with that value.
10297         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
10298         mm-uu-dissect.
10300 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10302         * gnus-group.el (gnus-update-group-mark-positions):
10303         * gnus-sum.el (gnus-update-summary-mark-positions):
10304         * message.el (message-check-news-body-syntax):
10305         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
10306         of string-as-multibyte.
10308 2004-10-05  Juri Linkov  <juri@jurta.org>
10310         * gnus-group.el (gnus-update-group-mark-positions):
10311         * gnus-sum.el (gnus-update-summary-mark-positions):
10312         * message.el (message-check-news-body-syntax):
10313         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
10314         8-bit unibyte values to a multibyte string for search functions.
10316 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10318         * mm-uu.el (mm-uu-dissect): Allow optional arg.
10319         (mm-uu-dissect-text-parts): New function.
10321         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
10322         dissect text parts.
10324         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
10325         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
10327         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
10329         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
10330         gnus-current-topics instead of gnus-current-topic.
10332 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
10334         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
10336 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
10338         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
10339         where approriate.
10341         * nnml.el (nnml-generate-active-info): do.
10343         * nndiary.el (nndiary-generate-active-info): do.
10345         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
10346         (gnus-topic-move): do.
10348         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
10349         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
10351         * gnus-srvr.el (gnus-server-prepare)
10352         (gnus-server-open-all-servers): do.
10354         * gnus-msg.el (gnus-summary-cancel-article)
10355         (gnus-summary-resend-message)
10356         (gnus-summary-mail-crosspost-complaint): do.
10358         * gnus-move.el (gnus-change-server): do.
10360         * gnus-group.el (gnus-group-unmark-all-groups)
10361         (gnus-group-set-current-level): do.
10363 2004-10-04  Simon Josefsson  <jas@extundo.com>
10365         * message.el (message-generate-hashcash): Doc fix.
10367 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
10369         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
10370         avoid infinite recursion via gnus-get-function.
10372 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
10374         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
10376         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
10378         * nnmail.el (nnmail-split-history): do.
10380         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
10381         (nnml-request-delete-group): do.
10383         * nnslashdot.el (nnslashdot-read-groups): do.
10385         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
10386         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
10388         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
10389         (nnspool-sift-nov-with-sed): Use last
10390         (nnspool-retrieve-headers-with-nov): Use mapc.
10391         (nnspool-request-newgroups): Use dolist.
10392         (nnspool-request-group): Use last.
10394         * nntp.el (nntp-read-server-type): Use dolist.
10396         * nnvirtual.el (nnvirtual-create-mapping)
10397         (nnvirtual-update-read-and-marked): Use dolist.
10398         (nnvirtual-convert-headers): Simplify.
10400 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10402         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
10403         support for sync'ing tick marks.
10405 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10407         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
10408         there's no visible header.
10410 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10412         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
10413         necessary, pass full group name to gnus-request-set-marks.
10415 2004-10-01  Simon Josefsson  <jas@extundo.com>
10417         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
10418         acroread.
10420 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10422         * spam-report.el (spam-report-gmane): Fix interactive.
10424         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
10426         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
10427         when writing file.
10428         (gnus-agent-synchronize-flags): Don't default to being
10429         interactive.
10431 2004-09-30  Simon Josefsson  <jas@extundo.com>
10433         * message.el (message-generate-hashcash): Add.
10434         (message-send-mail): Use it, call mail-add-payment.
10436 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10438         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
10440 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
10442         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
10443         gnus-requst-update-info with explicit code to sync the in-memory
10444         info read flags with the marks being sync'd to the backend.
10446         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
10448 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10450         * spam.el (spam-verify-bogofilter): Add new function.
10451         (spam-check-bogofilter)
10452         (spam-bogofilter-register-with-bogofilter): Use it.
10453         (spam-verify-bogofilter): Add small fixes.
10455 2004-09-28  Simon Josefsson  <jas@extundo.com>
10457         * hashcash.el (hashcash-generate-payment): Revert.
10459 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10461         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
10462         gnus-extract-references instead of gnus-split-references.
10464         * gnus-util.el (gnus-extract-references): Add new function, analogous
10465         to gnus-split-references but extracts only the message-ID without
10466         anything extra.
10468         * hashcash.el (hashcash-generate-payment)
10469         (hashcash-check-payment): Do the right thing if hashcash-path is
10470         nil (because the hashcash program could not be found).
10472         * spam.el (spam-use-hashcash): Remove comment.
10474 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
10476         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
10477         (gnus-cache-enter-article, gnus-cache-remove-article)
10478         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
10480         * gnus-async.el (gnus-async-prefetch-remove-group): do.
10482         * gnus-art.el (article-hide-boring-headers)
10483         (article-translate-strings, article-display-face)
10484         (gnus-article-mime-match-handle-first)
10485         (gnus-article-highlight-headers)
10486         (gnus-article-add-buttons-to-head): do.
10488 2004-09-27  Simon Josefsson  <jas@extundo.com>
10490         * hashcash.el: New version, from
10491         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
10492         ../contrib/.
10494 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10496         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
10498 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
10500         * gnus-dup.el (gnus-dup-open): Use mapc.
10501         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
10503         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
10504         Reported by Stefan Wiens <s.wi@gmx.net>.
10506         * gnus.el (gnus-shutdown): Use dolist.
10508         * gnus-undo.el (gnus-undo): Use mapc.
10510         * nnrss.el (nnrss-generate-active): do.
10512         * message.el (message-cite-original-without-signature)
10513         (message-cite-original): Use mapc.
10514         (message-do-actions, message-make-forward-subject): Use dolist.
10516 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10518         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
10519         deletion to remove entire duplicate line.  Fixes merged article
10520         number bug.
10522 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10524         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
10525         servers that are offline.  Avoids having gnus-agent-toggle-plugged
10526         first ask if you want to open a server and then, even when you
10527         responded with no, asking if you want to synchronize the server's
10528         flags.
10529         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
10530         multi-line expressions.
10531         (gnus-agent-synchronize-group-flags): New internal function.
10532         Updates marks in memory (in the info structure) AND in the
10533         backend.
10535         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
10537         * nnagent.el (nnagent-request-set-mark): Use
10538         gnus-agent-synchronize-group-flags, not backend's request-set-mark
10539         method, to ensure that synchronization updates marks in the
10540         backend and in the info (in memory) structure.
10542 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10544         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
10545         convention fully; don't miss the root article of a thread; make
10546         the X-Draft-From header with correct article numbers.
10548 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
10550         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
10551         unless plugged.  Disable the agent so that an open failure causes
10552         an error.
10554         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
10555         Reverted 2004-09-21 change.  The backend must be opened while
10556         synchronizing flags even when the backend stores the flags
10557         locally.
10559 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
10561         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
10562         in `header' match.  Reported by Svend Tollak Munkejord.
10564         * message.el (message-cite-original): Fix use of
10565         `message-cite-articles-with-x-no-archive'.
10567 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10569         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
10570         (gnus-window-to-buffer): Ditto.
10572         * mml.el (mml-preview-buffer): New variable.
10573         (mml-preview): Manage window layout with gnus-buffer-configuration.
10575         * gnus-msg.el (gnus-setup-message): Put article numbers into the
10576         X-Draft-From header even if those articles aren't quoted.
10578 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
10580         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
10581         (gnus-request-set-mark, gnus-request-update-mark): Use new
10582         g-s-t-u-l-m to decide to use backend even when unplugged.
10584 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10586         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
10587         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
10589 2004-09-20  Simon Josefsson  <jas@extundo.com>
10591         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
10592         "utf-16-le".
10594 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10596         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10598 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10600         * uudecode.el (uudecode-use-external): Add :version.
10602         * smime.el (smime-CA-file, smime-encrypt-cipher)
10603         (smime-dns-server): Add :version.
10605         * smiley.el (gnus-smiley-file-types): Add :version.
10607         * sha1.el (sha1-use-external): Add :version.
10609         * pgg-def.el (pgg-query-keyserver): Add :version.
10611         * nnmail.el (nnmail-fancy-expiry-targets)
10612         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10613         Add :version.
10615         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10616         (nnimap-retrieve-groups-asynchronous): Add :version.
10617         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
10619         * mml.el (mml-content-disposition-parameters)
10620         (mml-insert-mime-headers-always): Add :version.
10622         * mm-util.el (mm-coding-system-priorities): Add :version.
10624         * mm-decode.el (mm-inline-text-html-with-images)
10625         (mm-keep-viewer-alive-types, mm-external-terminal-program)
10626         (mm-verify-option): Add :version.
10627         (mm-text-html-renderer): Change :version.
10629         * message.el (message-fcc-externalize-attachments)
10630         (message-required-headers, message-draft-headers)
10631         (message-subject-trailing-was-query)
10632         (message-subject-trailing-was-ask-regexp)
10633         (message-subject-trailing-was-regexp, message-mark-insert-begin)
10634         (message-mark-insert-end, message-archive-header)
10635         (message-archive-note, message-cross-post-default)
10636         (message-cross-post-note, message-followup-to-note)
10637         (message-cross-post-note-function, message-use-mail-followup-to)
10638         (message-subscribed-address-functions)
10639         (message-subscribed-address-file, message-subscribed-addresses)
10640         (message-subscribed-regexps, message-allow-no-recipients)
10641         (message-yank-cited-prefix, message-signature-insert-empty-line)
10642         (message-hidden-headers, message-hierarchical-addresses)
10643         (message-mail-user-agent, message-use-idna)
10644         (message-valid-fqdn-regexp)
10645         (message-strip-special-text-properties, message-header-synonyms)
10646         (message-beginning-of-line, message-tab-body-function): Add :version.
10647         (message-insert-canlock, message-wide-reply-confirm-recipients):
10648         Change :version.
10650         * mail-source.el (mail-source-ignore-errors): Add :group, :type
10651         and :version.
10652         (mail-source-delete-old-incoming-confirm)
10653         (mail-source-movemail-program): Add :version.
10655         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10656         (gnus-agent-cache, gnus-agent): Change :version.
10658         * gnus-util.el (gnus-use-byte-compile): Change :version.
10660         * gnus-sum.el (gnus-summary-make-false-root-always)
10661         (gnus-summary-default-high-score)
10662         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10663         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10664         (gnus-read-all-available-headers, gnus-article-emulate-mime)
10665         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10666         (gnus-sum-thread-tree-single-indent)
10667         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10668         (gnus-sum-thread-tree-leaf-with-other)
10669         (gnus-sum-thread-tree-single-leaf): Add :version.
10670         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10671         (gnus-article-loose-mime): Change :version.
10673         * gnus-start.el (gnus-backup-startup-file)
10674         (gnus-save-startup-file-via-temp-buffer): Add :version.
10676         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10677         (gnus-server-offline-face): Add :version.
10679         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10681         * gnus-msg.el (gnus-gcc-externalize-attachments)
10682         (gnus-debug-files, gnus-debug-exclude-variables)
10683         (gnus-discouraged-post-methods): Change :version.
10684         (gnus-confirm-mail-reply-to-news)
10685         (gnus-confirm-treat-mail-like-news): Add :version.
10687         * gnus-int.el (gnus-server-unopen-status): Add :version.
10689         * gnus-group.el (gnus-group-jump-to-group-prompt)
10690         (gnus-large-ephemeral-newsgroup)
10691         (gnus-fetch-old-ephemeral-headers): Add :version.
10693         * gnus-fun.el (gnus-x-face-directory)
10694         (gnus-convert-pbm-to-x-face-command)
10695         (gnus-convert-image-to-x-face-command)
10696         (gnus-convert-image-to-face-command): Add :version.
10698         * gnus-delay.el (gnus-delay-default-hour): Add :version.
10700         * gnus-cite.el (gnus-cite-blank-line-after-header)
10701         (gnus-article-boring-faces): Add :version.
10703         * gnus-art.el (gnus-buttonized-mime-types)
10704         (gnus-inhibit-mime-unbuttonizing)
10705         (gnus-treat-display-face)
10706         (gnus-treat-body-boundary): Change :version.
10707         (gnus-body-boundary-delimiter, gnus-picon-databases)
10708         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10709         (gnus-treat-date-english, gnus-treat-fold-headers)
10710         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10711         (gnus-treat-mail-picon, gnus-treat-wash-html)
10712         (gnus-article-encrypt-protocol)
10713         (gnus-use-idna, gnus-article-over-scroll)
10714         (gnus-mime-display-multipart-alternative-as-mixed)
10715         (gnus-mime-display-multipart-related-as-mixed)
10716         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10717         (gnus-ctan-url, gnus-button-ctan-handler)
10718         (gnus-button-handle-ctan-bogus-regexp)
10719         (gnus-button-ctan-directory-regexp)
10720         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10721         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10722         (gnus-button-man-level, gnus-button-emacs-level)
10723         (gnus-button-message-level, gnus-button-browse-level): Add :version.
10725         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10726         (gnus-agent-go-online): Change :version.
10727         (gnus-agent-expire-unagentized-dirs)
10728         (gnus-agent-auto-agentize-methods): Add :version.
10730         * flow-fill.el (fill-flowed-display-column)
10731         (fill-flowed-encode-column): Add :version.
10733         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10734         (gnus-outlook-deuglify-unwrap-max)
10735         (gnus-outlook-deuglify-cite-marks)
10736         (gnus-outlook-deuglify-unwrap-stop-chars)
10737         (gnus-outlook-deuglify-no-wrap-chars)
10738         (gnus-outlook-deuglify-attrib-cut-regexp)
10739         (gnus-outlook-deuglify-attrib-verb-regexp)
10740         (gnus-outlook-deuglify-attrib-end-regexp)
10741         (gnus-outlook-display-hook): Add :version.
10743         * binhex.el (binhex-use-external): Add :version.
10745 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
10747         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10748         and `invisible'.
10750 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10752         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10753         in gnus-registry-trim.
10755 2004-09-13  Simon Josefsson  <jas@extundo.com>
10757         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10759         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10761         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10762         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10763         <yamaoka@jpl.org>.
10764         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10765         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10766         <yamaoka@jpl.org>.
10768         * sieve.el (sieve-manage-mode): Ditto.
10770 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
10772         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10774 2004-09-11  Simon Josefsson  <jas@extundo.com>
10776         * dns-mode.el: Add.
10778         * mm-view.el (mm-display-dns-inline): Add.
10780         * mm-decode.el (mm-inline-media-tests): Add text/dns.
10781         (mm-automatic-display): Ditto.
10783         * mailcap.el (mailcap-mime-data): Add text/dns.
10784         (mailcap-mime-extensions): Map .soa to text/dns.
10786 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
10788         * gnus-art.el (article-decode-mime-words, article-babel)
10789         (gnus-article-highlight-signature, gnus-article-add-buttons)
10790         (gnus-signature-toggle): Remove unnecessary bindings of
10791         `inhibit-read-only' inherited from v5.10 merge.
10793 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10795         * nntp.el (nntp): New customization group.
10796         (nntp-authinfo-file): Add customization group.
10798         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10800         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10802         * gnus.el (to-address, to-list, subscribed)
10803         (large-newsgroup-initial): Ditto.
10805         * flow-fill.el (fill-flowed-display-column)
10806         (fill-flowed-encode-column): Ditto.
10808 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10810         * message.el (message-tokenize-header, message-send-mail-with-qmail):
10811         Use point-min rather than 1.
10812         (message-send-mail): Use buffer-size rather than point-max.
10814         * gnus-sum.el (gnus-summary-search-article-forward):
10815         Signal a specific `search-failed' rather than a generic `error'.
10817         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10818         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10819         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10821 2004-09-10  Simon Josefsson  <jas@extundo.com>
10823         * nndb.el (require): Remove tcp and duplicate cl.
10825 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10827         * gnus-agent.el (directory-files-and-attributes): Move forward.
10829 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10831         * gnus-agent.el (directory-files-and-attributes): Optionally
10832         defined to support XEmacs.
10834 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10836         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10837         to avoid run-time CL dependencies.
10838         (gnus-agent-unfetch-articles): New function.
10839         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10840         article numbers even when local .overview file is missing.
10841         (gnus-agent-read-article-number): New function.  Only accepts
10842         27-bit article numbers.
10843         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10844         gnus-agent-read-article-number.
10845         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10846         from backend while recognizing that article numbers in .overview
10847         must be valid.
10848         (gnus-agent-update-files-total-fetched-for): Use
10849         directory-files-and-attributes to improve performance.
10850         * gnus-int.el (gnus-request-move-article): Use
10851         gnus-agent-unfetch-articles in place of gnus-agent-expire to
10852         improve performance.
10854         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10855         some users confused by references to .newsrc when they only have a
10856         .newsrc.eld file.
10857         (gnus-convert-mark-converter-prompt)
10858         (gnus-convert-converter-needs-prompt): Fixed use of property list.
10859         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10860         New function.  Used internally to only display 'gnus converting
10861         files' message when actually necessary.
10863         * gnus-sum.el (): Removed (require 'gnus-agent) as required
10864         methods now autoloaded.
10866 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10868         * gnus-sum.el (gnus-summary-insert-subject): Remove list
10869         identifiers.
10871 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
10873         * gnus-picon.el: Fix indentation and closing parenthesis.
10875 2004-09-01  Simon Josefsson  <jas@extundo.com>
10877         * message.el (message-canlock-generate): Require sha1, not
10878         sha1-el.  (Can we get rid of this require altogether?  It is ugly
10879         to require within a function.  Sadly, if sha1.el isn't loaded, the
10880         let binding in m-c-g will hide the defcustom definition, which is
10881         bad.)
10883         * canlock.el: Require sha1, not sha1-el.
10885         * message.el: Don't autoload sha1 (there is a autoload cookie in
10886         sha1.el).
10888         * sha1-el.el: Renamed to sha1.el.
10890 2004-08-30  Juanma Barranquero  <lektu@terra.es>
10892         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10894 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10896         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10898 2004-08-30  Kim F. Storm  <storm@cua.dk>
10900         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10902         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10903         Add :group 'nnimap.
10905 2004-08-30  Andreas Schwab  <schwab@suse.de>
10907         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10908         ?* and ?\;.
10910         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10911         and ?\' to symbol instead of whitespace.
10913 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10915         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10917         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10918         instead of re-search-forward.
10920         * gnus-uu.el (gnus-uu-save-article): Ditto.
10921         (gnus-uu-post-encode-uuencode): Ditto.
10923         * html2text.el (html2text-clean-list-items): Ditto.
10924         (html2text-clean-dtdd): Ditto.
10925         (html2text-format-tags): Ditto.
10927         * message.el (message-send-mail-with-sendmail): Fix regexp.
10928         (message-fill-field-general): Use search-forward instead of
10929         re-search-forward.
10930         (unbold-region): Ditto.
10932         * nnrss.el (nnrss-request-article): Ditto.
10934         * nnslashdot.el (nnslashdot-request-article): Ditto.
10936         * nnweb.el (nnweb-gmane-wash-article): Ditto.
10938         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10939         "Unrecognized menu descriptor" error in XEmacs.
10941 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10943         * gnus-sum.el (gnus-read-header): Don't remove a header for the
10944         parent article of a sparse article in the thread hashtb.
10946 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
10948         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10949         (nnmail-expand-newtext): Lowercase expanded entries if
10950         nnmail-split-lowercase-expanded is non-nil.
10952 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10954         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10956         * gnus-group.el (gnus-group-line-format-alist): Convert the value
10957         of gnus-tmp-news-method into string under XEmacs.  It will be
10958         passed to gnus-correct-length which takes only a string argument.
10960 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10962         * gnus-util.el (gnus-bind-print-variables): New macro.
10963         (gnus-prin1): Use it.
10964         (gnus-prin1-to-string): Use it.
10965         (gnus-pp): New function.
10966         (gnus-pp-to-string): New function.
10968         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10969         Replace pp-to-string with gnus-pp-to-string.
10970         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10971         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10972         * gnus-msg.el (gnus-debug): Ditto.
10973         * gnus-score.el (gnus-score-save): Ditto.
10974         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10975         gnus-pp-to-string.
10976         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10977         with gnus-pp.
10978         * score-mode.el (gnus-score-pretty-print): Ditto.
10979         * webmail.el (webmail-debug): Ditto.
10981 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10983         * gnus-art.el (article-display-face, article-display-x-face):
10984         Use buffer-read-only.
10986 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10988         * gnus-art.el (article-hide-list-identifiers):
10989         Bind inhibit-read-only as t.
10991 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
10993         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10995 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10997         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10998         (gnus-narrow-to-page): Don't assume point-min == 1.
10999         (gnus-article-edit-mode): Derive from message-mode.
11001         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
11002         point-min == 1.
11004         * imap.el (imap-parse-address-list, imap-parse-body-ext):
11005         Disable incorrect use of `assert'.
11007         * message.el (message-mode): Set comment-start-skip.
11009 2004-08-22  Sam Steingold  <sds@gnu.org>
11011         * pop3.el (pop3-leave-mail-on-server): New user variable.
11012         (pop3-movemail): Delete mail only when it is nil.
11014 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
11016         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
11018         * mml.el (mml-preview): Use `pop-to-buffer'.
11020         * message.el (message-goto-mail-followup-to): Insert after "To".
11021         (message-carefully-insert-headers): Add comment.
11023         * gnus.el: Remove unused variable `gnus-article-check-size'.
11025         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
11027         * gnus-art.el (gnus-button-alist): Improve
11028         `gnus-button-handle-library' entry.
11030 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
11032         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
11033         downcase, since XEmacs capitalizes error messages differently.
11035 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
11037         * nntp.el: Add (require 'gnus) due to reference to
11038         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
11040 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
11042         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
11043         `mm-fill-flowed'.
11045         * mm-decode.el (mm-dissect-singlepart): Check it.
11047 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
11049         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
11050         'imap' for netrc parsing.
11052 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
11054         * mailcap.el (mailcap-mime-data): Mark as risky.
11056 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11058         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
11059         may be included in the encoded word.
11060         (rfc2047-encode): Don't append a space if the encoded word
11061         includes close parenthesis.
11063 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11065         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
11066         of text within parentheses.
11068 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
11070         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
11071         (gnus-encrypt-write-file-contents): Make the password key the file
11072         name PLUS the cipher, not just the cipher.  Also remove failed
11073         passwords from the cache.
11075 2004-08-06  Simon Josefsson  <jas@extundo.com>
11077         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
11078         fix.
11080 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11082         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
11083         LWSP.
11085 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
11087         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
11088         to append in-reply-to: data to the references: header.
11090         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
11091         (netrc-parse): Use gnus-encrypt.el functions.
11093         * gnus-encrypt.el: Add new file for encryption support; currently
11094         does only a few GPG ciphers and an internal XOR cipher.
11096         * password.el: Add comments on using password-read-and-add.
11097         (password-read-and-add): Add function to read and add the
11098         password to the cache at once.
11100 2004-07-28  Simon Josefsson  <jas@extundo.com>
11102         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
11103         parameter (but don't use it, for now).
11105         * imap.el (imap-ssl-open): Use imap-process-connection-type,
11106         instead of hard coding to nil.
11108 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11110         * mm-view.el (mm-inline-image-emacs): Open lines under an image
11111         as mm-inline-image-xemacs does.
11113 2004-07-26  Simon Josefsson  <jas@extundo.com>
11115         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
11116         Revert part of 2004-07-17 change below.
11118 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11120         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
11121         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11123 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11125         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
11126         quotes that actually start with ">" at the beginning of the
11127         lines.
11129 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11131         * rfc2047.el (rfc2047-encode-region): Fix last change.
11132         (rfc2047-encode-parameter): Remove useless concat.
11134 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11136         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
11137         encode special characters; fix some kind of misconfigured headers;
11138         signal a real error if debug-on-quit or debug-on-error is non-nil.
11139         (rfc2047-encode-max-chars): New variable.
11140         (rfc2047-encode-1): Use it.
11141         (rfc2047-encode-parameter): New function.
11143         * mml.el (mml-insert-parameter): Remove an excessive space.
11145 2004-07-17  Simon Josefsson  <jas@extundo.com>
11147         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
11148         Kai Grossjohann <kai@emptydomain.de>.
11149         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
11150         (gnus-group-make-menu-bar): Ditto.
11152         * gnus-util.el (gnus-group-server): Add.
11154 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
11156         * message.el (message-clone-locals): Clone sendmail and smtp
11157         variables.
11159 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11161         * rfc2047.el (rfc2047-encode-region): Fix last change.
11163 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11165         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
11166         characters as non-special.
11168 2004-07-09  Simon Josefsson  <jas@extundo.com>
11170         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
11171         Users will lose all flag changes made while unplugged with
11172         e.g. nntp unless flag synchronization happens, thus `nil' is not a
11173         good default.  See numerous reports on ding mailing list.
11175 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11177         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
11178         add generate-head-function and generate-article-function to the
11179         rfc822-forward entry.
11180         (nndoc-rfc822-forward-generate-article): New function.
11181         (nndoc-rfc822-forward-generate-head): New function.
11183         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
11185 2004-07-06  Dan Christensen  <jdc@uwo.ca>
11187         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
11188         respect display group parameter and gnus-summary-expunge-below.
11189         (gnus-articles-to-read): Remove unused reference to display group
11190         parameter.
11192 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11194         * nnheader.el (nnheader-uniquify-message-id): New experimental
11195         variable.
11196         (nnheader-nov-read-message-id): Use it.
11198         * spam-report.el (spam-report-gmane): Add interactive.
11200 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11202         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
11203         qp-or-base64 for the application/* types.
11205 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
11207         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
11209 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
11211         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
11212         trim value.
11214 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
11216         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
11217         New macro and function.
11218         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
11220 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11222         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
11223         after-load-alist.
11225 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11227         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
11228         update info that isn't there.
11230 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
11232         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
11233         entry.
11235 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11237         * mm-view.el (mm-inline-render-with-function): Use multibyte
11238         buffer; decode html source by charset.
11240         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
11242         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
11243         Mule-UCS is loaded under XEmacs.
11244         (mm-mime-mule-charset-alist): Avoid duplicated entries.
11246 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
11248         * nnheader.el (nnheader-max-head-length): Increase to 8192.
11250 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11252         * mm-util.el (mm-coding-system-p): Return a coding-system.
11253         (mm-mime-mule-charset-alist): Use shift_jis instead of
11254         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
11255         entries for the mime charsets iso-2022-jp-3 and shift_jis.
11256         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
11257         instead of japanese-shift-jis and iso-latin-1 respectively in
11258         order to share the default value with both Emacs and XEmacs-mule.
11259         (mm-mule-charset-to-mime-charset): Make
11260         mm-coding-system-priorities effective.
11261         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
11262         while predicating of candidates upon the priorities.
11264 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
11266         * gnus-sum.el (gnus-summary-make-menu-bar): Add
11267         gnus-uu-invert-processable.
11269         * gnus.el: Autoload gnus-uu-invert-processable.
11271 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11273         * mm-util.el (mm-with-multibyte-buffer): New macro.
11275         * rfc2047.el (rfc2047-encode-string): Use it.
11276         (rfc2047-encode-region): Move point to the end of the region after
11277         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
11279 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11281         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
11282         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
11284 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11286         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
11287         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
11288         Karl Chen <quarl@nospam.quarl.org>.
11290 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
11292         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
11293         invalid addresses.
11295 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
11297         * spam.el: Change section markers, revise TODO list.
11298         (spam-backends): Make new master list of all installed backends.
11299         (spam-summary-exit-behavior): Add new variable to determine how
11300         messages moves are done at summary exit.
11301         (spam-move-spam-nonspam-groups-only)
11302         (spam-process-ham-in-nonham-groups)
11303         (spam-process-ham-in-spam-groups): Remove variables, the
11304         spam-summary-exit-behavior variable should be used to manage this
11305         behavior.
11306         (spam-old-ham-articles, spam-old-spam-articles): Remove.
11307         (spam-old-articles): Add variable, replacing spam-old-ham-articles
11308         and spam-old-spam-articles.
11309         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
11310         Add empty variables, placeholders for the backends they represent.
11311         (spam-set-difference): Move, unchanged.
11312         (spam-list-of-processors): Declare OBSOLETE, not used anymore
11313         unless the user has a processor variable.
11314         (spam-classifications, spam-classification-valid-p)
11315         (spam-backend-properties, spam-backend-property-valid-p)
11316         (spam-backend-function-type-valid-p)
11317         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
11318         (spam-report-articles-gmane, spam-report-articles-resend):
11319         Remove functions, they are not needed.
11320         (spam-install-backend-super, spam-backend-list)
11321         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
11322         (spam-backend-function, spam-backend-ham-registration-function)
11323         (spam-backend-spam-registration-function)
11324         (spam-backend-ham-unregistration-function)
11325         (spam-backend-spam-unregistration-function)
11326         (spam-backend-statistical-p, spam-backend-mover-p)
11327         (spam-install-backend-alias, spam-install-checkonly-backend)
11328         (spam-install-mover-backend, spam-install-nocheck-backend)
11329         (spam-install-backend, spam-install-statistical-backend)
11330         (spam-install-statistical-checkonly-backend): Add backend installation
11331         support.
11332         (spam-summary-prepare-exit): Rewrite to use the new backend code.
11333         (spam-group-processor-p): Use the new backend code and respect the
11334         summary exit behavior.
11335         (spam-mark-spam-as-expired-and-move-routine): Remove.
11336         (spam-summary-prepare): Change to use the new spam-old-articles
11337         variable.
11338         (spam-copy-or-move-routine, spam-copy-spam-routine)
11339         (spam-move-spam-routine, spam-copy-ham-routine)
11340         (spam-move-ham-routine): Add code to copy/move ham or spam.
11341         (spam-fetch-field-fast): Improve doc and code, plus allow the
11342         'number request.
11343         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
11344         variables.
11345         (spam-split, spam-find-spam): Use the new backend code.
11346         (spam-registration-functions): Remove variable.
11347         (spam-unregister-routine): Add convenience wrapper.
11348         (spam-log-undo-registration, spam-register-routine)
11349         (spam-log-processing-to-registry)
11350         (spam-log-unregistration-needed-p): Rename "check" to "backend"
11351         where possible.
11352         (spam-check-gmane-xref, spam-check-regex-headers)
11353         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
11354         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
11355         (spam-check-bogofilter-headers, spam-check-spamoracle)
11356         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
11357         (spam-check-crm114-headers): Use the spam-split-group that
11358         spam-split prepares, no need to determine it every time.
11360         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
11361         to the nnheader-parse-naked-head call.
11363         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
11365         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
11366         the nnheader-nov-read-message-id call.
11368 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11370         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
11371         gnus-activate-group twice.  Suggested by Markus Peter
11372         <warp@spin.de>.
11374 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11376         * gnus-art.el (gnus-article-time-format): Exchange the order of
11377         day and month in the default value; fix customization type.
11378         (article-date-ut): Use add-text-properties.
11379         (article-make-date-line): Use message-make-date instead of
11380         current-time-string.
11382         * message.el (message-fetch-field): Don't use set-text-properties.
11383         (message-make-date): Simplify.
11385 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11387         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
11388         (rfc2047-encode-region): Treat text within parentheses as special;
11389         show the original text when error has occurred.
11391         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
11392         already-computed method to gnus-activate-group.
11394         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
11395         same select-methods identical Lisp objects.
11397         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
11398         object when modifying the info.
11400 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11402         * gnus-srvr.el (gnus-server-set-info): Remove the server from
11403         gnus-opened-servers since it has never been opened with the new
11404         configuration yet.
11406 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11408         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
11409         arg to nnheader-generate-fake-message-id.
11411 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
11413         * nnheader.el (nnheader-generate-fake-message-id): Accept a
11414         number and build a fake message ID localized to a group and
11415         article number (so it's repeatable from that point on).
11416         (nnheader-fake-message-id-p): Change regex to accommodate new fake
11417         ID format.
11419         * gnus-sum.el (gnus-get-newsgroup-headers): Call
11420         nnheader-generate-fake-message-id with the article number.
11422 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
11424         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
11425         end-of-buffer.
11427 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11429         * message.el (message-ignored-supersedes-headers): Add Approved.
11431 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11433         * rfc2047.el (rfc2047-encode-message-header): Remove useless
11434         goto-char.
11435         (rfc2047-encode): Fold the line before encoding.
11437 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11439         * rfc2047.el (rfc2047-encode-message-header): Disabled header
11440         folding -- not all headers can be folded, and this should be done
11441         by the message composition mode.  Probably.  I think.
11443 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11445         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
11446         fast.
11448         * gnus-ems.el (gnus-remove-image): Don't use
11449         message-text-with-property; remove only the image found first.
11451 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
11453         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
11455 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11457         * message.el (message-text-with-property): Make it fast and accept
11458         optional arguments.
11459         (message-strip-forbidden-properties): Use it.
11460         (message-fix-before-sending): Follow the m-t-w-p change.
11462         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
11464 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11466         * gnus-art.el (article-hide-headers): Don't change the buffer
11467         mistakenly when performing mml-preview even if
11468         gnus-single-article-buffer is nil.
11470 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
11472         * message.el (message-expand-name-databases): New user option.
11473         (message-expand-name): Use it.
11475 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
11477         * spam.el (spam-report-articles-resend)
11478         (spam-report-resend-register-routine): Allow ham reporting.
11479         (spam-report-resend-register-ham-routine): Add wrapper.
11480         (spam-registration-functions): Add ham resending functions.
11481         (spam-list-of-processors): Add ham resend processor.
11483         * gnus.el (ham-resend-to): Add new group parameter.
11484         (spam-process): Add ham resend option.
11486         * spam-report.el (spam-report-resend): Allow reporting ham.
11487         (spam-report-resend-ham): Add wrapper.
11489 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11491         * message.el (message-cite-articles-with-x-no-archive): New
11492         variable.
11493         (message-cite-original): Use it.
11495 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11497         * message.el (message-cite-original): Respect X-No-Archive.
11499 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11501         * gnus-art.el (article-hide-headers): Refer to the values for
11502         gnus-ignored-headers and gnus-visible-headers in the summary
11503         buffer since a user may have set them as group parameters.
11505 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
11507         * assistant.el (assistant-node-name): Add convenience function.
11508         (assistant-render-text, assistant-render-node): Add error handling,
11509         plus handle multiple next nodes.
11510         (assistant-find-next-node): Comment out for now.
11511         (assistant-find-next-nodes): Add function, returns list of next
11512         nodes.
11514 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
11516         * mail-source.el (mail-source-directory): Fix doc-string.
11518 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
11520         * assistant.el (assistant-render-text, assistant-eval): Add :set
11521         widget type, which is different because it takes and returns a
11522         list.  Much hilarity ensues.
11524 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
11526         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
11528         * gnus-group.el (gnus-group-get-new-news-this-group): Added
11529         doc-string.
11531         * gnus-start.el (gnus-activate-group): Added doc-string.
11533 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11535         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
11537 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
11539         * assistant.el (assistant-render-text): Try to add a :set
11540         widget, more to come.
11542         * spam.el (spam-group-spam-contents-p): Handle empty groupname
11543         strings.
11544         (spam-report-articles-resend)
11545         (spam-register-routine): Do registration iff any articles warrant
11546         it.
11547         (spam-summary-prepare-exit): Change log message for nil group
11548         destinations.
11550 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
11552         * spam.el (spam-report-resend-register-routine): Allow
11553         spam-report-resend-to to be a group parameter or a global value.
11555 2004-05-26  Simon Josefsson  <jas@extundo.com>
11557         * starttls.el: Merge with my GNUTLS based starttls.el.
11558         (starttls-gnutls-program, starttls-use-gnutls)
11559         (starttls-extra-arguments, starttls-process-connection-type)
11560         (starttls-connect, starttls-failure, starttls-success): New
11561         variables.
11562         (starttls-program, starttls-extra-args): Doc fix.
11563         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
11564         functions.
11565         (starttls-negotiate, starttls-open-stream): Check
11566         `starttls-use-gnutls' and pass on to corresponding *-gnutls
11567         function if it is set.
11569 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11571         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
11572         structured fields.
11574 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11576         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
11578 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
11580         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
11581         variable.
11582         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
11583         assigning the spam-mark to new messages.
11585 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
11587         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
11589 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11591         * rfc2047.el (rfc2047-encodable-p): Don't move point.
11592         (rfc2047-decode): Treat the ascii coding-system as raw-text by
11593         default.
11595 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
11597         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
11598         correct data.
11600 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
11602         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11603         (spam-group-processor-p): Fix function.
11604         (spam-group-processor-multiple-p)
11605         (spam-group-spam-processor-report-gmane-p)
11606         (spam-group-spam-processor-report-resend-p)
11607         (spam-group-spam-processor-bogofilter-p)
11608         (spam-group-spam-processor-blacklist-p)
11609         (spam-group-spam-processor-ifile-p)
11610         (spam-group-ham-processor-ifile-p)
11611         (spam-group-spam-processor-spamoracle-p)
11612         (spam-group-spam-processor-crm114-p)
11613         (spam-group-ham-processor-bogofilter-p)
11614         (spam-group-spam-processor-stat-p)
11615         (spam-group-ham-processor-stat-p)
11616         (spam-group-ham-processor-whitelist-p)
11617         (spam-group-ham-processor-BBDB-p)
11618         (spam-group-ham-processor-spamoracle-p)
11619         (spam-group-ham-processor-copy-p): Remove functions with some
11620         prejudice against unneeded code.
11621         (spam-report-articles-resend)
11622         (spam-report-resend-register-routine): Allow the group/topic
11623         spam-resend-to value to override spam-report-resend-to.
11624         (spam-summary-prepare-exit): Invoke spam-group-processor-p
11625         properly now.
11627         * gnus.el (spam-resend-to): Add group/topic parameter.
11628         (spam-process): Move the OBSOLETE processors to the end of the
11629         choices.
11631 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
11633         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11634         with resend-to set to nil, and then ask the user if necessary.
11635         (spam-report-resend): spam-report-resend takes a list of articles, not
11636         separate article numbers.
11638 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11640         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11641         addition to emacs-w3m.
11643 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11645         * assistant.el (assistant-authinfo-data): New function.
11646         (assistant-eval): Eval for entire assistant.
11648         * netrc.el (netrc-services-file): New variable.
11649         (netrc-parse-services): New function.
11650         (netrc-find-service-name): New function.
11651         (netrc-find-service-number): New function.
11652         (netrc-port-equal): New function.
11653         (netrc-machine): Use it.
11655         * nnimap.el (nnimap-open-connection): Use netrc.
11657         * gnus-util.el (gnus-netrc-get): Remove aliases.
11659         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11661         * assistant.el (wid-edit): Fix compilation.
11663         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11665 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
11667         * gnus-util.el (gnus-set-file-modes): New function.  (small
11668         patch).
11670 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11672         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
11674         * assistant.el (assistant-render-node): Fix up rendering and
11675         read-only text.
11676         (assistant-render-node): Reset.
11677         (assistant-make-read-only): Not sticky.
11679 2004-05-20  Danny Siu  <dsiu@adobe.com>
11681         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11682         centered even when gnus-auto-center-summary is t
11684 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11686         * dns.el (dns-get-txt-answer): New function.
11687         (dns-read-txt): Ditto.
11688         (query-dns): Use it.
11690 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11692         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11693         active for foreign groups even if the group level is higher than
11694         the specified value.
11696 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11698         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11699         non-active groups.
11701         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
11703 2004-05-20  Magnus Henoch  <mange@freemail.hu>
11705         * dns.el (dns-read-type): Add support for SVR.  (small patch)
11707 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11709         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11710         (spam-crm114-header, spam-crm114-spam-switch)
11711         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11712         (spam-crm114-positive-spam-header)
11713         (spam-crm114-database-directory, spam-list-of-processors)
11714         (spam-group-spam-processor-crm114-p)
11715         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11716         (spam-generic-score, spam-list-of-checks)
11717         (spam-list-of-statistical-checks, spam-registration-functions)
11718         (spam-check-crm114-headers, spam-crm114-score)
11719         (spam-check-crm114, spam-crm114-register-with-crm114)
11720         (spam-crm114-register-spam-routine)
11721         (spam-crm114-unregister-spam-routine)
11722         (spam-crm114-register-ham-routine)
11723         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
11724         asjo@koldfront.dk (Adam Sjøgren).
11726         * gnus.el: Add spam-use-crm114.
11728         * spam.el (spam-list-of-processors, spam-registration-functions):
11729         Add spam-use-resend.
11730         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11731         (spam-report-articles-gmane): Add doc fix.
11732         (spam-report-articles-resend, spam-report-resend-register-routine):
11733         Add wrappers around spam-report-resend-to.
11735         * spam-report.el (spam-report-resend-to, spam-report-resend):
11736         Add support for resending spam.
11737         (spam-report-gmane): Fix line length >80.
11739         * gnus.el (spam-process): Add spam-use-resend.
11741 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11743         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11744         number of processed spam messages.
11745         (spam-ham-copy-or-move-routine): Return the number of processed
11746         ham messages.
11747         (spam-summary-prepare-exit): Use the above values to decide
11748         whether status messages shouled be displayed.
11750 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11752         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11753         `rfc2047-encoding-function-alist' in order to avoid conflicting
11754         with the old version.
11755         (rfc2047-encode-region): Concatenate words containing non-ASCII
11756         characters in structured fields; don't encode space-delimited
11757         ASCII words even in unstructured fields; don't break words at
11758         char-category boundaries.
11759         (rfc2047-encode-1): New function.
11760         (rfc2047-encode): Use it; encode text so that it occupies the
11761         maximum width within 76-column; work correctly on Q encoding for
11762         iso-2022-* charsets.
11763         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11764         sure not to break a line just after the header name.
11765         (rfc2047-b-encode-region): Removed.
11766         (rfc2047-b-encode-string): New function.
11767         (rfc2047-q-encode-region): Removed.
11768         (rfc2047-q-encode-string): New function.
11770         * mm-util.el (mm-replace-in-string): New function.
11772 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11774         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11775         get it right.
11776         (gnus-inews-make-draft): Really.
11778 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
11780         * nnmh.el (nnmh-request-list-1): Don't check the link count
11781         before descending.  (small patch)
11783 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11785         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11786         stuff.
11788         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11789         on real group name.
11791         * gnus-art.el (gnus-signature-limit): Doc fix.
11793         * gnus-msg.el (gnus-inews-make-draft): Quote list.
11795 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11797         * gnus-draft.el (gnus-draft-send): Bind
11798         rfc2047-encode-encoded-words.
11800         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11801         (rfc2047-encodable-p): Say that =? needs encoding.
11802         (rfc2047-encode-encoded-words): New variable.
11804         * gnus-group.el (gnus-group-select-group): Doc fix.
11806         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11808         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11809         to nil.
11811         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11813         * nnheader.el (nnheader-get-lines-and-char): New function.
11815 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
11817         * gnus-msg.el (gnus-summary-followup-with-original): Document
11818         yanking of region when active.
11820 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11822         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11823         groups if the group level is higher than the specified value.
11825 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11827         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11828         (gnus-group-jump-to-group): Added prefix argument using
11829         `gnus-group-jump-to-group-prompt'.  Query before jumping to
11830         non-active group.
11832         * compface.el (uncompface): Be verbose when changing
11833         `uncompface-use-external'.
11835         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11836         handle manual section.
11838 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11840         * gnus-art.el (gnus-button-alist): Revert previous change.
11842 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11844         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11846 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11848         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11849         whether backend can accept message.
11851         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11853 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
11855         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11856         Avoid creating directory when nntp-marks-is-evil is true.
11857         Reported by Reiner Steib.
11859 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11861         * gnus-picon.el (gnus-picon-style): New variable.
11862         (gnus-picon-insert-glyph): Added optional `nostring' argument.
11863         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
11864         Jesper Harder <harder@ifa.au.dk>.
11866 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11868         * message.el (message-fill-field): Return point.
11869         (message-generate-headers): Go to end of field.
11871         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11872         stuff for non-living groups.
11874 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
11876         * gnus-art.el (gnus-article-followup-with-original)
11877         (gnus-article-reply-with-original): gnus-mark-active-p ->
11878         gnus-region-active-p.
11880 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
11882         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11883         only when there is spam or ham to be processed.
11885 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11887         * mail-source.el (mail-source-delete-crash-box): Refactor.
11888         (mail-source-fetch): Use it.
11889         (mail-source-fetch-file): Ditto.
11890         (mail-source-fetch-directory): Run postscript in loop.
11891         (mail-source-fetch-pop): Delete.
11892         (mail-source-fetch-maildir): Ditto.
11893         (mail-source-fetch-imap): Ditto.
11895         * imap.el (imap-authenticators): Comment out sasl.
11897         * message.el (message-skip-to-next-address): New function.
11898         (message-fill-header-address): Refactor.
11899         (message-fill-address): Use it.
11900         (message-delete-address): Use it.
11901         (message-fill-header-general): Refactor.
11902         (message-fill-field-address): Rename.
11903         (message-narrow-to-field): Find the start of the header.
11904         (message-header-format-alist): Don't pre-fill.
11905         (message-fill-header): Removed.
11906         (message-insert-header): New function.
11907         (message-shorten-references): Use it.
11909         * rfc2047.el (rfc2047-field-value): Strip props.
11911         * mail-parse.el (mail-header-make-address): New alias.
11913         * ietf-drums.el (ietf-drums-make-address): New function.
11915         * imap.el: Add compiler directives.
11917         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11919         * gnus-art.el (article-decode-idna-rhs): Don't use
11920         message-idna-inside-rhs-p.
11922 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11924         * message.el (message-idna-inside-rhs-p): Removed.
11925         (message-idna-to-ascii-rhs-1): Use proper address parsing.
11927         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11928         false positives.
11930 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11932         * imap.el (imap-sasl-make-mechanisms): Use sasl.
11934 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11936         * nneething.el (nneething-file-name): Don't create spurious
11937         files.
11939         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11940         (gnus-inews-do-gcc): Remove sleep.
11942         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11943         part under point.
11945         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11946         (gnus-agent-regenerate-group): Using nil messages aren't valid.
11948 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11950         * spam.el (spam-summary-prepare-exit): Fixed (length).
11952 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11954         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11955         as expired without moving it" message when there are spam
11956         messages left.
11958 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
11960         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11961         header is not nil.
11963 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
11965         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11966         nntp-possibly-create-directory, not nntp-possibly-change-group.
11967         (nntp-marks-changed-p): New arg SERVER.
11968         (nntp-request-update-info): Adjust caller.
11970 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
11972         * nntp.el (nntp-save-marks): Pass missing arg.
11974 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
11976         * nntp.el: Support marks.
11977         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11978         (nntp-marks-modtime, nntp-marks-directory): New variables.
11979         (nntp-request-set-mark, nntp-request-update-info)
11980         (nntp-possibly-create-directory, nntp-marks-changed-p)
11981         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11982         functions.
11984 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
11986         * gnus-score.el (gnus-score-insert-help): Use
11987         gnus-select-lowest-window.
11989         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11990         appt-select-lowest-window and rename to gnus-select-lowest-window.
11992         * gnus.el: do.
11994 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11996         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11997         encodings of MIME-encoded words, in order to improve
11998         interoperability with several broken MUAs.
12000 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12002         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
12003         tags, only when charsets are not specified in headers.
12004         (mm-inline-text-html-render-with-w3m): Ditto.
12006 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12008         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
12009         instead of MIME-decoded from fields when checking
12010         `gnus-article-address-banner-alist'.
12012 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
12014         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
12015         description rather than subject.
12017 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12019         * gnus.el (gnus-version-number): Bump.
12021 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12023         * gnus.el: No Gnus v0.2 is released.
12025 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12027         * gnus-agent.el (gnus-agent-read-agentview): Inline
12028         gnus-uncompress-range.
12030 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12032         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
12033         `exec-installed-p'.
12035 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12037         * gnus.el (spam-process, spam-autodetect-methods): Add
12038         bsfilter and bsfilter-headers.
12040         * spam.el (spam-bsfilter): New customize group.
12041         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
12042         (spam-bsfilter-header, spam-bsfilter-probability-header)
12043         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
12044         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
12045         (spam-bsfilter-database-directory): New options.
12046         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
12047         (spam-list-of-statistical-checks, spam-registration-functions):
12048         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
12049         (spam-bsfilter-score): New command.
12050         (spam-check-bsfilter-headers, spam-check-bsfilter)
12051         (spam-bsfilter-register-with-bsfilter)
12052         (spam-bsfilter-register-spam-routine)
12053         (spam-bsfilter-unregister-spam-routine)
12054         (spam-bsfilter-register-ham-routine)
12055         (spam-bsfilter-unregister-ham-routine): New functions.
12056         (spam-generic-score): Support bsfilter; Accept an optional argument
12057         to recalcurate spam score even if scoring header has already been
12058         added.
12059         (spam-bogofilter-score, spam-spamassassin-score): Accept an
12060         optional argument to recalcurate spam score even if scoring header
12061         has already been added.
12063 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
12065         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
12066         strings!  Reported by David D. Smith <davidsmith@acm.org>.
12067         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
12068         link is missing.
12070 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
12072         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
12073         (html2text-get-attr): Rewrite.
12075         * message.el (message-setup-1): Remove redundant put-text-property
12076         on mail-header-separator.
12078 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
12080         * gnus-registry.el (gnus-registry-cache-whitespace)
12081         (gnus-registry-action, gnus-registry-spool-action)
12082         (gnus-registry-split-fancy-with-parent): Change message levels
12083         from 5 to 3 or 7, as needed.
12085         * spam.el (spam-summary-prepare-exit)
12086         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
12087         (spam-split, spam-find-spam, spam-log-undo-registration)
12088         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
12089         level from 5 to 6.
12091 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12093         * gnus-ems.el: Autoload appt-select-lowest-window (revert
12094         2004-03-04 change).
12096 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
12098         * sieve-manage.el (sieve-manage-open):
12099         * nnweb.el (nnweb-insert-html):
12100         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
12101         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
12102         * nnspool.el (nnspool-request-group):
12103         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
12104         * nnml.el (nnml-request-update-info):
12105         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
12106         (nnmh-request-create-group, nnmh-update-gnus-unreads):
12107         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
12108         (nnimap-request-set-mark):
12109         * nnfolder.el (nnfolder-request-update-info):
12110         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
12111         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
12112         * gnus-uu.el (gnus-uu-find-articles-matching):
12113         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
12114         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
12115         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
12116         * gnus-nocem.el (gnus-nocem-scan-groups):
12117         * gnus-int.el (gnus-start-news-server):
12118         * gnus-group.el (gnus-group-make-kiboze-group)
12119         (gnus-group-browse-foreign-server):
12120         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
12121         Use mapc when appropriate.
12123 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
12125         FIXME: Make separate entries for each person.
12127         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
12128         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
12129         <shields@msrl.com>:
12131         * spam.el (spam-necessary-extra-headers): Get the extra headers we
12132         may need for spam sorting and scoring.
12133         (spam-user-format-function-S): Add user format function suitable for
12134         general use.
12135         (spam-article-sort-by-spam-status): Add sorting function for summary
12136         sorting.
12137         (spam-extra-header-to-number): Add function to get a score from a
12138         header.
12139         (spam-summary-score): Add function to  get a numeric score from the
12140         headers.
12141         (spam-generic-score): Fix function doc, was in wrong place.
12142         (spam-initialize): Take symbols when it's run, and install the
12143         extra headers that spam-necessary-extra-headers thinks we need.
12145 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
12147         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
12148         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
12150 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
12152         * gnus-sum.el (gnus-set-global-variables)
12153         (gnus-build-all-threads, gnus-get-newsgroup-headers)
12154         (gnus-article-get-xrefs, gnus-summary-best-group)
12155         (gnus-summary-next-article, gnus-summary-enter-digest-group)
12156         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
12157         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
12158         Use with-current-buffer.
12160 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
12162         * spam.el (spam-summary-prepare-exit): Simplify logic.
12163         (spam-fetch-article-header): Read the article header if it's not
12164         available.
12165         (spam-list-articles): Simplify logic.
12166         (spam-filelist-register-routine): Fix bug with unregister-list.
12168         * gnus-registry.el: Fix comments at beginning.
12170 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
12172         * message.el (message-cater-to-broken-inn): Remove.
12173         (message-shorten-references): Make sure the total folded length of
12174         References is shorter than 998 characters to cater to a bug in INN
12175         2.3.  Also, don't pretend that references aren't folded -- this
12176         hasn't worked for a while.
12178 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12180         * gnus-agent.el (gnus-agentize):
12181         gnus-agent-send-mail-real-function no longer set to current value
12182         of message-send-mail-function but rather a lambda that calls
12183         message-send-mail-function.  The change makes the agent real-time
12184         responsive to user changes to message-send-mail-function.
12186 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12188         * legacy-gnus-agent.el
12189         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
12190         help from Florian Weimer <fw@deneb.enyo.de>
12192 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12194         * nnmail.el (nnmail-cache-insert): Revert last change.
12196 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12198         * nnmail.el (nnmail-cache-insert): Always check whether
12199         nnmail-cache-ignore-groups matches a group name.
12201 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
12203         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
12204         (spam-find-spam, spam-log-processing-to-registry)
12205         (spam-log-registered-p, spam-log-unregistration-needed-p)
12206         (spam-log-undo-registration): Use gnus-message instead of
12207         gnus-error, none of these errors are fatal.
12209         * gnus-registry.el (gnus-registry-clean-empty-function)
12210         (gnus-registry-clean-empty): Remove only empty entries without
12211         extra data.
12213 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
12215         * spam-stat.el (spam-stat-buffer-change-to-spam)
12216         (spam-stat-buffer-change-to-non-spam): Change (error) to
12217         (gnus-message 8) invocation.
12219 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12221         * nntp.el (nntp-via-netcat-command): New variable.
12222         (nntp-via-netcat-switches): New variable.
12223         (nntp-open-via-rlogin-and-netcat): New function.
12224         (nntp-open-connection-function): Doc fix.
12225         (nntp-telnet-command): Doc fix.
12226         (nntp-end-of-line): Doc fix.
12227         (nntp-via-rlogin-command): Doc fix.
12228         (nntp-via-user-name): Doc fix.
12229         (nntp-via-address): Doc fix.
12231 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12233         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
12234         error in Emacs 21.1.
12236 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
12238         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
12240 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12242         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
12243         (gnus-agent-with-refreshed-group): New macro.
12244         (gnus-agent-rename-group): New function.
12245         (gnus-agent-delete-group): New function.
12246         (gnus-agent-save-group-info): Use gnus-command-method when
12247         `method' parameter is nil.  Don't write nil entries into the
12248         active file.
12249         (gnus-agent-get-group-info): New function.
12250         (gnus-agent-fetch-articles): Use
12251         gnus-agent-update-files-total-fetched-for to increment disk space
12252         used.
12253         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
12254         gnus-agent-update-view-total-fetched-for to increment disk space
12255         used.
12256         (gnus-agent-get-local): Added optional parameters to avoid calling
12257         gnus-group-real-name and gnus-find-method-for-group.
12258         (gnus-agent-set-local): Delete stored entry if either min, or max,
12259         are nil.
12260         (gnus-agent-fetch-session): Reworded error/quit messages.  On
12261         quit, use gnus-agent-regenerate-group to record existence of any
12262         articles fetched to disk before the quit occurred.
12263         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
12264         gnus-agent-update-view-total-fetched-for, and
12265         gnus-agent-update-files-total-fetched-for to decrement disk space
12266         used.
12267         (gnus-agent-retrieve-headers): Use
12268         gnus-agent-update-view-total-fetched-for to increment disk space
12269         used.
12270         (gnus-agent-regenerate-group): Replace gnus-group-update-group
12271         with gnus-agent-update-files-total-fetched-for to decrement disk
12272         space and fresh group buffer.
12273         (gnus-agent-inhibit-update-total-fetched-for): New variable.
12274         (gnus-agent-need-update-total-fetched-for): New variable.
12275         (gnus-agent-update-files-total-fetched-for): New function.
12276         (gnus-agent-update-view-total-fetched-for): New function.
12277         (gnus-agent-total-fetched-for): New function.
12279         * gnus-cache.el (gnus-cache-save-buffers): Use
12280         gnus-cache-update-overview-total-fetched-for to change disk space
12281         used by this group.
12282         (gnus-cache-possibly-enter-article): Use
12283         gnus-cache-update-file-total-fetched-for to increment disk space
12284         used by this group.
12285         (gnus-cache-possibly-remove-article): Use
12286         gnus-cache-update-file-total-fetched-for to decrement disk space
12287         used by this group.
12288         (gnus-cache-generate-nov-databases): Purge total fetched cache.
12289         (gnus-cache-rename-group): New function.
12290         (gnus-cache-delete-group): New function.
12291         (gnus-cache-inhibit-update-total-fetched-for): New variable.
12292         (gnus-cache-need-update-total-fetched-for): New variable.
12293         (gnus-cache-with-refreshed-group): New macro.
12294         (gnus-cache-update-file-total-fetched-for): New function.
12295         (gnus-cache-update-overview-total-fetched-for): New function.
12296         (gnus-cache-rename-group-total-fetched-for): New function.
12297         (gnus-cache-delete-group-total-fetched-for): New function.
12298         (gnus-cache-total-fetched-for): New function.
12300         * gnus-group.el: Require gnus-sum and autoload functions to
12301         resolve warnings when gnus-group.el compiled alone.
12302         (gnus-group-line-format): Documented new %F
12303         (size of Fetched data) group line format; identifies disk space
12304         used by agent and cache.
12305         (gnus-group-line-format-alist): Defined new F format.
12306         (gnus-total-fetched-for): New function.
12307         (gnus-group-delete-group): No longer update
12308         gnus-cache-active-altered as gnus-request-delete-group now keeps
12309         the cache in sync.
12310         (gnus-group-list-active): Let the agent store a server's active
12311         list if currently plugged.
12313         * gnus-int.el (gnus-request-delete-group):
12314         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
12315         local disk in sync with the server.
12316         (gnus-request-rename-group):
12317         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
12318         local disk in sync with the server.
12320         * gnus-start.el (gnus-get-unread-articles):
12321         Cosmetic simplification to logic.
12323         * gnus-util.el (gnus-rename-file): New function.
12325 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
12327         * mm-util.el (mm-image-load-path): Handle nil in load-path.
12329 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
12331         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
12332         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
12334 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
12336         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
12337         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
12339 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
12341         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
12343 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
12345         * spam.el (spam-set-difference): Add function to replace
12346         gnus-set-difference in spam.el.
12347         (spam-summary-prepare-exit): Use spam-set-difference.
12349 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12351         * gnus-registry.el (gnus-registry-cache-file): Update to use
12352         gnus-dribble-directory OR gnus-home-directory OR ~.
12353         (gnus-registry-split-fancy-with-parent): Fix doc.
12355 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12357         * message.el (message-exchange-point-and-mark): Use
12358         message-mark-active-p.  Suggested by Jesper Harder
12359         <harder@ifa.au.dk>.
12361 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12363         * message.el (message-exchange-point-and-mark): Don't activate
12364         region if it was inactive.  Suggested by Hiroshi Fujishima
12365         <pooh@nature.tsukuba.ac.jp>.
12367 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12369         * gnus-art.el (article-display-face): Display Faces in the same
12370         order as X-Faces.
12372 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12374         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
12376 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12378         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
12379         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
12380         (gnus-article-mime-hierarchy): Remove.
12381         (gnus-article-mime-hierarchy-next): Remove.
12382         (gnus-article-mode): Revert 2004-03-19 change.
12383         (gnus-article-setup-buffer): Revert 2004-03-19 change.
12384         (gnus-insert-mime-button): Revert 2004-03-19 change.
12385         (gnus-mime-accumulate-hierarchy): Remove.
12386         (gnus-mime-enter-multipart): Remove.
12387         (gnus-mime-leave-multipart): Remove.
12388         (gnus-mime-display-part): Revert 2004-03-19 change.
12389         (gnus-mime-display-alternative): Revert 2004-03-19 change.
12391         * mml.el (mml-preview): Revert 2004-03-19 change.
12393 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
12395         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
12397 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12399         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
12400         t while entering a file name using the mm-with-multibyte macro.
12401         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12403         * mm-util.el (mm-with-multibyte): New macro.
12405 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12407         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
12408         user option.
12409         (gnus-mime-multipart-functions): Doc and customization fix.
12410         (gnus-article-mime-hierarchy): New variable.
12411         (gnus-article-mime-hierarchy-next): New variable.
12412         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
12413         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
12414         gnus-article-mime-hierarchy-next to nil.
12415         (gnus-insert-mime-button): Show hierarchy numbers.
12416         (gnus-mime-accumulate-hierarchy): New function.
12417         (gnus-mime-enter-multipart): New function.
12418         (gnus-mime-leave-multipart): New function.
12419         (gnus-mime-display-part): Recompute hierarchical MIME structure.
12420         (gnus-mime-display-alternative): Show hierarchy numbers.
12422         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
12423         gnus-article-mime-hierarchy-next to nil.
12425 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
12427         * dns.el: Don't require gnus-xmas.
12429 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
12431         * mml.el (mml-generate-mime-1): Don't use format=flowed with
12432         inline PGP.
12433         (mml-menu): Disable mml-quote-region if mark is inactive.
12435 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12437         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
12438         when the group's active is not available.
12440 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12442         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
12443         error.
12445 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
12447         * imap.el (imap-store-password): New variable.
12448         (imap-interactive-login): Use it.
12449         Suggested by Mark Plaksin <happy@mcplaksin.org>.
12451 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12453         * gnus-art.el (gnus-article-read-summary-keys): Restore new
12454         window-start and hscroll to summary window.
12456 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12458         * gnus-start.el (gnus-convert-old-newsrc): Only write the
12459         conversion message to newsrc-dribble when an actual conversion is
12460         performed.
12462 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
12464         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
12466 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12468         * mm-decode.el (mm-complicated-handles): New function reviving
12469         former definition of mm-multiple-handles.
12471         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12472         (gnus-mime-delete-part): Use it.
12474 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12476         * gnus-agent.el (gnus-agent-read-local): Bind
12477         nnheader-file-coding-system to gnus-agent-file-coding-system to
12478         avoid the implicit assumption that they will always be equal.
12479         (gnus-agent-save-local): Bind buffer-file-coding-system, not
12480         coding-system-for-write, as the with-temp-file macro first prints
12481         to a buffer then saves the buffer.
12483 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12485         * gnus-art.el (gnus-article-edit-part): New function.
12486         (gnus-mime-save-part-and-strip): Use it; do query instead of
12487         signaling an error; don't use mm-multiple-handles.
12488         (gnus-mime-delete-part): Ditto.
12490 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12492         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
12493         old file versions.
12494         (gnus-group-prepare-hook): Removed function that converted list
12495         form of gnus-agent-expire-days to group properties.
12497         * gnus-int.el: Autoload gnus-agent-regenerate-group.
12498         (gnus-request-accept-article): Re-indented.
12500         * gnus-start.el (gnus-convert-old-newsrc): Registered new
12501         converters to handle old agent file formats.  Added logic for a
12502         "backup before upgrading warning".
12503         (gnus-convert-mark-converter-prompt): Developers can mark
12504         functions as needing (default), or not needing,
12505         gnus-convert-old-newsrc's "backup before upgrading warning".
12506         (gnus-convert-converter-needs-prompt): Tests whether the user
12507         should be protected from potentially irreversable changes by the
12508         function.
12510         * legacy-gnus-agent.el: New.  Provides converters that are only
12511         loaded when gnus-convert-old-newsrc needs to call them.
12513 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12515         * mail-source.el (mail-source-touch-pop): Doc fix.
12517         * message.el (message-smtpmail-send-it): Doc fix.
12519 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
12521         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
12523         * nnmail.el (nnmail-split-fancy): do.
12525         * gnus-kill.el (gnus-kill, gnus-execute): do.
12527 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
12529         * gnus-sum.el (gnus-widget-reversible-match)
12530         (gnus-widget-reversible-to-internal)
12531         (gnus-widget-reversible-to-external): New functions.
12532         (gnus-widget-reversible): New widget.
12533         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
12535 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
12537         * gnus-sum.el (gnus-thread-sort-functions)
12538         (gnus-article-sort-functions): Document `(not F)' items.
12540 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12542         * spam.el (spam-use-gmane-xref): Add new backend.
12543         (spam-gmane-xref-spam-group): Add variable to control the name of the
12544         Gmane spam group.
12545         (spam-blackhole-servers, spam-blackhole-good-server-regex)
12546         (spam-regex-headers-spam, spam-regex-headers-ham)
12547         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
12548         (spam-list-of-checks): Add spam-use-gmane-xref to list of
12549         backends and checks.
12550         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
12552         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
12553         an autodetect method.
12555 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12557         * gnus-int.el (gnus-request-accept-article): Inform the agent that
12558         articles are being added to a group.
12559         (gnus-request-replace-article): Inform the agent that articles
12560         need to be uncached as the cached contents are no longer valid.
12562 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12564         * binhex.el: Don't autoload executable-find.
12566         * canlock.el: Don't autoload mail-fetch-field.
12568         * gnus-ems.el: Don't autoload appt-select-lowest-window.
12570         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
12571         rmail-dont-reply-to and rmail-output.
12573         * gnus-score.el: Don't autoload ffap-string-at-point.
12575         * gnus-setup.el: Don't autoload sc-cite-original.
12577         * imap.el: Don't autoload base64-decode-string,
12578         base64-encode-string and md5.
12580         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12581         and rmail-msg-restore-non-pruned-header.
12583         * mm-decode.el: Don't autoload executable-find.
12585         * mm-url.el: Don't autoload executable-find.
12587         * mm-view.el: Don't autoload diff-mode.
12589         * nndb.el: Don't autoload news-reply-mode, news-setup,
12590         cancel-timer and telnet.
12592         * password.el: Don't autoload run-at-time for Emacs.
12594         * sha1-el.el: Don't autoload executable-find.
12596         * sieve-mode.el: Don't autoload c-mode.
12598         * uudecode.el: Don't autoload executable-find.
12600 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12602         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12603         (gnus-agent-possibly-alter-active): Avoid null in numeric
12604         comparison.
12605         (gnus-agent-set-local): Refuse to save null in local object table.
12606         (gnus-agent-regenerate-group): The REREAD parameter can now be a
12607         list of articles that will be marked as unread.
12609 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12611         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
12613 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12615         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12616         language tags.
12618 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12620         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12621         Don't bind "obarray".
12623         * gnus-sum.el (gnus-thread-sort-functions): Added
12624         `gnus-thread-sort-by-most-recent-number' and
12625         `gnus-thread-sort-by-most-recent-date'.
12626         Reported by Kai Grossjohann <kai@emptydomain.de>.
12628 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12630         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
12632 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12634         * gnus-cus.el (gnus-agent-customize-category): Removed
12635         ignore-errors macro reference that required cl to be loaded at
12636         run-time.
12638         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12639         single-interval range of the form (min . max).  Previously the
12640         range had to look like ((min . max)).  Likewise, return
12641         (min . max) rather than ((min . max)).
12642         (gnus-range-map): Use gnus-range-normalize to accept
12643         single-interval range.
12645         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12646         the cache, but not the agent, now appear with their usual face.
12648 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12650         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12651         w3m-safe-url-regexp variable buffer-local.
12653         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12655 2004-02-27  Simon Josefsson  <jas@extundo.com>
12657         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12658         gnus-group-real-prefix.
12659         (gnus-summary-move-article): Use it, instead of
12660         gnus-group-real-prefix.
12662 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12664         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12665         w3m-safe-url-regexp variable buffer-local and set it as the value
12666         of mm-w3m-safe-url-regexp.
12668         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12670         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12671         parsing gnus-posting-styles when the message is not for replying.
12673         * nnrss.el (nnrss-opml-export): Use
12674         mm-set-buffer-file-coding-system instead of
12675         set-buffer-file-coding-system.
12677 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
12679         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12680         of checkdoc.el).
12681         * nnrss.el: do.
12682         * gnus-mlspl.el: do.
12683         * gnus-ml.el: do.
12684         * gnus-srvr.el: do.
12686         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
12688 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12690         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12691         Corrections to custom-manual links.
12693         * gnus-art.el (gnus-article): Ditto.
12695         * mm-decode.el (mime-display, mime-security): Ditto.
12697 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12699         * flow-fill.el: Typo.
12701 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
12703         * spam-wash.el: New file.
12705 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
12707         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12709 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12711         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12712         to be run with new-articles as LIST1, not LIST2.
12713         (spam-registration-functions): Add spam-use-ham-copy as a nil
12714         registration backend.
12716 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12718         * spam-stat.el (spam-stat-washing-hook): New option.
12719         (spam-stat-buffer-words): Use it.
12720         (spam-stat-process-directory, spam-stat-test-directory): Use
12721         insert-file-contents-literally.
12722         (spam-stat-coding-system): New variable.
12723         (spam-stat-load, spam-stat-save): Use it.
12725 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12727         * spam-report.el (spam-report-plug-agent): Quote
12728         spam-report-url-to-file and spam-report-url-ping-plain.
12730 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
12732         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12733         / in mailto URLs.
12735 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12737         * spam-report.el (spam-report-process-queue): Fix interactive use.
12738         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12739         (spam-report-unplug-agent): Doc fixes.
12740         (spam-report-url-ping-mm-url, spam-report-url-to-file)
12741         (spam-report-agentize, spam-report-deagentize): Autoload
12743 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12745         * message.el (message-setup-fill-variables): Add mml tags to
12746         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
12747         <ajk@iu.edu>.
12748         (message-mode): Don't modify paragraph-separate there.
12750 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12752         * compface.el (uncompface-use-external): Default to undecided.
12753         (uncompface-use-external-threshold): New variable.
12754         (uncompface-float-time): New macro.
12755         (uncompface): Determine whether to use the external decoder if
12756         uncompface-use-external is undecided.
12758 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12760         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12761         after images.
12763         * gnus-art.el (gnus-mime-display-single): Remove dead code.
12765 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
12767         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12769         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12771         * gnus-sum.el (gnus-summary-limit-to-age)
12772         (gnus-summary-limit-children): do.
12774         * gnus-int.el (gnus-request-scan): do.
12776         * gnus-group.el (gnus-group-suspend): do.
12778         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12780         * gnus-cite.el (gnus-cite-parse-attributions): do.
12782         * gnus-agent.el (gnus-summary-set-agent-mark)
12783         (gnus-agent-regenerate-group): do.
12785         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12787         * binhex.el (binhex-decode-region-internal): do.
12789 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12791         * gnus-fun.el (gnus-face-properties-alist): New user option.
12792         (gnus-display-x-face-in-from): Use it.
12794         * gnus-art.el (article-display-face): Ditto.
12796         * compface.el (uncompface-use-external): Default to nil.
12798 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
12800         * nntp.el (nntp-erase-buffer): New function.
12801         (nntp-retrieve-data, nntp-send-command)
12802         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12803         (nntp-possibly-change-group): Use it.
12805         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12806         with-current-buffer.
12808 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
12810         * compface.el: Merge the ELisp-based uncompface program.
12811         (compface): New customization group.
12812         (uncompface-use-external): New user option.
12813         (uncompface): Call uncompface-internal if uncompface-use-external
12814         is nil.
12815         (uncompface-internal): New function.  Note that there are also
12816         some other functions and variables added for this function.
12818 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
12820         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12821         if necessary.
12823 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
12825         * spam-report.el (spam-report-unplug-agent)
12826         (spam-report-plug-agent, spam-report-deagentize)
12827         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12828         Add support for the Agent in spam-report: when unplugged, report to a
12829         file; when plugged, submit all the requests.
12831         * spam.el (spam-register-routine): Fix message about
12832         registration.
12834 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
12836         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12837         dependencies.
12838         (rfc2047-encode): Use it.
12840         * gnus-art.el (gnus-button-marker-list): Move before first
12841         reference.
12843         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12844         (imap-parse-body): Fix format string mismatch.
12846         * gnus-score.el (gnus-summary-increase-score): do.
12848         * nnrss.el (nnrss-close): New function.
12850 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
12852         * nnrss.el (nnrss-make-filename): New function.
12853         (nnrss-request-delete-group, nnrss-read-server-data)
12854         (nnrss-save-server-data, nnrss-read-group-data)
12855         (nnrss-save-group-data): Use it.
12856         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12857         (nnrss-read-server-data, nnrss-read-group-data): Use load.
12858         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12860 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
12862         * mml.el (mml-compute-boundary-1): Don't uncompress files.
12864 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
12866         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12867         files.
12869         * message.el (message-generate-headers-first): Don't quote nil
12870         and t in docstrings.
12872         * imap.el (imap-id): do.
12874         * gnus-agent.el (gnus-agent-consider-all-articles)
12875         (gnus-agent-queue-mail): do.
12877 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
12879         * spam-report.el (spam-report-process-queue): New function.
12880         Process requests from `spam-report-requests-file'.
12881         (spam-report-process-queue): Doc fix.
12883 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
12885         * spam.el (spam-register-routine)
12886         (spam-log-processing-to-registry, spam-log-registered-p)
12887         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12888         Change "check" to "spam-check" for semi-clarity.
12890 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
12892         * pop3.el: Require nnheader.
12894         * mml-smime.el: Require cl.  Autoload message-fetch-field.
12896         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12898         * gnus-picon.el: Require cl.
12900         * gnus-fun.el: Require gnus-ems and gnus-util.
12902         * gnus.el (gnus-method-to-server): Move defsubst before first use.
12904         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12906         * gnus-art.el (gnus-article-edit-mode): Define before first
12907         reference.
12909 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
12911         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12912         (gnus-uu-post-encoded): Use point-at-bol.
12914         * gnus-topic.el (gnus-group-active-topic-p): do.
12916         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12918         * gnus-group.el (gnus-group-kill-region): do.
12920         * gnus-art.el (article-date-ut): do.
12922         * message.el (message-fetch-field): Remove redundant
12923         case-fold-search binding.
12924         (message-narrow-to-field): Simplify.
12926 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12928         * spam.el (spam-directory): Derive from `gnus-directory'.
12930         * spam-report.el (spam-report-url-to-file)
12931         (spam-report-requests-file): New function and variable for offline
12932         reporting.
12933         (spam-report-url-ping-function): Add `spam-report-url-to-file'
12934         and user defined function.
12935         (spam-report-url-ping-mm-url): Remove doubled slash.
12937 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
12939         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12941 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
12943         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12944         format string mismatch.
12946         * sieve.el (sieve-deactivate-all): do.
12948         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12950         * nnlistserv.el (nnlistserv-kk-wash-article): do.
12952         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12954         * mm-bodies.el (mm-7bit-chars): Don't include \r.
12956 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
12958         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12959         the list of checks.
12961 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
12963         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12964         padding.
12966 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
12968         * mm-view.el (mm-fill-flowed): New variable.
12969         (mm-inline-text): Use it.
12971 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
12973         * spam.el (spam-spamassassin-register-ham-routine)
12974         (spam-spamassassin-register-spam-routine): Fix function names.
12976 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12978         * gnus.el (gnus-tmp-grouplens): Remove.
12979         (gnus-summary-line-format): Remove grouplens.
12981         * gnus-group.el (gnus-group-line-format): Ditto.
12983         * gnus-spec.el (gnus-format-specs): Ditto.
12984         (gnus-update-format-specifications): Flush the group format spec
12985         cache if there's the grouplens stuff.
12986         (gnus-parse-simple-format): Replace %l with the empty string.
12988 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
12990         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12991         omission.
12993 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12995         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12996         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12998 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13000         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
13001         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
13002         New macros and functions.
13003         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
13004         Handle > NLINK_MAX messages.
13005         * nnmaildir.el (nnmaildir-request-set-mark): Use
13006         nnmaildir--emlink-p and nnmaildir--eexist-p.
13008 2004-01-25  Alex Schroeder  <alex@gnu.org>
13010         * spam-stat.el (spam-stat-process-directory-age): New option.
13011         (spam-stat-process-directory): Use it.
13013 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
13015         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
13016         (spam-stat-save): Accept prefix argument.
13018 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
13020         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
13021         links" error.
13023 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13025         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
13026         compatibility with old .newsrc.eld files.
13028         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
13030         * gnus-start.el (gnus-1): do.
13032         * gnus-group.el (gnus-group-line-format-alist): do.
13034         * gnus.el (gnus-use-grouplens, gnus-visual): do.
13036         * gnus-gl.el: Remove.
13038 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13040         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
13041         marks consisting of a single range {for example, (3 . 5)} rather
13042         than a list of a single range { ((3 . 5)) }.
13044 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13046         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
13047         with-current-buffer.
13048         (spam-stat-store-current-buffer): Use insert-buffer-substring to
13049         avoid consing a string.
13051         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
13052         Remove obsolete entries for big5 and gb2312.
13054 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13056         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
13057         uncompressed list.
13059 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
13061         * spam-stat.el (spam-stat-strip-xref): New function.
13062         (spam-stat-process-directory): Use it.
13064         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
13065         here -- it's done in message-fetch-field.
13067 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13069         * gnus-agent.el (gnus-agent-queue-mail)
13070         (gnus-agent-prompt-send-queue): New variables.
13071         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
13072         * gnus-draft.el (gnus-group-send-queue): Pass the group name
13073         "nndraft:queue" along to gnus-draft-send.  Use
13074         gnus-agent-prompt-send-queue.
13075         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
13076         is "nndraft:queue".  Suggested by Gaute Strokkenes
13077         <gs234@srcf.ucam.org>
13079         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
13080         (agent-enable-undownloaded-faces): Added
13081         (gnus-agent-cat-groups): Use eval-and-compile, not
13082         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
13083         method of gnus-agent-cat-groups even when the buffer has been
13084         evaled.
13085         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
13086         delete gnus-agent-save-active-1.
13087         (gnus-agent-save-groups): Deleted.  Identical to
13088         gnus-agent-save-active.
13089         (gnus-agent-write-active): No longer adjust agent's copy of active
13090         file as agent's adjustments are now stored in their own
13091         file.  Removed optional parameter.
13092         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
13093         servers.  Add use of min/max range limits from server's local
13094         file.
13095         (gnus-agent-save-alist): Removed unused optional argument.
13096         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
13097         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
13098         (gnus-agent-set-local): A per-server file that keeps min/max range
13099         limits for articles known to the agent.  Provides a fast mechanism
13100         for altering many active ranges.
13101         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
13102         active file (local makes it unnecessary).
13103         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
13105         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
13106         (agent-enable-undownloaded-faces): Added
13108         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
13109         disable it when sending to "nndraft:queue".
13110         (gnus-group-send-queue): Add safety check to avoid sending queue
13111         when unplugged.
13113         * gnus-group.el (gnus-group-catchup): Use new
13114         gnus-sequence-of-unread-articles, not
13115         gnus-list-of-unread-articles, to avoid exhausting memory with huge
13116         numbers of articles.  Use gnus-range-map to avoid having to
13117         uncompress the unread list.
13118         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
13119         Fixed invalid ange-ftp reference.
13121         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
13122         (gnus-sorted-range-intersection): Intersection of two ranges
13123         without requiring that they first be uncompressed.
13125         * gnus-start.el (gnus-activate-group): Unless blocked by the
13126         caller, possibly expand the active range to include both cached
13127         and agentized articles.
13128         (gnus-convert-old-newsrc): Rewrote in anticipation of having
13129         multiple version-dependent converters.
13130         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
13131         gnus-agent-save-active.
13132         (gnus-save-newsrc-file): Save dirty agent range limits.
13134         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
13135         gnus-agent-possibly-alter-active.
13136         (gnus-adjust-marked-articles): Faster handling of simple lists
13138 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
13140         * spam-stat.el (spam-stat-test-directory): New optional argument
13141         displays a list of files detected.  Suggested by Andrew Cohen
13142         <cohen@andy.bu.edu>.
13143         (spam-stat-buffer-words-with-scores): Don't narrow and change
13144         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
13146 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
13148         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
13149         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
13150         (spam-spamassassin-arguments)
13151         (spam-spamassassin-spam-flag-header)
13152         (spam-spamassassin-positive-spam-flag-header)
13153         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
13154         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
13155         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13156         (spam-list-of-processors, spam-list-of-checks)
13157         (spam-list-of-statistical-checks, spam-registration-functions)
13158         (spam-check-spamassassin-headers, spam-check-spamassassin)
13159         (spam-spamassassin-score)
13160         (spam-spamassassin-register-with-sa-learn)
13161         (spam-spamassassin-register-spam-routine)
13162         (spam-spamassassin-register-ham-routine)
13163         (spam-assassin-register-spam-routine)
13164         (spam-assassin-register-ham-routine): Add SpamAssassin support.
13165         (spam-bogofilter-score): Fix to show article before scoring.
13167 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
13169         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
13170         default scoring function.
13171         (spam-generic-score): Call spam-spamassassin-score if
13172         spam-use-spamassassin or spam-use-spamassassin-headers is on;
13173         spam-bogofilter-score otherwise.
13175         * gnus.el (spam-process, spam-autodetect-methods): Add
13176         spamassassin and spamassassin-headers.
13178 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
13180         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13181         Suppress unnecessary messages.
13183 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
13185         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
13186         make-hash-table.
13188 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13190         * canlock.el (base64-encode-string): Don't autoload it.
13192 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13194         * run-at-time.el: Remove useless (require 'itimer),
13195         eval-and-compile and (featurep 'xemacs).
13197 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
13199         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
13200         GROUP is a virtual group.
13202 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
13204         * gnus.el: Autoload `message-y-or-n-p'.
13206 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
13208         * pgg-parse.el: Remove unnecessary (require 'custom).
13210         * pgg-def.el: do.
13212         * nnmail.el: do.
13214         * gnus-undo.el: do.
13216         * gnus-picon.el: do.
13218         * gnus-util.el: do.
13220 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
13222         * gnus-sum.el (gnus-pick-line-number): Add autoload.
13224 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13226         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
13227         handle, as well as a list.
13229         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
13230         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
13231         (mm-w3m-cid-retrieve): Simplify.
13233 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
13235         * message.el (message-kill-to-signature): Allow prefix arg to
13236         specify number of lines to keep before signature.
13238 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
13240         (message-kill-to-signature): Change docstring.
13242 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13244         * canlock.el: Always require sha1-el.
13245         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
13247         * message.el: Autoload sha1 only when compiling.
13249 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13251         * message.el (message-canlock-generate): Require sha1-el.
13253 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
13255         * message.el (message-expand-name): Silence the byte compiler.
13257 2004-01-13  Simon Josefsson  <jas@extundo.com>
13259         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
13260         Invoke gnus-score-mode.  Reported by
13261         bojohan+news@dd.chalmers.se (Johan Bockgård).
13263         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
13264         Jim Blandy <jimb@redhat.com> (tiny change).
13266 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13268         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
13270 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
13272         * spam.el (spam-get-article-as-string): Update to use
13273         gnus-request-article-this-buffer, much simpler.
13274         (spam-get-article-as-buffer): Remove.
13276 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
13278         * message.el (message-expand-name): Use EUDC if the user uses that.
13280 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13282         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
13283         character for the encoding to avoid consing a string.
13285         * rfc2047.el (rfc2047-decode-string): Don't cons a string
13286         unnecessarily.
13288         * mm-util.el (mm-replace-chars-in-string): Remove.
13290         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
13291         of mm-replace-chars-in-string.
13293 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
13295         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
13297         * mm-util.el (mm-subst-char-in-string): Support inplace.
13299         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
13300         a new string in every iteration.  Use shy groups.
13302 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
13304         * gnus-srvr.el (gnus-browse-unsubscribe-group):
13305         * gnus-soup.el (gnus-soup-group-brew):
13306         * gnus-msg.el (gnus-put-message):
13307         * gnus-move.el (gnus-group-move-group-to-server):
13308         * gnus-kill.el (gnus-batch-score):
13309         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
13310         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
13311         (gnus-group-update-group, gnus-group-read-group)
13312         (gnus-group-make-group, gnus-group-make-help-group)
13313         (gnus-group-make-archive-group, gnus-group-make-directory-group)
13314         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
13315         (gnus-group-sort-by-unread, gnus-group-catchup)
13316         (gnus-group-unsubscribe-group, gnus-group-kill-group)
13317         (gnus-group-yank-group, gnus-group-set-info)
13318         (gnus-group-list-groups):
13319         * gnus.el (gnus-generate-new-group-name):
13320         * gnus-delay.el (gnus-delay-send-queue):
13321         * nnvirtual.el (nnvirtual-catchup-group):
13322         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
13323         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
13324         (gnus-group-prepare-topics, gnus-topic-check-topology):
13325         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
13326         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
13327         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
13328         (gnus-group-make-articles-read):
13329         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
13330         (gnus-group-change-level, gnus-kill-newsgroup)
13331         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
13332         (gnus-get-unread-articles, gnus-make-articles-unread)
13333         (gnus-make-ascending-articles-unread): Use accessor
13334         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
13335         to get group information for improved readability.
13337 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13339         * gnus-art.el (article-decode-mime-words, article-babel)
13340         (gnus-article-highlight-signature, gnus-article-add-buttons)
13341         (gnus-signature-toggle): Use gnus-with-article-buffer.
13343         * gnus-art.el (gnus-article-highlight-headers)
13344         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
13346         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
13347         (gnus-article-set-globals, gnus-request-article-this-buffer)
13348         (gnus-button-message-id, gnus-article-maybe-hide-headers)
13349         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
13350         (gnus-mime-display-alternative): Use with-current-buffer.
13352 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13354         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
13355         also under 80 char limit, and call gnus-error if needed.
13356         (spam-fetch-article-header): Fix - it was a
13357         buffer-local variable (gnus-newsgroup-data).
13358         (spam-find-spam): Use spam-generate-fake-headers, forget about
13359         spam-insert-fake-headers.
13360         (spam-insert-fake-headers): Remove.
13362 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13364         * deuglify.el (gnus-article-outlook-unwrap-lines)
13365         (gnus-outlook-rearrange-article)
13366         (gnus-outlook-repair-attribution-outlook)
13367         (gnus-outlook-repair-attribution-block)
13368         (gnus-outlook-repair-attribution-other): Remove redundant
13369         save-excursion.
13371 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13373         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
13374         (spam-fetch-field-subject-fast)
13375         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
13376         (spam-fetch-article-header): Add functions to deal with Gnus
13377         internals for fast retrieval of article header data.
13378         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
13380 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13382         * pop3.el (pop3-md5): Remove.
13383         (pop3-apop): Replace pop3-md5 with md5.
13385         * mm-bodies.el: base64 is always built-in.
13387         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
13388         with-current-buffer.
13390 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13392         * canlock.el (canlock-insert-header): Remove excessive grouping in
13393         regexp.
13395         * gnus-sum.el (gnus-summary-read-document): Ditto.
13397         * gnus-uu.el (gnus-uu-part-number): Ditto.
13399         * html2text.el (html2text-remove-tags): Ditto.
13400         (html2text-format-tags): Ditto.
13401         (html2text-format-single-elements): Ditto.
13403         * mml.el (mml-parse-1): Ditto.
13405 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13407         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
13409         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
13411         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
13413         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
13415 2003-11-15  Simon Josefsson  <jas@extundo.com>
13417         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
13418         (pgg-gpg-lookup-key): Use regexp match instead of
13419         split-string (split-string is different between emacs 21.2 and
13420         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
13422 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13424         * gnus-art.el (gnus-mime-view-all-parts)
13425         (gnus-article-part-wrapper, gnus-article-view-part): Use
13426         with-current-buffer.
13428 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13430         * spam.el (spam-disable-spam-split-during-ham-respool)
13431         (spam-spamoracle-database, spam-cache-lookups)
13432         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
13433         (spam-group-ham-mark-p, spam-group-spam-mark-p)
13434         (spam-group-ham-marks, spam-group-spam-marks)
13435         (spam-group-spam-contents-p, spam-group-ham-contents-p)
13436         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
13437         also add spam-use-blackholes to the statistical checks.
13438         (spam-fetch-field-fast): Add interface to fetching fields, may
13439         become a macro.
13440         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
13441         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
13442         (spam-insert-fake-headers): Fake an article when needed.
13443         (spam-find-spam): Fake article when possible.
13444         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
13445         (spam-check-bogofilter-headers): Use message-fetch-field instead
13446         of nnmail-fetch-field.
13448 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13450         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
13452 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13454         * spam.el (spam-split): Do not require spam-use-CHECK to be
13455         enabled if that check is passed to spam-split explicitly; also
13456         fix so 'spam doesn't get converted to spam-split-group when
13457         spam-split-symbolic-return is t.
13458         (spam-find-spam): Find registrations of the article and use those
13459         instead of re-running spam-split to find the spam/ham
13460         classification of the article.
13461         (spam-log-processing-to-registry, spam-log-registered-p)
13462         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13463         Use gnus-error instead of gnus-message.
13464         (spam-log-registration-type): Add function to determine the
13465         classification of a message based on registry entries; will
13466         return nil if both 'spam and 'ham are found.
13467         (spam-check-BBDB): Expand all the BBDB macros here so we can have
13468         a reasonably fast local cache without the loading errors.
13469         (spam-cache-lookups): Set to t by default.
13470         (spam-find-spam): Don't try to guess spam-cache-lookups.
13471         (spam-enter-whitelist, spam-enter-blacklist): Clear the
13472         spam-caches entry.
13473         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
13474         caching of whitelist/blacklist entries.
13475         (spam-check-whitelist, spam-check-blacklist): Invoke
13476         spam-from-listed-p with a type, not a cache variable.
13477         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
13479 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13481         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
13483         * nnmail.el (nnmail-split-fancy): do.
13485         * mml.el (mml-parse): do.
13487         * gnus-score.el (gnus-enter-score-words-into-hashtb)
13488         (gnus-score-adaptive): do.
13490 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13492         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
13493         (gnus-mime-button-map): Don't set keymap parent.
13494         (gnus-button-ctan-directory-regexp): Use shy grouping.
13495         (gnus-prev-page-map): Don't set keymap parent.
13496         (gnus-prev-page-map): Remove duplicated one.
13497         (gnus-next-page-map): Don't set keymap parent.
13498         (gnus-mime-security-button-map): Ditto.
13500         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
13501         version number.
13503         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
13505 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13507         * canlock.el (canlock-sha1-function): Remove.
13508         (canlock-sha1-function-for-verify): Remove.
13509         (canlock-openssl-program): Remove.
13510         (canlock-openssl-args): Remove.
13511         (canlock-ignore-errors): Remove.
13512         (canlock-sha1-with-openssl): Remove.
13513         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
13514         (canlock-verify): Don't use canlock-ignore-errors.
13516         * sha1-el.el (sha1-string-external): Make it can return a string
13517         in binary form.
13518         (sha1-region-external): Ditto.
13519         (sha1-string-internal): Ditto.
13520         (sha1-region-internal): Ditto.
13521         (sha1-region): Ditto.
13522         (sha1-string): Ditto.
13523         (sha1): Ditto.
13525 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13527         * spam.el (spam-report-articles-gmane): New command.
13529 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13531         * gnus.el: Don't make unnecessary *Group* buffer when loading.
13533         * run-at-time.el (run-at-time-saved): Remove.
13534         (run-at-time): Doc fix.
13536 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13538         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
13539         (gnus-summary-limit-map): Add it.
13540         (gnus-summary-make-menu-bar): do.
13542 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
13544         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
13545         Make attempt at some caching support (done for BBDB only now).
13546         (spam-find-spam): Set spam-cache-lookups if there are more than 2
13547         addresses to be checked.
13548         (spam-clear-cache-BBDB): Add function, to be invoked by
13549         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
13550         (spam-check-BBDB): Check and use the caches, if
13551         spam-cache-lookups is on, remove superfluous (provide).
13553 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13555         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
13557 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
13559         * run-at-time.el (run-at-time-saved): Move to after the definition
13560         of `run-at-time'.
13562 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13564         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13565         mm-w3m-local-map-property.
13567         * mm-view.el (mm-w3m-mode-map): Remove.
13568         (mm-w3m-local-map-property): Remove.
13569         (mm-inline-text-html-render-with-w3m): Don't use
13570         mm-w3m-local-map-property.
13572 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13574         * run-at-time.el: New file.
13576         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13577         of gnus-set-text-properties.
13579         * gnus-uu.el (gnus-uu-save-article): Ditto.
13581         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
13583         * gnus-cite.el (gnus-cite-parse): Ditto.
13585         * gnus-art.el (gnus-button-push): Use set-text-properties instead
13586         of gnus-.
13588         * gnus.el: Changed calls to nnheader-run-at-time and
13589         password-run-at-time throughout to use run-at-time directly.
13591         * password.el: Removed definition of run-at-time.
13593 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
13595         * mml.el (mml-minibuffer-read-disposition): Show attachment type
13596         in prompt.
13598 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13600         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13601         XEmacs version.
13603         * dns.el (dns-make-network-process): Use `open-network-stream'
13604         instead of `gnus-xmas-open-network-stream'.
13606         * .cvsignore: Add auto-autoloads.el, custom-load.el.
13608 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13610         * gnus-art.el (gnus-mime-display-alternative)
13611         (gnus-insert-mime-button, gnus-insert-mime-security-button)
13612         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13613         Don't use gnus-local-map-property.
13615         * gnus-util.el (gnus-local-map-property): Remove.
13617         * mm-view.el (mm-view-pkcs7-decrypt): Replace
13618         gnus-completing-read-maybe-default with completing-read.
13620         * gnus-util.el (gnus-completing-read): do.
13621         (gnus-completing-read-maybe-default): Remove.
13623 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13625         * password.el: Only autoload `run-at-time' if not XEmacs.
13626         Only autoload the itimer functions if XEmacs.
13628 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13630         * gnus-art.el (gnus-read-string): Remove.
13631         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13632         read-string.
13634 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
13636         * netrc.el: Autoload password-read.
13637         (netrc): Add configuration group.
13638         (netrc-encoding-method, netrc-openssl-path): Add
13639         variables for encoding and decoding of files with symmetric
13640         ciphers.
13641         (netrc-encode): Add assistant function to encode a file with
13642         netrc-encoding-method.
13643         (netrc-parse): Add interactive parameter, added optional
13644         decoding if netrc-encoding-method is non-nil but otherwise
13645         behavior is standard.
13646         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13647         Do s/encode/encrypt/ everywhere.
13649         * spam.el: Remove executable-find autoload.
13651 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13653         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13655         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13657 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13659         * gnus-art.el (gnus-treat-ansi-sequences,
13660         (article-treat-ansi-sequences): New variable and function.
13661         Suggested by Dan Jacobson <jidanni@jidanni.org>.
13663         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13664         Use it.
13666 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13668         * mm-util.el (mm-quote-arg): Remove.
13670         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13671         shell-quote-argument.
13673         * gnus-uu.el (gnus-uu-command): do.
13675         * gnus-sum.el (gnus-summary-insert-pseudos): do.
13677         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13678         with make-char.
13680         * mm-util.el (mm-make-char): Remove.
13682         * mml.el (mml-mode): Replace gnus-add-minor-mode with
13683         add-minor-mode.
13685         * gnus-undo.el (gnus-undo-mode): do.
13687         * gnus-topic.el (gnus-topic-mode): do.
13689         * gnus-sum.el (gnus-dead-summary-mode): do.
13691         * gnus-start.el (gnus-slave-mode): do.
13693         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13695         * gnus-ml.el (gnus-mailing-list-mode): do.
13697         * gnus-gl.el (gnus-grouplens-mode): do.
13699         * gnus-draft.el (gnus-draft-mode): do.
13701         * gnus-dired.el (gnus-dired-mode): do.
13703         * gnus-ems.el (gnus-add-minor-mode): Remove.
13705         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13706         Replace gnus-char-width with char-width.
13708         * gnus-ems.el (gnus-char-width): Remove.
13710         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13711         Replace gnus-char-width with char-width.
13713         * gnus-ems.el (gnus-char-width): Remove.
13715         * spam-stat.el (with-syntax-table): Remove with-syntax-table
13716         definition.
13717         Remove Emacs 20 hash table compatibility code.
13719         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13720         20 compatibility code.
13722         * spam.el (spam-point-at-eol): Replace with point-at-eol.
13724         * smime.el (smime-point-at-eol): Replace with point-at-eol.
13726         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13727         with point-at-{eol,bol}.
13729         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13731         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13733         * flow-fill.el (fill-flowed-point-at-bol)
13734         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13736         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13737         Replace with point-at-{eol,bol} throughout all files.
13739 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13741         * ntlm.el (ntlm-string-as-unibyte): New macro.
13742         (ntlm-build-auth-response): Use it.
13744         Remove Emacs 20 stuff:
13745         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13746         of delq and copy-sequence.
13747         * gnus-art.el (popup-menu): Remove the compiler macro.
13748         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13749         Emacs 20.
13751 2004-01-05  Simon Josefsson  <jas@extundo.com>
13753         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13754         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13755         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13756         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13757         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13758         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13759         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13760         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13761         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13762         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13763         ntlm-string-permute, string-lshift into ntlm-string-lshift,
13764         string-xor into ntlm-string-xor.  Suggested by
13765         Jesper Harder <harder@myrealbox.com>.
13767         * ntlm.el: Don't include poem.
13769         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
13770         Jesper Harder <harder@myrealbox.com>.
13772         * sasl-ntlm.el, ntlm.el, md4.el: New files.
13774         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
13775         probably breaks emacs with DL patch, but do we care? Is anyone
13776         still using the DL stuff?)
13778         * sieve-manage.el: Use the password package.
13779         (sieve-manage-read-passwd): Remove.
13780         (sieve-manage-interactive-login): Use password.  Re-add
13781         condition-case around loop.
13783         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13784         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13785         the password package.
13787 2003-02-19  Simon Josefsson  <jas@extundo.com>
13789         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13790         token.
13792 2002-08-07  Simon Josefsson  <jas@extundo.com>
13794         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13795         (sieve-manage-authenticators):
13796         (sieve-manage-authenticator-alist): Add some SASL mechs.
13797         (sieve-sasl-auth): New function.
13798         (sieve-manage-cram-md5-auth):
13799         (sieve-manage-plain-auth): Rewrite using SASL library.
13800         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13801         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13802         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13803         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13805 2004-01-05  Simon Josefsson  <jas@extundo.com>
13807         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13808         New files.
13810 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13812         * gnus-group.el (gnus-no-groups-message): Update.
13814         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13816 2003-11-09  Simon Josefsson  <jas@extundo.com>
13818         * imap.el: Support for ID IMAP extension (RFC 2971).
13819         (imap-local-variables): Add imap-id.
13820         (imap-id): New variable.
13821         (imap-id): New function.
13822         (imap-parse-response): Parse untagged ID response.
13823         * nnimap.el (nnimap-id): New variable.
13824         (nnimap-open-connection): Use it.
13826 2003-12-28  Simon Josefsson  <jas@extundo.com>
13828         * gnus-score.el (gnus-score-edit-all-score): New.
13829         * gnus-group.el (gnus-group-score-map): Bind it to W e.
13831 2004-01-04  Simon Josefsson  <jas@extundo.com>
13833         * password.el: Add.
13835 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
13837         * dns.el (dns-query-types): Fix typo.
13838         (dns-query-types): New function
13839         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
13840         PTR and SOA replies, see RFC 1035.
13842 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13844         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13846         * Moved to Changelog.2.
13848 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13850         * gnus.el (gnus-version-number): Bump version.
13852 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13854         * gnus.el: No Gnus v0.1 is released.
13856 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13858         * gnus.el: No Gnus v0.0 is released.
13860 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13862         * gnus.el (gnus-version-number): Bump.
13863         (gnus-version): No.
13865 See ChangeLog.2 for earlier changes.
13867     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
13869   This file is part of GNU Emacs.
13871   GNU Emacs is free software: you can redistribute it and/or modify
13872   it under the terms of the GNU General Public License as published by
13873   the Free Software Foundation, either version 3 of the License, or
13874   (at your option) any later version.
13876   GNU Emacs is distributed in the hope that it will be useful,
13877   but WITHOUT ANY WARRANTY; without even the implied warranty of
13878   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13879   GNU General Public License for more details.
13881   You should have received a copy of the GNU General Public License
13882   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13884 ;; Local Variables:
13885 ;; coding: utf-8
13886 ;; fill-column: 79
13887 ;; add-log-time-zone-rule: t
13888 ;; End:
13890 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4