2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
[emacs.git] / lisp / gnus / ChangeLog
blob5fddceec0fb1289d21702357553eb4abffc4811f
1 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
4         directories as well.
5         (gnus-article-browse-html-parts): Work for images that do not specify
6         file names; delete temp directory when quitting; insert header at the
7         right place; use file: scheme for image files.
9 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12         (gnus-article-browse-html-parts): Use it to make temporary cid image
13         files in addition to html file so that browser may display them.
15 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
19 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
21         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
23 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
25         * auth-source.el (auth-sources): Change default to be simpler.  Explain
26         about Secret Service API sources.  Improve Customize options.
27         (auth-source-pick): Change to accept any number of search parameters.
28         Implement fallbacks iteratively, not recursively.  Add scoring on the
29         second pass and sort by score.  Call Secret Service API when needed.
30         (auth-source-user-or-password): Use it.  Call Secret Service API
31         directly when needed to get the user name and the password.
33 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
35         * message.el (message-interactive): Doc fix.
36         (message-qmail-inject-args): Reflow.
37         (message-kill-to-signature): Fix typo in docstring.
39         * smiley.el (smiley-buffer): Fix typo in docstring.
41 2010-03-24  Glenn Morris  <rgm@gnu.org>
43         * mail-source.el (gnus-message): Declare.
44         (mail-source-delete-old-incoming): Require gnus-util.
46 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
48         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
50         * message.el (ecomplete-setup): Autoload it for Emacs <23.
52         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
53         password-cache's default if it is not bound.
54         (mml-secure-passphrase-cache-expiry): Default to 16 that is
55         password-cache-expiry's default if it is not bound.
57         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
58         available in Emacs 21.
60 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
62         * auth-source.el (auth-sources): Fix up definition so extra parameters
63         are always inline.
65 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
67         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
68         wasn't updated after mismatch.  Clear cached mailbox info correctly
69         when uidvalidity changes.
70         (nnimap-group-prefixed-name): New function to avoid some code
71         duplication.
72         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
73         (nnimap-request-group): Use it.
74         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
75         (nnimap-update-unseen): Significantly improved speed of Gnus startup
76         with many imap folders.  This is done by caching the group status from
77         the imap server persistently in a group parameter `imap-status'. (This
78         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
79         but not persistently, so every Gnus startup was still very slow.)
81 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
83         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
84         secrets.el dependency.
85         (auth-sources): Add optional user name.  Add secrets.el configuration
86         choice (unused right now).
88 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
90         * gnus-sum.el (gnus-summary-make-menu-bar): Let
91         `gnus-registry-install-shortcuts' fill in the functions.
93         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
94         warnings.
95         (gnus-registry-misc-menus): Variable to hold registry mark menus.
96         (gnus-registry-install-shortcuts): Populate and use it in a
97         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
99 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
101         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
102         In-place substitutions for the group name encoding/decoding.
103         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
104         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
105         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
106         (nnimap-update-unseen, nnimap-request-list)
107         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
108         (nnimap-request-set-mark, nnimap-split-to-groups)
109         (nnimap-split-articles, nnimap-request-newgroups)
110         (nnimap-request-create-group, nnimap-request-accept-article)
111         (nnimap-request-delete-group, nnimap-request-rename-group)
112         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
113         `encoded-mbx' for consistency.
114         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
115         variable `imap-current-mailbox'.
117         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
118         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
120 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
122         * pop3.el (pop3-display-message-size-flag): Display message size byte
123         counts during POP3 download.
124         (pop3-movemail): Use it.
125         (pop3-list): Implement listing of available messages.
127 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
129         * nnir.el (nnir-get-article-nov-override-function): New function to
130         override the normal NOV retrieval.
131         (nnir-retrieve-headers): Use it.
133 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
135         * auth-source.el (netrc-machine-user-or-password): Autoload.
137 2010-03-19  Glenn Morris  <rgm@gnu.org>
139         Stop message.el from loading about 40 libraries it doesn't always need.
140         The general approach is to autoload rather than require, and to
141         require in the specific functions rather than the file.  (Bug#5642)
143         * gmm-utils.el: Don't require wid-edit.
144         (widget-create-child-value, widget-convert, widget-default-get):
145         Autoload.
147         * gnus-util.el: Don't require time-date, netrc.
148         (message-fetch-field, gnus-group-name-decode): Declare rather than
149         autoloading.
150         (gnus-fetch-field): Require message.
151         (gnus-decode-newsgroups): Require gnus-group.
153         * ietf-drums.el: Don't require time-date.
155         * message.el: Don't require hashcash, canlock, ecomplete.
156         Do require mail-utils.  Require nnheader only when compiling.
157         (smtpmail-default-smtp-server): Remove declaration.
158         (message-send-mail-function): Check smtpmail-default-smtp-server
159         is bound rather than requiring smtpmail.
160         (message-auto-save-directory, message-insert-signature): Use
161         expand-file-name rather than nnheader-concat.
162         (nnheader-insert-file-contents): Autoload.
163         (hashcash-wait-async): Declare.
164         (message-send-mail): Only call gnus-setup-posting-charset if
165         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
166         (message-send-mail-with-sendmail): Require sendmail.
167         (canlock-password, canlock-password-for-verify): Declare.
168         (message-canlock-password): Require canlock.
169         (nnheader-get-report): Autoload.
170         (gnus-setup-posting-charset): Declare.
171         (message-send-news): Require gnus-msg.
172         (message-make-references, message-make-in-reply-to): Use mail-header-id
173         rather than the alias mail-header-message-id.
174         (ecomplete-add-item, ecomplete-save): Declare.
175         (message-put-addresses-in-ecomplete): Require ecomplete.
176         (ecomplete-display-matches): Autoload.
178         * mm-decode.el: Don't require mailcap, gnus-util.
179         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
180         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
181         Autoload.
182         (mailcap-mime-extensions): Declare.
184         * mm-encode.el: Don't require mailcap.
185         (mailcap-extension-to-mime): Autoload.
187         * mml-sec.el: Don't require password-cache.
189         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
190         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
191         (mml-minibuffer-read-type): Require mailcap.
192         (mml-preview): Require gnus-msg.
194         * mml1991.el: Require password-cache.
195         (password-cache-expiry): Remove declaration.
197         * mml2015.el: Require password-cache.
198         (password-cache-expiry): Remove declaration.
200         * nneething.el (mailcap): Require mailcap.
202         * nnheader.el: (declare-function): Add compatibility stub.
203         (message-remove-header): Declare rather than autoload.
204         (nnheader-replace-header): Require message.
206         * nnimap.el (declare-function): Add compatibility stub.
207         (netrc-parse, netrc-machine-user-or-password): Declare.
208         (nnimap-open-connection): Require netrc.
210         * nntp.el (declare-function): Add compatibility stub.
211         (netrc-parse, netrc-machine, netrc-get): Declare.
212         (nntp-send-authinfo): Require netrc.
214         * rfc2047.el: Don't require qp.
215         (quoted-printable-encode-region, quoted-printable-decode-string):
216         Autoload.
218         * sieve-mode.el: Don't require easymenu.
219         (easy-menu-add-item): Autoload it.
221         * spam-stat.el (time-to-number-of-days): Autoload it.
223 2010-03-17  Kevin Ryde  <user42@zip.com.au>
225         * mml.el (mml-read-tag): Unquote values with `read' to reverse
226         prin1 in mml-insert-tag (just stripping the quotes gave wrong
227         value if any backslash escapes).
229 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
231         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
232         if it is available.  (bug#5647)
234 2010-02-26  Glenn Morris  <rgm@gnu.org>
236         * message.el (message-send-mail-function): Change the default, so that
237         it inherits from a customized send-mail-function.  (Bug#5643)
239 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
241         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
242         shell-command-to-string signals an error (bug#5299).
244 2010-02-24  Glenn Morris  <rgm@gnu.org>
246         * message.el (message-smtpmail-send-it)
247         (message-send-mail-with-mailclient): Doc fixes.
249 2010-02-16  Glenn Morris  <rgm@gnu.org>
251         * message.el (message-default-mail-headers): Change the default value
252         to ease the transition from mail-mode to message-mode.  (Bug#5555)
254 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
256         * message.el (message-mail): Just pass yank-action on to message-setup.
257         (message-setup): Handle (FUN . ARGS) form of yank-action.
258         (message-with-reply-buffer, message-widen-reply)
259         (message-yank-original): Handle non-buffer values of
260         message-reply-buffer (Bug#4080).
261         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
263 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
265         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
266         Fix typo in docstring.
268 2010-01-08  Jason Rumney  <jasonr@gnu.org>
270         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
271         response.
273 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
275         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
277         * message.el (message-check-news-header-syntax): Protect against a
278         string that `rfc822-addresses' returns when parsing fails.
280 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
282         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
283         (gnus-previous-char-property-change): New functions.
285         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
287 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
289         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
290         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
292 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
294         * message.el (message-exchange-point-and-mark): Rework last change to
295         avoid using optional arg of exchange-point-and-mark, for backward
296         compatibility.
298 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
300         * message.el (message-exchange-point-and-mark): Call
301         exchange-point-and-mark with an argument rather than setting
302         mark-active by hand (Bug#5175).
304 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
306         * nntp.el (nntp-service-to-port): Work for service expressed with
307         numeric string; replace [:digit:] with [0-9] for XEmacs.
309 2009-12-17  Glenn Morris  <rgm@gnu.org>
311         * gnus-group.el (gnus-bug-group-download-format-alist):
312         Change emacs entry to debbugs.gnu.org.  Bump :version.
314 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
316         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
318 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
320         * message.el (message-info): Explain why we use `Info-goto-node'.
322 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
324         * message.el (message-completion-in-region): New compatibility function.
325         (message-expand-group): Use it.
327 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
329         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
330         with no unread article should be listed if the 2nd arg `predicate' is
331         given.
333 2009-11-29  Juri Linkov  <juri@jurta.org>
335         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
336         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
337         on `gnus-recenter'.  (Bug#4698, Bug#4981)
339 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
341         * message.el (message-from-style, message-interactive)
342         (message-signature): Always set default values from the corresponding
343         mail-* variables.
344         (message-cite-prefix-regexp, message-sendmail-envelope-from)
345         (message-yank-prefix, message-indentation-spaces)
346         (message-signature-file, message-default-headers): Use boundp rather
347         than (featurep 'xemacs) to check if the corresponding mail-* variables
348         exist.
350 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
352         * message.el (message-send-mail-with-sendmail): Revert last change.
354 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
356         * message.el (message-from-style, message-interactive)
357         (message-cite-prefix-regexp, message-sendmail-envelope-from)
358         (message-yank-prefix, message-indentation-spaces, message-signature)
359         (message-signature-file, message-default-headers): For GNU Emacs, set
360         default values from the corresponding mail-* variables.
361         (message-send-mail-with-sendmail): Use envelope-from only if
362         mail-specify-envelope-from is non-nil.
364 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
366         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
367         containing tspecial characters if they have been already quoted.
369 2009-10-24  Glenn Morris  <rgm@gnu.org>
371         * gnus-art.el (help-xref-stack-item): Define for compiler.
373 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
375         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
377 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
379         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
380         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
382 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
384         * gnus.el (gnus-overlay-get): New alias to overlay-get.
385         (gnus-overlays-in): New alias to overlays-in.
387         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
388         gnus-overlay-get, and gnus-delete-overlay.
389         (gnus-summary-show-thread): Make it work as well for systems in which
390         next-single-char-property-change is not available.
391         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
393 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
395         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
397 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
399         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
400         and XEmacs that don't have `remove-overlays'.
402 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
404         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
405         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
406         selective display.  Use overlays instead.
408 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
410         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
412 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
414         * spam-stat.el (spam-stat-load): Fix typo in message.
416 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
418         * gnus-art.el (gnus-article-encrypt-body):
419         * message.el (message-check-recipients):
420         * mm-util.el (mm-codepage-setup):
421         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
422         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
424 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
426         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
427         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
428         keys from the menu if mm-{sign,encrypt}-option is 'guided.
429         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
430         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
432 2009-09-18  Glenn Morris  <rgm@gnu.org>
434         * gnus-diary.el (gnus-diary-check-message):
435         * message.el (message-insert-formatted-citation-line):
436         * nnbabyl.el (top-level):
437         * nndiary.el (nndiary-schedule):
438         Fix typos in condition-case handlers.
440 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
442         * gnus-art.el (gnus-article-edit-part): Work for the buffer
443         configuration that provides the sole article window in a frame;
444         position point correctly after deleting a part.
446 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
448         * spam.el (spam-unregister-on-reregister): Add boolean variable.
449         (spam-resolve-registrations-routine): Use it to unregister articles
450         that change status.
452 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
454         * nnrss.el (nnrss-request-article): Remove binding of
455         default-enable-multibyte-characters that has gotten needless by
456         the 2007-07-13 change in rfc2047-encode-message-header.
458         * mml.el (mml-insert-multipart): Error on the message header.
459         (mml-insert-part): Error on the message header; position point at
460         the end of a MIME tag.
462 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
464         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
465         (gnus-float-time): Alias to float-time if it exists.
467         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
468         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
469         float-time is available; suppress compile warning for time-to-seconds.
471 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
473         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
474         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
475         Add the optional argument `encoding' that overrides the default.
477         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
478         mm-encode-buffer.
480 2009-09-04  Glenn Morris  <rgm@gnu.org>
482         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
483         mm-disable-multibyte, rather than default-enable-multibyte-characters.
484         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
485         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
486         * mm-util.el (mm-with-unibyte-current-buffer)
487         (mm-find-buffer-file-coding-system):
488         * yenc.el (yenc-decode-region): Use default-value rather than
489         default-enable-multibyte-characters.
491 2009-09-03  Glenn Morris  <rgm@gnu.org>
493         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
494         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
495         than default-enable-multibyte-characters.
497 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
499         * gnus-art.el (gnus-article-read-summary-keys):
500         Fix gnus-buffer-configuration's value temporarily used.
502 2009-09-02  Glenn Morris  <rgm@gnu.org>
504         * gnus-util.el (gnus-float-time): New function.
505         * gnus-delay.el (gnus-delay-article):
506         * gnus-sum.el (gnus-thread-latest-date):
507         * gnus-util.el (gnus-user-date): Use gnus-float-time.
508         * nnspool.el (nnspool-request-newgroups):
509         Use gnus-float-time rather than time-to-seconds.
510         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
512         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
513         (gnus-header-subject-face, gnus-header-newsgroups-face)
514         (gnus-header-name-face, gnus-header-content-face):
515         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
516         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
517         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
518         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
519         (gnus-cite-face-11):
520         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
521         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
522         (gnus-server-closed-face, gnus-server-denied-face)
523         (gnus-server-offline-face):
524         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
525         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
526         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
527         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
528         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
529         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
530         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
531         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
532         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
533         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
534         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
535         (gnus-summary-selected-face, gnus-summary-cancelled-face)
536         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
537         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
538         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
539         (gnus-summary-high-undownloaded-face)
540         (gnus-summary-low-undownloaded-face)
541         (gnus-summary-normal-undownloaded-face)
542         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
543         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
544         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
545         (gnus-splash-face):
546         * message.el (message-header-to-face, message-header-cc-face)
547         (message-header-subject-face, message-header-newsgroups-face)
548         (message-header-other-face, message-header-name-face)
549         (message-header-xheader-face, message-separator-face)
550         (message-cited-text-face, message-mml-face):
551         * sieve-mode.el (sieve-control-commands-face)
552         (sieve-action-commands-face, sieve-test-commands-face)
553         (sieve-tagged-arguments-face):
554         * spam.el (spam-face):
555         Mark face aliases with "-face" in the name as obsolete.
557 2009-09-01  Glenn Morris  <rgm@gnu.org>
559         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
560         than goto-line.
562 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
564         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
565         Don't move point if the command is invoked inside the message header.
567 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
569         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
570         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
571         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
572         * nnir.el (nnir-swish-e-index-file):
573         * gnus-sum.el (gnus-summary-delete-marked-as-read)
574         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
575         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
576         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
577         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
578         (gnus-treat-display-xface): Add Emacs version of obsolescence.
580 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
582         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
583         Don't save excursion.
585 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
587         * nnheader.el (nnheader-find-file-noselect):
588         * mm-util.el (mm-insert-file-contents):
589         Use (default-value 'major-mode) instead of default-major-mode.
591 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
593         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
595 2009-08-25  Glenn Morris  <rgm@gnu.org>
597         * nnir.el (top-level): Don't require cl at run-time.
598         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
599         Replace cl-function substitute with gnus-replace-in-string.
600         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
601         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
602         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
603         simplified expansions.
605 2009-08-22  Glenn Morris  <rgm@gnu.org>
607         * gnus-art.el (gnus-button-patch): Use forward-line rather than
608         goto-line.
610 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
612         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
614         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
615         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
616         (gnus-mm-display-part, gnus-mime-display-single)
617         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
618         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
620         * gnus-sum.el
621         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
622         (gnus-summary-move-article): Add expirable mark to articles copied or
623         moved to group that has auto-expire turned on if the option is non-nil.
625 2009-07-24  Glenn Morris  <rgm@gnu.org>
627         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
628         Fix typo.  (Bug#3903)
630 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
632         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
633         gnus-article-read-summary-keys rather than gnus-summary-edit-article
634         that should not be used for draft articles.
635         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
636         that has no concern in minor mode keys.
637         (gnus-article-summary-command, gnus-article-summary-command-nosave):
638         Abolish.
640 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
642         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
643         article without making inquiry to a user for unknown encoding.
645         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
646         (nnmaildir--scan): Assume i-node and device number that file-attributes
647         returns might be cons-cell.
649 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
651         * auth-source.el: Remove docs now in auth.texi.  Don't use
652         `gnus-message' for logging.  Add new variables `auth-source-debug' and
653         `auth-source-hide-passwords' and use them.
655 2009-07-15  Glenn Morris  <rgm@gnu.org>
657         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
659 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
661         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
662         excessive whitespace from the default values of title and description.
664 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
666         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
667         mail-fetch-field to fetch Content-Description header in order to
668         exclude newlines.
670 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
672         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
673         to deleted part.
675 2009-05-30  David Engster  <dengste@eml.cc>
677         * nnmairix.el: Remove old documentation in the commentary block.
678         (nnmairix-request-group): Do not update active file for nnml back ends.
679         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
680         end so that overview files are ignored.
681         (nnmairix-update-groups): Make updating the groups more robust by using
682         marks.
683         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
684         with dollar characters in message-id.
686 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
688         * spam.el: Use dns-query instead of query-dns.  Was renamed on
689         2008-12-25 in dns.el.
691 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
693         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
694         could happen if the text is only composed of spaces and/or tabs.
696 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
698         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
699         when sending a queued message to avoid extra mml tags.
701 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
703         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
705 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
707         * gnus-dired.el: Remove autoload for gnus-setup-message.
708         (gnus-dired-attach): Fake this-command value to prevent Gnus from
709         displaying Gnus logo; always use compose-mail.
711 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
713         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
715 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
717         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
718         (gnus-nocem-issuers): List currently active issuers; fix custom type.
719         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
720         available.
721         (gnus-nocem-epg-verify): New function.
723 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
725         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
727 2009-02-15  Glenn Morris  <rgm@gnu.org>
729         * gnus-util.el (rmail-insert-rmail-file-header)
730         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
731         autoloads.
732         (rmail-default-rmail-file): Remove unnecessary declaration.
733         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
735 2009-02-14  Glenn Morris  <rgm@gnu.org>
737         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
738         variable (only used in gnus-util, which declares it anyway).
739         (rmail-output-to-rmail-file): Remove autoload of deleted function,
740         which was only needed by gnus-art (changed to not use it any more).
741         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
742         only used in gnus-util, which autoloads it itself.
743         (rmail-update-summary): Fix autoload.
745         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
746         rather than rmail-output-to-rmail-file.
748 2009-02-07  Glenn Morris  <rgm@gnu.org>
750         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
751         autoload of function that no longer exists.
752         (rmail-toggle-header): Declare.
753         (message-forward-rmail-make-body): Handle mbox Rmail.
755 2009-01-31  Glenn Morris  <rgm@gnu.org>
757         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
758         2009-01-09 change.
760 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
762         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
763         (auth-source-forget-all-cached): New convenience function.
764         (auth-source-user-or-password): Accept list of modes or a single mode.
766         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
767         auth-source modes.
769         * nnimap.el (nnimap-open-connection): Use list of
770         auth-source modes.
772         * nntp.el (nntp-send-authinfo): Use list of
773         auth-source modes.
775 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
777         * auth-source.el: Update docs to reflect epa-file-enable is to be used
778         now.
780 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
782         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
783         coding system in XEmacs; add a workaround for XEmacs.
785 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
787         * mm-util.el (mm-coding-system-priorities): Protect against nil value
788         of current-language-environment.
790 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
792         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
793         available at runtime.
795 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
797         * gnus-art.el (article-date-ut): Fix end point of narrowing.
799 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
801         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
802         the greatest positive fixnum value doesn't work under an XEmacs with
803         bignum support; use the most-positive-fixnum constant instead,
804         available since Emacs 21.1 with cl and XEmacs 21.1.
806 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
808         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
809         XEmacs gets not to work.
811 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
813         * mm-util.el (mm-coding-system-priorities): Allow the value like
814         "Japanese (UTF-8)" of current-language-environment.
816 2009-01-09  Glenn Morris  <rgm@gnu.org>
818         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
819         with last-command-event.
821 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
823         * message.el (message-fix-before-sending): Amend comment.
825 2009-01-07  David Engster  <dengste@eml.cc>
827         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
828         simplified server definitions by converting it via
829         gnus-server-to-method.
831 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
833         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
834         parameter's operands.
836 2009-01-06  David Engster  <dengste@eml.cc>
838         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
839         primary select method (for gnus-group-mark-article-as-read).
841 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
843         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
844         `(gnus)Face', not `(gnus)X-Face'.
846 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
848         * mm-util.el (mm-ucs-to-char): New function.
850         * mm-url.el (mm-url-decode-entities): Use it.
852 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
854         * message.el (message-fix-before-sending): Add `eight-bit' to
855         illegible-text check.
857 2009-01-03  Michael Olson  <mwolson@gnu.org>
859         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
860         `headers' is nil.  This can occur if the IMAP server does not have
861         permissions to read messages from a folder, but can write new messages
862         to the folder.
863         (nnimap-request-article-part): Do not insert `data' if it is nil.
865 2009-01-01  Dave Love  <fx@gnu.org>
867         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
869         * nnimap.el: Fix author email.
870         (nnimap-split-rule): Add FIXME comment.
871         (nnimap-debug): Fix doc string.
873 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
875         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
876         overlay-arrow-position and overlay-arrow-string buffer-local; no need
877         to check if those variables exist (first appeared in Emacs 18.50).
879 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
881         * mm-util.el (mm-line-number-at-pos): New function.
883         * spam-report.el (spam-report-process-queue): Use it.
885 2008-12-24  David Engster  <dengste@eml.cc>
887         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
888         parameters that haven't existed as variables as buffer-local variables.
890 2008-12-23  Dave Love  <fx@gnu.org>
892         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
893         cadar.
895         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
896         imap-starttls-p.
897         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
899 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
901         * spam-report.el (spam-report-gmane-max-requests): New constant.
902         (spam-report-gmane-wait): New variable.
903         (spam-report-gmane-ham, spam-report-gmane-spam)
904         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
905         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
906         the server.
908         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
909         Add explanations.
911         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
912         nnheader-accept-process-output and nnheader-read-timeout if available.
913         (pop3-movemail): Use it.
915         * message.el (message-check-news-body-syntax): Fix signature check if
916         there's an attachment.
918 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
920         * mm-util.el: Add comments to the mm- emulating functions.
922 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
924         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
925         by Stephen Berman <stephen.berman@gmx.net>.
927 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
929         * mm-util.el (mm-substring-no-properties): New function.
930         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
931         (mm-special-display-p): Enable those lambda forms to be byte compiled.
932         (mm-string-to-multibyte): Doc fix.
934         * mml.el (mml-attach-file): Use mm-substring-no-properties.
936 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
938         * mml.el (mml-attach-file): Strip text properties from file name.
939         (Bug#1574)
941 2008-12-16  Glenn Morris  <rgm@gnu.org>
943         * mm-util.el (mm-charset-override-alist): Declare for compiler.
945 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
947         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
948         knows since the charset specified might be a bogus alias that
949         mm-charset-synonym-alist provides.
951 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
953         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
954         "ISO_8859-1".
956         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
958 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
960         * mm-util.el (mm-charset-eval-alist):
961         Define it before mm-charset-to-coding-system.
962         (mm-charset-to-coding-system): Add optional argument `silent';
963         define it before mm-charset-override-alist.
964         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
965         default value if it can be used in Emacs currently running;
966         silence mm-charset-to-coding-system.
968 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
970         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
971         `allow-override' which says whether to use `mm-charset-override-alist'.
972         (rfc2047-decode-encoded-words): Use it.
974         * mm-util.el (mm-charset-override-alist): Fix custom type;
975         add `(gb2312 . gbk)' to choices.
977 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
979         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
980         fast.
982         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
984 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
986         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
987         on links.
989         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
991 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
993         * message.el (message-idna-to-ascii-rhs-1): Protect against local
994         users' addresses that don't have domain parts.
995         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
996         rather than message-narrow-to-head since there will be the message
997         header separator.
999 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1001         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1002         since the result is inserted in a unibyte buffer anyway.
1003         (nnimap-demule-use-string-to-multibyte): Remove.
1004         (nnimap-demule): Alias it to mm-string-to-multibyte.
1006 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1008         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1009         variable for debugging bug#464 and bug#1174.
1010         (nnimap-demule): Use it.
1012 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1014         * gnus-score.el (gnus-score-find-trace): Handle default score in total
1015         score calculation correctly.
1017 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1019         * message.el (message-send-mail): Just set the buffer to unibyte
1020         rather than use mm-with-unibyte-current-buffer which does a lot more.
1021         (message-send-mail-partially): Don't bother with
1022         mm-with-unibyte-current-buffer since it's already been made unibyte by
1023         message-send-mail.
1025 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
1027         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1029 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1031         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1033 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1035         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1036         require itself and to remove `with-no-warnings'.
1038 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1040         * starttls.el (starttls-any-program-available): Get the name of the
1041         available TLS layer program.
1042         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1043         well as the host name in the "opening" message.
1045         * auth-source.el (auth-source-cache, auth-source-do-cache)
1046         (auth-source-user-or-password): Cache passwords and logins by default,
1047         allow override with `auth-source-do-cache'.
1048         (auth-source-forget-user-or-password): Allow users to remove cache
1049         entries if needed.
1051 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1053         * ietf-drums.el (ietf-drums-remove-comments): Localize second
1054         condition-case to only the forward-sexp call.
1056 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1058         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
1059         quotes contained.  Make it more robust regardless by an extra
1060         condition-case wrapper.
1062 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1064         * nnml.el (nnml-request-expire-articles): Check if the function set to
1065         `nnmail-expiry-target' returns the symbol `delete'.
1067         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1069         * nnmail.el (nnmail-expiry-target): Fix custom type.
1071 2008-10-02  Glenn Morris  <rgm@gnu.org>
1073         * mm-util.el (mm-codepage-setup): Tweak codepage error.
1074         Silence compiler warning.
1076 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
1078         * mml.el (mml-menu): Don't assume mml2015 is bound.
1080 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1082         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
1083         exists.
1085 2008-09-27  Glenn Morris  <rgm@gnu.org>
1087         * gnus-util.el (mail-header-remove-comments): Autoload it.
1089 2008-09-27  Andreas Schwab  <schwab@suse.de>
1091         * gnus-util.el (gnus-split-references): Strip comments.
1092         (gnus-parent-id): Likewise.
1094 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
1096         * message.el (message-confirm-send): Fix version.
1098 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1100         * message.el (message-idna-to-ascii-rhs-1): Use
1101         mail-extract-address-components rather than mail-header-parse-addresses
1102         that is an alias by default to ietf-drums-parse-addresses that does not
1103         support non-ASCII names in headers' contents.
1105 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1107         * message.el (message-confirm-send): Fixed variable documentation to
1108         avoid the "y/n" wording.
1110 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
1112         * message.el (message-set-auto-save-file-name): Save to a different
1113         filename so multiple messages (especially drafts) can be recovered.
1115 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
1117         * message.el (message-confirm-send): Add appropriate version.
1119 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1121         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
1122         defvar.
1124 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
1126         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
1127         (mm-pkcs7-enveloped-magic): Ditto.
1129 2008-09-17  Simon Josefsson  <simon@josefsson.org>
1131         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
1132         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
1134 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
1136         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
1137         default, it's better.
1139 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
1141         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
1142         summary line gnus-number property and ignore them (with a warning
1143         message).
1145 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1147         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
1148         macro caddr in the interactive form since it won't be expanded.
1150 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1152         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
1153         `charset'; fix name of function called recursively.
1154         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
1156 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1158         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
1159         (gnus-mime-set-charset-parameters): New function.
1160         (gnus-mime-view-part-as-charset): Use it to correctly display part
1161         specifying wrong charset.
1163 2008-09-08  David Engster  <dengste@eml.cc>
1165         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
1166         in completing-read for back end server.
1168 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
1170         * message.el (message-confirm-send): New variable to confirm sending a
1171         message.
1172         (message-send): Use it.
1174 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
1176         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
1178 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1180         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
1182 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
1184         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
1185         prevent tracking too many groups.
1186         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
1187         Use it.
1189 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
1191         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
1192         moving point to the bottom of the window in order to avoid recentering.
1194 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1196         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
1197         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
1198         (gnus-article-beginning-of-window): Fix calculation.
1200 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1202         * gnus-msg.el (gnus-summary-supersede-article)
1203         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
1204         value of gnus-newsgroup-charset to decode non-MIME encoded text in
1205         message header.
1207 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
1209         * message.el:
1210         * gnus-start.el:
1211         * gnus-registry.el: Remove VMS support.
1213 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1215         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
1216         macro.
1217         (rfc2104-hash): Use it.
1219 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
1221         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
1222         (gnus-summary-sort-by-most-recent-date): New commands.
1223         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
1224         and menu entries.
1226 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1228         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
1229         don't redisplay article for raw contents; remove plural articles stuff.
1231         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
1232         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
1233         on gnus-summary-save-article; display results properly.
1235 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1237         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
1239 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1241         * gnus-art.el (gnus-summary-save-in-pipe): Consider
1242         gnus-save-all-headers.
1244 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1246         * gnus-util.el (ns-focus-frame): Remove declaration.
1247         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
1248         like x.
1250 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1252         * rfc2104.el (rfc2104-zero): Delete defconst.
1253         (rfc2104-hex-alist): Likewise.
1254         (rfc2104-hex-to-int): Delete func.
1255         (rfc2104-hexstring-to-bitstring): Likewise.
1256         (rfc2104-nybbles): New defconst.
1257         (rfc2104-hash): Rewrite for speed.
1259 2008-07-16  Glenn Morris  <rgm@gnu.org>
1261         * gnus-util.el (ns-focus-frame): Declare for compiler.
1263 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1265         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
1266         set as a group parameter.
1267         (gnus-summary-save-in-pipe): Work when it is called independently.
1268         (gnus-summary-pipe-to-muttprint): Don't modify
1269         gnus-summary-pipe-output-default-command.
1271 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1273         * message.el (message-send-mail-with-sendmail):
1274         Display the error message.
1276 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1278         * gnus-art.el (gnus-default-article-saver):
1279         Add gnus-summary-save-in-pipe to choices.
1280         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
1281         gnus-summary-pipe-output-default-command as the default command.
1282         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
1283         instead of gnus-last-shell-command.
1285         * gnus-sum.el (gnus-summary-pipe-output-default-command):
1286         New user option.
1287         (gnus-summary-muttprint-program): Mention the value will be changed.
1288         (gnus-summary-save-article): Force showing of all headers.
1289         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
1291 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
1293         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
1295 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
1297         * nnimap.el (nnimap-id):
1298         * sieve-manage.el (sieve-manage-open): Doc fixes.
1300 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
1302         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
1303         if available.
1305 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1307         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
1309         * nnkiboze.el (nnkiboze-generate-group):
1310         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
1312         * nnmairix.el: Require CL.
1314 2008-06-15  David Engster  <dengste@eml.cc>
1316         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
1318 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
1320         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
1321         New macros that expand to an `aset'/`aref' call under Emacs, and to a
1322         runtime choice under XEmacs.
1324         * gnus-sum.el (gnus-summary-set-display-table):
1325         Use `gnus-put-display-table', `gnus-get-display-table',
1326         `gnus-set-display-table' for the display table, instead of `aset'.
1328 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1330         * nnmairix.el: Add autoloads.
1332 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1334         * nnmairix.el (nnmairix-delete-recreate-group)
1335         (nnmairix-update-and-clear-marks): Fix error messages.
1337 2008-06-14  David Engster  <dengste@eml.cc>
1339         * nnmairix.el: Upgrade to version 0.6.
1340         (nnmairix-group-toggle-propmarks-this-group)
1341         (nnmairix-group-toggle-readmarks-this-group)
1342         (nnmairix-group-delete-recreate-this-group)
1343         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
1344         (nnmairix-remove-tick-mark-original-article): New commands.
1345         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
1346         (nnmairix-propagate-marks-to-nnmairix-groups)
1347         (nnmairix-only-use-registry, nnmairix-allowfast-default)
1348         (nnmairix-marks-cache, nnmairix-version-output): New variables.
1349         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
1350         functions needed for marks propagation and manipulation of read marks.
1351         (nnmairix-update-groups): New function.
1352         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
1353         (nnmairix-determine-original-group-from-registry)
1354         (nnmairix-determine-original-group-from-path)
1355         (nnmairix-get-group-from-file-path, nnmairix-map-range)
1356         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
1357         New helper functions.
1358         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
1359         keystrokes for new commands.
1360         (nnmairix-delete-and-create-on-change): Doc string cleanup.
1361         (nnmairix-request-group): Check allow-fast group parameter.
1362         (nnmairix-request-create-group): Set allow-fast group parameter if
1363         nnmairix-allowfast-default is set.
1364         (nnmairix-close-group): Propagate marks upon closing if needed.
1365         (nnmairix-group-toggle-threads-this-group): Use new.
1366         nnmairix-group-toggle-parameter helper function.
1367         (nnmairix-search): Better check for empty search result.
1368         (nnmairix-goto-original-article): Use new helper functions for
1369         determining original article.
1370         (nnmairix-show-original-article): Make sure message-id is in brackets.
1371         (nnmairix-call-mairix-binary): Change variable name.
1372         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
1373         helper function.
1374         (nnmairix-widget-toggle-activate): Fix doc string.
1376 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1378         * nnir.el: Require edmacro when compiling with XEmacs.
1379         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
1380         available in Emacs 21.
1382 2008-06-11  Glenn Morris  <rgm@gnu.org>
1384         * gnus-util.el (x-focus-frame):
1385         * gnus.el (image-size):
1386         * mm-decode.el (image-size): Declare.
1388         * gnus-picon.el (declare-function): Add compat definition.
1389         (image-size): Declare.
1391         * gnus-group.el (tool-bar-map):
1392         * gnus-sum.el (tool-bar-map): Define for compiler.
1394         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
1396         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
1398         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
1399         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
1400         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
1401         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
1402         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
1403         * sieve-manage.el, spam-report.el, spam.el:
1404         Remove unnecessary eval-and-compile of autoloads.
1406 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
1408         * auth-source.el: Precise Tramp doc.
1410 2008-06-07  Glenn Morris  <rgm@gnu.org>
1412         * nnmairix.el: Remove unnecessary eval-when-compile.
1414 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
1416         * nnir.el: New file.
1418 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1420         * gnus-util.el (gnus-read-shell-command): New function.
1421         * mm-decode.el (mm-pipe-part):
1422         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
1424 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1426         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
1428 2008-06-03  Glenn Morris  <rgm@gnu.org>
1430         * pop3.el (nnheader-accept-process-output): Autoload it.
1432 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1434         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
1435         are not 2-digit hexadecimal characters that follow `%'s.
1437 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1439         * message.el (message-bogus-recipient-p): Fix type in doc string.
1440         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
1441         (message-bogus-addresses): Rename from message-bogus-address-regexp.
1442         Improve custom options.
1443         (message-bogus-recipient-p): Adjust accordingly.
1445 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1447         * nnmairix.el: Require edmacro when compiling with XEmacs.
1449 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
1451         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
1452         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
1454 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1456         * auth-source.el: Add more docs.
1458 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1460         * nnheader.el (nnheader-read-timeout): Change the default timeout from
1461         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
1462         retrieval faster in some cases, but might make CPU usage larger.  If
1463         this has any bad side effects, we might revert this change.
1465         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
1466         seems to make mail retrieval much, much faster.
1467         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
1468         unconditionally.
1470         * gnus-draft.el (gnus-group-send-queue): Bind
1471         message-send-mail-partially-limit to nil to avoid being prompted.
1473 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
1475         * mml.el (mml-attach-buffer): Prompt for `disposition'.
1477         * message.el (message-bogus-address-regexp): Fix and improve custom
1478         type.
1479         (message-setup-hook): Add message-check-recipients as custom option.
1481 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
1483         * message.el (message-cite-function): Remove bogus autoload which crept
1484         in during merge from v5-10.
1486 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
1488         * nnimap.el (nnimap-open-connection): Fix login/password bug.
1490         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
1492         * auth-source.el: Preliminary Tramp docs.
1493         (auth-sources): Change the default auth-sources to use
1494         EPA .gpg files.
1496 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1498         * nntp.el: Autoload `auth-source-user-or-password'.
1499         (nntp-send-authinfo): Use it.
1501         * nnimap.el: Autoload `auth-source-user-or-password'.
1502         (nnimap-open-connection): Use it.
1504         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
1505         for the gnus-message function.
1506         (auth-source-user-or-password): Use it.
1508 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1510         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
1511         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
1512         (rfc2104-hash): Use it.
1514 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1516         * gnus-art.el (gnus-article-toggle-truncate-lines):
1517         Don't use `iff' in docstring.
1519 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
1521         * gnus-registry.el: Adjusted copyright dates and added a keyword.
1523         * gnus-util.el (gnus-extract-address-component-name)
1524         (gnus-extract-address-component-email): Convenience functions around
1525         `gnus-extract-address-components'.
1527         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1528         Use `gnus-extract-address-component-email' to fix bug of comparing full
1529         sender name to `user-mail-address'.
1531 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1533         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
1534         catch/throw to optimize.
1535         (gnus-registry-find-keywords): Just use member to find a keyword.
1537 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1539         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
1540         is current before calling gnus-server-prepare.
1541         (gnus-server-setup-buffer, gnus-server-update-server)
1542         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
1544 2008-05-04  Juri Linkov  <juri@jurta.org>
1546         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
1547         (mailcap-file-default-commands): Use mailcap-replace-in-string
1548         instead of replace-regexp-in-string, and mailcap-delete-duplicates
1549         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
1551 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
1553         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
1555 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1557         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
1558         hooks.
1559         (gnus-update-read-articles): Speed up non-marks-using users.
1560         (gnus-use-marks): Define gnus-use-marks.
1561         (gnus-propagate-marks): Rename variable to something more sensible.
1563 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
1565         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
1566         (gmm-image-load-path-for-library): Fix typos in docstrings.
1567         (gmm-message): Reflow docstring.
1569 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
1571         * mail-source.el (mail-source-set-1, mail-source-bind):
1572         Move auth-source code out of the macro to clean it up and fix bugs.
1574 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
1576         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
1577         by sender if it's equal to user-mail-address, it's likely to be
1578         useless.
1580         * mail-source.el (mail-source-bind): Don't use user or password if they
1581         are not bound.  Unintern them if they are nil.  Don't use server unless
1582         it's bound, and default it to empty string otherwise.
1584 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1586         * mail-source.el: Load auth-source.el.
1587         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
1588         get user name or password, if auth-sources is set up.
1590         * gnus-registry.el (gnus-registry-split-strategy): New variable for
1591         strategy of splitting with parent.
1592         (gnus-registry-split-fancy-with-parent)
1593         (gnus-registry-post-process-groups): Use it and fix prior
1594         bug (returning a list as the split result).
1596         * auth-source.el (auth-sources): Remove server parameter.
1597         (auth-source-pick, auth-source-user-or-password)
1598         (auth-source-user-or-password-imap)
1599         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1600         (auth-source-user-or-password-sftp)
1601         (auth-source-user-or-password-smtp): Remove server parameter.
1603 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
1605         * smime.el (smime-sign-region, smime-encrypt-region)
1606         (smime-decrypt-region):
1607         Remove redundant calls to `generate-new-buffer-name'.
1609 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
1611         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
1612         Don't use QP for message/rfc822.
1613         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
1615 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1617         * sieve-manage.el (sieve-string-bytes): Remove.
1618         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
1619         correct byte-length only if the process's coding-system is the same as
1620         the one used internally by Emacs to represent strings.
1622 2008-04-22  Juri Linkov  <juri@jurta.org>
1624         * mailcap.el (mailcap-file-default-commands): New function.
1626 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1628         * message.el (message-signature-separator, message-cite-function):
1629         Change custom version.
1631 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1633         * mm-decode.el (mm-display-external): Make temp file read-only.
1635 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1637         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
1638         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
1639         `C-c C-f d'.
1641 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
1643         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
1645 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
1647         * auth-source.el: Added docs.
1648         (auth-sources): Modify format to support server.
1649         (auth-source-pick, auth-source-user-or-password)
1650         (auth-source-user-or-password-imap)
1651         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1652         (auth-source-user-or-password-sftp)
1653         (auth-source-user-or-password-smtp): Add server parameter.
1655 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
1657         * gnus-registry.el: Initialize the registry when gnus-registry-install
1658         is t.
1660 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1662         * compface.el (uncompface): Make buffer unibyte.
1664 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1666         * mail-source.el (mail-source-value):
1667         Prefer fboundp to functionp so it works with macros as well.
1669 2008-04-05  Glenn Morris  <rgm@gnu.org>
1671         * gnus-ems.el (mm-disable-multibyte): Autoload it.
1673 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1675         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
1676         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
1678         * nnheader.el (nnheader-init-server-buffer): Change buffer's
1679         multibyteness after rather than before erasing it.
1681         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
1682         mm-with-multibyte.
1683         (gnus-request-article-this-buffer): Make sure the proper decoding is
1684         used if gnus-original-article-buffer happens to be unibyte.
1686         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
1687         default-enable-multibyte-characters.
1689         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
1690         default-enable-multibyte-characters.
1692         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
1694         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
1696 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1698         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1699         Fix last change in case the element is not even a symbol.
1701 2008-04-02  Simon Josefsson  <simon@josefsson.org>
1703         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
1704         imap-enable-exchange-bug-workaround.
1705         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
1707 2008-04-01  Simon Josefsson  <simon@josefsson.org>
1709         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
1710         a 100 byte status-checks into a 2-3MB transfer for each group.
1711         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
1712         to enable bug workaround or not.
1713         (nnimap-find-minmax-uid): Only enable workaround conditionally.
1715 2008-03-31  Glenn Morris  <rgm@gnu.org>
1717         * message.el (mml2015-use): Declare for compiler.
1718         (message-info): Require mml2015 when appropriate.
1720 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1722         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
1723         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
1724         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
1725         (nntp-service-to-port): New function.
1726         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
1727         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
1728         (nntp-open-netcat-stream): New function.
1729         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
1731 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
1733         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
1735 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1737         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
1739 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
1741         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
1743 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1745         * message.el (message-signature-separator): Change default.
1746         Improve custom type.
1747         (message-cite-function): Change default to
1748         message-cite-original-without-signature.
1750         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
1751         toggle.
1753         * message.el (message-check-news-body-syntax): Fix signature check.
1754         (message-setup-1): Mark buffer as unmodified _after_ running
1755         message-setup-hook and handling message-alternative-emails.
1756         (message-shorten-references): Be more strict when building list of
1757         valid references to comply with GNKSA.
1759         * gnus-group.el (gnus-read-ephemeral-bug-group)
1760         (gnus-read-ephemeral-debian-bug-group)
1761         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
1763         * message.el (message-info): Don't use booleanp which isn't supported
1764         in Emacs 21 and XEmacs.
1766 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
1768         * gnus-group.el (gnus-gmane-group-download-format): Rename from
1769         gnus-group-gmane-group-download-format.
1770         (gnus-group-read-ephemeral-gmane-group): Rename from
1771         gnus-group-read-ephemeral-gmane-group.
1772         (gnus-read-ephemeral-gmane-group-url): Rename from
1773         gnus-group-read-ephemeral-gmane-group-url.
1774         (gnus-bug-group-download-format-alist): New variable.
1775         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
1776         (gnus-read-ephemeral-emacs-bug-group): New commands.
1778 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1780         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
1781         (gnus-visible-headers): Improve custom type.
1783 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1785         * mml.el (mml-menu): Add workarounds for XEmacs.
1787         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
1788         X-Boundary header.
1790         * message.el (message-simplify-recipients): Fix previous commit.
1792 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1794         * mm-util.el (mm-set-buffer-multibyte): New function.
1795         * mm-decode.el (mm-copy-to-buffer): Use it.
1797         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1798         Prefer fboundp to functionp so it works with macros as well.
1800 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
1802         * message.el (message-alter-recipients-discard-bogus-full-name):
1803         New function.
1804         (message-alter-recipients-function): New variable.
1805         (message-get-reply-headers): Use it.
1806         (message-replace-header): New helper function.
1807         (message-recipients-without-full-name): New variable.
1808         (message-simplify-recipients): New command.
1810         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
1812         * message.el (message-info): Handle EasyPG manual.
1814         * mml.el (mml-menu): Add entry for EasyPG.
1816 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
1818         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
1819         parameter.
1821         * message.el (message-disassociate-draft): Specify drafts group name
1822         fully.
1824 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
1826         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
1827         unnecessary duplicates from the match list.
1829 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1831         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
1832         args of `how-many' of which the XEmacs version doesn't take; declare
1833         Info-index-next as function.
1835 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1837         * gnus-score.el (gnus-score-headers): Fix handling of
1838         gnus-inhibit-slow-scoring.
1840         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
1841         string.
1842         (gnus-button-url-regexp): Improve handling of parenthesis.
1843         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
1844         (gnus-button-handle-info-keystrokes): Handle index entries.
1846 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1848         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
1849         Incoming* files.
1851 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1853         * auth-source.el (auth-sources): Renamed from auth-source-choices.
1854         (auth-source-pick): Use it.
1856 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1858         * auth-source.el (auth-source-protocols)
1859         (auth-source-protocols-customize, auth-source-choices): Added and
1860         modified variable customizations and defaults.
1861         (auth-source-pick, auth-source-user-or-password)
1862         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1863         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1864         (auth-source-user-or-password-sftp)
1865         (auth-source-user-or-password-smtp): Use new variables and provide an
1866         interface to netrc.el.
1868 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1870         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
1871         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
1872         Make sure the nntp port to specify is a string.
1874 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1876         * nntp.el: Use with-current-buffer.
1877         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
1878         dubious mm-with-unibyte-current-buffer.
1879         (nntp-with-open-group-function): New function extracted from
1880         nntp-with-open-group macro.
1881         (nntp-with-open-group): Use the function, so it's easier to debug.
1882         Add indentation and debugging info.
1883         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
1884         the use of the netcat alternatives.
1886         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
1887         Avoid mm-string-as-multibyte as well.
1889         * nnweb.el (nnweb-insert-html):
1890         Remove use of nnheader-string-as-multibyte.
1892         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
1893         (nnheader-string-as-multibyte): Remove.
1895         * mm-view.el: Use inhibit-read-only.
1896         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
1897         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
1898         or unibyte-string.
1900         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
1901         (mm-uu-yenc-extract): Use with-current-buffer.
1903         * gnus-soup.el (gnus-soup-send-packet): Don't use
1904         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
1906         * nnmh.el: Use with-current-buffer.
1907         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
1908         mm-string-as-multibyte on the output of mm-encode-coding-string.
1910         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
1911         (nnimap-request-move-article): Use with-current-buffer.
1913         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
1914         inserting the handle-buffer's text, so the implicit multibyte->unibyte
1915         conversion uses string-make-unibyte rather than string-as-unibyte.
1917         * gnus-msg.el: Use with-current-buffer.
1919         * message.el (message-ignored-resent-headers): Add "Delivered-To".
1921 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
1923         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
1924         string for caching if it is 'PIN.
1926 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1928         * mail-source.el (mail-source-delete-old-incoming-confirm):
1929         Change default to nil.
1930         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
1932 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1934         * gnus-art.el (gnus-narrow-to-page): Position point properly.
1935         (gnus-article-goto-prev-page): Work for articles having ^L's.
1937         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
1939         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
1941 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
1943         * gnus-bookmark.el: Adjust for renames in bookmark.el.
1944         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
1945         (gnus-bookmark-jump): Adjust some variable names.
1947 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1949         * auth-source.el: New package.
1950         (auth-source-choices): Add customization entry point variable.
1952         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
1953         bug.
1955 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
1957         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
1958         (gnus-registry-initialize, gnus-registry-install-p): Use it.
1959         (gnus-registry-install-shortcuts): Rename from
1960         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
1961         the `gnus-registry-mark-map' keymap dynamically from
1962         `gnus-registry-marks'.  The generated functions update the summary line
1963         when a registry mark is added or deleted, and will call
1964         `gnus-registry-install-p' (see the comments in the code).
1965         (gnus-registry-user-format-function-M): Use concat intelligently.
1967         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
1968         the registry mark functions.
1970 2008-03-05  Glenn Morris  <rgm@gnu.org>
1972         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
1973         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
1974         gnus-art.
1975         (top-level): No need to load own source when compiling.
1977 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
1979         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
1980         Suggested by <chris.anderton@zetnet.co.uk>.
1982 2008-03-04  Glenn Morris  <rgm@gnu.org>
1984         * gnus-sum.el (top-level): No need to require gnus when compiling,
1985         since unconditionally required near start of file.
1986         (gnus-summary-display-while-building): Move definition before use.
1988 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
1990         * gnus-registry.el (gnus-registry-user-format-function-M): Add
1991         formatting function.
1993 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
1995         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1996         with plists.
1997         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1998         Use new format.
2000 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2002         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
2003         `where-is-internal' that returns a range of key sequences.
2005 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2007         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
2009         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
2010         (gnus-summary-jump-to-group): Consider windows on other displayed
2011         frames as well.  Similar changes might be needed elsewhere, but that's
2012         the one I've bumped into during my use.
2014         * nndoc.el (nndoc-oe-dbx-type-p):
2015         * gnus-msg.el (gnus-debug):
2016         * gnus-group.el (gnus-update-group-mark-positions):
2017         Use mm-string-to-multibyte.
2019 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2021         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
2022         doesn't handle NotDashEscaped.
2024         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
2025         (mml-dnd-attach-options): Fix typo in custom choice.
2027         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
2028         nndoc-article-type to mbox.
2029         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
2031         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
2032         to nil, instead of html2text.
2034         * imap.el (imap-debug): Add `imap-ping-server'.
2036         * gnus-bookmark.el: Add FIXMEs.
2038         * message.el (message-form-letter-separator)
2039         (message-send-form-letter-delay): New variables.
2040         (message-send-form-letter): Use them.  New command to send form
2041         letters.  Requested by Uwe Siart.
2042         (message-send-mail-function): Doc fix.  Add "Other" custom option.
2044 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
2046         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
2047         empty author.
2049 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
2051         * gnus-registry.el (gnus-registry-marks): Add variable for
2052         customization of marks and their appearance.
2053         (gnus-registry-read-mark): Use it.
2054         (gnus-registry-do-marks): Add utility function to loop through
2055         `gnus-registry-marks'.
2056         (gnus-registry-install-shortcuts-and-menus): Add function to install
2057         shortcuts and menus.
2058         (gnus-registry-initialize): Use it.
2059         (gnus-registry-default-mark): Clarify documentation.
2061 2008-02-29  Glenn Morris  <rgm@gnu.org>
2063         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
2064         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
2065         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
2066         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
2067         Change defcustom :version from 23.0 to 23.1.
2069 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
2071         * gnus-registry.el (gnus-registry-follow-group-p)
2072         (gnus-registry-post-process-groups): Add functions to aid registry
2073         splitting and improve logging.  Clarify behavior in function
2074         documentation.
2075         (gnus-registry-split-fancy-with-parent): Use them.
2077 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2079         * gnus-art.el: Use with-current-buffer.
2081 2008-02-27  David Engster  <dengste@eml.cc>
2083         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
2084         Express real group name in the response.
2086 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2088         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
2089         (nnmairix-last-server, nnmairix-current-server): Defvar them.
2090         (nnmairix-goto-original-article): Defvar gnus-registry-install and
2091         autoload gnus-registry-fetch-group when compiling.
2092         (nnmairix-request-group-with-article-number-correction): Remove
2093         unreferenced argument passed to nnmairix-call-backend.
2095 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2097         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
2098         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
2099         Wilde.
2101 2008-02-27  Glenn Morris  <rgm@gnu.org>
2103         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
2104         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
2105         variables to defconsts.  Convert comments to doc-strings.
2106         (nnmairix-last-server, nnmairix-current-server): Convert from free
2107         variables to defvars.  Convert comments to doc-strings.
2108         (gnus-registry-fetch-group): Autoload.
2109         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
2110         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
2111         (nnmairix-widget-build-editable-fields): Use car cddr rather than
2112         caddr.
2113         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
2114         nnmairix-request-group-with-article-number-correction call.
2115         (nnmairix-fast, nnmairix-group): New, less general names, for free
2116         variables passed from nnmairix-request-group to
2117         nnmairix-request-group-with-article-number-correction.  Declare.
2118         (nnmairix-request-group-with-article-number-correction):
2119         Use nnmairix-fast, nnmairix-group rather than fast, group.
2121 2008-02-26  David Engster  <dengste@eml.cc>
2123         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
2124         version 0.5.
2126 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
2128         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
2129         instead of making an extra function call.  Don't add the current group
2130         to articles only when they have the group.  Use
2131         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
2132         Reported by David <de_bb@arcor.de>.
2134 2008-02-24  Miles Bader  <miles@gnu.org>
2136         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
2137         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
2138         (mm-find-mime-charset-region):
2139         * mm-bodies.el (mm-encode-body):
2140         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
2142 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
2144         * mail-source.el (mail-source-delete-incoming): Change default.
2145         Supplement doc string.
2147         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
2149 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2151         * nnmail.el (nnmail-message-id-cache-file): Derive from
2152         `gnus-home-directory'.
2154 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
2156         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
2157         Document negative prefix.
2159         * gnus-group.el (gnus-group-read-group): Document negative prefix.
2161 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2163         * message.el (message-unsent-separator): Add the Exim bounce
2164         separator.
2166 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
2168         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
2169         list.
2170         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
2171         recipient/signer list.
2173 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2175         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
2176         fbound (Emacs 23 unicode), signal an error.
2178 2008-02-08  Glenn Morris  <rgm@gnu.org>
2180         * gnus-art.el (pgg-display-output-buffer): Declare as function.
2182 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
2184         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
2185         ports to the calls to `netrc-machine-user-or-password' in addition to
2186         "imap" and "imaps".
2188 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
2190         * gnus.el (gnus-group-startup-message): Add `find-image' call before
2191         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
2192         <hanche@math.ntnu.no>.
2194 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2196         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
2198 2008-02-01  Zhang Wei  <id.brep@gmail.com>
2200         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
2202         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
2204 2008-02-01  Miles Bader  <miles@gnu.org>
2206         * mml.el (mml-parse-1): Remove apparently vestigial use of
2207         `mm-hack-charsets'.
2208         * mm-bodies.el (mm-encode-body): Likewise.
2210 2008-02-01  Kenichi Handa  <handa@m17n.org>
2212         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
2213         rfc2104-hexstring-to-bitstring and changed to return a byte list.
2214         (rfc2104-hash): Convert the result of concat to unibyte string.
2216 2008-02-01  Dave Love  <fx@gnu.org>
2218         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
2219         coding-system-for-read.
2220         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
2222         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
2223         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
2224         (mm-find-mime-charset-region): Remove hack-charsets stuff.
2226 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
2228         * mail-source.el (mail-sources): Add `group' choice.
2230         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
2231         parameter `in-group' to control into which group the articles go.
2232         Add treatment of `group' mail-source.
2234 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
2236         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
2237         * message.el (message-beginning-of-line): Use featurep instead of bound
2238         tests in order to resolve conditionals at compile time.
2240 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2242         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
2244         * mm-decode.el (mm-dissect-buffer): Decode description.
2246         * mml.el (mml-to-mime): Encode message header first.
2248 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2250         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
2251         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
2253 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
2255         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
2257 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2259         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
2260         prefix keys.
2261         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
2262         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
2263         gnus-xmas.el.
2265 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2267         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
2268         Add new variables for article mark management.
2269         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
2270         list of extra data entries which, when present, will indicate that the
2271         article ID should not be trimmed from the registry.
2272         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
2273         functions.
2274         (gnus-registry-read-mark): New function to read a mark name from the
2275         user.
2276         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
2277         (gnus-registry-set-article-mark-internal): New functions to add and
2278         remove marks.
2279         (gnus-registry-get-article-marks): New function to show the marks for
2280         an article, or retrieve them for further use.
2282 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2284         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
2285         keys when no argument is given.
2287 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2289         * gnus-sum.el (gnus-article-sort-by-random)
2290         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
2291         jidanni@jidanni.org.
2293 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2295         * gnus-art.el (gnus-article-describe-bindings): New function.
2296         (gnus-article-read-summary-keys): Use it.
2297         (gnus-article-mode-map): Bind `C-h b' to it.
2299 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2301         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
2302         XEmacs.
2303         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
2304         against non-character events.
2306 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2308         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
2309         command.
2310         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
2311         instead of END.  Change name of the temp file.
2312         (gnus-group-gmane-group-download-format): Add doc string.  Make it
2313         customizable.
2315 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2317         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
2318         bind `S W' to gnus-article-wide-reply-with-original; set default
2319         binding to gnus-article-read-summary-send-keys.
2320         (gnus-article-read-summary-keys): Fix the order of keys; display
2321         continuation keys correctly in the echo area; describe bindings
2322         correctly when keys end with `C-h'.
2323         (gnus-article-read-summary-send-keys): New function.
2324         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
2325         for gnus-article-read-summary-send-keys; display continuation keys
2326         correctly in the echo area.
2327         (gnus-article-reply-with-original): Ignore prefix argument.
2328         (gnus-article-wide-reply-with-original): New function.
2330 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2332         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
2333         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
2335 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
2337         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
2338         (gnus-group-read-ephemeral-gmane-group): New command.
2340 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2342         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
2344 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
2346         * message.el (message-send-mail-function): Increase custom version.
2348         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
2349         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
2351 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2353         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
2354         html parts correctly; support forwarded messages.
2355         (gnus-article-browse-html-article): Remove work buffers.
2357         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
2358         compiling.
2359         (netrc-bound-and-true-p): New macro.
2360         (netrc-parse): Use it instead of bound-and-true-p that is not available
2361         in XEmacs 21.4.
2363 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
2365         * gnus-registry.el (gnus-registry-mark-article)
2366         (gnus-registry-article-marks): Add functionality to mark articles
2367         through the Gnus registry.
2369         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
2370         (netrc-parse): Use encrypt-file-alist to determine if
2371         encrypt-find-model or encrypt-insert-file-contents should be used.
2373 2007-12-19  Glenn Morris  <rgm@gnu.org>
2375         * mml.el (message-options-set, message-narrow-to-head)
2376         (message-in-body-p, message-mail-p, message-encode-message-body):
2377         Autoload.
2378         (message-remove-header, message-narrow-to-headers-or-head)
2379         (message-subscribed-p, message-make-mail-followup-to)
2380         (message-position-on-field, message-news-p)
2381         (message-options-set-recipient, message-generate-headers)
2382         (message-sort-headers): Declare as functions.
2384 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2386         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
2387         convention in doc string.
2389 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2391         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
2392         title to html parts.
2393         (gnus-article-browse-html-article): Pass message header to it.
2395         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
2397 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
2399         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
2400         or password compatible with XEmacs.
2402 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2404         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
2405         format document.
2406         (gnus-mime-delete-part): Don't write description line if empty.
2407         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
2409 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
2411         * gnus-sum.el (gnus-summary-mark-unread-as-read)
2412         (gnus-summary-mark-read-and-unread-as-read)
2413         (gnus-summary-mark-current-read-and-unread-as-read)
2414         (gnus-summary-mark-unread-as-ticked): Doc fix.
2415         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
2417 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
2419         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
2420         Christoph Conrad <christoph.conrad@gmx.de>.
2422 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
2424         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
2425         yes-or-no-p.
2427 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2429         * mm-decode.el (mm-add-meta-html-tag): New function.
2430         (mm-save-part-to-file, mm-pipe-part): Use it.
2432         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
2433         gnus-y-or-n-p instead of y-or-n-p.
2434         (gnus-article-browse-html-parts): Work with message/external-body; use
2435         mm-add-meta-html-tag.
2437 2007-12-11  Glenn Morris  <rgm@gnu.org>
2439         * gnus-cache.el: Require gnus-sum not just when compiling.
2441         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
2443         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
2444         definitions before use.
2446         * mm-decode.el: Require gnus-util.
2447         (mm-remove-part): Only call delete-annotation on XEmacs.
2449         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
2451         * nnmail.el: Require gnus-int.
2453         * spam.el: Move `require's before `eval-when-compile's.
2455         * gnus-ems.el (gnus-alive-p):
2456         * gnus-fun.el (message-goto-eoh):
2457         * gnus-util.el (gnus-group-name-decode):
2458         * mail-source.el (gnus-compress-sequence):
2459         * message.el (Info-goto-node, format-spec):
2460         * mm-bodies.el (message-options-get):
2461         * mm-decode.el (mm-view-pkcs7):
2462         * mm-util.el (gmm-write-region):
2463         * mml-smime.el (mml-compute-boundary)
2464         (gnus-completing-read-with-default):
2465         * mml.el (widget-button-press, gnus-make-hashtable):
2466         * mml1991.el (mm-decode-content-transfer-encoding)
2467         (mm-encode-content-transfer-encoding)
2468         (message-options-get, message-options-set):
2469         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
2470         * nnfolder.el (gnus-request-group):
2471         * nnheader.el (ietf-drums-unfold-fws):
2472         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
2473         * smime.el (gnus-run-mode-hooks):
2474         * spam-stat.el (gnus-message): Autoload.
2476         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
2477         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
2478         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
2479         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
2480         Add declare-function compatibility definition.
2482         * gnus-cache.el (nnvirtual-find-group-art):
2483         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
2484         (gnus-add-image, gnus-add-wash-type):
2485         * gnus-group.el (nnkiboze-score-file):
2486         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
2487         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
2488         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
2489         (message-tokenize-header, gnus-get-buffer-create)
2490         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
2491         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
2492         * gnus.el (gnus-group-decoded-name):
2493         * mail-source.el (imap-capability):
2494         * mm-bodies.el (message-options-set):
2495         * mm-decode.el (gnus-configure-windows):
2496         * mm-extern.el (message-goto-body):
2497         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
2498         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
2499         (epg-sub-key-validity, message-options-set):
2500         * mml.el (widget-event-point, gnus-configure-windows):
2501         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
2502         * mml2015.el (epg-check-configuration, epg-configuration)
2503         (message-options-set):
2504         * nndb.el (nndb-request-article):
2505         * nnfolder.el (gnus-request-create-group):
2506         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
2507         * nnmaildir.el (gnus-group-mark-article-read):
2508         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
2509         * rfc1843.el (message-fetch-field):
2510         * spam.el (gnus-extract-address-components):
2511         Declare as functions.
2513 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2515         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
2517 2007-12-09  Glenn Morris  <rgm@gnu.org>
2519         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
2521         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
2522         * message.el, mm-view.el, sieve-manage.el, smime.el:
2523         Add declare-function compatibility definition.
2525         * gnus-art.el (w3-region, w3m-region, Info-menu):
2526         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
2527         * gnus-sum.el (gnus-get-predicate):
2528         * gnus-util.el (mm-append-to-file, w32-focus-frame):
2529         * message.el (mail-abbrev-in-expansion-header-p):
2530         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
2531         (w3m-detect-meta-charset, w3m-region):
2532         * sieve-manage.el (password-read, password-cache-add)
2533         (password-cache-remove):
2534         * smime.el (password-read-and-add): Declare as functions.
2536 2007-12-08  David Kastrup  <dak@gnu.org>
2538         * gnus-sum.el (gnus-summary-simplify-subject-query):
2539         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
2540         `message'.
2542 2007-12-07  Glenn Morris  <rgm@gnu.org>
2544         * gnus-art.el (article-make-date-line): Revert previous change.
2546 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2548         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
2550 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
2552         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
2553         Call gnus-add-to-range ranges only once with a prepared article-list.
2555 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
2557         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
2558         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
2559         group names with backslashes.  Reported by Tassilo Horn
2560         <tassilo@member.fsf.org>.
2562 2007-12-06  Deepak Goel  <deego3@gmail.com>
2564         * gnus-art.el (article-make-date-line):
2565         * gnus-start.el (gnus-load):
2566         * pop3.el (pop3-read-response): Fix buggy call to `error'.
2568 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2570         * gnus-art.el (gnus-use-idna)
2571         * gnus-start.el (gnus-site-init-file)
2572         * message.el (message-use-idna)
2573         * mm-uu.el (mm-uu-hide-markers)
2574         * smiley.el (smiley-style): Revert changes that suppress warnings.
2576 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2578         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
2579         specify charset to html source.  Reported by Christoph Conrad
2580         <christoph.conrad@gmx.de>.
2582 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2584         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
2585         idna-program in order to suppress byte compile warning issued by XEmacs
2586         that came to byte compile the default value section of defcustom forms
2587         recently.
2589         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
2590         value of installation-directory.
2592         * message.el (message-use-idna): Don't directly refer to the value of
2593         idna-program.
2595         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
2597         * smiley.el (smiley-style): Don't directly call face-attribute.
2599 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
2601         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
2603         * gnus-dired.el: Reduce Gnus dependencies.
2604         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
2605         require.  Use autoloads instead.
2606         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
2607         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
2608         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
2609         (gnus-dired-mode): Adjust doc string.
2610         (gnus-dired-mail-mode): New variable.
2611         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
2612         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
2613         (gnus-dired-mail-buffers): New function.  Return mail or message
2614         composition buffers.
2615         (gnus-dired-attach): Use it.
2616         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
2617         NO-DECODE.
2618         (gnus-dired-print): Use `gnus-print-buffer' depending on
2619         `gnus-dired-mail-mode'.
2621 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2623         * rfc2047.el (rfc2047-encoded-word-regexp)
2624         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
2625         explaining what regexp patterns are for.
2627 2007-12-04  Glenn Morris  <rgm@gnu.org>
2629         * password.el: Move to ../password-cache.el.
2631         * mml1991.el (password-read, password-cache-add, password-cache-remove):
2632         * mml2015.el (password-read, password-cache-add, password-cache-remove):
2633         * mml-smime.el (password-read, password-cache-add)
2634         (password-cache-remove):
2635         No need to autoload, since mml-sec requires password.
2637         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
2638         * message.el (gnus-extract-address-components):
2639         * mml-smime.el (gnus-extract-address-components): Define for compiler.
2641         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
2642         password.
2644 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
2646         * mailcap.el: Reduce dependencies.
2647         (mail-header-parse-content-type): Autoload.
2648         (mailcap-delete-duplicates): New alias.
2649         (mailcap-mime-info): Add optional argument NO-DECODE.
2650         (mailcap-mime-types): Use mailcap-delete-duplicates.
2652         * message.el (message-ignored-supersedes-headers): Add "X-ID".
2654 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2656         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
2657         function.
2659         * gnus-uu.el (gnus-uu-decode-yenc): New command.
2660         (gnus-uu-yenc-article): New function.
2662         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
2664         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
2665         buffer.
2667 2007-12-02  Glenn Morris  <rgm@gnu.org>
2669         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
2670         Move to ../net.
2672         * binhex.el, uudecode.el: Move to ../mail.
2674         * encrypt.el: Remove file.
2676 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
2678         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
2679         matches on patches.
2681         * gnus-art.el (gnus-article-browse-html-article): Mention
2682         `mm-text-html-renderer' in the doc string.
2684         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
2685         string.  Add comments.
2687         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
2688         if rhs is ASCII.
2690 2007-12-01  Glenn Morris  <rgm@gnu.org>
2692         * dig.el, dns.el: Move to ../net.
2693         * format-spec.el, hex-util.el, sha1.el: Move to ../.
2695         * mail-source.el (top-level): Require format-spec before
2696         eval-when-compile.
2698 2007-11-30  Glenn Morris  <rgm@gnu.org>
2700         * encrypt.el: Require password, rather than autoloading password-read.
2702 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
2704         * gnus.el (gnus-method-to-server): Add an optional parameter so the
2705         caller can indicate whether the cache should be disregarded for this
2706         call.  This way the result of the call is reproducible at all times and
2707         can be considered a canonical server name for the supplied method.
2708         (gnus-agent-method-p): Canonicalize server names by pushing their
2709         method through `gnus-method-to-server' using the no-cache argument.
2711         * gnus-srvr.el (gnus-server-insert-server-line): Call
2712         `gnus-method-to-server' with `no-cache' argument.
2714         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
2715         gnus-agent-possibly-synchronize-flags as this should be called when the
2716         server is actually being opened.
2717         (gnus-agent-possibly-synchronize-flags)
2718         (gnus-agent-possibly-synchronize-flags-server): Move check for the
2719         flags file of an agentized server to the latter function.
2721         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
2722         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
2723         after a connection has been established successfully.
2725 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2727         * gnus-art.el (article-display-face): Force to display face if called
2728         interactively; check if gnus-article-x-face-too-ugly matches author.
2729         (article-display-x-face): Display face even if From header is missing
2730         as article-display-face does.
2732 2007-11-28  Richard Stallman  <rms@gnu.org>
2734         * md4.el: Move to ../.
2735         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
2737 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
2739         * mail-source.el (mail-sources): Default to fetch from file for
2740         compatibility with default of nnmail-spool-file.
2742 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2744         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
2745         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
2746         to look for encoded word that should be encoded again.
2747         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
2748         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
2749         encoding pattern.
2750         (rfc2047-decode-region): Switch strict regexp and loose one according
2751         to rfc2047-allow-irregular-q-encoded-words.
2753 2007-11-26  Simon Josefsson  <simon@josefsson.org>
2755         * imap.el: Move to ../net directory.
2757 2007-11-25  Romain Francoise  <romain@orebokech.com>
2759         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
2761 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2763         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
2764         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
2766         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
2767         `nnmail-spool-file'.
2769         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
2770         `nnmail-spool-file'.
2772         * gnus-move.el (gnus-change-server): Ditto.
2774         * gnus-kill.el (gnus-batch-score): Ditto.
2776         * gnus-cache.el (gnus-jog-cache): Ditto.
2778         * gnus-msg.el (gnus-summary-reply):
2779         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
2781 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2783         * gnus-cache.el (gnus-cache-generate-nov-databases):
2784         Use nnml-generate-nov-databases-directory instead of
2785         nnml-generate-nov-databases-1.
2787 2007-11-24  Glenn Morris  <rgm@gnu.org>
2789         * message.el (message-tool-bar-retro): Update for rename
2790         mail_send.xpm->mail-send.xpm.
2792 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
2794         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2795         `smime-ldap-search' for Emacs 22 and up.
2797 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
2799         * hashcash.el: Move to ../mail directory.
2801         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
2803         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2804         `smime-ldap-search' for Emacs 22 and up.
2806 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2808         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
2810         * message.el (message-send-mail-function): Fix error convention.
2811         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
2812         (message-widen-reply, message-send-mail, message-talkative-question)
2813         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
2814         (message-clone-locals, message-send-news): Use with-current-buffer.
2815         (message-insert-or-toggle-importance): Remove unused var `valid'.
2816         (message-make-references): Remove unused var `new-references'.
2817         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
2819 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
2821         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
2822         (spam-split-symbolic-return-positive): Reflow docstring.
2823         (spam-backends, spam-summary-exit-behavior)
2824         (spam-mark-ham-unread-before-move-from-spam-group)
2825         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
2826         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
2827         (spam-clear-cache, spam-backend-check, spam-install-backend)
2828         (spam-install-statistical-backend, spam-list-of-processors)
2829         (spam-group-processor-p, spam-split, spam-bogofilter-score)
2830         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
2831         (spam-check-crm114, spam-initialize, spam-unload-hook):
2832         Fix typos in docstrings.
2834 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2836         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
2837         been checked if they have never been read and those group levels are
2838         higher than the one that a user specified.
2840 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2842         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
2843         foreign groups unless a group level is specified by a user.
2844         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
2846 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
2848         * message.el (message-send-mail-function): Require sendmail.
2850 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
2852         * message.el (message-send-mail-function): Check for smtpmail too.
2854         * utf7.el (utf7-encode, utf7-decode): Use coding system
2855         `utf-7'/`utf-7-imap' from utf-7.el' if available.
2857         * message.el (message-send-mail-function): New function.
2858         (message-send-mail-function): Set default using
2859         message-send-mail-function.  Adjust doc string.
2860         (message-send-mail-with-mailclient): New function.
2862 2007-11-17  Richard Stallman  <rms@gnu.org>
2864         * assistant.el: Remove file.
2866 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
2868         * smime.el (from):
2869         * rfc2047.el (message-posting-charset):
2870         * qp.el (mm-use-ultra-safe-encoding):
2871         * pop3.el (parse-time-months):
2872         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
2873         * nnml.el (files):
2874         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
2875         (jka-compr-compression-info-list, ange-ftp-path-format)
2876         (efs-path-regexp):
2877         * nndiary.el (files):
2878         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
2879         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
2880         (epg-digest-algorithm-alist, inhibit-redisplay)
2881         (password-cache-expiry):
2882         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
2883         (pgg-output-buffer, password-cache-expiry):
2884         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
2885         (efs-path-regexp):
2886         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
2887         (inhibit-redisplay):
2888         * mm-uu.el (file-name, start-point, end-point, entry)
2889         (gnus-newsgroup-name, gnus-newsgroup-charset):
2890         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
2891         (latin-unity-ucs-list):
2892         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
2893         (mm-uu-binhex-decode-function):
2894         * message.el (gnus-message-group-art, gnus-list-identifiers)
2895         (rmail-enable-mime-composing, gnus-local-organization)
2896         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
2897         (gnus-read-active-file, facemenu-add-face-function)
2898         (facemenu-remove-face-function, gnus-article-decoded-p)
2899         (tool-bar-mode):
2900         * mail-source.el (display-time-mail-function):
2901         * gnus-util.el (nnmail-pathname-coding-system)
2902         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
2903         (gnus-original-article-buffer, gnus-user-agent)
2904         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
2905         (xemacs-codename, sxemacs-codename, emacs-program-version):
2906         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
2907         * gnus-start.el (gnus-agent-covered-methods)
2908         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
2909         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
2910         (gnus-newsgroup-headers, gnus-group-list-mode)
2911         (gnus-group-mark-positions, gnus-newsgroup-data)
2912         (gnus-newsgroup-unreads, nnoo-state-alist)
2913         (gnus-current-select-method, mail-sources)
2914         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
2915         (nnmail-spool-file, gnus-cache-active-hashtb):
2916         * gnus-mh.el (mh-lib-progs):
2917         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
2918         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
2919         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
2920         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
2921         (gnus-group-buffer):
2922         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
2923         (font-lock-set-defaults):
2924         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
2925         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
2926         (gnus-summary-post-menu, total-parts, type, condition, length):
2927         * gnus-agent.el (gnus-agent-read-agentview):
2928         * flow-fill.el (show-trailing-whitespace):
2929         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
2930         eval-and-compile wrappers for byte compiler pacifiers.
2932         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
2933         (mm-display-inline-fontify): Check for featurep 'xemacs not
2934         extent-list.
2936         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
2937         itimer-list.
2938         (mm-create-image-xemacs): Only do something for XEmacs.
2939         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
2941         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
2943         * gnus-registry.el (gnus-adaptive-word-syntax-table):
2944         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
2946 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
2948         * nnimap.el (nnimap-split-download-body):
2949         * gnus-demon.el (gnus-demon):
2950         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
2952 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2954         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
2955         macros.
2956         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
2957         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
2958         copy data from unibyte buffer to multibyte current buffer.
2959         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
2960         to copy data from unibyte current buffer to multibyte buffer.
2961         (nntp-make-process-buffer): Make process buffer unibyte.
2963         * pop3.el (pop3-open-server): Fix typo in Lisp code.
2965 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
2967         * pop3.el (pop3-open-server): Accept and process data more robustly at
2968         connexion start to avoid spurious "POP SSL connexion failed" errors.
2970 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2972         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
2973         read group names.
2975 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
2977         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
2979 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2981         * nnmail.el (nnmail-parse-active): Make group names unibyte.
2982         (nnmail-save-active): Use a unibyte buffer when saving active file,
2983         which may contain non-ASCII group names.
2985         * nnml.el (nnml-request-group): Decode group names in messages.
2987 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
2989         * message.el (message-citation-line-function)
2990         (message-insert-formatted-citation-line): Fix spelling of
2991         `message-insert-formated-citation-line'.
2993 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
2995         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2997 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2999         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
3000         nnmail-pathname-coding-system.
3002         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
3003         that a user enters; decode group names in messages.
3005         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
3007 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3009         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
3011         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
3013         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
3014         risky local variable.
3016         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
3018 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3020         * encrypt.el: Improve documentation to fix function name typo.
3021         Reported by Daiki Ueno <ueno@unixuser.org>.
3023 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3025         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
3026         even if the point is not in the last page of an article.
3027         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
3028         back to the previous page.
3030 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
3032         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
3034 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3036         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
3038 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3040         * message.el (message-check-news-body-syntax): Avoid
3041         mm-string-as-multibyte.
3042         (message-hide-headers): Don't assume (point-min)==1.
3044 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3046         * message.el (message-remove-blank-cited-lines): Fix if remove is
3047         given.
3048         (message-bogus-address-regexp): New variable.
3049         (message-bogus-recipient-p): New function.
3050         (message-check-recipients): New command.
3051         (message-syntax-checks): Add `bogus-recipient'.
3052         (message-fix-before-sending): Add `bogus-recipient'.
3054         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
3055         (gnus-treat-body-boundary): Don't test window-system.
3057 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
3059         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
3061 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3063         * gnus.el: Bump version to Gnus v5.13.
3065 2007-10-28  Miles Bader  <miles@gnu.org>
3067         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
3068         at compile-time too.
3070 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3072         * gnus-msg.el (gnus-message-setup-hook): Add
3073         `message-remove-blank-cited-lines' to options.
3075 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3077         * message.el (message-remove-blank-cited-lines): New function.
3078         Suggested by Karl Plästerer.
3080 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3082         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
3083         mapc.
3085         * imap.el (imap-open): Replace mapcar called for effect with mapc.
3086         (top-level): Use mapc to set functions to be traced for debugging.
3088         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
3089         called for effect with while loop.
3091         * message.el (message-talkative-question): Replace mapcar called for
3092         effect with mapc.
3094         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
3095         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
3096         called for effect with dolist.
3098         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
3100         * nndiary.el: Use dolist instead of mapcar to add diary headers to
3101         gnus-extra-headers and nnmail-extra-headers.
3103         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
3104         called for effect with dolist.
3105         (top-level): Use mapc to set functions to be traced for debugging.
3107         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
3108         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
3109         dolist.
3111         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
3112         Replace mapcar called for effect with mapc.
3113         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
3114         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
3115         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
3116         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
3118         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
3119         remove-if that's a cl function.
3121         * webmail.el (webmail-debug): Replace mapcar called for effect with
3122         dolist.
3124 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3126         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
3127         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
3128         with while loop.
3130         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
3131         functions from article-* functions.
3132         (gnus-multi-decode-header): Replace mapcar called for effect with
3133         dolist.
3135         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3136         (gnus-bookmark-show-details): Replace mapcar called for effect with
3137         while loop.
3139         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
3140         called for effect with while loop.
3142         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
3143         with dolist.
3145         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
3146         mapcar called for effect with dolist.
3148         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
3150         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
3151         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
3152         Replace mapcar called for effect with dolist.
3153         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
3154         mapc.
3156         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
3157         Replace mapcar called for effect with dolist.
3158         (gnus-topic-list): Replace mapcar called for effect with mapc.
3160         * gnus.el: Use mapc instead of mapcar to add autoloads.
3162 2007-10-23  Richard Stallman  <rms@gnu.org>
3164         * gnus-group.el (gnus-group-highlight): Mark as risky.
3166 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3168         * gnus.el (gnus-server-to-method): Return method found first in
3169         gnus-newsrc-alist.
3171         * gnus-art.el (gnus-article-highlight-signature)
3172         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
3173         button overlay without the front stickiness.
3175 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
3177         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
3178         overview buffer needed a catch to receive its throw.
3179         (gnus-agent-flush-cache): Declared as interactive to make this function
3180         easier to use.
3182 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
3184         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
3185         `next-line'.
3187 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3189         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
3190         exclude address matching message-dont-reply-to-names.
3192 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3194         * gnus-util.el (gnus-string<): New function.
3196         * gnus-sum.el (gnus-article-sort-by-author)
3197         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
3199 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3201         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
3202         the frame-focus tag is set in gnus-buffer-configuration.
3204 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3206         * gnus-art.el (gnus-article-add-button): Make a button overlay without
3207         the front stickiness.
3209 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3211         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
3212         url pattern; remove duplicate one.
3213         (gnus-article-extend-url-button): New function.
3214         (gnus-article-add-buttons): Use it.
3215         (gnus-button-push): Use concatenated url that it makes.
3217 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
3219         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
3220         (sieve-manage-open): Use `mapc' instead of `mapcar'.
3222 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3224         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
3225         Don't hardcode point-min==1.
3227 2007-09-30  David Kastrup  <dak@gnu.org>
3229         * gnus-art.el (gnus-article-reply-with-original)
3230         (gnus-article-followup-with-original): When `transient-mark-mode' is
3231         off, refrain from active-region behavior for followups.
3233 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
3235         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
3236         Fix comment about "iso8859-1".
3238 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
3240         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
3241         ones returned from the verify-function.
3243         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
3244         mml2015-extract-cleartext-signature if extraction failed.
3246 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
3248         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
3249         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
3250         failed.
3252 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3254         * Relicense "GPLv2 or later" files to "GPLv3 or later".
3256 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
3258         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
3259         to mark a thread as expirable.  Add variable `hide' to handle hiding of
3260         thread for both the null and zero (kill/expire thread) universal prefix
3261         cases.
3262         (gnus-summary-expire-thread): Add new function to expire a thread,
3263         using gnus-summary-kill-thread.
3264         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
3265         shortcuts for gnus-summary-expire-thread.
3266         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
3267         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
3269 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3271         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
3272         extras value, so an extras entry can be deleted.
3273         (gnus-registry-delete-extra-entry): Use it.
3274         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
3275         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
3276         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
3277         storage through the gnus-registry, and provide an appropriate API for
3278         it.
3280 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3282         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
3283         Suggested by Leo <sdl.web@gmail.com>.
3285         * gnus.el: Do.
3287 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3289         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
3290         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
3292         * gnus-agent.el (gnus-agent-fetch-headers): Do.
3294         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3295         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
3297 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3299         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
3300         newline.
3301         (nnmbox-request-accept-article): Don't change article in source buffer;
3302         narrow to header to use message-fetch-field rather than
3303         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
3304         (nnmbox-request-replace-article): Quote lines that'll be misidentified
3305         as delimiters; make sure article ends with newline.
3306         (nnmbox-delete-mail): Correct last position of article to be deleted;
3307         ignore X-Gnus-Newsgroup header in article body.
3308         (nnmbox-save-mail): Quote lines looking like delimiters at the right
3309         positions; make sure article ends with newline.
3311         * message.el (message-display-abbrev): Don't infloop when a user
3312         inserts SPC in the beginning of header.
3314 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
3316         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
3317         list of groups not followed by default.  Fix type to be regexp.
3318         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
3320 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
3322         * hmac-def.el (define-hmac-function): Switch from old-style to
3323         new-style backquotes.
3325         * md4.el (md4-make-step): Likewise.
3327 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3329         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
3330         raw-text coding system when saving .newsrc file, which may contain
3331         non-ASCII group names.
3333 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3335         * gnus-cus.el (gnus-score-extra): New widget.
3336         (gnus-score-extra-convert): New function.
3337         (gnus-score-customize): Use it for Extra.
3339 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
3341         * mml2015.el (mml2015-extract-cleartext-signature): New function.
3342         (mml2015-mailcrypt-clear-verify): Use it.
3343         (mml2015-gpg-clear-verify): Use it.
3344         (mml2015-pgg-clear-verify): Use it.
3345         (mml2015-epg-clear-verify): Replace the current part with the output
3346         from GnuPG; don't extract the plaintext by itself.
3348         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
3349         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
3350         mml2015-clear-verify-function; don't touch the armor headers or
3351         dash-escaped text here.
3353 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3355         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
3356         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
3357         parts, or application/octet-stream as a last resort.
3358         (gnus-mime-view-part-as-type): Don't toggle display.
3359         (gnus-mime-view-part-as-charset): Don't turn off display before
3360         querying charset.
3362         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
3363         stuff to undisplayer function in Emacs.
3364         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
3366         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
3367         text/calendar parts.
3369 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3371         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
3372         decoding text/calendar parts.
3374         * message.el (message-forward-make-body-mime): Always mark body as
3375         having no illegible text; remove signed-or-encrypted argument.
3376         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
3378         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
3379         (mml-generate-mime-1): Don't encode body if it is specified to be in
3380         raw form; don't make buffer be unibyte when inserting multibyte string.
3382 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3384         * sha1.el: Fix up comment style.
3385         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
3386         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
3388         * hex-util.el: Fix up comment style.
3389         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
3391         * gnus-salt.el: Use with-current-buffer.
3392         (gnus-pick-setup-message): Fix long-standing typo.
3394 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3396         * imap.el (imap-logout-timeout): New variable.
3397         (imap-logout, imap-logout-wait): New functions.
3398         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
3400         * nnimap.el (nnimap-logout-timeout): New server variable.
3401         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
3402         nnimap-logout-timeout.
3404         * gnus-art.el (gnus-article-summary-command-nosave)
3405         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
3407 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3409         * gnus.el (gnus-maximum-newsgroup): New variable.
3411         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
3412         according to gnus-maximum-newsgroup.
3414         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3415         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
3416         Limit the range of articles according to gnus-maximum-newsgroup.
3418 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
3420         * gnus-art.el (gnus-sticky-article): Fixed problems described in
3421         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
3422         Don't perform gnus-configure-windows here; reuse existing sticky
3423         article buffer.
3425         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
3426         it doesn't exist in gnus-article-mode.
3428 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3430         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
3431         (gnus-agent-decoded-group-name): New function.
3432         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
3433         (gnus-agent-expire-group-1): Use it; decode group name in messages.
3435 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
3437         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
3438         Add binding for gnus-sticky-article.
3439         (gnus-summary-exit): Don't kill sticky article buffers.
3441         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
3442         article buffer.
3443         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
3444         (gnus-kill-sticky-article-buffers): New commands.
3446 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3448         * nntp.el (nntp-xref-number-is-evil): New server variable.
3449         (nntp-find-group-and-number): If it is non-nil, don't trust article
3450         numbers in the Xref header.
3452 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3454         * gnus-agent.el (gnus-agent-read-group): New function.
3455         (gnus-agent-flush-group, gnus-agent-expire-group)
3456         (gnus-agent-regenerate-group): Use it.
3457         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
3458         nnmail-pathname-coding-system.
3460 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3462         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
3464         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
3465         that are unread as unread, and also as selected so that information of
3466         marks having been changed by a user may be updated when exiting group.
3468 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
3470         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
3472 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3474         * gnus-art.el (gnus-mime-display-single): Pass part number that is
3475         calculated ignoring signature parts to gnus-treat-article.
3477 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3479         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
3480         a point here in order to keep the window start.
3481         (gnus-insert-mime-security-button): Make a button overlay without the
3482         front stickiness.
3483         (gnus-mime-display-security): Goto the end of a button.
3485         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
3487 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3489         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
3490         group-name-at-point.
3491         (gnus-group-completing-read): New function that offers decoded
3492         non-ASCII group names for completion.
3493         (gnus-fetch-group, gnus-group-read-ephemeral-group)
3494         (gnus-group-jump-to-group, gnus-group-make-group-simple)
3495         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
3496         (gnus-group-fetch-control): Use it.
3497         (gnus-fetch-group): Use group-name-at-point for the initial value
3498         rather than the default value; use gnus-alive-p.
3500         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
3501         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
3502         (gnus-summary-post-news): Use gnus-group-completing-read.
3504         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
3505         (gnus-read-move-group-name): Decode group name for completion.
3507 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
3509         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
3510         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
3511         Yamaoka slightly modified the code).
3513 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3515         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
3516         (nnmail-split-incoming): Bind it.
3518         * nnml.el (nnml-group-name-charset): New function.
3519         (nnml-decoded-group-name): Use it; don't decode group name if
3520         nnmail-group-names-not-encoded-p is non-nil.
3521         (nnml-encoded-group-name): New function.
3522         (nnml-group-pathname): Inline nnml-decoded-group-name.
3523         (nnml-request-expire-articles): Decode group name in message.
3524         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
3525         nnmail-pathname-coding-system.
3526         (nnml-save-mail, nnml-active-number): Work with decoded group names and
3527         not decoded ones according to nnmail-group-names-not-encoded-p.
3528         (nnml-generate-active-info): Use nnml-encoded-group-name.
3530 2007-08-08  Glenn Morris  <rgm@gnu.org>
3532         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
3533         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
3534         doc-strings and comments.
3536 2007-07-25  Glenn Morris  <rgm@gnu.org>
3538         * Relicense all FSF files to GPLv3 or later.
3540 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3542         * gnus-sum.el (gnus-summary-move-article): Make
3543         gnus-summary-respool-article work.
3545 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
3547         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
3548         string.
3550 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
3552         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
3553         that should be ignored when comparing distant RSS articles with local
3554         ones.
3555         (nnrss-make-hash-index): New function.  Create a hash index according
3556         to the ignored fields.
3557         (nnrss-check-group): Use it.
3559 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3561         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
3563         * gnus-art.el (article-decode-group-name): Decode Xref header too.
3565         * gnus-group.el (gnus-group-make-group): Encode group name here unless
3566         the new optional argument ENCODED is non-nil.
3567         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
3568         coding system for encoding group name.
3569         (gnus-group-make-rss-group): Pass un-encoded group name to
3570         gnus-group-make-group.
3571         (gnus-group-set-info): Tell gnus-group-make-group that group name is
3572         encoded.
3574         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
3575         Encode group name to which articles are moved or copied.
3576         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
3577         coding system for encoding Newsgroup, Followup-To and Xref headers.
3579         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
3580         marks; use nnheader-file-coding-system to write a file.
3581         (nnagent-retrieve-headers): Bind file-name-coding-system to
3582         nnmail-pathname-coding-system.
3584         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
3586         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
3587         (nnml-request-article, nnml-request-create-group)
3588         (nnml-request-rename-group, nnml-find-id)
3589         (nnml-possibly-change-directory, nnml-possibly-create-directory)
3590         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
3591         (nnml-save-marks): Use nnml-group-pathname instead of
3592         nnmail-group-pathname.
3594         (nnml-request-create-group, nnml-request-expire-articles)
3595         (nnml-request-move-article, nnml-request-delete-group)
3596         (nnml-deletable-article-p, nnml-possibly-create-directory)
3597         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
3598         (nnml-open-marks): Bind file-name-coding-system to
3599         nnmail-pathname-coding-system.
3601         (nnml-request-article): Pass server argument to nnml-find-group-number.
3602         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
3603         server argument to nnml-possibly-create-directory.
3604         (nnml-request-accept-article): Pass server argument to
3605         nnml-active-number and nnml-save-mail.
3606         (nnml-find-group-number): Pass server argument to nnml-find-id.
3607         (nnml-request-update-info): Pass server argument to
3608         nnml-marks-changed-p.
3610         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
3611         (nnml-save-mail, nnml-active-number): Add server argument.
3613         (nnml-request-delete-group): Warn if group is missing.
3614         (nnml-get-nov-buffer): Decode group name.
3615         (nnml-generate-active-info): Encode group name.
3616         (nnml-open-marks): Decode group name in messages.
3618 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3620         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
3621         if it is not specified.
3622         (gnus-article-pipe-part, gnus-article-save-part)
3623         (gnus-article-interactively-view-part, gnus-article-copy-part)
3624         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
3625         (gnus-article-inline-part, gnus-article-save-part-and-strip)
3626         (gnus-article-replace-part, gnus-article-delete-part)
3627         (gnus-article-view-part-as-type): Pass raw prefix argument to
3628         gnus-article-part-wrapper.
3630 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3632         * gnus-agent.el (gnus-agent-save-active): Bind
3633         nnheader-file-coding-system to gnus-agent-file-coding-system.
3635         * gnus-cache.el (gnus-cache-save-buffers)
3636         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
3637         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
3638         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
3639         (gnus-cache-braid-nov, gnus-cache-braid-heads)
3640         (gnus-cache-generate-active, gnus-cache-rename-group)
3641         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
3642         (gnus-cache-update-overview-total-fetched-for): Bind
3643         file-name-coding-system to nnmail-pathname-coding-system.
3644         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
3645         variables.
3646         (gnus-cache-decoded-group-name): New function.
3647         (gnus-cache-file-name): Use it.
3648         (gnus-cache-generate-active): Use non-decoded group name for active.
3650         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
3651         right place.
3652         (gnus-write-active-file): Don't break non-ASCII group names.
3654         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
3655         nnmail-pathname-coding-system.
3657         * gnus-uu.el (gnus-uu-decode-save): Typo.
3659 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3661         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
3663 2007-07-14  David Kastrup  <dak@gnu.org>
3665         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
3666         finishing actions if we did not edit the article.
3668 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3670         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
3671         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
3672         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
3673         (gnus-agent-flush-group, gnus-agent-flush-cache)
3674         (gnus-agent-fetch-headers, gnus-agent-load-alist)
3675         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
3676         (gnus-agent-retrieve-headers, gnus-agent-request-article)
3677         (gnus-agent-regenerate-group)
3678         (gnus-agent-update-files-total-fetched-for)
3679         (gnus-agent-update-view-total-fetched-for): Bind
3680         file-name-coding-system to nnmail-pathname-coding-system.
3681         (gnus-agent-group-pathname): Don't encode file names by
3682         nnmail-pathname-coding-system.
3683         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
3684         coding-system-for-write instead of buffer-file-coding-system to
3685         gnus-agent-file-coding-system.
3687         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
3688         Decode group name.
3690         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
3692         * gnus-start.el (gnus-update-active-hashtb-from-killed)
3693         (gnus-read-newsrc-el-file): Make group names unibyte.
3695         * nnmail.el (nnmail-group-pathname): Don't encode file names by
3696         nnmail-pathname-coding-system.
3698         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
3699         (nnrss-request-delete-group): Bind file-name-coding-system to
3700         nnmail-pathname-coding-system.
3701         (nnrss-read-server-data, nnrss-read-group-data): Bind
3702         file-name-coding-system correctly.
3703         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
3705         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
3706         (nntp-server-to-method-cache): New variable.
3707         (nntp-group-pathname): New function that decodes non-ASCII group names.
3708         (nntp-possibly-create-directory, nntp-marks-changed-p)
3709         (nntp-save-marks, nntp-open-marks): Use it.
3710         (nntp-possibly-create-directory, nntp-open-marks):
3711         Bind file-name-coding-system to nnmail-pathname-coding-system.
3712         (nntp-open-marks): Decode group names when bootstrapping marks.
3714         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
3715         Newsgroups and Folowup-To headers.
3717 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3719         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3720         (gnus-server-closed-face, gnus-server-denied-face)
3721         (gnus-server-offline-face): Remove variable.
3722         (gnus-server-font-lock-keywords): Use faces that are not aliases.
3724         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
3725         of modifying message-stack directly for XEmacs.
3727         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
3728         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
3729         if the coding-system argument is nil for XEmacs.
3731         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
3732         mm-charset-override-alist.
3734         * rfc2047.el: Don't require base64; require rfc2045 for the function
3735         rfc2045-encode-string.
3736         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
3737         to quote the parameter value.
3739 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3741         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
3742         form in gnus-group-name-charset-method-alist.
3744         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
3745         overrides the default layout edit-form.
3747         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
3749         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
3751 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3753         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
3754         as unfetched articles.
3756 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
3758         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
3760 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3762         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
3763         original back end that keeps marks in the local system.
3765 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3767         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
3768         arg of pop-to-buffer for XEmacs.
3769         (gnus-article-read-summary-keys): Ditto; don't restore window
3770         configuration if summary command ends up with neither article buffer
3771         nor summary buffer; describe bindings if summary keys end with C-h.
3773 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3775         * message.el (message-fix-before-sending): Skip raw message part to be
3776         forwarded while checking illegible text.
3777         (message-forward-make-body-mime, message-forward-make-body): Mark
3778         signed or encrypted raw message as having no illegible text.
3780 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3782         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
3783         (gnus-message-with-timestamp-1): New macro.
3784         (gnus-message-with-timestamp): New function.
3785         (gnus-message): Use them.
3787         * nnheader.el (nnheader-message): Use them.
3789 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
3791         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
3792         .newsrc.eld file.
3794 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3796         * gnus-agent.el (gnus-agent-fetch-headers)
3797         (gnus-agent-retrieve-headers): Bind
3798         gnus-decode-encoded-address-function to identity.
3800         * nntp.el (nntp-send-xover-command): Recognize an xover command is
3801         available also when the server returns simply a dot.
3803         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
3805 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3807         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
3809 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3811         * gnus-ems.el (gnus-x-splash): Make it work.
3813         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
3814         from being used.
3816 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3818         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
3819         the front stickiness.
3820         (gnus-article-summary-command-nosave): Correct the order of the
3821         arguments passed to pop-to-buffer.
3822         (gnus-article-read-summary-keys): Ditto; make it work properly when the
3823         summary command ends up with the article buffer.
3825         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
3826         the same faces.
3828 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
3830         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
3832 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
3834         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
3835         * gnus-sum.el (gnus-summary-highlight):
3836         * mail-source.el (mail-source-delete-old-incoming-confirm):
3837         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
3839 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3841         * gnus-art.el (gnus-mime-view-part-externally)
3842         (gnus-mime-view-part-internally): Fix predicate function passed to
3843         completing-read.
3845         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
3847         * gnus.el (gnus-update-message-archive-method): Add :version.
3849 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3851         * gnus.el (gnus-update-message-archive-method): New variable.
3853         * gnus-start.el (gnus-setup-news): Update saved "archive" method
3854         according to gnus-message-archive-method if
3855         gnus-update-message-archive-method is non-nil.
3857 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3859         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
3860         by Loic Dachary <loic@dachary.org>.
3861         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
3863 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3865         * message.el (message-pop-to-buffer): Add switch-function argument.
3866         (message-mail): Pass switch-function argument to it.
3868 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
3870         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
3871         Improve doc string.
3873 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3875         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
3876         (gnus-header-content)
3877         * gnus-cite.el (gnus-cite-10)
3878         * gnus-srvr.el (gnus-server-closed)
3879         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
3880         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
3881         (gnus-group-mail-3-empty, gnus-group-mail-low)
3882         (gnus-group-mail-low-empty, gnus-splash)
3883         * message.el (message-header-to, message-header-cc)
3884         (message-header-subject, message-header-other, message-header-name)
3885         (message-header-xheader, message-separator, message-cited-text)
3886         (message-mml): Lighten colors of faces used for dark background.
3888 2007-05-24  Simon Josefsson  <simon@josefsson.org>
3890         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
3891         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
3893 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3895         * message.el (message-narrow-to-headers-or-head):
3896         Ignore mail-header-separator in the body.
3898 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3900         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
3901         same as window size.
3903 2007-05-22  Kevin Ryde  <user42@zip.com.au>
3905         * message.el (message-font-lock-keywords): Use message-header-xheader
3906         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
3907         ahead of the anything pattern, to get it recognised.
3909 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
3911         * gnus-sum.el (gnus-articles-to-read)
3912         (gnus-summary-insert-old-articles): Don't truncate group name for
3913         `read-string'.
3915         * gnus-util.el (gnus-limit-string): Delete this function.
3917         * gnus-sum.el (gnus-simplify-subject-fully): Use
3918         `truncate-string-to-width' instead.
3920 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
3922         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
3923         if, on summary exit, the next group has to be selected.
3924         (gnus-summary-exit): Use it.
3926 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
3928         * gnus-art.el (gnus-article-mode): Fix comment about displaying
3929         non-break space.
3931 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3933         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
3934         Check if group is not a directory.
3935         (nnfolder-request-expire-articles): Don't delete articles if the target
3936         group is not available.
3938         * nnml.el (nnml-request-create-group): Properly check if group is not a
3939         file.
3940         (nnml-request-expire-articles): Don't delete articles if the target
3941         group is not available.
3943         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3944         Don't quote characters that are within parentheses.
3946 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3948         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
3949         (gnus-handle-ephemeral-exit): Select article according to it.
3951 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
3953         * message.el (message-insert-formated-citation-line): Remove newline.
3954         (message-citation-line-format): Add final \n here so that the user can
3955         avoid a blank line.
3957 2007-05-03  Dan Christensen  <jdc@uwo.ca>
3959         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3960         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3961         Update lanl/arXiv support.
3963 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3965         * gnus.el: Bump version number.
3967 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3969         * gnus.el (gnus-version-number): Bump version.
3971 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3973         * gnus.el: No Gnus v0.6 is released.
3975 2007-04-27  Didier Verna  <didier@xemacs.org>
3977         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
3978         * gmm-utils.el (gmm-regexp-concat): here.
3979         * message.el: Don't require 'gnus-util.
3980         (message-dont-reply-to-names): Handle name change above.
3981         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3983 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3985         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3986         since the initial value varies according to the system.
3988 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3990         * mm-util.el (mm-charset-synonym-alist): Defcustom.
3992 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
3994         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3996 2007-04-24  Didier Verna  <didier@xemacs.org>
3998         Improve the type of gnus-ignored-from-addresses.
3999         * gnus-util.el (gnus-orify-regexp): New function.
4000         * message.el (gnus-util): Require it.
4001         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
4002         * gnus-sum.el (gnus-ignored-from-addresses): New function.
4003         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
4005 2007-04-24  Didier Verna  <didier@xemacs.org>
4007         * gnus-sum.el:
4008         * gnus-utils.el: Fix some trailing whitespaces.
4010 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4012         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
4013         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
4014         article's Message-ID; refer parent article in summary buffer.
4016         * message.el (message-bounce): Call mime-to-mml.
4018 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4020         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
4022 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4024         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
4025         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
4026         displayed of multipart/alternative part if it is invoked from summary
4027         buffer.
4029         * mm-view.el (mm-inline-text-html-render-with-w3m)
4030         (mm-inline-text-html-render-with-w3m-standalone)
4031         (mm-inline-render-with-function): Use mail-parse-charset by default.
4033 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
4035         * parse-time.el (parse-time-string-chars): Check if CHAR
4036         is less than the length of parse-time-syntax.
4038 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4040         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
4041         from gnus-newsgroup-processable.
4043 2007-04-16  Didier Verna  <didier@xemacs.org>
4045         * gnus-msg.el (gnus-configure-posting-styles): Handle
4046         message-signature-directory properly with :file syntax.  Reported by
4047         "Leo".
4049 2007-04-11  Didier Verna  <didier@xemacs.org>
4051         New user option: message-signature-directory.
4052         * gnus-msg.el (gnus-configure-posting-styles): Support it.
4053         * message.el (message-insert-signature): Ditto.
4054         * message.el (message-signature-file): Doc update.
4055         * message.el (message-signature-directory): New.
4057 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4059         * gnus-msg.el (gnus-inews-yank-articles): Use
4060         message-exchange-point-and-mark instead of exchange-point-and-mark.
4062 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4064         * message.el (message-yank-original): Make sure cited text ends with
4065         newline; don't exchange point and mark.
4067 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
4069         * tls.el (open-tls-stream): Properly handle case where there
4070         is no associated buffer.
4072 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
4074         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
4075         message-yank-original, make sure (< mark TEXT point).
4077 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4079         * message.el (message-fill-column): New variable.
4080         (message-mode): Use it.  Add comment on a possible new hook.
4082         * nnmail.el (nnmail-spool-file): Mark as obsolete.
4083         (nnmail-get-new-mail): Reformat.
4085         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
4087         * gmm-utils.el: Fix Commentary.
4088         (gmm-tool-bar-from-list): Fix typo in doc string.
4090 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
4092         * message.el (message-yank-original): Don't switch point and mark
4093         unnecessarily to put point and mark as documented.
4095 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4097         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
4098         from the message heads.
4100 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
4102         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
4103         article buffer does not have a window.  This may not be the best
4104         solution but is certainly better than setting the start of the null,
4105         that is the current, window.
4107 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4109         * gnus-draft.el (gnus-draft-setup-hook): New hook.
4110         (gnus-draft-setup): Run it.
4112         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
4113         gnus-score-fast-scoring.  Allow regexp.
4114         (gnus-score-headers): Use it.
4116         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
4117         XEmacs.
4119         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
4120         string.
4121         (gnus-button-alist): Also catch `<f1> k ...'.
4122         (gnus-treat-display-x-face): Fix doc string.
4124 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4126         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
4127         evaluation of gnus-extended-version to ensure correct generation of the
4128         User-Agent header when message-generate-headers-first is used.
4130 2007-03-24  Simon Josefsson  <simon@josefsson.org>
4132         * hashcash.el (hashcash-generate-payment-async): Don't crash if
4133         hashcash-path is nil.  Don't call callback with incorrect number of
4134         parameters if val is 0.
4136 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4138         * message.el (message-required-news-headers):
4139         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
4141 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4143         * message.el (message-generate-new-buffers): Change the meaning of the
4144         nil value; add `standard' to the choices; treat t as `unique'; improve
4145         doc string.
4146         (gnus-select-frame-set-input-focus): Autoload.
4147         (message-buffer-name): Search for the existing message buffer if
4148         message-generate-new-buffers is nil or `standard'; treat the value t of
4149         message-generate-new-buffers as `unique'.
4150         (message-pop-to-buffer): Raise the frame already displaying the message
4151         buffer; clear the echo area after querying.
4152         (message-setup): Pass the `continue' argument to compose-mail.
4153         (message-mail): Prefer `switch-function' if it is given; search for the
4154         existing message buffer if the `continue' argument is non-nil; pass
4155         continue and switch-function arguments to compose-mail by way of
4156         message-setup.
4157         (message-mail-other-window): Adjust argument of message-setup.
4158         (message-mail-other-frame): Ditto.
4160 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4162         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
4163         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
4164         to turn font-lock on when turning gnus-message-citation-mode on.
4166 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
4168         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
4169         (mml-smime-function-alist): New variable; add epg as the backend.
4170         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
4171         mml-smime- functions instead.
4172         * mm-view.el: Require smime.
4174 2007-03-05  Didier Verna  <didier@xemacs.org>
4176         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
4177         instead of just inheritance for posting styles.
4178         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
4180 2007-02-24  John Paul Wallington  <jpw@pobox.com>
4182         * tls.el (tls-certtool-program): Fix custom type.
4184 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4186         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
4187         and point-at-eol instead of line-(beginning|end)-position.
4189         * assistant.el (assistant-parse-buffer): Ditto.
4191 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
4193         * mml2015.el (mml2015-epg-find-usable-key): New function.
4194         (mml2015-epg-sign): Use it.
4195         (mml2015-epg-encrypt): Use it.
4197 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4199         * message.el (message-make-in-reply-to): Quote name containing
4200         non-ASCII characters.  It will make the RFC2047 encoder cause an error
4201         if there are special characters.  Reported by NAKAJI Hiroyuki
4202         <nakaji@jp.freebsd.org>.
4204 2007-02-27  Didier Verna  <didier@xemacs.org>
4206         Include the group parameters as well as the topic ones in the
4207         inheritance filter process.
4208         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
4209         argument GROUP-PARAMS-LIST.
4210         * gnus-topic.el (gnus-group-topic-parameters): Use it.
4212 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4214         * nntp.el (nntp-never-echoes-commands)
4215         (nntp-open-connection-functions-never-echo-commands): New variables.
4216         (nntp-send-command): Use them.
4218 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
4220         * mml2015.el (mml2015-epg-verify): Simplified.
4222 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4224         * mml.el (mml-content-disposition-alist): New user option.
4225         (mml-content-disposition): New function.
4226         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
4227         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
4229 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
4231         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
4232         verification.
4234 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4236         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
4237         articles posted in the last 24 hours.
4239 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
4241         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
4243 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
4245         * nntp.el (nntp-send-command): Don't wait for echoes when
4246         nntp-open-ssl-stream is used.
4248 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4250         * gnus-cite.el (gnus-test-font-lock-add-keywords)
4251         (gnus-message-add-citation-keywords)
4252         (gnus-message-remove-citation-keywords): Remove.
4253         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
4254         directly, make the variables in font-lock-defaults buffer-local, add
4255         gnus-message-citation-keywords to them and then update the value of
4256         font-lock-keywords.
4258 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4260         * message.el (message-cite-original-1): Don't call
4261         gnus-article-highlight-citation.
4263         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
4264         citations; fix line count.
4266 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4268         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
4269         (gnus-message-add-citation-keywords)
4270         (gnus-message-remove-citation-keywords): Use it; fix the emulating
4271         versions of font-lock-add-keywords and font-lock-remove-keywords to
4272         work with XEmacs correctly.
4274 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4276         * gnus-cite.el (gnus-cite-face-list): Set the values of
4277         gnus-message-max-citation-depth and gnus-message-citation-keywords.
4278         (gnus-message-max-citation-depth): Use defvar rather than defconst.
4279         (gnus-message-cite-prefix-regexp): New variable.
4280         (gnus-message-search-citation-line): Use it; protect against long
4281         citation prefix; fill match data with nil rather than 0 for XEmacs; set
4282         the 0th match data for Emacs.
4283         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
4284         (gnus-message-add-citation-keywords): Append keywords rather than
4285         prepending; emulate font-lock-add-keywords if it is not available.
4286         (gnus-message-remove-citation-keywords): Emulate
4287         font-lock-remove-keywords if it is not available.
4289         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
4291         * message.el (message-cite-prefix-regexp): Set the value of
4292         gnus-message-cite-prefix-regexp.
4294 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4296         * nnweb.el (nnweb-google-parse-1): Update parser.
4298 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
4300         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
4302 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4304         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4305         regexp.
4307 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4309         * uudecode.el (uudecode-string-to-multibyte): New function emulating
4310         string-to-multibyte.
4311         (uudecode-decode-region-internal): Use it.
4313 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
4315         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
4316         custom choice.
4318         * gnus-art.el (gnus-signature-limit): Fix custom choice.
4320 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
4322         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
4324         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
4325         `write-region' to respect `mm-inhibit-file-name-handlers'.
4327 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4329         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
4330         Use gnus-home-directory instead of "~/" or "$HOME".
4332 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
4334         * encrypt.el (encrypt-insert-file-contents): Add better prompt
4335         to mention filename.
4336         Add comments at beginning regarding usage.
4337         (encrypt-write-file-contents): Change interactive so a string is
4338         acceptable.  If the file has no associated model, show an error instead
4339         of a nonsense prompt.
4341 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4343         * spam.el (spam-bsfilter-ham-switch): Fix typo.
4344         Thanks to Yoshihiko Yamada for kind notification of this typo.
4346 2007-01-12  Kenichi Handa  <handa@m17n.org>
4348         * uudecode.el (uudecode-decode-region-internal): Make it work in a
4349         multibyte buffer.
4351 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4353         * gnus-score.el (gnus-score-fast-scoring): New variable.
4354         (gnus-score-headers): Use it.
4356         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
4358         * message.el (message-cite-original-1): Call
4359         gnus-article-highlight-citation if requested.
4360         (message-make-from): Allow name and address as optional arguments.
4362         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
4364         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
4365         bugs to doc string.
4366         (gnus-button-alist): Add mid\\|message-id.
4367         (gnus-button-fetch-group): Extend for use in
4368         `browse-url-browser-function'.
4369         (gnus-button-url-regexp): Try to catch paired parentheses like in
4370         Wikipedia URLs.
4372         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
4373         Suggested by Simon Krahnke <overlord@gmx.li>.
4375 2007-01-13  Romain Francoise  <romain@orebokech.com>
4377         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
4378         Update copyright.
4380 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
4382         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
4384 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
4386         * gnus-registry.el (gnus-registry-unfollowed-groups)
4387         (gnus-registry-split-fancy-with-parent): Fix documentation.
4389 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4391         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
4392         from nnweb groups.
4394 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4396         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
4397         Xref urls.  Erase buffer before requesting head.
4399         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
4401 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
4403         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
4404         customizable.
4406 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
4408         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
4409         no signing key is found.
4410         (mml2015-epg-encrypt): Ask user whether to skip or abort if
4411         no encrypting and/or signing key is found.
4413 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4415         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
4417 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4419         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
4420         headers read from disk with the ones newly found in the current search.
4421         This should no longer cause problems, because the article numbers in
4422         Gmane's `nov.php' output are ignored since the previous change.
4424 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4426         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
4428 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4430         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
4432 2007-01-01  Romain Francoise  <romain@orebokech.com>
4434         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4436 2006-12-31  Steve Youngs  <steve@sxemacs.org>
4438         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
4439         `define-minor-mode' macro definition expanded properly.
4440         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
4441         exclude it there.
4443         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
4444         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
4445         `fboundp' test.
4446         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
4447         This is OK to autoload in (S)XEmacs now.
4449 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4451         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
4452         keystroke.
4453         (gnus-summary-limit-to-singletons): Fix typo.
4455         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
4456         else fails.
4458 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4460         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
4461         docstring.
4463         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
4464         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
4465         (gnus-summary-insert-dormant-articles): Fix typo in message.
4467 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4469         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
4470         nil for XEmacs.
4471         (gnus-message-citation-mode): Don't autoload in XEmacs.
4473         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
4475 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
4477         * nnimap.el (nnimap-expunge-search-string): Mention
4478         nnimap-search-uids-not-since-is-evil in docstring.
4480 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4482         * spam.el: Revert to make-obsolete-variable because
4483         define-obsolete-variable-alias is not supported in Emacs 21.
4485         * spam.el (spam-ifile-path, spam-ifile-database-path)
4486         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
4487         make-obsolete-variable.
4488         (spam-bsfilter-path, spam-bsfilter-program)
4489         (spam-spamassassin-path, spam-spamassassin-program)
4490         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
4491         use "path" inappropriately.
4492         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
4493         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
4494         variable names.
4496 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
4498         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
4499         summary buffer.
4501         * password.el (password-cache-remove): Use clear-string to burn
4502         password, if available.
4504 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4506         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
4508         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
4510         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
4511         (gnus-message-highlight-citation): Move defcustom here from
4512         gnus-cite.el.
4513         (gnus-message-citation-mode): Autoload.
4515         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
4516         checks to make it compile with XEmacs.
4517         (gnus-message-citation-mode): New minor mode.
4518         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
4519         (gnus-message-highlight-citation): New variables.
4520         (gnus-message-search-citation-line)
4521         (gnus-message-add-citation-keywords)
4522         (gnus-message-remove-citation-keywords)
4523         (turn-on-gnus-message-citation-mode)
4524         (turn-off-gnus-message-citation-mode): New functions.
4526 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
4528         * gnus-cite.el: Enable highlighting of different citation levels in
4529         message-mode.
4531 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4533         * message.el (message-make-fqdn): Fix comment.
4534         (message-bogus-system-names): Add ".local".
4536         * spam.el (spam-ifile-path, spam-ifile-program)
4537         (spam-ifile-database-path, spam-ifile-database)
4538         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
4539         Don't use "path" inappropriately.
4540         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
4541         strings.
4542         (spam-check-ifile, spam-ifile-register-with-ifile)
4543         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
4544         new variable names.
4546         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
4547         (gnus-treat-display-smileys): Simplify using
4548         gnus-image-type-available-p.
4550         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
4551         available.
4553 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4555         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
4556         one after turning on the buffer's multibyteness instead of decoding
4557         them directly in the unibyte buffer that causes unexpected conversion
4558         in Emacs 23 (unicode).
4560 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4562         * message.el (message-generate-hashcash): Fix custom type.
4564 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4566         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
4568 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4570         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
4571         disconnect icons.  Add help text.
4573 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
4575         * spam.el (spam-extra-header-to-number): CRM114 spam score is
4576         negated to be consistent with the others we handle.
4578 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4580         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
4581         version of gnus-summary-buffer to something, so that we can use two
4582         article buffers at the same time.
4584 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
4586         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
4587         trigger all the extra headers.
4588         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
4589         sorting.
4591 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4593         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
4594         solid groups.
4596 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4598         * legacy-gnus-agent.el: Add Copyright notice.
4600 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
4602         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
4604 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4606         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
4608         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
4609         to make it work reliably in CVS Emacs.
4610         (gnus-summary-limit-strange-charsets-predicate)
4611         (gnus-summary-limit-to-predicate): New functions.
4613 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
4615         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
4616         specifying array size.
4617         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
4618         array if it is too small.
4619         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
4620         (gnus-sort-threads-loop): New function.
4622 2006-12-06  Chris Moore  <dooglus@gmail.com>
4624         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
4625         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
4627 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
4629         * mm-url.el (mm-url-predefined-programs): Call curl with correct
4630         options.
4632 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4634         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
4635         DOS-ing the recipient.
4637         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
4638         the headers when creating the mapping to avoid mismappings.
4639         (nnweb-gmane-create-mapping): Always nix out old mapping.
4641 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4643         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
4644         and mm-verify-option to never.
4646 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4648         * message.el (message-signed-or-encrypted-p): New function.
4649         (message-forward-make-body): Use it.
4651         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
4652         Replace encode-coding-string with mm-encode-coding-string.
4654 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4656         * nneething.el (nneething-decode-file-name): Replace
4657         decode-coding-string with mm-decode-coding-string.
4659         * gnus-int.el (gnus-open-server): Say failed server's name.
4661 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
4663         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
4664         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
4666         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
4667         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
4668         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
4669         (gnus-group-make-directory-group, gnus-group-transpose-groups):
4670         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
4671         (gnus-subscribe-newsgroup, gnus-1):
4672         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
4673         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
4674         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
4675         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
4677 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4679         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
4680         keystroke.
4681         (gnus-summary-limit-to-bodies): Implement headersp.
4683 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4685         * dns.el (query-dns): Protect against "Process dns deleted" strings.
4687 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4689         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
4691 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4693         * message.el (message-generate-hashcash): Expand range of values to
4694         include `opportunistic'.
4695         (message-send-mail): Use it.
4697 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4699         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
4700         and comment it.
4702         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
4704 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
4706         * gnus-util.el (gnus-extract-address-components): Improve comment.
4708 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4710         * gnus-util.el (gnus-extract-address-components): Work with address in
4711         which the name portion contains @.
4713 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4715         * gnus.el (gnus-start): Move custom group up.
4716         (gnus-select-method): Don't autoload, but make it available for
4717         `customize-variable'.
4718         (gnus-getenv-nntpserver): Don't autoload.
4720 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
4722         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
4724 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4726         * message.el (message-sendmail-extra-arguments): New variable.
4727         (message-send-mail-with-sendmail): Use it.
4729 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4731         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
4732         mm-with-unibyte-current-buffer to make string unibyte.
4734         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
4735         mm-string-as-multibyte.
4737 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
4739         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
4740         Reported by Werner Koch <wk@gnupg.org>.
4742 2006-11-14  Daiki Ueno  <ueno@p360>
4744         * mml2015.el: Autoload epa-select-keys when compiling.
4746 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4748         * mml2015.el (mml2015-epg-sign): Save the signing keys in
4749         message-options.
4750         (mml2015-epg-encrypt): Save the recipient keys in message-options.
4752 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4754         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
4755         EasyPG (< 0.0.6).
4756         (mml2015-always-trust): New user option.
4757         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
4758         prompt.
4760 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4762         * nntp.el (nntp-authinfo-force): New variable.
4763         (nntp-send-authinfo): Use it.
4765 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
4767         * message.el (message-strip-subject-encoded-words): Allow _not_ to
4768         decode encoded words.  Improve prompt.  Add comment about forwarding.
4769         (message-replacement-char): Move up.
4771 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4773         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
4774         instead of gnus-intersection because arguments of gnus-sorted-nunion
4775         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
4777 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
4779         * message.el (message-strip-subject-encoded-words): Reformat prompt.
4780         (message-simplify-subject-functions): Enable
4781         message-strip-subject-encoded-words by default.
4783 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
4785         * message.el (message-strip-subject-encoded-words): New function
4786         (message-simplify-subject-functions): New variable.
4787         (message-simplify-subject): Use it.  Fix typo in doc string.
4788         Support message-strip-subject-encoded-words.
4790 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
4792         * gnus-diary.el (gnus-diary-delay-format-function):
4793         * nndiary.el (nndiary-reminders):
4794         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
4796 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4798         * gnus-art.el (article-hide-boring-headers): Fetch date from
4799         gnus-original-article-buffer to avoid problems with localized date
4800         strings.
4802 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4804         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
4806 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
4808         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
4809         New variables.
4810         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4811         (mm-charset-synonym-alist): Move some entries to
4812         mm-codepage-iso-8859-list.
4813         (mm-charset-synonym-alist, mm-charset-override-alist): Add
4814         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4816 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4818         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
4820 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4822         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
4823         with Emacs 21 and XEmacs.
4825 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4827         * spam.el (spam-parse-address): New function for better parsing,
4828         catching errors, etc.
4829         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
4831 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4833         * mm-view.el: Add interactive arg to html2text autoload.
4835 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4837         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
4839 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
4841         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
4842         variables.
4843         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4844         (mm-charset-synonym-alist): Move some entries to
4845         mm-codepage-iso-8859-list.
4847         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
4849 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
4851         * message.el (message-citation-line-format)
4852         (message-insert-formated-citation-line): Fix implementation of %E, %N
4853         and %n according to the doc string.
4855 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
4857         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4858         car-safe to avoid bad parses.
4860 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4862         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
4863         names.
4865         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
4867 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4869         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
4870         header.
4872         * message.el (message-draft-headers): Add Date.
4873         (message-headers-to-generate): Fix typo in docstring.
4875         * nndraft.el (nndraft-required-headers): New variable.
4876         (nndraft-generate-headers): Use it.
4878         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
4880 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4882         * gnus-registry.el (gnus-registry-wash-for-keywords)
4883         (gnus-registry-find-keywords): New functions to allow easy searching of
4884         articles that are in the registry.
4886 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4888         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4889         ietf-drums-parse-address instead of gnus-extract-address-components.
4890         Reported by Damien Elmes <damien@repose.cx>.
4892 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4894         * gnus.el (gnus-mime): Remove unused custom group.
4896 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4898         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
4899         "blank line" when searching for end of armor headers.
4901 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4903         * gmm-utils.el (gmm-write-region): Fix variable name.
4905 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
4907         * gmm-utils.el (gmm-write-region): New function based on compatibility
4908         code from `mm-make-temp-file'.
4910         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
4912         * nnmaildir.el (nnmaildir--update-nov)
4913         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
4914         Use `gmm-write-region'.
4916 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4918         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
4919         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4921         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
4923         * message.el (message-replacement-char): New variable.
4924         (message-fix-before-sending): Use it.
4925         (message-simplify-subject): New function to remove duplicate code.
4926         (message-reply, message-followup): Use it.
4928         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
4929         gnus-summary-limit-to-articles.
4931 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4933         * gnus-util.el (gnus-with-local-quit): New macro.
4935         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
4937 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
4939         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
4940         ignore non-string data.
4942 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
4944         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
4945         non-string data (needs to be done in the registry too).
4947 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4949         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
4950         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
4951         (gnus-registry-split-fancy-with-parent)
4952         (gnus-registry-fetch-simplified-message-subject-fast)
4953         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
4954         Remove text properties on ingress into the registry and when it's saved.
4955         (gnus-registry-clean-empty-function): Fix bug with cleaning the
4956         registry from entries with no groups.
4958 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4960         * gnus-util.el (gnus-string-remove-all-properties): Add utility
4961         function to remove string properties.
4963 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4965         * gmm-utils.el (gmm): Adjust custom version.
4967         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4968         custom version.
4970         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4972 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4974         * gnus-art.el (gnus-insert-prev-page-button)
4975         (gnus-insert-next-page-button): Simplify.  Reformat.
4977 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4979         * gnus-art.el (gnus-insert-prev-page-button)
4980         (gnus-insert-next-page-button): Apply gnus-article-button-face.
4982 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
4984         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4986 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4988         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4989         gnus-article-button-face to MIME and security buttons.
4991 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
4993         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4994         readable.
4996 2006-09-20  Steve Youngs  <steve@sxemacs.org>
4998         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4999         `browse-url-of-file' instead of `browse-url'.
5001 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5003         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5004         regexp.  Articles containing quotation were cut prematurely.
5006 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5008         * message.el (message-cite-original-1): Use nobody by default for the
5009         value of From header.
5010         (message-reply): Ditto.
5012 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
5014         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
5015         to the gnus-info.  This fixes a bug of inline-PGP message verification.
5016         Reported by Michael Piotrowski <mxp@dynalabs.de>.
5018 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
5020         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
5021         mails in the doc string.  Add some URLs in comment.
5022         (pop3-movemail): Warn about pop3-leave-mail-on-server.
5024 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5026         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
5027         backslashes handling and the way to find boundaries of quoted strings.
5029 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
5031         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
5032         mml1991-encrypt-to-self is set and mml1991-signers is not set.
5033         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
5034         mml2015-encrypt-to-self is set and mml2015-signers is not set.
5036 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5038         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
5039         doc string.
5040         (gnus-button-regexp, gnus-button-last): Remove unused variables.
5042 2006-09-06  Simon Josefsson  <jas@extundo.com>
5044         * mml2015.el (mml2015-use): Doc fix, mention epg.
5046 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5048         * mml2015.el (mml2015-use): Default to epg, if available.
5050 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5052         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
5053         message-sender.
5054         (mml1991-epg-encrypt): Ditto.
5055         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
5056         message-sender.
5057         (mml2015-epg-encrypt): Ditto.
5059 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
5061         * message.el (message-send-mail-with-sendmail): Look for sendmail in
5062         several common directories.
5064 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
5066         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
5067         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
5069 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5071         * gnus-art.el (article-decode-encoded-words): Make it fast.
5073 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5075         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
5077         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
5078         in quoted string into `\'.
5080 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5082         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5083         Use standard-syntax-table.
5085 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5087         * gnus-art.el (gnus-decode-address-function): New variable.
5088         (article-decode-encoded-words): Use it to decode headers which are
5089         assumed to contain addresses.
5090         (gnus-mime-delete-part): Remove useless `or'.
5092         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
5093         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
5094         (gnus-nov-parse-line): Use it to decode From header.
5095         (gnus-get-newsgroup-headers): Ditto.
5096         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
5098         * mail-parse.el (mail-decode-encoded-address-region): New alias.
5099         (mail-decode-encoded-address-string): New alias.
5101         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5102         New function.
5103         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
5104         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
5105         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
5106         (rfc2047-decode-string): Ditto.
5107         (rfc2047-decode-address-region): New function.
5108         (rfc2047-decode-address-string): New function.
5110 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
5112         * message.el (message-caesar-buffer-body): Allow rotating headers.
5114         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
5116         * message.el (message-insert-formated-citation-line): Fix %f.
5117         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
5119 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5121         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
5122         (gnus-bookmark-mouse-available-p): New macro.
5123         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
5124         (gnus-bookmark-bmenu-show-infos): Use it.
5125         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
5126         (gnus-bookmark-bmenu-hide-infos): Ditto.
5127         (gnus-bookmark-remove-properties): New function.
5128         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
5129         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
5130         (gnus-bookmark-write-file): Bind coding-system-for-write.
5131         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
5132         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
5133         group before selecting it.
5134         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
5135         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
5136         quit-window if it is not available; use gnus-mouse-2 and bind it to
5137         gnus-bookmark-bmenu-select-by-mouse.
5138         (gnus-bookmark-show-details): Remove unused variable `details-list'.
5139         (gnus-bookmark-bmenu-select-by-mouse): New function.
5141 2006-08-13  Romain Francoise  <romain@orebokech.com>
5143         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
5144         space.
5146 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5148         * compface.el (uncompface): Use binary rather than raw-text-unix.
5150 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5152         * compface.el (uncompface): Make sure the eol conversion doesn't take
5153         place when communicating with the external programs.  Reported by
5154         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5156 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5158         * nnheader.el (nnheader-insert-head): Fix typo in comment.
5160 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5162         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5163         Make it more robust by parsing author and date independently.
5165 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5167         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
5169 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
5171         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
5172         first matching secret key.
5173         (mml2015-epg-encrypt): Ditto.
5175         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
5176         first matching secret key.
5177         (mml1991-epg-encrypt): Ditto.
5179         * mml2015.el (mml2015-encrypt-to-self): New user option.
5180         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
5181         mml2015-epg-encrypt-to-self is set.
5183         * mml1991.el (mml1991-encrypt-to-self): New variable.
5184         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
5185         mml1991-epg-encrypt-to-self is set.
5187         * mml2015.el (mml2015-signers): New user option.
5188         (mml2015-epg-sign): Reflect the value of mml2015-signers.
5189         (mml2015-epg-encrypt): Allow to select signing keys.
5191         * mml1991.el (mml1991-signers): New variable.
5192         (mml1991-epg-sign): Reflect the value of mml1991-signers.
5193         (mml1991-epg-encrypt): Allow to select signing keys.
5195 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5197         * nnheader.el (nnheader-insert-head): Make it work even if the file
5198         uses CRLF for the line-break code.
5200 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
5202         * mml2015.el: Require mml-sec instead of password.
5203         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
5204         (mml2015-cache-passphrase): Inherit the default value from
5205         mml-secure-cache-passphrase.
5206         (mml2015-passphrase-cache-expiry): Inherit the default value from
5207         mml-secure-passphrase-cache-expiry.
5209         * mml1991.el: Require mml-sec instead of password.
5210         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
5211         (mml1991-cache-passphrase): Inherit the default value from
5212         mml-secure-cache-passphrase.
5213         (mml1991-passphrase-cache-expiry): Inherit the default value from
5214         mml-secure-passphrase-cache-expiry.
5216         * mml-sec.el: Require password.
5217         (mml-secure-verbose): New user option.
5218         (mml-secure-cache-passphrase): New user option.
5219         (mml-secure-passphrase-cache-expiry): New user option.
5221 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
5223         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
5224         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
5225         andreas@altroot.de (Andreas Vögele).
5227         FIXME: Use `tiny change'?
5229 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5231         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
5232         workaround for the url package included with Emacs.
5234         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5236 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5238         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
5239         correctly.  This fixes a bug caused by the 2006-05-12 change.
5241 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
5243         * nnmail.el (nnmail-article-group): If splitting raises an error, give
5244         some information about the error when saying that the `bogus' mail
5245         group will be used.
5247 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
5249         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
5250         string.
5252 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
5254         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
5256 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5258         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
5260 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5262         * mml1991.el (mml1991-function-alist): Add epg.
5263         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
5264         (mml1991-epg-encrypt): New functions.
5266 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5268         * mml2015.el (mml2015-verbose): New variable.
5269         (mml2015-cache-passphrase): Ditto.
5270         (mml2015-passphrase-cache-expiry): Ditto.
5271         (mml2015-function-alist): Add epg.
5272         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
5273         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
5274         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
5275         functions.
5277 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5279         * message.el (message-cite-original-1): Preserve region when removing
5280         quoted text due to X-No-Archive in order to avoid bogus attribution
5281         when citing multiple messages.
5283 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5285         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
5286         Kenneth Jacker <khj@be.cs.appstate.edu>.
5288 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
5290         * gnus-diary.el (gnus-user-format-function-d)
5291         (gnus-user-format-function-D): Autoload.
5293         * imap.el (Commentary): Fix typo.
5295         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
5296         2006-04-22 contribution.
5298 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5300         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
5301         It didn't really fix the bogosity I'm seeing with solid web groups.
5303 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5305         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
5306         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
5307         created using server names.  If we use the feature without declaring
5308         it, Gnus does not properly manage server and group state.
5310         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
5311         bound.
5313 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5315         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
5316         looking up the method using GROUP's prefix before inventing a new one.
5317         It is used on killed/unknown groups in various places where returning
5318         an all-new method isn't expected by the caller.
5320         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
5321         and match semantics of gnus-group-real-prefix.
5323 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
5325         * nnmail.el (nnmail-broken-references-mailers): New variable.
5326         (nnmail-ignore-broken-references): New function generalizing
5327         nnmail-fix-eudora-headers.
5328         (nnmail-fix-eudora-headers): Now obsolete.
5330         * gnus-art.el (gnus-button-handle-custom): Support
5331         `customize-apropos*'.
5333 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5335         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
5337         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
5338         articles.
5340 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
5342         * message.el (message-cite-reply-above): New variable.
5343         (message-yank-original): Use it.
5345 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5347         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
5349 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
5351         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
5352         as read.
5354         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
5356 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
5358         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
5359         (gnus-bookmark-default-file): Use gnus-directory.
5360         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
5361         Remove "*" in doc string.
5362         (gnus-bookmark-write-file): Simplify.
5363         (gnus-bookmark-maybe-sort-alist): Use `when'.
5364         (gnus-bookmark-get-bookmark): Fix typo in doc string.
5365         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
5366         FIXME about Emacs 21 and XEmacs compatibility.
5367         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
5368         compatibility.
5369         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
5370         compatibility.
5371         (gnus-bookmark-menu-heading): Fix version.
5373 2006-06-19  Bastien Guerry  <bzg@altern.org>
5375         * gnus-bookmark.el: New file.
5377 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5379         * message.el (message-syntax-checks): Doc fix.
5381 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5383         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
5384         unsubscribed groups as if they were killed ones.  It causes duplicate
5385         entries in gnus-newsrc-alist.
5387 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5389         * message.el (message-syntax-checks): Doc fix.
5390         (message-send-mail): Add check for continuation headers.
5391         (message-check-news-header-syntax): Fix regexp used to check for
5392         continuation headers.
5394 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5396         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
5398 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
5400         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
5402 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5404         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
5405         default-truncate-lines.
5407 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5409         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
5410         to fill the utf-8 entry.
5412 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5414         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5416 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
5418         * gnus-agent.el (directory-files-and-attributes): Move all the way
5419         forward (the third and final move).
5420         (gnus-agent-read-agentview): Trap reconstruction errors due to
5421         nonexistent directory.  Handle by returning nil.
5423 2006-05-30  Didier Verna  <didier@xemacs.org>
5425         * message.el (message-dont-reply-to-names): Update the custom type.
5426         * message.el (message-dont-reply-to-names): New defsubst: potentially
5427         convert a list of regexps into a single one.
5428         * message.el (message-get-reply-headers): Use it.
5429         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
5431 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5433         * gnus-agent.el (directory-files-and-attributes): Move forward.
5435 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5437         * gnus-ml.el (gnus-mailing-list-subscribe)
5438         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
5439         (gnus-mailing-list-message): Fix doc strings.
5441 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5443         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
5444         of doing it manually.
5446 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5448         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
5449         comment.
5451 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
5453         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
5454         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
5455         (gnus-agent-read-local): All symbols allocated in my-obarray
5456         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
5457         (gnus-agent-regenerate-group): Check numeric names to see if they are
5458         messages or groups.
5459         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
5460         better way of do this...)
5462         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
5463         'dummy.group' (there should be a better way of do this...)
5465 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5467         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
5468         (gnus-saved-headers): Ditto.
5469         (gnus-default-article-saver): Mention functions may have properties.
5470         (gnus-article-save): Override gnus-save-all-headers and
5471         gnus-saved-headers by :headers property which saver function may have.
5472         (gnus-summary-save-in-file): Add :headers property.
5473         (gnus-summary-write-to-file): Ditto.
5475         * gnus-sum.el (gnus-summary-save-article): Bind
5476         gnus-prompt-before-saving to t when saving many articles in a file;
5477         always show all headers.
5479 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
5481         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
5482         marks.
5484         * message.el (message-indent-citation): Add optional arguments to allow
5485         using it outside of message buffers.
5487         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
5488         (gnus-article-treat-unfold-headers): Use it.
5489         (gnus-article-truncate-lines): New variable.
5490         (gnus-article-mode): Use it.
5491         (gnus-article-toggle-truncate-lines): New function.
5493         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
5494         gnus-article-toggle-truncate-lines.
5496         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
5497         coding system in XEmacs, use binary.
5499 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5501         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
5502         after-load-alist.
5504         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
5505         this function should save decoded articles.
5506         (gnus-summary-write-to-file): Use property to specify this function
5507         should save decoded articles and specify gnus-summary-save-in-file
5508         should be used to save articles other than the first one when saving
5509         many articles.
5510         (gnus-summary-save-body-in-file): Use property to specify this
5511         function should save decoded articles.
5512         (gnus-summary-write-body-to-file): Use property to specify this
5513         function should save decoded articles and specify
5514         gnus-summary-save-body-in-file should be used to save articles other
5515         than the first one when saving many articles.
5517         * gnus-sum.el (gnus-summary-save-article): Simplify.
5519 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5521         * gnus-art.el (gnus-default-article-saver): Add
5522         gnus-summary-write-body-to-file.
5523         (gnus-article-save-coding-system): Don't use coding system object
5524         in XEmacs.
5525         (gnus-read-save-file-name): Add optional `dir-var' argument which
5526         specifies directory in which files are saved; work even if optional
5527         `variable' argument is not specified.
5528         (gnus-summary-write-to-file): Read file name.
5529         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
5530         (gnus-summary-write-body-to-file): New function.
5532         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
5533         (gnus-summary-local-variables): Add it.
5534         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
5535         (gnus-summary-save-article): Remove optional `decode' argument;
5536         determine whether to decode articles by the value of
5537         gnus-default-article-saver; when saving many files using
5538         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
5539         it first and use gnus-summary-save-in-file or
5540         gnus-summary-save-body-in-file thereafter unless
5541         gnus-prompt-before-saving is always; move point to article which
5542         will be saved.
5543         (gnus-summary-save-article-file): Revert.
5544         (gnus-summary-write-article-file): Revert.
5545         (gnus-summary-save-article-body-file): Revert.
5546         (gnus-summary-write-article-body-file): New function.
5548 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
5550         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
5552 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5554         * gnus-art.el (gnus-default-article-saver): Doc fix.
5555         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
5556         from gnus-summary-save-article-coding-system, and default to a
5557         certain coding system.
5558         (gnus-output-to-file): Add coding cookie and encode text according
5559         to gnus-article-save-coding-system; don't use mm-append-to-file.
5561         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
5562         gnus-art.el and rename to gnus-article-save-coding-system.
5563         (gnus-summary-save-article): Require gnus-art; don't show all
5564         headers if it decodes articles; don't add coding cookie here;
5565         don't bind mm-text-coding-system-for-write.
5566         (gnus-summary-save-article-file): Save decoded articles.
5567         (gnus-summary-write-article-file): When saving many files, use
5568         gnus-summary-write-to-file first and gnus-summary-save-in-file
5569         thereafter unless gnus-prompt-before-saving is always.
5570         (gnus-summary-save-article-body-file): Save decoded articles.
5572 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5574         * nnrss.el (nnrss-check-group): Bind hash-index.
5576 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
5578         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
5579         its hash index.  Store this hash in `nnrss-group-data'.
5580         (nnrss-read-group-data): Update accordingly.
5582 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5584         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
5585         entry.
5587         * gnus-sum.el (gnus-summary-make-menu-bar): Add
5588         gnus-article-browse-html-article.
5590 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
5592         * gnus-sum.el (gnus-summary-mime-map): Add
5593         gnus-article-browse-html-article.
5594 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5596         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
5597         suitable coding systems in customize.
5599 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
5601         * mail-source.el (mail-sources): Fix custom type.
5603 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
5605         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
5606         (gnus-summary-expire-articles-now): Shorten prompt.
5608         * gmm-utils.el (wid-edit): Require.
5609         (defun-gmm): Renamed from `gmm-defun-compat'.
5610         (gmm-image-search-load-path): Use it.
5611         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
5613 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5615         * gnus-sum.el (gnus-summary-save-article-coding-system): New
5616         variable.
5617         (gnus-summary-save-article): Add optional `decode' argument.  If
5618         it is set and gnus-summary-save-article-coding-system is non-nil,
5619         save decoded article.
5620         (gnus-summary-write-article-file): Save decoded article if
5621         gnus-summary-save-article-coding-system is non-nil.
5623         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
5624         type.
5626 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5628         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
5630 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5632         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
5633         first to test gnus-single-article-buffer which may be buffer-local.
5635         * gnus-sum.el (gnus-summary-setup-buffer): Make
5636         gnus-single-article-buffer buffer-local and nil in ephemeral
5637         group; make gnus-article-buffer, gnus-article-current, and
5638         gnus-original-article-buffer always buffer-local.
5639         (gnus-summary-exit): Kill article buffer belonging to ephemeral
5640         group.
5641         (gnus-handle-ephemeral-exit): Don't move to next summary line.
5643 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5645         * nnml.el (nnml-request-compact-group): Compressed files might not
5646         have .gz extension.
5648 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5650         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
5651         (mm-copy-to-buffer): Use with-current-buffer.
5652         (mm-display-part): Simplify.
5653         (mm-inlinable-p): Add optional arg `type'.
5655 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5657         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
5658         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
5659         Try harder to show the attachment internally or externally using
5660         gnus-mime-view-part-as-type.
5662 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5664         * message.el (message-from-style, message-signature-separator)
5665         (message-user-organization-file, message-send-mail-function)
5666         (message-citation-line-function, message-yank-prefix)
5667         (message-indent-citation-function, message-signature)
5668         (message-signature-file, message-signature-insert-empty-line):
5669         Remove autoloads.
5671         * gnus-art.el (gnus-buttonized-mime-types): Remove
5672         "multipart/signed".  Revert 2006-04-26 change.
5674 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5676         * gnus.el (gnus-version-number): Bump version.
5678 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5680         * gnus.el: No Gnus v0.5 is released.
5682 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5684         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
5685         fetching articles by message-id.
5687 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5689         * message.el (hashcash): Require hashcash as normal.
5691         * ecomplete.el (ecomplete-highlight-match-line): Use
5692         point-at-eol.
5693         (ecomplete-highlight-match-line): Use `highlight', because that
5694         face exists in both Emacs and XEmacs.
5696         * message.el (message-display-abbrev): Use point-at-bol.
5698         * mail-source.el: Don't require timer/timer-funcs.
5700         * gnus-async.el: Ditto.
5702         * password.el: Ditto.
5704         * mm-url.el: Ditto.
5706         * mm-util.el: Require timer/timer-funcs.
5708 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5710         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
5711         Close.
5713 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5715         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
5716         unibyte after clear-decrypt function runs.
5718         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
5719         returns as a unibyte string.
5721 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5723         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
5724         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
5725         (mml1991-pgg-encrypt): Ditto.
5727 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
5729         * message.el (message-user-organization-file): Check several
5730         locations of the organization file.
5732         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
5733         Add gnus-article-view-part-as-type.
5735         * gnus-art.el (gnus-article-view-part-as-type): New function.
5737         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
5738         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
5740         * mml.el: Simplify autoload.
5741         (mml-mode): defvar dnd-protocol-alist instead of using
5742         symbol-value.
5743         (mml-default-directory): New variable.
5744         (mml-minibuffer-read-file): Use it.
5745         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
5747         * message.el (message-citation-line-format): New variable.
5748         (message-insert-formated-citation-line): New function.
5749         (message-citation-line-function): Add
5750         `message-insert-formated-citation-line' to custom type.
5752         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
5753         to doc string.
5755         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
5756         depending on mm-verify-option.
5758 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5760         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
5761         binding pgg-* variables; reimplement the section which prevents
5762         MIME header from being signed.
5763         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
5764         pgg-text-mode; remove a blank line at the top of body.
5766         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
5767         lines at the top of body; use gnus-newsgroup-charset if there's no
5768         Charset header.
5770 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5772         * message.el (message-self-insert-commands): Doc fix.
5774         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
5775         (mm-uu-pgp-encrypted-test): Ditto.
5776         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
5777         between header and body; return application/pgp-encrypted handle
5778         if decryption failed; decode decrypted body by charset.
5780         * mm-decode.el (mm-automatic-display): Don't make application/pgp
5781         element match to application/pgp-*.
5783 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5785         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
5786         HTML.
5788 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5790         * mail-source.el (mail-source-call-script): Message the error
5791         string.
5793 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5795         * gnus-util.el (gnus-byte-compile): Use it.
5797 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
5799         * gnus-util.el (kill-empty-logs): New function.
5801 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5803         * message.el (message-mail-alias-type): Doc fix.
5804         (message-mail-alias-type-p): New function.
5805         (message-send): Use it.
5806         (message-mode): Ditto.
5807         (message-strip-forbidden-properties): Ditto.
5809         * ecomplete.el (ecomplete-database-file-coding-system): New
5810         variable.
5811         (ecomplete-save): Use it.
5812         (ecomplete-setup): Use it.
5814 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5816         * message.el (message-self-insert-commands): New variable.
5817         (message-strip-forbidden-properties): Use it.
5819 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5821         * message.el (message-put-addresses-in-ecomplete): Use a regexp
5822         that doesn't make XEmacs choke.
5824 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
5826         * gnus-util.el (gnus-replace-in-string):
5827         Prefer replace-regexp-in-string over of replace-in-string.
5829 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5831         * gnus-util.el (gnus-select-frame-set-input-focus):
5832         Use select-frame-set-input-focus if it is available in XEmacs; use
5833         definition defined in Emacs 22 for old Emacsen.
5835 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5837         * mm-view.el (mm-inline-text): Use equal instead of equalp.
5839 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
5841         * gnus-registry.el (gnus-registry-cache-save): Remove text
5842         properties when saving via the temp buffer.
5844 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5846         * message.el (message-generate-hashcash): Honor custom type.
5848 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5850         * message.el (message-generate-hashcash): Default to non-nil when
5851         hashcash is found.
5853         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
5854         (gnus-refer-thread-limit): Increase default to 500.
5856         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
5858         * flow-fill.el (fill-flowed): Allow delete-space.
5860 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5862         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5863         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
5864         Remove autoloads.
5866 2006-04-18  Simon Josefsson  <jas@extundo.com>
5868         * message.el (message-generate-hashcash): Default to.
5870 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5872         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5873         concatenating segments rather than before concatenating them.
5875 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5877         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
5879         * imap.el (imap-quote-specials): New function.
5880         (imap-login-auth): Quote specials.
5882 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5884         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
5886         * message.el (message-forward-make-body-plain): Allow
5887         message-forward-ignored-headers to be a list.
5888         (message-remove-ignored-headers): Factor out into function.
5889         (message-forward-make-body-mml): Use it.
5890         * rfc2231.el (rfc2231-parse-string): Remove dead code.
5891         (rfc2231-parse-string): Allow concatanation of parameters that
5892         aren't contiguous.  The test case is
5893           (mail-header-parse-content-type "message/external-body;
5894             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
5895             access-type=LOCAL-FILE;
5896             name*1*=plugh%2fhello-sailor%2fbing.pdf")
5898 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5900         * nntp.el (nntp-accept-process-output): Return the value of
5901         `nnheader-accept-process-output'.
5903 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5905         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
5906         (gnus-button-alist): Recognize more diff formats.
5907         (gnus-button-patch): Strip directory.
5909 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5911         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
5912         Emacs 22 when setting focus.
5914 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5916         * gnus-art.el (gnus-article-treat-types): Do treatment of
5917         text/x-verbatim parts.
5918         (gnus-button-patch): New command.
5920         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
5921         addresses that contain invalid characters.
5923 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5925         * message.el (message-put-addresses-in-ecomplete): Use
5926         gnus-replace-in-string.
5927         (message-is-yours-p): Use the more correct
5928         mail-header-parse-address instead of
5929         mail-extract-address-components.
5930         (message-put-addresses-in-ecomplete): Fix typo.
5932         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
5933         keystroke.
5935         * gnus-art.el (gnus-treatment-function-alist): Change order of
5936         newsgroups/generic header folding to avoid double-folding.
5938         * message.el (message-hidden-headers): Add X-Draft-From.
5940         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
5941         command.
5942         (gnus-summary-repeat-search-article-backward): New command.
5944         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
5945         groups in the parent topic.
5947 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
5949         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
5950         (spam-extra-header-to-number): Return the CRM114 number as a
5951         number instead of a string.
5953 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5955         * gnus-art.el (gnus-face-properties-alist): Moved here from
5956         gnus-fun.
5958         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
5960 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5962         * message.el (message-strip-forbidden-properties): Only display on
5963         self-insert-command.
5965         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
5966         reindent.
5967         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5969 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
5971         * smiley.el (smiley-style): Fix typo.
5973 2006-03-23  Kenichi Handa  <handa@m17n.org>
5975         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
5976         instead of set-buffer-multibyte.
5978 2006-03-23  Kenichi Handa  <handa@m17n.org>
5980         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5981         buffer and then decode the buffer text if necessary.
5982         (rfc2231-encode-string): Be sure to work on multibyte buffer at
5983         first, and after mm-encode-body, change the buffer to unibyte.
5985 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5987         * hashcash.el (hashcash-insert-payment-async-2): Use
5988         message-goto-eoh instead of doing it manually.
5989         (mail-add-payment): Use message-narrow-to-header instead of trying
5990         to do the same itself.
5992         * message.el (message-hidden-headers): Add Face.
5994         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5995         reparenting code.
5996         (gnus-summary-reparent-children): Refactored out code.
5997         (gnus-summary-thread-map): New keystroke.
5998         (gnus-summary-reparent-children): Make into command.
6000         * smiley.el (smiley-style): Default to `medium' if using a large
6001         font.
6003         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
6004         does it itself.
6006         * message.el (message-point-in-header-p): Simplify definition.
6008 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6010         * nnagent.el (nnagent-request-set-mark): Silence log file
6011         writing.
6012         (nnagent-request-set-mark): Use write-region instead of
6013         append-to-file.
6015         * gnus-sum.el (gnus-read-header): Fudge article number if using a
6016         strange select method.
6018         * ecomplete.el (ecomplete-display-matches): Get highlightling
6019         right.
6020         (ecomplete-display-matches): Use literals.
6021         (ecomplete-display-matches): Disable message logging.
6023         * message.el (message-display-abbrev): Small optimization.
6025         * ecomplete.el (ecomplete-display-matches): Allow automatic
6026         display.
6028         * message.el (message-strip-forbidden-properties): Display
6029         abbrevs.
6030         (message-display-abbrev): Get automatic display right.
6032         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
6033         keystrokes.
6035 2006-04-13  Romain Francoise  <romain@orebokech.com>
6037         TODO: Backport to v5-10!
6039         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
6040         Moved here (and renamed) from gnus-registry.el.
6042         * gnus-registry.el: Require gnus-util.
6043         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
6045 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6047         * gnus-group.el (gnus-group-catchup-current): Change
6048         if-then-else-if-then-else into cond.
6049         (gnus-group-catchup): Indent.
6050         (group-name-at-point): New function.
6051         (gnus-fetch-group): Provide default from thing at point.
6053 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6055         * message.el (message-display-abbrev): Fix regexp.
6057         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
6058         choosing.
6059         (ecomplete-highlight-match-line): Fix up code rewrite, remove
6060         dead variables.
6062         * message.el (message-newline-and-indent): Remove debugging.
6063         (message-display-abbrev): Use new implementation.
6065 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6067         * gnus-art.el (gnus-article-mode): Set
6068         cursor-in-non-selected-windows to nil.
6070         * smiley.el: Revert previous change.
6071         (smiley-data-directory): defvar it before using it in the
6072         defcustom of `smiley-style'.
6074 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6076         * message.el (message-newline-and-indent): New function.
6078         * ecomplete.el: Implement more bits.
6080         * message.el (message-put-addresses-in-ecomplete): Clean up the
6081         string.
6083         * ecomplete.el (ecomplete-add-item): Chop off decimals.
6085         * gnus-sum.el (gnus-summary-save-parts): Bind
6086         gnus-summary-save-parts-counter and use it to make unique file
6087         names.
6089         * gnus-art.el (gnus-ignored-headers): Add some more headers.
6091         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
6092         parameter to say whether to actually parse the individual
6093         addresses.
6095         * message.el (message-put-addresses-in-ecomplete): New function.
6096         (ecomplete): Require.
6097         (message-mail-alias-type): Add ecomplete as an option.
6099 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
6101         * flow-fill.el (fill-flowed): Remove trailing space from blank
6102         quoted lines.
6104 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6106         * smiley.el (smiley-style): Move definition later to avoid a
6107         compilation warning.
6109 2006-04-12  Kenichi Handa  <handa@m17n.org>
6111         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
6112         buffer and then decode the buffer text if necessary.
6113         (rfc2231-encode-string): Be sure to work on multibyte buffer at
6114         first, and after mm-encode-body, change the buffer to unibyte.
6115         Use mm-disable-multibyte instead of set-buffer-multibyte.
6117 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6119         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
6120         Content-Type header instead of Content-Disposition header.
6121         (gnus-mime-inline-part): Ditto.
6122         (gnus-mime-view-part-as-charset): Ignore charset that the part
6123         specifies.
6125         * mm-decode.el (mm-display-part): Work with external parts and
6126         usual parts similarly.
6128         * mm-extern.el (mm-inline-external-body): Use mm-display-part
6129         instead of gnus-display-mime.
6131         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
6132         instead of with-temp-buffer.
6134         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
6135         tag to summarized topics part in order to encode non-ASCII text.
6137 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6139         * smiley.el (smiley-style): New variable.
6140         (smiley-directory): New function.
6141         (smiley-data-directory): Derive from `smiley-style' using
6142         `smiley-directory'.
6143         (smiley-regexp-alist): Add new entries.
6145         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
6146         (gnus-article-browse-delete-temp): Add :version.
6148 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
6150         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
6151         the sieve region.
6153 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6155         * gnus.el (gnus-version-number): Bump version.
6157 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6159         * gnus.el: No Gnus v0.4 is released.
6161 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6163         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
6164         layout.
6166         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
6167         unknown charset.
6169         * message.el (message-header-synonyms): Add Original-To to the
6170         default.
6172         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
6173         optional parameter.
6175 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
6177         * gnus-fun.el (gnus): Require it for gnus-directory.
6179 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6181         * gnus-fun.el (gnus-face-properties-alist): Add :version.
6183 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6185         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
6187 2006-04-05  Simon Josefsson  <jas@extundo.com>
6189         * password.el (password-reset): New function.
6191 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6193         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
6194         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
6196 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6198         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6199         Some whitespace was matched into the url, which broke browsing hits
6200         > 100 when mm-url-use-external was nil.
6202 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6204         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
6205         gnus-extra-headers for 'Newsgroups.
6207         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
6208         bound.
6210 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
6212         * pgg-gpg.el: Clean up process buffers every time gpg processes
6213         complete.
6215 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
6217         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6218         doc string.
6220 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
6222         * pgg-gpg.el (pgg-gpg-process-filter)
6223         (pgg-gpg-wait-for-completion): Check if buffer is alive.
6225         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
6226         lines, temporary fix.
6228 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6230         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
6232 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
6234         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
6235         default-enable-multibyte-characters.  This reverts the change from
6236         revision 6.17 which is no longer necessary because the passphrase
6237         is sent separately now.  GnuPG messages are unreadable under
6238         multibyte locales with default-enable-multibyte-characters set to
6239         nil.
6241 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
6243         * message.el (message-tool-bar-gnome): Move "spell".
6245 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
6247         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
6248         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
6249         instead.
6251 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
6253         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
6254         newsgroups handling for NNTP overviews which don't include
6255         Newsgroups.
6257 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6259         * message.el (message-resend): Bind message-generate-hashcash to nil.
6261 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6263         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
6264         when searching for already-paid recipients.
6266 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
6268         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
6269         passphrases when it is not needed.
6270         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
6271         passphrase stuff from gpg, should only be necessary when you use
6272         gpg with a smartcard.
6274 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6276         * mml.el (mml-insert-mime): Ignore cached contents of
6277         message/external-body part.
6279         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
6280         (mm-insert-part): Ditto.
6282 2006-03-23  Simon Josefsson  <jas@extundo.com>
6284         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
6285         Reiner.
6286         (pgg-gpg-use-agent-p): Use it again.
6288 2006-03-23  Simon Josefsson  <jas@extundo.com>
6290         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
6291         older emacsen.
6292         (pgg-gpg-use-agent-p): Don't use it.
6294 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
6296         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
6297         if we can.
6299 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
6301         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
6302         (pgg-gpg-update-agent): New function.
6303         (pgg-gpg-use-agent-p): New function.
6304         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
6305         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6306         (pgg-gpg-sign-region): Use it.
6308 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6310         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
6311         Reported by Ralf Wachinger <rwachinger@gmx.de>.
6313 2006-03-21  Simon Josefsson  <jas@extundo.com>
6315         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
6316         <wilde@sha-bang.de>.
6317         (pgg-gpg-use-agent): New variable.
6318         (pgg-gpg-process-region): Use it.
6319         (pgg-gpg-encrypt-region): Likewise.
6320         (pgg-gpg-encrypt-symmetric-region): Likewise.
6321         (pgg-gpg-decrypt-region): Likewise.
6322         (pgg-gpg-sign-region): Likewise.
6323         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
6325 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6327         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
6329         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
6330         Add comment on version.
6332 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6334         * smiley.el: Add missing test smiley.
6336 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6338         * mm-decode.el (mm-with-part): New macro.
6339         (mm-get-part): Use it; work with message/external-body as well.
6340         (mm-save-part): Treat name and filename equally.
6342         * mm-extern.el (mm-extern-cache-contents): New function.
6343         (mm-inline-external-body): Use it; force the part to be displayed;
6344         move undisplayer added to the cached handle to the parent.
6346         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
6347         (gnus-mime-view-part-as-type): Work with message/external-body.
6349         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6351 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6353         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
6354         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
6355         Emacs.]
6357 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6359         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
6360         path rather than symbol.  Always return list of directories.
6361         Guarantee that image directory comes first.  [Sync with image.el,
6362         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
6364         * message.el (message-make-tool-bar): Adjust to new API of
6365         `gmm-image-load-path-for-library'.
6367         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6369         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6371 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6373         * gnus-art.el (gnus-article-only-boring-p):
6374         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
6375         intangible text.
6376         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
6378 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
6380         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
6381         `defun' instead of `gmm-defun-compat'.
6383 2006-03-14  Simon Josefsson  <jas@extundo.com>
6385         * message.el (message-unique-id): Don't use message-number-base36
6386         if (user-uid) is a float.
6387         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
6389 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6391         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
6393         * gnus-art.el (gnus-mime-display-single): Make sure there is an
6394         empty line between a part and a message part.
6396 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
6398         * smiley.el: Add more test smileys.
6399         (smiley-data-directory, smiley-regexp-alist)
6400         (gnus-smiley-file-types): Fix doc strings.
6401         (smiley-update-cache): Clear smiley-cached-regexp-alist before
6402         adding new elements.
6403         (smiley-mouse-map): Unused code.  Make it a comment.
6405 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6407         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
6408         scan latest NoCeM messages instead of old ones.
6409         (gnus-nocem-check-article): Fix regexps so as to match to PGP
6410         delimiters that are recently used.
6411         (gnus-nocem-load-cache): Add autoload cookie.
6413         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
6415         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
6416         level which is larger than gnus-use-nocem is specified.
6418         * gnus-group.el (gnus-group-get-new-news): Ditto.
6420 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6422         * gnus-util.el (gnus-tool-bar-update): New function.
6424         * gnus-group.el (gnus-group-update-tool-bar): New variable.
6425         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
6427         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
6429         * gnus-group.el (gnus-group-redraw-when-idle)
6430         (gnus-group-redraw-check): Remove.
6431         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
6433 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6435         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
6436         if optional last element is specified in splits (FIELD VALUE...).
6438 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
6440         * message.el (message-make-tool-bar): Rename gmm-image-load-path
6441         to gmm-image-load-path-for-library.  Call with no-error argument.
6442         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
6444         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6446         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6448         * gmm-utils.el (gmm-image-load-path): Remove alias.
6450 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
6452         * gmm-utils.el (gmm-image-load-path): Add alias.
6454         * nnml.el (nnml-generate-nov-databases-directory): Rename from
6455         nnml-generate-nov-databases-1.
6456         (nnml-generate-nov-databases): Use it.
6457         (nnml-generate-nov-databases-directory): Document no-active
6458         argument.
6460         * gmm-utils.el (gmm-image-load-path-for-library): Return single
6461         directory if path is t.  Add no-error.
6463         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
6464         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6466         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
6467         resetting gnus-article-browse-html-temp-list.
6469         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
6470         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
6471         Add example to docstring.  Rename local variables.  Move error
6472         checks to default case in cond and simplify.
6474 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6476         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
6477         handle is multipart when calling it recursively.
6478         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
6480 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
6482         * nnimap.el (nnimap-request-update-info-internal): Optimize.
6483         Don't `gnus-uncompress-range' to avoid excessive memory usage.
6485 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6487         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
6488         is loaded.
6490         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
6491         loaded.
6493 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6495         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
6496         to "Emacs 23 (unicode)" in doc string.
6498         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
6499         "Emacs 23 (unicode)" in comment.
6501 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6503         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
6505         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
6506         characters 160 through 255 in Emacs 23.
6508 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6510         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
6511         gnus-article-browse-html-temp.
6512         (gnus-article-browse-delete-temp): Make it customizable.  Add
6513         `file'.  Adjust doc string.
6514         (gnus-article-browse-delete-temp-files): Add argument.  Allow
6515         query for each file.  Adjust doc string.
6516         (gnus-article-browse-html-parts): Add
6517         `gnus-article-browse-delete-temp-files' to
6518         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
6520 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
6522         * gnus-art.el (gnus-article-browse-html-temp)
6523         (gnus-article-browse-delete-temp): New variables.
6524         (gnus-article-browse-delete-temp-files): New function.
6525         (gnus-article-browse-html-parts): Use it.
6527 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6529         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
6531         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
6532         string.
6534         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
6535         gnus-summary-insert-new-articles when unplugged.  Remove
6536         gnus-summary-search-article-forward.
6538         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
6539         display-visual-class instead of display-color-cells.
6541 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6543         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
6544         message/* containing non-ASCII text properly.
6546 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6548         * message.el: Require gmm-utils, remove autoloads.
6549         (message-tool-bar): Set default based on
6550         gmm-tool-bar-style.
6551         (message-tool-bar-gnome): Add gmm-customize-mode.
6553         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
6554         gmm-tool-bar-style.
6555         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
6557         * gnus-group.el (gnus-group-tool-bar): Set default based on
6558         gmm-tool-bar-style.
6559         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
6561         * gmm-utils.el (gmm-image-directory): Rename variable from
6562         gmm-image-load-path.
6563         (gmm-image-load-path): Use gmm-image-directory.
6564         (gmm-customize-mode): New function.
6565         (gmm-tool-bar-style): New variable.
6567         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
6568         gnus-group-redraw-line-number.
6569         (gnus-group-redraw-check): Simplify.
6570         (gnus-group-tool-bar-update): Remove redraw check.
6571         (gnus-group-make-tool-bar): Add redraw check.
6573 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
6575         * gnus-art.el (gnus-button): Add missing parentheses.
6577 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6579         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
6581 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6583         * gnus-art.el (gnus-button): New face.
6584         (gnus-article-button-face): Use it.
6586         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
6587         gnus-summary-next-page.  Re-order.
6589         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
6590         next-node are now included.
6591         (gnus-group-redraw-line-number): New internal variable.
6592         (gnus-group-redraw-check): Helper function for updating the tool
6593         bar.
6594         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
6596         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
6598         * spam.el (spam-spamassassin-score-regexp): New internal variable.
6599         (spam-extra-header-to-number, spam-check-spamassassin-headers):
6600         Use it to match format of Spamassassin 3.0 and later.  Reported by
6601         IRIE Tetsuya <irie@t.email.ne.jp>.
6602         (spam-check-bogofilter)
6603         (spam-bogofilter-register-with-bogofilter): Fix args of
6604         `gnus-error' calls.
6606 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6608         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
6609         unnecessary interaction when sending queued mails.  Reported by
6610         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
6612 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6614         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
6615         first or last are nil.
6617 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6619         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
6621 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6623         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
6625 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6627         * dns.el (query-dns): Protect more against buggy tcp output.
6629 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6631         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
6632         nov.php.
6634 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6636         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
6637         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
6638         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
6639         output on the server side.
6640         (nnweb-google-create-mapping): Update regexps and add some
6641         progress indication.
6643 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
6645         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
6646         gnus-agent-toggle-plugged.  Re-order icons.
6647         (gnus-group-tool-bar-gnome): Add
6648         gnus-group-{prev,next}-unread-group.
6649         (gnus-group-tool-bar-gnome): Re-order icons.
6651         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
6652         gnus-summary-insert-new-articles.
6654         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
6655         comments.
6657         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
6658         also available in Emacs 21.3.
6660         * message.el (message-fix-before-sending): Change "Emacs 22" to
6661         "Emacs 23 (unicode)" in comment.
6663         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
6664         "Emacs 23 (unicode)" in comment.
6666         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
6667         comment.
6668         (mm-coding-system-p): Add comment about no-MULE XEmacs.
6670         * mm-view.el (mm-fill-flowed): Add :version.
6672 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6674         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
6675         and load-path.
6677 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
6679         * message.el: Autoload gmm-image-load-path.
6680         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
6681         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
6682         consitency.
6684         * gmm-utils.el (gmm-image-load-path): Also search in
6685         "../etc/images".  Don't set gmm-image-load-path if we don't find
6686         the image.
6688 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6690         * gmm-utils.el (gmm-image-load-path): Don't make
6691         `gmm-image-load-path' include subdirectories which the second arg
6692         `image' might specify.
6694         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
6695         subdirectory to icon file names.
6697         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
6699 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6701         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
6702         gmm-image-load-path calls.
6704         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6706         * message.el (message-make-tool-bar): Ditto.
6708         * mml.el (mml-preview): Added comment concerning tool bar icons.
6710         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
6711         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
6713         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
6714         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
6716         * message.el (message-tool-bar-gnome): Use new icon names.
6717         (message-make-tool-bar): Use `gmm-image-load-path'.
6719         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
6720         functions from MH-E.
6721         (gmm-image-load-path): New variable from MH-E.
6722         (gmm-image-load-path): New function from MH-E.  Added arguments
6723         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
6724         *-image-load-path-called-flag.
6726 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
6728         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
6730 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
6732         * nnimap.el (nnimap-request-move-article): Change folder back to
6733         source group before deleting.
6735 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
6737         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
6739         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
6740         mm-url.
6742         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
6744 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6746         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
6747         coding system which mm-charset-to-coding-system returns for a
6748         given charset is valid.
6750 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
6752         * html2text.el (html2text-remove-tag-list):
6753         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
6755 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6757         * gnus-cus.el: Revert 2005-10-17 change.
6759 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6761         * gnus-art.el (article-strip-banner): Call
6762         article-really-strip-banner only when the regexp match is made.
6764 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6766         * gnus-art.el (article-strip-banner): Use
6767         gnus-extract-address-components instead of
6768         mail-header-parse-addresses to make it work with non-ASCII text;
6769         remove mail-encode-encoded-word-string.
6771         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
6772         values which are surrounded with \"...\"; make it never cause a
6773         Lisp error; give up parsing of parameters if it failed in
6774         extracting type.
6776 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
6778         * smime.el (smime-cert-by-ldap-1): Fix bug where
6779         `smime-ldap-search' returns results without userCertificates.
6781 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6783         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
6785 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6787         * spam.el (spam-check-spamassassin-headers): Adapt format for
6788         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
6789         <ari@mbf.ocn.ne.jp>.
6790         (spam-list-of-processors): Add spam-use-gmane.
6792 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6794         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
6795         make-temp-file; make it work with XEmacs as well.
6797         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
6798         mm-make-temp-file.
6800         * mm-decode.el (mm-display-external): Use the 3rd arg of
6801         mm-make-temp-file.
6802         (mm-create-image-xemacs): Ditto.
6804 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6806         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
6807         with message-narrow-to-headers.
6808         (gnus-draft-setup): Narrow to header to run message-fetch-field.
6809         (gnus-draft-check-draft-articles): New function.
6810         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
6812 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6814         * gnus-art.el (gnus-article-browse-html-parts):
6815         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
6816         Don't use suffix argument for mm-make-temp-file for Emacs 21
6817         compatibility.  Remove useless `format'.
6819 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6821         * nnweb.el (nnweb-google-wash-article): Update regexps.
6822         (nnweb-group-alist): Use defvoo instead of defvar.
6824 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6826         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
6827         re-loading nn* modules.
6829 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6831         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
6832         for `tool-bar-mode' and don't check it's default-value.
6834         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6836         * message.el (message-make-tool-bar): Ditto.
6838         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
6839         `substring'.  Shorten tmp-file name.
6841         * gnus.el: Remove bogus comment.
6843 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
6845         * gnus-art.el (gnus-article-browse-html-parts): New function.
6846         (gnus-article-browse-html-article): New function for viewing html
6847         articles with a browser.
6849 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
6851         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
6852         (mml2015-pgg-encrypt): Ditto.
6854         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
6855         (mml1991-pgg-encrypt): Ditto.
6857 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6859         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
6860         message-make-date instead of current-time-string.
6862         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
6863         to gnus-decoded which mm-uu might set.
6865 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6867         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
6868         don't decode quoted parameters; remove misimported Emacs code.
6869         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6870         (rfc2231-decode-encoded-string): Don't use split-string which
6871         behaves differently according to Emacs version; use
6872         mm-decode-coding-region to convert charset to coding-system.
6873         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6874         (rfc2231-encode-string): Remove misimported Emacs code.
6876 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6878         * gnus-art.el (article-decode-charset): Don't use ignore-errors
6879         when calling mail-header-parse-content-type.
6880         (article-de-quoted-unreadable): Ditto.
6881         (article-de-base64-unreadable): Ditto.
6882         (article-wash-html): Ditto.
6884         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
6885         calling mail-header-parse-content-type and
6886         mail-header-parse-content-disposition.
6887         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
6888         mail-header-parse-content-type.
6890         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
6891         insert charset and format parameters; encode description after
6892         inserting it to buffer.
6893         (mml-insert-parameter): Fold lines properly even if a parameter is
6894         segmented into two or more lines; change the max column to 76.
6896         * rfc1843.el (rfc1843-decode-article-body): Don't use
6897         ignore-errors when calling mail-header-parse-content-type.
6899         * rfc2231.el (rfc2231-parse-string): Return at least type if
6900         possible; don't cause an error even if it fails in parsing of
6901         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6902         (rfc2231-encode-string): Don't break lines at the beginning, leave
6903         it to mml-insert-parameter.
6905         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
6906         calling mail-header-parse-content-type.
6908 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
6910         * spam-report.el (spam-report-gmane-use-article-number):
6911         Improve doc string.
6912         (spam-report-gmane-internal): Check if a suitable header was found
6913         in the article.
6915 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6917         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
6918         (rfc2231-encode-string): Make param*=value always begin with LWSP.
6920 2006-02-05  Romain Francoise  <romain@orebokech.com>
6922         Update copyright notices of all files in the gnus directory.
6924 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6926         * nnweb.el (nnweb-request-group): Avoid growing overview files.
6928 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6930         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
6931         segmented lines of parameter value to cope with Thunderbird 1.5
6932         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
6933         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6934         (rfc2231-encode-string): Don't make lines exceeding 76 column.
6936 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
6938         * mml.el (mml-generate-mime-1): Correct the order of inline signed
6939         parts.
6941 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6943         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
6944         there's only one active file for all servers.
6945         (nnweb-request-scan): Make sure nnweb-articles is initialized on
6946         solid groups.  Gnus might have used a FAST request to select the group.
6947         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
6948         and nnweb-search redundantly in the active file.
6949         (nnweb-request-list): Don't list bogus groups.  There can only be one.
6950         (nnweb-request-create-group): Don't use ARGS.
6951         (nnweb-possibly-change-server, nnweb-request-group): Remove some
6952         initialisations.  Let nnoo do the work.
6954 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6956         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
6957         Say the part has been decoded.
6959         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
6961 2006-01-31  Kevin Ryde  <user42@zip.com.au>
6963         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
6964         mailcap-viewer-test-cache when there's no 'test clause, since that
6965         will invert the meaning of a "nil" test previously determined by
6966         mailcap-mailcap-entry-passes-test.
6968 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6970         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6971         compiling.
6973         * gnus-sum.el: Ditto.
6975         * message.el: Don't bind tool-bar-map when compiling.
6977 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
6979         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
6981 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6983         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6984         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6985         current Google Groups.
6987 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
6989         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6990         and tool-bar-mode.
6992         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6993         and tool-bar-mode.
6995         * message.el (message-tool-bar-update): Simplify.
6996         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
6998         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6999         gnus-summary-buffer.
7000         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
7001         gnus-summary-reply.
7003         * gmm-utils.el (gmm): Add :version.
7005 2006-01-26  Steve Youngs  <steve@sxemacs.org>
7007         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
7008         autoload.
7010 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7012         * gmm-utils.el (gmm-verbose): Add :group.
7014 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
7016         * message.el: Change some comments WRT tool-bars.
7018         * gnus-sum.el (gnus-summary-tool-bar)
7019         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
7020         (gnus-summary-tool-bar-zap-list): New variables.
7021         (gnus-summary-make-tool-bar): Complete rewrite using
7022         `gmm-tool-bar-from-list'.
7024         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
7025         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
7026         variables.
7027         (gnus-group-make-tool-bar): Complete rewrite using
7028         `gmm-tool-bar-from-list'.
7029         (gnus-group-tool-bar-update): New function.
7031         * message.el (message-mode-field-menu): Add "Show hidden Headers".
7033 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7035         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
7036         is dissected into a single part of which the type is the same as
7037         the given one; decode charset.
7039 2006-01-21  Kevin Ryde  <user42@zip.com.au>
7041         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
7042         into alists as symbol not string, since that's what
7043         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
7044         look for.
7046 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
7048         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
7049         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
7051         * message.el (message-tool-bar-gnome): Use gmm-ignore.
7053 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7055         * gnus-art.el (gnus-mime-security-button-commands): New variable.
7056         (gnus-mime-security-button-menu): New definition.
7057         (gnus-mime-security-button-map): Use them.
7058         (gnus-mime-security-button-menu): New function.
7059         (gnus-insert-mime-security-button): Addition to help echo.
7060         (gnus-mime-security-run-function, gnus-mime-security-save-part)
7061         (gnus-mime-security-pipe-part): New functions.
7063         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
7064         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
7066         * mm-decode.el (mm-handle-set-disposition): Remove.
7067         (mm-handle-set-description): Remove.
7069 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7071         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
7072         (mm-w3m-standalone-supports-m17n-p): New function.
7073         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
7074         w3m usage.
7076         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
7077         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
7079 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7081         * message.el (message-tool-bar-zap-list): Use
7082         gmm-tool-bar-zap-list as custom type.
7083         (message-tool-bar-update): New function.
7084         (message-tool-bar, message-tool-bar-gnome)
7085         (message-tool-bar-retro): Add message-tool-bar-update.
7086         (message-tool-bar-gnome): Add flyspell-buffer.
7088         * gnus-util.el (gnus-error): Describe `args'.
7090         * gmm-utils.el (gmm-error): Describe `args'.
7091         (gmm-tool-bar-zap-list): New widget.
7092         (gmm-tool-bar-from-list): Improve description of `zap-list'.
7094 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7096         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
7097         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
7098         the number of recursive calls.
7100         * mm-decode.el (mm-handle-set-disposition): New macro.
7101         (mm-handle-set-description): New macro.
7103 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7105         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
7106         encoding.
7108 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7110         * message.el (message-tool-bar-zap-list, message-tool-bar)
7111         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
7112         (message-tool-bar-local-item-from-menu): Remove.
7113         (message-tool-bar-map): Replace by `message-make-tool-bar'.
7114         (message-make-tool-bar): New function.
7115         (message-mode): Use `message-make-tool-bar'.
7117         * gmm-utils.el: New file.
7118         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
7119         (gmm-lazy): New widget copied from `nnmail.el'.
7120         (gmm-tool-bar-from-list): New function for creating customizable
7121         tool bars.
7122         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
7123         output.
7124         (gmm): Add :prefix to defgroup.
7126 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
7128         * gmm-utils.el (gmm-widget-p): New function.
7130 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7132         * mml.el (mml-attach-file): Describe `description' in doc string.
7133         (mml-menu): Add Emacs MIME manual and PGG manual.
7135 2006-01-20  Richard M. Stallman  <rms@gnu.org>
7137         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
7139 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
7141         * nntp.el (nntp-end-of-line): Doc fix.
7143 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
7145         * imap.el (imap-open): Handle case where buffer is a buffer
7146         object.
7148 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7150         * gnus-delay.el (gnus-delay): Don't autoload.
7151         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7152         to be re-loaded when customizing the `gnus-delay' group.
7154 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
7156         * message.el (message-insert-citation-line): Use newlines.
7158 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7160         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
7162         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
7164 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
7166         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
7168 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7170         * mm-decode.el (mm-inlined-types): Add application/pgp.
7171         (mm-automatic-display): Ditto.
7173         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
7174         part as text.
7176 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7178         * nnrss.el: Update copyright.
7179         (nnrss-opml-import): Query whether to subscribe to each entry.
7181         * gnus-art.el:
7182         * gnus-sum.el:
7183         * mm-uu.el:
7184         * mm-view.el: Update copyright.
7186 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
7188         * message.el (message-info): New function.
7189         (message-mode-menu): Add it.
7190         Update copyright.
7192         * ChangeLog: Fix and update copyright.
7194 2006-01-13  Romain Francoise  <romain@orebokech.com>
7196         * message.el (message-forward-subject-name-subject): Prefer the
7197         address to 'nowhere' if the sender has no name.
7198         Fix typo.  Update copyright year.
7200 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7202         * gnus-art.el (article-wash-html): Use
7203         gnus-summary-show-article-charset-alist if a numeric arg is given.
7204         (gnus-article-wash-html-with-w3m-standalone): New function.
7206         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
7207         mm-inline-text-html-render-with-w3m-standalone.
7208         (mm-text-html-washer-alist): Map w3m-standalone to
7209         gnus-article-wash-html-with-w3m-standalone.
7210         (mm-inline-text-html-render-with-w3m-standalone): New function.
7212 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7214         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
7215         Improve LaTeX.
7217 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7219         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
7220         (nnrss-request-article): Render text/plain parts as HTML.
7222         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
7223         the buffer.
7225 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7227         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
7228         custom definition of `gnus-posting-styles'.
7230         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
7231         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
7233 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7235         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
7236         Use nntp for bug archive.
7238 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7240         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
7241         parts.
7242         (nnrss-normalize-date): New function converts ISO 8601 date into
7243         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7244         (nnrss-check-group): Use it.
7246 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7248         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
7250         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
7251         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7252         (nnrss-insert-w3): Ditto.
7254 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7256         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
7257         the articles to be forwarded including the case where neither a
7258         number of articles nor a region is specified.
7260 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7262         * nnrss.el (nnrss-request-article): Fix last change; fill
7263         text/plain parts.
7265 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7267         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
7268         in text/plain part.
7269         (nnrss-check-group): Don't add excessive newline to dc:subject.
7271 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
7273         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
7274         article.
7276 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7278         * nnml.el: Don't require gnus-bcklg.  Autoload it.
7279         (nnml-use-compressed-files, nnml-save-mail): Support other
7280         comression programs such as bzip2.
7282 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7284         * dns.el (query-dns): Make sure we check the buffer size before
7285         removing tcp headers.
7287 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7289         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
7290         remove MIME buttons associated with multipart/alternative parts.
7291         (gnus-mime-display-alternative): Tag buttons using `article-type'
7292         text property.
7294         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
7295         associated with multipart/alternative parts.
7297         * gnus-art.el (gnus-signature-separator): Fix custom type.
7299         * mm-decode.el (mm-inlined-types): Fix custom type.
7300         (mm-keep-viewer-alive-types): Ditto.
7301         (mm-automatic-display): Ditto.
7302         (mm-attachment-override-types): Ditto.
7303         (mm-inline-override-types): Ditto.
7304         (mm-automatic-external-display): Ditto.
7306 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7308         * spam-report.el (spam-report-user-mail-address)
7309         (spam-report-user-agent): New variables.
7310         (spam-report-url-ping-plain): Use spam-report-user-agent.
7312 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
7314         * gnus-art.el (gnus-button-handle-custom): Do not just use
7315         `customize-apropos' for any "M-x customize-*" button but the
7316         function called for.  Accept both the function name and its
7317         argument in order to achieve this.
7318         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
7319         function name to `gnus-button-handle-custom' in case of "M-x
7320         customize-*" buttons.
7322 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7324         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
7325         multipart/alternative and add xref to mm-discouraged-alternatives
7326         in doc string.
7328         * mm-decode.el (mm-discouraged-alternatives): Add xref to
7329         gnus-buttonized-mime-types in doc string.
7331 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
7333         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
7334         Suggest image/.* in the doc string.
7336 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7338         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
7339         message-marks (Debian bug #342521).
7341 2005-12-12  Simon Josefsson  <jas@extundo.com>
7343         * password.el (password-read-from-cache): Add.
7344         (password-read): Use it.
7346 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7348         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
7349         us-ascii as a MIME charset.
7351         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
7352         against the case where the 2nd arg TYPE is nil.
7354 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7356         * pop3.el (pop3-stream-type): Fix custom version.
7358         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
7360 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7362         * mm-decode.el (mm-display-external): Add missing cdr.
7364 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7366         * mm-decode.el (mm-display-external): Use nametemplate (defined in
7367         RFC1524) if it is in mailcap or add a suffix according to
7368         mailcap-mime-extensions when generating a temp filename; postpone
7369         deleting a temp file for 2 seconds for some wrappers, shell
7370         scripts, and so on, which might exit right after having started a
7371         viewer command as a background job.
7373 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7375         * nntp.el (nntp-marks-directory): Fix custom group.
7377         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
7378         steps when < 10.
7380         * gnus-start.el (gnus-no-server-1): Mention
7381         `gnus-level-default-subscribed' in doc string.
7383 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7385         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
7386         parens.
7388 2005-11-26  Dave Love  <fx@gnu.org>
7390         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
7391         (tls-program, tls-success): Provide openssl alternative.
7393         * starttls.el: Doc fixes.
7394         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
7395         SERVICE to PORT.
7397         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
7398         port null or service name.
7399         (starttls-negotiate): Autoload.
7401 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7403         * message.el (message-kill-to-signature): Fix interactive spec.
7405 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7407         * pop3.el (pop3-open-server): Recognize a string as a service name.
7409 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
7411         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
7413 2005-11-23  Dave Love  <fx@gnu.org>
7415         Add pop3s, pop3/starttls.
7417         * pop3.el (pop3-authentication-scheme): Clarify doc.
7418         (open-tls-stream, starttls-open-stream): Autoload.
7419         (pop3-stream-type): New.
7420         (pop3-open-server): Use it.
7422         * mail-source.el (mail-sources): Fix some :types.  Add stream type
7423         for POP.
7424         (mail-source-keyword-map): Add :stream for POP.
7425         (mail-source-fetch-pop): Use pop3-stream-type.
7427 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7429         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
7430         of current-time-string.
7432 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
7434         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
7435         date header.
7437 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7439         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
7440         it can seriously impact performance as it bypasses the agent's
7441         local caches.
7443 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7445         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
7446         must be explicitly online rather than "not explicitly offline" for
7447         its flags to be synchronized.
7449         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
7450         that gnus-uu-unmark-thread will function correctly.
7452         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
7453         1024K is instead displayed as 1M.
7455 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7457         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
7459 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
7461         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
7463 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
7465         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
7466         error message to display actual error condition.
7467         (gnus-agent-save-local): Avoid saving symbols that are bound to
7468         nil as they simply result in a warning message in
7469         gnus-agent-read-local.
7471 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7473         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
7474         rather than make-variable-buffer-local for file-precious-flag.
7476 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7478         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
7479         for duplicates which are removed.  The invalid sort check then
7480         triggers a rescan after the sort as sorting may have moved
7481         duplicate entries such that they can be cheaply detected.
7483 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7485         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
7487 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7489         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
7490         internal variable to a custom variable.  Changed default value
7491         from compressed(2) to uncompressed(1).
7492         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
7493         support for uncompressed agentview files.  Taken together, reading
7494         the agentview file should now be 6-7 times faster.
7496 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7498         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
7499         as a buffer-local variable.  This avoids creating truncated
7500         dribble files as a result of a hang up, eg.
7502 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7504         * gnus-start.el (gnus-start-draft-setup): Enforce
7505         `gnus-draft-mode' for nndraft:drafts at startup.
7507         * gnus.el (gnus-splash): Change custom group.
7508         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
7509         allow-list argument.
7511         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
7512         string.
7514 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7516         * gnus-art.el (gnus-default-article-saver): Add user-defined
7517         `function' to custom type.
7519 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7521         * imap.el (imap-open): Handle case where buffer is a buffer
7522         object.
7524 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7526         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
7527         long lines.
7528         (gnus-cache-delete-group): Wrap doc strings.
7530         * gnus-agent.el (gnus-agent-rename-group)
7531         (gnus-agent-delete-group): Wrap doc strings.
7533 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7535         * gnus-start.el (gnus-1): Add "native" to
7536         gnus-predefined-server-alist.
7538         * gnus.el (gnus-method-to-server): Don't add "native" to the
7539         lists here, because that leads to problems when
7540         gnus-select-method is bound.
7542 2005-11-09  Simon Josefsson  <jas@extundo.com>
7544         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
7545         use (not sort-by-date) instead.
7547 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7549         * gnus-delay.el (gnus-delay-group): Don't autoload.
7550         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7551         to be re-loaded when customizing the `gnus-delay' group.
7553 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
7555         * message.el: Revert last changes.
7556         (message-insert-citation-line): Use newlines.
7558 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7560         * message.el (message-courtesy-message)
7561         (message-mark-insert-begin, message-mark-insert-end)
7562         (message-elide-ellipsis, message-cancel-message)
7563         (message-add-header, message-change-subject)
7564         (message-cross-post-followup-to-header)
7565         (message-cross-post-insert-note, message-reduce-to-to-cc)
7566         (message-widen-reply, message-delete-not-region)
7567         (message-kill-to-signature, message-insert-signature)
7568         (message-insert-importance-high, message-insert-importance-low)
7569         (message-insert-or-toggle-importance)
7570         (message-insert-disposition-notification-to)
7571         (message-indent-citation, message-yank-original)
7572         (message-cite-original-without-signature, message-cite-original)
7573         (message-insert-citation-line, message-position-on-field)
7574         (message-fix-before-sending, message-send-mail-partially)
7575         (message-send-mail, message-send-mail-with-sendmail)
7576         (message-send-mail-with-qmail, message-send-news)
7577         (message-check-news-header-syntax, message-generate-headers)
7578         (message-insert-courtesy-copy, message-fill-address)
7579         (message-fill-header, message-shorten-references)
7580         (message-setup-1, message-cancel-news)
7581         (message-forward-make-body-plain, message-forward-make-body-mime)
7582         (message-forward-make-body-mml, message-encode-message-body)
7583         (message-forward-make-body-digest-plain)
7584         (message-forward-make-body-digest-mime)
7585         (message-use-alternative-email-as-from): Insert `hard-newline'
7586         instead of ordinary newlines.
7588 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7590         * message.el (message-generate-headers): Downcase the argument
7591         given to message-check-element.
7593 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
7595         * nntp.el (nntp-authinfo-rejected): New error condition.
7596         (nntp-wait-for): Use new error condition to signal authentication
7597         error.
7598         (nntp-retrieve-data): Rethrow new error condition to break out of
7599         recursive call to nntp-send-authinfo.
7601 2005-11-08  Romain Francoise  <romain@orebokech.com>
7603         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
7604         (gnus-summary-exit-map): Bind to `Z p'.
7605         (gnus-summary-make-menu-bar): Add menu item.
7607 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
7609         * gnus-art.el (gnus-article-treat-custom): Add `first'.
7610         (gnus-treat-*): Add `first' in all doc strings.
7612         * gnus-group.el (gnus-group-compact-group): Fix typo.
7614 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7616         * gnus.el (gnus-parameters-case-fold-search): New variable.
7617         (gnus-parameters-get-parameter): Use it.
7619         * gnus-score.el (gnus-home-score-file): Doc fix.
7621 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
7623         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
7625 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7627         * mm-util.el (mm-special-display-p): New function.
7629         * mml.el (mml-preview): Use it; doc fix.
7631 2005-10-29  Romain Francoise  <romain@orebokech.com>
7633         * message.el (message-fix-before-sending): Fix comment.
7635 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7637         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
7639 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7641         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
7642         Used in gnus-score.el.
7644 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7646         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
7648 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7650         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
7651         whitespace removed in revision 7.8.  Use concatenated string to
7652         protect trailing whitespace.
7654 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
7656         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
7657         (nnimap-request-expire-articles): Use it to avoid sending 'UID
7658         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
7659         Courier IMAP ("some version from 2004").  Mostly based on similar
7660         code in the same function.
7662 2005-10-26  Didier Verna  <didier@xemacs.org>
7664         * gnus-group.el (gnus-group-compact-group): Invalidate original
7665         article buffer.
7666         * gnus-srvr.el (gnus-server-compact-server): Ditto.
7667         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
7668         NOV database and in article itself.
7669         Invalidate article backlog.
7671 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7673         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
7675 2005-10-26  Simon Josefsson  <jas@extundo.com>
7677         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
7678         part of 2004-07-25 change.
7680 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7682         * message.el (message-display-completion-list): New function.
7683         (message-expand-group): Use it; make sure the Completions buffer
7684         is modifiable.
7686 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7688         * imap.el (imap-open): Handle case where buffer is a buffer object.
7690 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
7692         * pgg-def.el:
7693         * pgg-gpg.el:
7694         * pgg-parse.el:
7695         * pgg-pgp.el:
7696         * pgg-pgp5.el:
7697         * pgg.el: Move to the parent lisp directory.
7699 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
7701         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
7702         user-mail-name is an empty string.
7704 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7706         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
7707         depending on gnus-score-decay-constant.
7709         * encrypt.el (encrypt-insert-file-contents)
7710         (encrypt-write-file-contents): Don't use `gnus-message'.
7712         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
7713         arguments.
7714         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
7715         arguments to mm-uu-verbatim-marks-extract.
7716         (mm-uu-hide-markers): New variable.
7717         (mm-uu-extract): Use face similar to `gnus-cite-3'.
7719         * gnus-fun.el (gnus-convert-image-to-x-face-command)
7720         (gnus-convert-image-to-face-command): Use "convert" by default to
7721         allow other input image formats.
7722         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
7723         accordingly.
7725 2005-10-23  Simon Josefsson  <jas@extundo.com>
7727         * imap.el (imap-gssapi-program): Align command line parameters
7728         with latest GNU SASL.
7729         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
7731 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7733         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
7734         HTML.
7735         (nnslashdot-request-article): Ditto.
7737 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7739         * mail-source.el (mail-source-fetch-pop): Require pop3.
7740         (mail-source-check-pop): Ditto.
7742 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7744         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
7745         errors.
7747 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7749         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
7750         (gnus-treat-strip-leading-blank-lines): Improve doc string.
7752         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
7754         * mm-bodies.el (mm-decode-string): Call
7755         `mm-charset-to-coding-system' with allow-override argument.
7757 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7759         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
7760         (rfc2047-charset-to-coding-system): New function.
7761         (rfc2047-decode-encoded-words): New function.
7762         (rfc2047-decode-region): Use them.
7763         (rfc2047-decode-cte): Remove.
7764         (rfc2047-parse-and-decode): Remove.
7765         (rfc2047-decode): Remove.
7767 2005-10-15  Kenichi Handa  <handa@m17n.org>
7769         * rfc2047.el (rfc2047-decode-cte): New function.
7770         (rfc2047-decode-region): Change the way to decode successive
7771         encoded-words: decode B- or Q-encoding in each encoded-word,
7772         concatenate them, and decode it as charset.
7774 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
7776         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
7777         widget-move-and-invoke.
7778         (gnus-custom-mode): Use gnus-custom-map.
7780 2005-10-15  Bill Wohler  <wohler@newt.com>
7782         * message.el (message-tool-bar-map): Renamed image file from
7783         mail_send to mail/send.
7785 2005-10-16  Masatake YAMATO  <jet@gyve.org>
7787         * message.el (message-expand-group): Pass the common
7788         prefix substring of completion to `display-completion-list'.
7790 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
7792         * mml-sec.el (mml-secure-method): New internal variable.
7793         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
7794         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
7795         functions using mml-secure-method.
7797         * mml.el (mml-mode-map): Add key bindings for those functions.
7798         (mml-menu): Simplify security menu entries.  Suggested by Jesper
7799         Harder <harder@myrealbox.com>.
7800         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
7801         end of message if point is the headers of the message.
7803         * message.el (message-in-body-p): New function.
7805         * assistant.el: Autoload gnus-util and netrc.
7807         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
7808         Use `mm-charset-override-alist' only when decoding.
7810         * mm-bodies.el (mm-decode-body): Call
7811         `mm-charset-to-coding-system' with allow-override argument.
7813         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
7814         `filename' from Content-Disposition if Content-Type doesn't
7815         provide `name'.
7816         (gnus-mime-view-part-as-type): Set default instead of
7817         initial-input.
7819 2005-10-09  Daniel Brockman  <daniel@brockman.se>
7821         * format-spec.el (format-spec): Propagate text properties of % spec.
7823 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7825         * gnus-art.el (gnus-treat-predicate): Add `first'.
7827 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7829         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
7830         (mm-charset-override-alist): New variable.
7831         (mm-charset-to-coding-system): Use it.
7832         (mm-codepage-setup): New helper function.
7833         (mm-charset-eval-alist): New variable.
7834         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
7835         about unknown charsets.
7837 2005-10-04  David Hansen  <david.hansen@gmx.net>
7839         * nnrss.el (nnrss-request-article): Add support for the comments tag.
7840         (nnrss-check-group): Ditto.
7842 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7844         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
7845         Rename x-gnus-verbatim to x-verbatim.
7846         (mm-uu-type-alist): Fix regexp for verbatim-marks.
7848         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
7849         x-verbatim.
7851         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
7853         * gnus-util.el (gnus-remove-duplicates): Remove.
7855         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
7856         instead of gnus-remove-duplicates.
7858         * message.el (message-remove-duplicates): Remove.
7859         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
7860         message-remove-duplicates.
7862         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
7863         available, else use implementation from `delete-dups'.
7865         * message.el (message-insert-expires): New function.
7866         (message-mode-map): Add key binding.
7867         (message-mode-field-menu): Add menu entry.
7868         (message-mode): Document it.
7869         (message-make-expires-date): Use `message-make-date'.
7871 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
7873         * message.el (message-make-expires-date): New function.
7875 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7877         * time-date.el: Autoload parse-time-string, XEmacs needs it.
7879 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7881         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7882         function rather than the diff-mode.el package.
7883         (mm-display-external): Use with-current-buffer.
7884         (mm-viewer-completion-map, mm-viewer-completion-map):
7885         Move initialization inside declaration.
7887 2005-09-29  Simon Josefsson  <jas@extundo.com>
7889         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
7890         autoload mail-check-payment.
7891         (spam-check-hashcash): Define unconditionally, since hashcash.el
7892         is part of Gnus now.  Ignore errors from payment checking.
7894 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7896         * message.el (message-bold-region, message-unbold-region): Rename
7897         from `bold-region' and `unbold-region'.
7899         * message.el: Remove useless autoloads.
7901 2005-09-28  Simon Josefsson  <jas@extundo.com>
7903         * message.el (message-use-idna): Default to t.
7904         (message-use-idna): Test whether encoding works too.  Doc fix.
7906 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7908         * nntp.el (nntp-warn-about-losing-connection): Remove.
7910 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7912         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7913         customizable.  Change default value.
7914         (mm-uu-diff-groups-regexp): Change default value.
7915         (mm-uu-type-alist): Add doc string.
7916         (mm-uu-configure): Add doc string.  Make it interactive.
7917         (mm-uu-tex-groups-regexp): New variable.
7918         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7919         (mm-uu-type-alist): Add LaTeX documents.
7920         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7921         of "text/verbatim".
7922         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7924         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7925         instead of "text/verbatim".
7927         * message.el (message-mark-inserted-region)
7928         (message-mark-insert-file): Use slrn style marks when called with
7929         prefix argument.
7931 2005-09-27  Simon Josefsson  <jas@extundo.com>
7933         * message.el (message-idna-to-ascii-rhs-1): Reformat.
7935 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
7937         * message.el (message-remove-duplicates): New function.
7938         Implementation borrowed from `gnus-remove-duplicates'.
7939         (message-idna-to-ascii-rhs): Also encode idna addresses in
7940         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7941         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7942         only ask about the same idna domain once per header and also tell
7943         in what header to replace the idna domain.
7945         * gnus-art.el (article-decode-idna-rhs): Also decode idna
7946         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7947         (article-decode-idna-rhs): Fix regexp so that all idna-address in
7948         a header is decoded and not just the last one.
7950 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7952         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7953         has been decoded.
7955         * mm-decode.el (mm-automatic-display): Add text/verbatim.
7956         (mm-insert-part): Don't modify text if it has been decoded.
7958         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7959         decoded.
7961         * mm-view.el (mm-inline-text): Don't strip text props unless
7962         decoding enriched or richtext parts.
7964 2005-09-25  Romain Francoise  <romain@orebokech.com>
7966         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7967         * gnus-start.el (gnus-subscribe-interactively):
7968         * gnus-uu.el (gnus-uu-grab-articles):
7969         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7970         space.
7972 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7974         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7975         * mm-view.el (mm-view-pkcs7-decrypt):
7976         * gnus-sum.el (gnus-summary-limit-to-extra)
7977         (gnus-summary-respool-article, gnus-read-move-group-name):
7978         * gnus-score.el (gnus-summary-increase-score):
7979         * gnus-util.el (gnus-completing-read-with-default):
7980         * gnus-art.el (gnus-read-save-file-name)
7981         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7982         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7983         * message.el (message-check-news-header-syntax):
7984         Follow convention for reading with the minibuffer.
7986 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
7988         * spam-report.el (spam-report-url-ping-plain):
7989         Use gnus-extended-version as User-Agent.
7991         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7992         default value is nil.
7994         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7995         (mm-uu-verbatim-marks-extract): New function.
7996         (mm-uu-extract): New face.
7997         (mm-uu-copy-to-buffer): Use it.
7999         * spam-report.el (spam-report-gmane-ham): Renamed from
8000         `spam-report-gmane-unspam'.
8001         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
8002         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
8004         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
8005         Autoload.
8006         (spam-report-gmane-unregister-routine): Renamed
8007         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
8009 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
8011         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
8012         (spam-report-gmane-unregister-routine): Add support for gmane
8013         unregistration.
8015         * spam-report.el (spam-report-gmane-unspam)
8016         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
8017         (spam-report-gmane): Change to take a single article and do unspam
8018         registration.
8020 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8022         * mm-url.el (mm-url-decode-entities): Fix regexp.
8024 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8026         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
8027         default to nil, to be able to use Gnus at all.  If the default
8028         switches to something else, then the function should be fixed not
8029         be exceedingly slow.
8031 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
8033         * gnus-start.el (gnus-activate-group): If the server is nil, don't
8034         fail hard.
8036         * spam-report.el: Add better Keywords line.
8038         * spam.el: Add Maintainer and better Keywords line.
8040 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8042         * gnus-art.el (gnus-article-replace-part)
8043         (gnus-mime-replace-part): New functions.
8044         (gnus-mime-action-alist, gnus-mime-button-commands)
8045         (gnus-mime-save-part-and-strip): Added file argument.
8046         (gnus-article-part-wrapper): Added interactive argument.
8048         * gnus-sum.el (gnus-summary-mime-map): Add
8049         `gnus-article-replace-part'.
8051 2005-09-19  Didier Verna  <didier@xemacs.org>
8053         The nnml compaction feature:
8054         * nnml.el (nnml-request-compact-group): New function.
8055         * nnml.el (nnml-request-compact): New function.
8056         * gnus-int.el (gnus-request-compact-group): New function.
8057         * gnus-int.el (gnus-request-compact): New function.
8058         * gnus-group.el (gnus-group-compact-group): New function.
8059         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
8060         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
8061         * gnus-srvr.el (gnus-server-compact-server): New function.
8062         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
8063         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
8065 2005-09-18  Deepak Goel  <deego@gnufans.org>
8067         * sieve.el (sieve-help): Fix `message' call: first arg should be a
8068         format spec.
8070 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8072         * gnus.el (gnus-group-startup-message): Bind image-load-path.
8074 2005-09-15  Romain Francoise  <romain@orebokech.com>
8076         * message.el (message-fill-paragraph): Clarify docstring.
8078 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8080         * gnus-art.el (gnus-mime-display-part): Protect against broken
8081         MIME messages.
8083 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8085         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
8086         before parsing header.
8088 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
8090         * html2text.el (html2text-replace-list): Add new entities.
8092 2005-09-11  Romain Francoise  <romain@orebokech.com>
8094         * message.el (message-alternative-emails): Improve docstring.
8095         (message-setup-1): Call `message-use-alternative-email-as-from'
8096         after `message-setup-hook' to give it precedence over posting
8097         styles, etc.
8098         (message-use-alternative-email-as-from): Add docstring.  Remove
8099         the original From header if present.
8101         * nnml.el (nnml-compressed-files-size-threshold): New variable.
8102         (nnml-save-mail): Use it.
8104         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
8105         articles.  Add new argument `silent'.
8106         (gnus-uu-mark-all): Report the total number of marked articles.
8108 2005-09-10  Romain Francoise  <romain@orebokech.com>
8110         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
8111         (gnus-uu-mark-series): Likewise.
8113 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
8115         * spam-report.el (spam-report-gmane): Fix generation of spam
8116         report URL.
8118 2005-09-10  Simon Josefsson  <jas@extundo.com>
8120         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
8121         t, based on discussion on the ding list with Robert Epprecht
8122         <epprecht@solnet.ch>.
8124 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
8126         * spam-report.el (spam-report-gmane): Make it work without
8127         X-Report-Spam header.  Gmane now only provides Archived-At.
8128         This is only used if `spam-report-gmane-use-article-number' is nil.
8129         (spam-report-gmane-spam-header): Remove.  Not used anymore.
8131         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
8132         make `gnus-summary-sort-by-recipient' work with threading.
8134         * nnweb.el (nnweb-google-wash-article): Print a message if article
8135         is not available.
8137 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8139         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
8140         change.  Decode text/* parts content before displaying.
8142 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8144         * mml-smime.el: Remove defvar of gnus-extract-address-components.
8146 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8148         * mm-view.el (mm-display-inline-fontify): Disable support modes.
8150 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
8152         * message.el (message-tab-body-function): Fix mismatched custom type.
8154         * gnus.el (gnus-group-change-level-function): Ditto.
8156         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
8158         * gnus-art.el (gnus-signature-limit)
8159         (gnus-article-mime-part-function): Ditto.
8161 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8163         * mml.el (mml-mode): Silence the byte compiler.
8165         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
8166         using `(sit-for 0)' before moving the point to the specified part;
8167         skip unbuttonized parts.
8168         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
8169         return to the summary window if gnus-auto-select-part is non-nil.
8171 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
8173         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
8174         variables.
8175         (mml-dnd-attach-file, mml-mode): Use them.
8177         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
8178         Make fetching article by MID work again for Google Groups.  Added
8179         FIXME concerning gnus-group-make-web-group.
8181         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
8182         Don't depend on Gnus by using mail-extract-address-components if
8183         gnus-extract-address-components is not bound.
8185 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8187         * gnus-art.el (gnus-mime-display-security): Don't display the
8188         signature, but only the signed part.
8190 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8192         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
8194         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
8195         list, not listp.
8197 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
8199         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
8200         when encoding.
8202         * mm-bodies.el (mm-decode-content-transfer-encoding):
8203         De-canonicalize CRLF for all text content types, not just
8204         text/plain.
8206 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8208         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
8209         valid article; point arrow and cursor at the MIME button.
8211 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8213         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
8214         Suggested by Dan Christensen <jdc@uwo.ca>.
8216         * mm-decode.el (mm-save-part): Enable change of prompt.
8218 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
8220         * gnus-msg.el (gnus-inews-add-send-actions): Made
8221         `message-post-method' lambda parameter ARG `&optional'.
8223 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8225         * gnus-sum.el (gnus-summary-mime-map): Added
8226         gnus-article-save-part-and-strip, gnus-article-delete-part and
8227         gnus-article-jump-to-part.
8229         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
8230         (gnus-article-edit-part): Use it.
8231         (gnus-article-part-wrapper): Added no-handle argument.
8232         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
8233         functions.
8235 2005-08-29  Romain Francoise  <romain@orebokech.com>
8237         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8238         docstring.
8239         (gnus-face-from-file): Likewise.
8241 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8243         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
8244         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
8245         non-nil.
8246         (gnus-auto-select-part): New variable.
8247         (gnus-article-jump-to-part): New function.
8248         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
8249         (gnus-mime-delete-part): Allow selecting specified part after
8250         deleting or stripping parts.
8251         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
8252         part if argument is bogus.
8254 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
8256         * gnus-art.el (w3m-minor-mode-map):
8257         * gnus-spec.el (gnus-newsrc-file-version):
8258         * gnus-util.el (nnmail-active-file-coding-system)
8259         (gnus-original-article-buffer, gnus-user-agent):
8260         * gnus.el (gnus-ham-process-destinations)
8261         (gnus-parameter-ham-marks-alist)
8262         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
8263         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
8264         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
8265         * mm-decode.el (gnus-current-window-configuration):
8266         * mm-extern.el (gnus-article-mime-handles):
8267         * mm-url.el (url-current-object, url-package-name)
8268         (url-package-version):
8269         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
8270         (smime-keys, w3m-cid-retrieve-function-alist)
8271         (w3m-current-buffer, w3m-display-inline-images)
8272         (w3m-minor-mode-map):
8273         * mml-smime.el (gnus-extract-address-components):
8274         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
8275         (gnus-newsrc-hashtb, message-default-charset)
8276         (message-deletable-headers, message-options)
8277         (message-posting-charset, message-required-mail-headers)
8278         (message-required-news-headers):
8279         * mml1991.el (mc-pgp-always-sign):
8280         * mml2015.el (mc-pgp-always-sign):
8281         * nnheader.el (nnmail-extra-headers):
8282         * rfc1843.el (gnus-decode-encoded-word-function)
8283         (gnus-decode-header-function, gnus-newsgroup-name):
8284         * spam-stat.el (gnus-original-article-buffer): Add defvars.
8286 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
8288         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
8289         the end of the date treatments.
8291 2005-08-15  Simon Josefsson  <jas@extundo.com>
8293         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
8294         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
8295         Capello and Romain Francoise.
8296         (pgg-fetch-key-function): Removed, not used?
8297         (pgg-insert-url-with-w3): Require url, to get
8298         url-insert-file-contents regardless of where it is defined.
8300 2005-08-13  Romain Francoise  <romain@orebokech.com>
8302         * message.el (message-cite-original-1): New function.
8303         (message-cite-original): Use it.
8304         (message-cite-original-without-signature): Ditto.
8306 2005-08-08  Romain Francoise  <romain@orebokech.com>
8308         * message.el (message-yank-empty-prefix): New variable.
8309         (message-indent-citation): Use it.
8310         (message-cite-original-without-signature): Respect X-No-Archive.
8312 2005-08-08  Simon Josefsson  <jas@extundo.com>
8314         * pgg.el: Autoload url-insert-file-contents instead of loading
8315         w3/url.
8316         (pgg-insert-url-with-w3): Don't load url here.
8318 2005-08-07  Jesper Harder  <harder@phys.au.dk>
8320         * message.el (message-kill-to-signature): Don't insert newline at
8321         bol.
8322         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
8324 2005-08-06  Romain Francoise  <romain@orebokech.com>
8326         * message.el (message-user-fqdn): Fix typo in docstring.
8328 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
8330         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
8332         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
8334 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8336         * mm-bodies.el (mm-encode-body): Use coding system rather than
8337         charset to encode text.
8339         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
8340         number of charsets if utf-8 is available (XEmacs).
8342 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8344         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
8345         taken from `gnus-button-mid-or-mail-regexp'.
8346         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
8347         (gnus-button-alist): Improve regexp for domain part of the MIDs
8348         for news:localpart@domain buttons.
8349         (gnus-button-ctan-directory-regexp): Update.
8351 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8353         * sieve-manage.el (sieve-manage-interactive-login): Use
8354         make-local-variable rather than make-variable-buffer-local.
8355         (sieve-manage-open): Ditto.
8356         (sieve-manage-authenticate): Ditto.
8358         * mml.el (mml-generate-mime-1): Make the content type default to
8359         text/plain if the filename is not specified.
8361 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8363         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
8364         instead of insert-buffer.
8366         * message.el (message-yank-original): Ditto; set the mark at the
8367         end of the yanked message.
8369 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8371         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
8372         lines to scroll rather than to stop it.
8374         * mml.el (mml-generate-default-type): Add doc string.
8375         (mml-generate-mime-1): Use mm-default-file-encoding or make it
8376         default to application/octet-stream when determining the content
8377         type if it is not specified for the part or the mml contents; add
8378         a comment about mml-generate-default-type.
8380 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
8382         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
8383         make it default to application/octet-stream when determining the
8384         content type if it is not specified for the external contents.
8386 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8388         * rfc2231.el (rfc2231-parse-string): Take care that not only a
8389         segmented parameter but also other parameters might be there.
8391 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8393         * mm-decode.el (mm-display-external): Delete temp file, directory
8394         and buffer immediately if the external process is exited.
8396 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8398         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
8399         fewer lines than that of scroll-margin.
8400         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
8402 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8404         * gnus-art.el (gnus-article-next-page): Revert.
8405         (gnus-article-beginning-of-window): New macro.
8406         (gnus-article-next-page-1): Use it.
8407         (gnus-article-prev-page): Ditto.
8408         (gnus-article-edit-part): Use insert-buffer-substring instead of
8409         insert-buffer.
8410         (gnus-article-edit-exit): Ditto.
8412         * gnus-util.el (gnus-beginning-of-window): Remove.
8413         (gnus-end-of-window): Remove.
8415 2005-07-25  Simon Josefsson  <jas@extundo.com>
8417         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
8418         to have the url package without w3.  Reported by Daiki Ueno
8419         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
8421 2005-07-20  Didier Verna  <didier@xemacs.org>
8423         * gnus-diary.el: Remove the description comment (nndiary is now
8424         properly documented in the Gnus manual).
8425         Fix the spelling of "Back End".
8426         * nndiary.el: Ditto.
8427         Fix the copyright notice.
8429 2005-07-18  Romain Francoise  <romain@orebokech.com>
8431         * gnus-sum.el (gnus-summary-to-prefix)
8432         (gnus-summary-newsgroup-prefix): New variables.
8433         (gnus-summary-from-or-to-or-newsgroups): Use them.
8435 2005-07-17  Romain Francoise  <romain@orebokech.com>
8437         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
8438         space as it's generally not especially interesting to the user.
8440 2005-07-16  Romain Francoise  <romain@orebokech.com>
8442         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
8443         nil to avoid prompting and file modification if one of the
8444         messages at the top of the nnfolder file contains a copyright
8445         notice.
8446         Update copyright notice.
8448         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
8449         instead of `current-time-string' as the latter creates a time
8450         string that is not RFC 2822 compliant (it lacks the zone).
8451         Update copyright notice.
8453 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8455         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
8456         for text/rtf.  Display default in prompt.  Pass default for M-n.
8458         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
8460 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8462         * gnus-msg.el (gnus-button-mailto): Remove
8463         save-selected-window-window hackery because it relies on
8464         save-selected-window internals.
8466 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8468         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
8469         (gnus-article-next-page-1): Use gnus-beginning-of-window.
8470         (gnus-article-prev-page): Ditto.
8472         * gnus-util.el (gnus-beginning-of-window): New function.
8473         (gnus-end-of-window): New function.
8475 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8477         * gnus-score.el (gnus-score-edit-all-score): Set
8478         gnus-score-edit-exit-function to gnus-score-edit-done and call
8479         gnus-message.
8481 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8483         * gnus-msg.el (gnus-button-mailto): Remove
8484         save-selected-window-window hackery because it relies on
8485         save-selected-window internals.
8487 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8489         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
8490         add-minor-mode.
8491         (gnus-binary-mode): Ditto.
8493         * gnus-topic.el (gnus-topic-mode): Ditto.
8495 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
8497         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
8498         (gnus-article-prev-page): Take scroll-margin into consideration.
8500 2005-07-04  Lute Kamstra  <lute@gnu.org>
8502         Update FSF's address in GPL notices.
8504 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
8506         * gnus.el (gnus-exit):
8507         * gnus-group.el (gnus-group-icons):
8508         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
8510         * gnus-nocem.el (gnus-nocem):
8511         * message.el (message-various, message-buffers, message-sending)
8512         (message-interface, message-forwarding, message-insertion)
8513         (message-headers, message-news, message-mail):
8514         * pgg-gpg.el (pgg-gpg):
8515         * pgg-parse.el (pgg-parse):
8516         * pgg-pgp.el (pgg-pgp):
8517         * pgg-pgp5.el (pgg-pgp5):
8518         * pop3.el (pop3): Finish `defgroup' description with period.
8520 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8522         * gnus-art.el (article-display-face): Improve the efficiency.
8523         (article-display-x-face): Ditto; remove grey x-face stuff.
8525 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8527         * gnus-art.el (article-display-face): Correct the position in
8528         which Faces are inserted.
8530 2005-06-29  Didier Verna  <didier@xemacs.org>
8532         * gnus-art.el (article-display-face): Display faces in correct
8533         order.
8535 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8537         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
8538         (gnus-fill-real-hashtb): Use hash table instead of obarray.
8539         (gnus-nocem-check-article): Fetch the Type header.
8540         (gnus-nocem-message-wanted-p): Fix the way to examine types.
8541         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
8542         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
8543         make sure gnus-nocem-hashtb is initialized.
8544         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
8545         (gnus-nocem-unwanted-article-p): Ditto.
8547         * pgg.el (pgg-verify): Return the verification result.
8549 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8551         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
8552         is ascii.
8554 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
8556         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
8557         `show-nonbreak-escape'.
8559 2005-06-23  Lute Kamstra  <lute@gnu.org>
8561         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
8563         * dig.el (dig-mode):
8564         * smime.el (smime-mode): Use gnus-run-mode-hooks.
8566 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
8568         * nnimap.el (nnimap-split-download-body): Fix spellings.
8570 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
8572         * gnus-art.el (gnus-article-encrypt-body):
8573         * gnus-cus.el (gnus-score-customize):
8574         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
8575         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
8577 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
8579         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
8580         header by looking for magic "MII" at the beginnig.
8582 2005-06-16  Miles Bader  <miles@gnu.org>
8584         * assistant.el (assistant-field): Remove "-face" suffix from face name.
8585         (assistant-field-face): New backward-compatibility alias for renamed
8586         face.
8587         (assistant-render-text): Use renamed assistant-field face.
8589         * spam.el (spam): Remove "-face" suffix from face name.
8590         (spam-face): New backward-compatibility alias for renamed face.
8591         (spam-face, spam-initialize): Use renamed spam face.
8593         * message.el (message-header-to, message-header-cc)
8594         (message-header-subject, message-header-newsgroups)
8595         (message-header-other, message-header-name)
8596         (message-header-xheader, message-separator, message-cited-text)
8597         (message-mml): Remove "-face" suffix from face names.
8598         (message-header-to-face, message-header-cc-face)
8599         (message-header-subject-face, message-header-newsgroups-face)
8600         (message-header-other-face, message-header-name-face)
8601         (message-header-xheader-face, message-separator-face)
8602         (message-cited-text-face, message-mml-face):
8603         New backward-compatibility aliases for renamed faces.
8604         (message-font-lock-keywords): Use renamed message faces.
8606         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
8607         (sieve-test-commands, sieve-tagged-arguments):
8608         Remove "-face" suffix from face names.
8609         (sieve-control-commands-face, sieve-action-commands-face)
8610         (sieve-test-commands-face, sieve-tagged-arguments-face):
8611         New backward-compatibility aliases for renamed faces.
8612         (sieve-control-commands-face, sieve-action-commands-face)
8613         (sieve-test-commands-face, sieve-tagged-arguments-face):
8614         Use renamed sieve faces.
8616         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
8617         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
8618         (gnus-group-news-3-empty, gnus-group-news-4)
8619         (gnus-group-news-4-empty, gnus-group-news-5)
8620         (gnus-group-news-5-empty, gnus-group-news-6)
8621         (gnus-group-news-6-empty, gnus-group-news-low)
8622         (gnus-group-news-low-empty, gnus-group-mail-1)
8623         (gnus-group-mail-1-empty, gnus-group-mail-2)
8624         (gnus-group-mail-2-empty, gnus-group-mail-3)
8625         (gnus-group-mail-3-empty, gnus-group-mail-low)
8626         (gnus-group-mail-low-empty, gnus-summary-selected)
8627         (gnus-summary-cancelled, gnus-summary-high-ticked)
8628         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
8629         (gnus-summary-high-ancient, gnus-summary-low-ancient)
8630         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
8631         (gnus-summary-low-undownloaded)
8632         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
8633         (gnus-summary-low-unread, gnus-summary-normal-unread)
8634         (gnus-summary-high-read, gnus-summary-low-read)
8635         (gnus-summary-normal-read, gnus-splash):
8636         Remove "-face" suffix from face names.
8637         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8638         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8639         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8640         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8641         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8642         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8643         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8644         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8645         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8646         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8647         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8648         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8649         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8650         (gnus-summary-normal-ticked-face)
8651         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
8652         (gnus-summary-normal-ancient-face)
8653         (gnus-summary-high-undownloaded-face)
8654         (gnus-summary-low-undownloaded-face)
8655         (gnus-summary-normal-undownloaded-face)
8656         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8657         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8658         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8659         (gnus-splash-face):
8660         New backward-compatibility aliases for renamed faces.
8661         (gnus-group-startup-message): Use renamed gnus faces.
8663         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
8664         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
8665         (gnus-server-agent): Remove "-face" suffix from face names.
8666         (gnus-server-agent-face, gnus-server-opened-face)
8667         (gnus-server-closed-face, gnus-server-denied-face)
8668         (gnus-server-offline-face):
8669         New backward-compatibility aliases for renamed faces.
8670         (gnus-server-agent-face, gnus-server-opened-face)
8671         (gnus-server-closed-face, gnus-server-denied-face)
8672         (gnus-server-offline-face): Use renamed gnus faces.
8674         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
8675         Remove "-face" suffix from face names.
8676         (gnus-picon-xbm-face, gnus-picon-face):
8677         New backward-compatibility aliases for renamed faces.
8679         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
8680         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
8681         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
8682         (gnus-cite-11): Remove "-face" suffix from face names.
8683         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
8684         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
8685         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
8686         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
8687         New backward-compatibility aliases for renamed faces.
8688         (gnus-cite-attribution-face, gnus-cite-face-list)
8689         (gnus-article-boring-faces): Use renamed gnus faces.
8691         * gnus-art.el (gnus-signature, gnus-header-from)
8692         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
8693         (gnus-header-content): Remove "-face" suffix from face names.
8694         (gnus-signature-face, gnus-header-from-face)
8695         (gnus-header-subject-face, gnus-header-newsgroups-face)
8696         (gnus-header-name-face, gnus-header-content-face):
8697         New backward-compatibility aliases for renamed faces.
8698         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
8700         * gnus-sum.el (gnus-summary-selected-face)
8701         (gnus-summary-highlight): Use renamed gnus faces.
8702         * gnus-group.el (gnus-group-highlight): Likewise.
8704 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
8706         * gnus-sieve.el (gnus-sieve-article-add-rule):
8707         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
8708         * spam-stat.el (spam-stat-buffer-change-to-spam)
8709         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
8711         * message.el (message-is-yours-p):
8712         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
8714 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8716         * mm-view.el (mm-inline-text): Withdraw the last change.
8718 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8720         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
8721         executing enriched-decode.
8723 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8725         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
8726         charset of tar files.
8728 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
8730         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
8732 2005-06-04  Lute Kamstra  <lute@gnu.org>
8734         * nnfolder.el (nnfolder-read-folder): Make sure that undo
8735         information is never recorded.
8737 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8739         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
8741 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8743         * pop3.el (pop3-apop): Run md5 in the binary mode.
8745         * starttls.el (starttls-set-process-query-on-exit-flag):
8746         Use eval-and-compile.
8748 2005-05-31  Simon Josefsson  <jas@extundo.com>
8750         * smime.el (smime-replace-in-string): Define.
8751         (smime-cert-by-ldap-1): Use it.
8753 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8755         * gnus-art.el (article-display-x-face): Replace
8756         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8758         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
8759         set-process-query-on-exit-flag or process-kill-without-query.
8761         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
8762         loop instead of replace-regexp.
8764         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
8765         instead of process-kill-without-query if it is available.
8767         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
8768         instead of find-file-hooks if it is available.
8770         * mml1991.el: Bind pgg-default-user-id when compiling.
8772         * mml2015.el: Bind pgg-default-user-id when compiling.
8774         * nndraft.el (nndraft-request-associate-buffer):
8775         Use write-contents-functions instead of write-contents-hooks if it is
8776         available.
8778         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
8779         instead of find-file-hooks if it is available.
8781         * nntp.el (nntp-open-connection): Replace
8782         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8783         (nntp-open-ssl-stream): Ditto.
8784         (nntp-open-tls-stream): Ditto.
8786         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
8787         set-process-query-on-exit-flag or process-kill-without-query.
8788         (starttls-open-stream-gnutls): Use it instead of
8789         process-kill-without-query.
8790         (starttls-open-stream): Ditto.
8792 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
8794         * smime.el (smime-cert-by-ldap-1): Don't use
8795         replace-regexp-in-string.
8797 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
8799         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
8801         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
8802         in PEM format.  Adjust to the XEmacs compability.
8804 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
8806         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
8807         by `string-to-number'.
8808         * gnus-agent.el (gnus-agent-regenerate-group)
8809         (gnus-agent-fetch-articles): Ditto.
8810         * gnus-art.el (gnus-button-fetch-group): Ditto.
8811         * gnus-cache.el (gnus-cache-generate-active)
8812         (gnus-cache-articles-in-group): Ditto.
8813         * gnus-group.el (gnus-group-set-current-level)
8814         (gnus-group-insert-group-line): Ditto.
8815         * gnus-score.el (gnus-score-set-expunge-below)
8816         (gnus-score-set-mark-below, gnus-summary-score-effect)
8817         (gnus-summary-score-entry): Ditto.
8818         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
8819         (gnus-soup-pack): Ditto.
8820         * gnus-spec.el (gnus-xmas-format): Ditto.
8821         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
8822         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
8823         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
8824         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
8825         * nndb.el (nndb-get-remote-expire-response): Ditto.
8826         * nndiary.el (nndiary-parse-schedule-value)
8827         (nndiary-string-to-number, nndiary-request-replace-article)
8828         (nndiary-request-article): Ditto.
8829         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
8830         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
8831         * nneething.el (nneething-make-head): Ditto.
8832         * nnfolder.el (nnfolder-request-article)
8833         (nnfolder-retrieve-headers): Ditto.
8834         * nnheader.el (nnheader-file-to-number): Ditto.
8835         * nnkiboze.el (nnkiboze-request-article): Ditto.
8836         * nnmail.el (nnmail-process-unix-mail-format)
8837         (nnmail-process-babyl-mail-format): Ditto.
8838         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
8839         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
8840         (nnmh-request-create-group, nnmh-request-list-1)
8841         (nnmh-request-group, nnmh-request-article): Ditto.
8842         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
8843         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
8844         * nnsoup.el (nnsoup-make-active): Ditto.
8845         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
8846         * nntp.el (nntp-find-group-and-number)
8847         (nntp-retrieve-headers-with-xover): Ditto.
8848         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8849         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8850         (pgg-format-key-identifier): Ditto.
8851         * pop3.el (pop3-last, pop3-stat): Ditto.
8852         * qp.el (quoted-printable-decode-region): Ditto.
8854         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8855         of concat.
8857 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8859         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8861         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8863         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8865         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8867         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8869         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8871         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8872         (gnus-carpal-mode): Ditto.
8874         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8875         (gnus-browse-mode): Ditto.
8877         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8879         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8881 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8883         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8885 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8887         * gnus-util.el (gnus-run-mode-hooks): New function.
8889         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8891 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8893         * gnus-agent.el (gnus-agent-make-mode-line-string):
8894         Use mode-line-highlight as mouse-face.
8896 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8898         * canlock.el (canlock): Change the parent group to news.
8900         * deuglify.el (gnus-outlook-deuglify): Add :group.
8902         * dig.el (dig): Add :group.
8904         * dns-mode.el (dns-mode): Add :group.
8906         * encrypt.el (encrypt): Add :group.
8908         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8909         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8910         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8911         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8912         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8914         * gnus-diary.el (gnus-diary): Add :group.
8916         * gnus.el (gnus-group-news-1-face): Add :group.
8917         (gnus-group-news-1-empty-face): Ditto.
8918         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8919         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8920         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8921         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8922         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8923         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8924         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8925         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8926         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8927         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8928         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8929         (gnus-summary-high-ticked-face): Ditto.
8930         (gnus-summary-low-ticked-face): Ditto.
8931         (gnus-summary-normal-ticked-face): Ditto.
8932         (gnus-summary-high-ancient-face): Ditto.
8933         (gnus-summary-low-ancient-face): Ditto.
8934         (gnus-summary-normal-ancient-face): Ditto.
8935         (gnus-summary-high-undownloaded-face): Ditto.
8936         (gnus-summary-low-undownloaded-face): Ditto.
8937         (gnus-summary-normal-undownloaded-face): Ditto.
8938         (gnus-summary-high-unread-face): Ditto.
8939         (gnus-summary-low-unread-face): Ditto.
8940         (gnus-summary-normal-unread-face): Ditto.
8941         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8942         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8944         * hashcash.el (hashcash): New custom group.
8945         (hashcash-default-payment): Add :group.
8946         (hashcash-payment-alist): Ditto.
8947         (hashcash-default-accept-payment): Ditto.
8948         (hashcash-accept-resources): Ditto.
8949         (hashcash-path): Ditto.
8950         (hashcash-extra-generate-parameters): Ditto.
8951         (hashcash-double-spend-database): Ditto.
8952         (hashcash-in-news): Ditto.
8954         * message.el (message-minibuffer-local-map): Add :group.
8956         * netrc.el (netrc): Add :group.
8958         * sieve-manage.el (sieve-manage-log): Add :group.
8959         (sieve-manage-default-user): Diito.
8960         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8961         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8962         (sieve-manage-authenticators): Ditto.
8963         (sieve-manage-authenticator-alist): Ditto.
8964         (sieve-manage-default-port): Ditto.
8966         * sieve-mode.el (sieve-control-commands-face): Add :group.
8967         (sieve-action-commands-face): Ditto.
8968         (sieve-test-commands-face): Ditto.
8969         (sieve-tagged-arguments-face): Ditto.
8971         * smime.el (smime): Add :group.
8973         * spam-report.el (spam-report): Add :group.
8975         * spam.el (spam, spam-face): Add :group.
8977 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8979         * nntp.el (nntp-next-result-arrived-p): Some news servers may
8980         return \n.\n.\n at the end of articles.  Protect against that.
8981         (nntp-with-open-group): Allow debugging.
8983         * nnheader.el (mail-header-set-extra): Make into a function
8984         because I just could't understand how to quote the list properly.
8986         * dns.el (query-dns-cached): New function.
8988 2005-05-26  Lute Kamstra  <lute@gnu.org>
8990         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8992 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8994         * gnus-art.el: Don't autoload mail-extract-address-components.
8996         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8997         eval-and-compile to evaluate it.
8999         * hashcash.el: Don't autoload executable-find.
9001         * nndb.el: Don't declare the nndb back end two or more times; don't
9002         autoload news-reply-mode, news-setup, cancel-timer and telnet.
9004         * nntp.el: Autoload format-spec instead of format; use
9005         eval-and-compile to evaluate autoload forms.
9007 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
9009         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
9011 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9013         * gnus.el (gnus-version-number): Bump version.
9015 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9017         * gnus.el: No Gnus v0.3 is released.
9019 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9021         * gnus-art.el (gnus-article-edit-part): Disable undo.
9023 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9025         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
9026         gnus-article-date-lapsed-new-header is t if date timer is active;
9027         skip headers in which the original date value is empty.
9028         (gnus-article-save-original-date): Redefine it as a macro.
9029         (gnus-display-mime): Use it.
9031 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9033         * gnus-art.el (article-date-ut): Support converting date in
9034         forwarded parts as well.
9035         (gnus-article-save-original-date): New function.
9036         (gnus-display-mime): Use it.
9038 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
9040         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
9041         enclosure element of <item>.
9043 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
9045         * message.el (message-kill-buffer-query): Renamed from
9046         `message-kill-buffer-query-if-modified'.  Added :version.
9048 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9050         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
9051         window layout.
9053 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9055         * mml.el: Autoload dnd when compiling.
9057 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9059         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
9060         x-dnd-*.
9062 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9064         * qp.el (quoted-printable-encode-region): Save excursion.
9066 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
9068         * message.el (message-kill-buffer-query-if-modified): Add new variable
9069         so the user can kill a modified message buffer quickly.
9070         (message-kill-buffer): Use it.
9072 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9074         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
9075         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
9077 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9079         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
9080         contained in text because xml.el decodes entities) with LFs.
9082 2005-04-11  Lute Kamstra  <lute@gnu.org>
9084         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
9085         differently.
9087 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9089         * mm-util.el (mm-detect-coding-region): Typo.
9091 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9093         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
9095 2005-04-06  Deepak Goel  <deego@gnufans.org>
9097         * spam-stat.el (spam-stat-score-buffer): Add a call to a
9098         user-function allow user modifications of the scores.
9099         (spam-stat-score-buffer-user): New function, to allow
9100         user-computed modifications to the score.
9101         (spam-stat-score-buffer-user-functions): List of additional
9102         scoring functions.
9103         (spam-stat-error-holder): Global temporary error holder.
9104         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
9105         variable.
9107 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
9109         * gnus-registry.el (gnus-registry-clean-empty-function)
9110         (gnus-registry-trim, gnus-registry-fetch-groups)
9111         (gnus-registry-delete-group): Groups that match
9112         `gnus-registry-ignored-groups' are removed from the registry
9113         entries, not just ignored for splitting.  This helps clean up the
9114         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
9115         to get all the groups a message ID is in.
9117         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
9118         (spam-stat-split-fancy): Change "threshhold" to "threshold"
9119         (spam-stat-score-buffer-user-functions): Add :number custom type.
9121 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9123         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
9124         argument in XEmacs.
9126         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
9127         (nnrss-request-group): Decode group name first.
9128         (nnrss-request-article): Make a text/plain article if mml-to-mime
9129         failed.
9130         (nnrss-get-encoding): Return a compatible encoding according to
9131         nnrss-compatible-encoding-alist.
9132         (nnrss-find-el): Use consp instead of listp.
9133         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
9135 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9137         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
9138         which Emacs 20 doesn't support.
9139         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
9141 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9143         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
9144         silence the byte compiler inside the defun.
9146         * gnus-demon.el (parse-time-string): Add autoload.
9148         * gnus-delay.el (parse-time-string): Add autoload.
9150         * gnus-art.el (parse-time-string): Add autoload.
9152         * nnultimate.el (parse-time): Require for `parse-time-string'.
9154 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9156         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
9158         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
9160         * smime.el (smime-ldap-host-list): Add :version.
9162 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9164         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
9165         pass it to `gnus-browse-read-group'.
9166         (gnus-browse-read-group): Add NUMBER argument and pass it to
9167         `gnus-group-read-ephemeral-group'.
9169         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
9170         argument and pass it to `gnus-group-read-group'.
9172 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
9174         * mm-util.el (mm-xemacs-find-mime-charset): Only call
9175         mm-xemacs-find-mime-charset-1 if we have the mule feature
9176         available at runtime.
9178 2005-03-25  Werner Lemberg  <wl@gnu.org>
9180         * nnmaildir.el: Replace `illegal' with `invalid'.
9182 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9184         * gnus-start.el (gnus-display-time-event-handler):
9185         Check display-time-timer at runtime rather than only at load time
9186         in case display-time-mode is turned off in the mean time.
9188 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9190         * nnimap.el (nnimap-open-connection): Print which authinfo file is
9191         used.
9193         * nneething.el (nneething-map-file-directory): Derive from
9194         `gnus-directory'.
9196         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
9197         the To/Cc button.
9199 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9201         * nnmaildir.el (nnmaildir-request-accept-article):
9202         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
9204 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9206         * gnus-async.el: Require timer-funcs at compile time when in
9207         XEmacs for `run-with-idle-timer'.
9209 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9211         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
9212         autoloaded function.
9214 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9216         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
9218 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
9220         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
9222 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9224         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
9225         gnus-expert-user to default.
9227 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
9229         * nnimap.el (nnimap-open-server): Ditto.
9231         * imap.el (imap-authenticate): Fix typo.
9233 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
9235         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
9236         buffer (since IMAP server might return FETCH response out of
9237         order, and the nntp buffer must be sorted).
9239 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
9241         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
9242         comparison on string.
9244         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
9245         (gnus-agent-score): Renamed category keywords to match gnus-cus.
9246         (gnus-agent-summary-fetch-series): Modified to protect against
9247         gnus-agent-summary-fetch-group clearing processable flags.
9248         (gnus-agent-synchronize-group-flags): Update live group buffer as
9249         synchronization may occur due to the user toggle the plugged
9250         status.
9251         (gnus-agent-fetch-group-1): Clear downloadable flag when article
9252         successfully downloaded.
9253         (gnus-agent-expire-group-1): Avoid using markers when the overview
9254         is in ascending order; greatly improves performance.
9255         (gnus-agent-regenerate-group): Use
9256         gnus-agent-synchronize-group-flags to reset read status in both
9257         gnus and server.
9258         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
9260 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9262         * message.el: Don't autoload former message-utils variables.
9263         (message-strip-subject-trailing-was): Change doc string.
9265         * nnweb.el: Fixes for `gnus-group-make-web-group'.
9266         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
9267         (nnweb-google-search): Add "hl=en" here.
9268         (nnweb-google-parse-1, nnweb-google-create-mapping):
9269         Don't hardcode URL.
9271 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9273         * message.el (message-get-reply-headers, message-followup):
9274         Mention related variables `message-use-followup-to' and
9275         `message-use-mail-followup-to', in the information buffer.
9277         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
9278         of broken groups(-beta).google.com.
9280 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9282         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
9283         parameter to invoked gnus-request-move-article; remove the
9284         redundant gnus-sum-hint-move-is-internal variable; apply the marks
9285         all at once instead of once per article.
9286         (gnus-summary-remove-process-mark): Accept a list of articles as
9287         well as a single article for processing.
9289         * gnus-int.el (gnus-request-move-article): Add move-is-internal
9290         parameter.
9292         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
9294         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
9296         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
9297         parameter.
9299         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
9300         parameter.
9302         * nnimap.el (nnimap-request-move-article): Add move-is-internal
9303         parameter and remove the gnus-sum-hint-move-is-internal variable.
9305         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
9306         parameter.
9308         * nndraft.el (nndraft-request-move-article): Add move-is-internal
9309         parameter.
9311         * nndiary.el (nndiary-request-move-article): Add move-is-internal
9312         parameter.
9314         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
9316         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
9317         parameter.
9319         * nnagent.el (nnagent-request-move-article): Add move-is-internal
9320         parameter.
9322 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9324         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
9325         a more conservative way.
9327 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9329         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
9330         buffer, so it moves the window's cursor.
9332 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
9334         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
9335         `mm-dissect-multipart' and receive the from field as an (optional)
9336         argument from `mm-dissect-multipart'.
9337         (mm-dissect-multipart): Receive the from field as an argument and
9338         pass it on when we call `mm-dissect-buffer' on MIME parts.
9339         Fixes verification/decryption of signed/encrypted MIME parts.
9341 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
9343         * gnus-sum.el (gnus-summary-move-article): Set
9344         gnus-sum-hint-move-is-internal for gnus-request-move-article and
9345         whatever it calls (right now, only nnimap-request-move article
9346         respects it).
9348         * nnimap.el (nnimap-request-move-article): When
9349         gnus-sum-hint-move-is-internal is set, don't do the extra
9350         nnimap-request-article.
9352 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9354         * nnheader.el (nnheader-find-file-noselect): Add doc string.
9356         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
9357         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
9359         * gnus-sum.el (gnus-summary-caesar-message):
9360         Apply `gnus-treat-article' after rotation.
9362         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
9363         doc string.
9365 2005-02-22  Simon Josefsson  <jas@extundo.com>
9367         * encrypt.el (encrypt-password-cache-expiry): Remove (use
9368         `password-cache-expiry' instead).  Reported by Arne Jørgensen
9369         <arne@arnested.dk>.
9370         (encrypt): Add password-cache and password-cache-expiry as group
9371         members.
9373 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
9375         * smime.el (smime-ldap-host-list): Doc fix.
9376         (smime-ask-passphrase): Use `password-read-and-add' to read (and
9377         cache) password.
9378         (smime-sign-region): Use it.
9379         (smime-decrypt-region): Use it.
9380         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
9381         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
9382         fails.
9383         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
9384         certificate from DER to PEM format rather than calling openssl.
9386         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
9388         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
9389         for signing/encryption.
9391         * mml.el (mml-parse-1): Use them.
9393 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
9395         * nnrss.el (nnrss-verbose): Removed.
9396         (nnrss-request-group): Use `nnheader-message' instead.
9398 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
9400         * nnrss.el (nnrss-verbose): New variable.
9401         (nnrss-request-group): Make it say nnrss is requesting a group.
9403 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9405         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
9406         Handle news URL with given port correctly.
9408 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9410         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
9411         containing special characters.
9413         * gnus-sum.el (gnus-summary-edit-article): Ditto.
9415         * mml.el (mime-to-mml): Ditto.
9417         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
9418         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
9419         (rfc2047-decode-region): Quote decoded words containing special
9420         characters when rfc2047-quote-decoded-words-containing-tspecials
9421         is non-nil.
9423 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
9425         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
9427         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
9429 2005-02-15  Simon Josefsson  <jas@extundo.com>
9431         * nnimap.el (nnimap-debug): Doc fix.
9433         * imap.el (imap-debug): Doc fix.
9435 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9437         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
9439 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
9441         * gnus.el (spam-contents): Improve docs for spam-contents
9442         parameter in its variable incarnation.
9444 2005-02-14  Simon Josefsson  <jas@extundo.com>
9446         * smime-ldap.el: Use require instead of load-library for ldap.
9447         (smime-ldap-search): Indent.
9448         (smime-ldap-search-internal): Shorten line.
9450         * smime.el (smime-cert-by-dns): Add doc-string.
9451         (smime-cert-by-ldap-1): Indent.
9453         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
9454         mml-smime-get-dns-ldap.
9455         (mml-smime-encrypt-query): Use new function.  Default to ldap.
9457 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
9459         * smime.el: Require smime-ldap.
9460         (smime-ldap-host-list): New variable.
9461         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
9463         * mml-smime.el (mml-smime-encrypt-query): New function.
9464         (mml-smime-encrypt-query): Use it.
9466         * smime-ldap.el: New file.
9468 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9470         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
9472 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9474         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
9475         argument in doc string.  Make query for type more clear.
9477 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9479         * gnus.el (gnus-group-startup-message): Search for gnus images in
9480         etc/images/gnus.
9481         * mm-util.el (mm-image-load-path): Likewise.
9482         * smiley.el (smiley-data-directory): Search for smilies in
9483         etc/images/smilies.
9485 2005-02-09  Kim F. Storm  <storm@cua.dk>
9487         Change Emacs release version from 21.4 to 22.1 throughout.
9488         Change Emacs development version from 21.3.50 to 22.0.50.
9490 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9492         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
9494         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
9495         non-Mule XEmacs as well.
9496         (mm-decompress-buffer): Signal an error intentionally if it does
9497         not decompress compressed data because auto-compression-mode is
9498         disabled.
9500 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
9502         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
9503         an ID in the registry even if it has no groups.
9505 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9507         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
9508         merge it into mm-decompress-buffer.
9509         (gnus-mime-copy-part): Use the MIME part charset, the value which
9510         a user specified or gnus-newsgroup-charset for decoding, like
9511         gnus-mime-inline-part does; set buffer-file-coding-system to tell
9512         save-buffer what was used.  Suggested by Kevin Ryde
9513         <user42@zip.com.au>.
9514         (gnus-mime-inline-part): Allow the name parameter as well as the
9515         filename parameter; force decompressing of compressed data; always
9516         display contents being not decoded as unibyte.
9518         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
9519         as well as the filename parameter.
9521         * mm-util.el (mm-decompress-buffer): Merge
9522         gnus-mime-jka-compr-maybe-uncompress.
9523         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
9524         of compressed data.
9526 2005-02-08  Simon Josefsson  <jas@extundo.com>
9528         * imap.el (imap-log): Doc fix.
9530 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9532         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
9533         the coding cookies; decompress compressed parts.
9535         * mml.el (mml-generate-mime-1): Add the charset parameter according
9536         to the value which a user specified manually or the coding cookie.
9538         * mm-util.el (mm-string-to-multibyte): New function.
9539         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
9540         (mm-coding-system-to-mime-charset): New function.
9541         (mm-decompress-buffer): New function.
9542         (mm-find-buffer-file-coding-system): New function.
9544         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
9545         (mm-display-inline-fontify): Rewrite for decoding and decompressing
9546         parts.
9548 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9550         * mm-view.el (mm-display-inline-fontify): Decode a part according
9551         to the charset parameter.
9553 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9555         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
9556         prefix arg is neither nil nor a number, as info specifies.
9558 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9560         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
9561         timestamps.
9563 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
9565         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
9566         groups error checking and notify user.
9568 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
9570         * message.el (message-send-mail-function): Check existence of
9571         sendmail-program first before using default value
9572         `message-send-mail-with-sendmail'.  Otherwise use more generic
9573         `smtpmail-send-it'.
9575 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9577         * nntp.el (nntp-request-update-info): Always return nil.
9579 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9581         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
9583 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9585         * message.el (message-beginning-of-line): Change the behavior when
9586         invoked between BOL and : so that it first moves backward.
9588 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9590         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
9591         article buffer when editing of the article is discarded.
9592         (gnus-article-prepare): Revert.
9594 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9596         * gnus-art.el (gnus-article-prepare):
9597         Remove message-strip-forbidden-properties from the local hook.
9599 2005-01-27  Simon Josefsson  <jas@extundo.com>
9601         * password.el (password-cache-add): Only start one timer per key.
9602         Reported by Derek Atkins <warlord@MIT.EDU>.
9604 2005-01-26  Steve Youngs  <steve@sxemacs.org>
9606         * run-at-time.el: Removed.  It is no longer needed as
9607         timer-funcs.el in the xemacs-base package has a working version of
9608         `run-at-time'.
9610         * password.el: Require timer-funcs instead of run-at-time in
9611         XEmacs.
9612         Remove `password-run-at-time' macro.
9613         (password-cache-add): Use `run-at-time' instead of
9614         `password-run-at-time'.
9616         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
9617         for `run-with-idle-timer'.
9619         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
9620         for `run-at-time'.
9622         * mm-url.el: Require timer-funcs at compile time when in XEmacs
9623         for `with-timeout'.
9625 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9627         * mml.el (mml-generate-mime-1): Convert string into unibyte when
9628         inserting " *mml*" buffer's contents into a unibyte temp buffer.
9630 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
9632         * mail-source.el (mail-source-fetch-imap): Search for ^From case
9633         sensitively.
9635 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
9637         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
9639 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9641         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
9642         which will be inserted according to the multibyteness of a buffer
9643         rather than the type of contents.  Suggested by ARISAWA Akihiro
9644         <ari@mbf.ocn.ne.jp>.
9646         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
9647         of string which old xml.el may return rather than a string.
9649 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9651         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
9653 2005-01-16  Simon Josefsson  <jas@extundo.com>
9655         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
9656         idn/idna.el isn't available.
9657         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
9658         <michael@waxrat.com>.
9660         * hashcash.el: Remove non-FSF copyright header.
9662         * hashcash.el (hashcash-extra-generate-parameters): New variable.
9663         (hashcash-generate-payment): Use it.
9664         (hashcash-generate-payment-async): Use it.
9666 2005-01-15  Simon Josefsson  <jas@extundo.com>
9668         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
9669         Suggested by Raymond Scholz <ray-2005@zonix.de>.
9671         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
9672         gnus-summary-idna-message.
9673         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
9674         (gnus-summary-idna-message): New function.
9676 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9678         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
9679         gnus-novice-user.
9681 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9683         * nnrss.el (nnrss-request-delete-group): Delete entries in
9684         nnrss-group-alist as well.
9685         (nnrss-save-server-data): Insert newline.
9687 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
9689         * gnus.el (gnus-user-agent): Use list of symbols instead of
9690         symbols.  Display full version number for (S)XEmacs.  Optionally
9691         display (S)XEmacs codename.
9693         * gnus-util.el (gnus-emacs-version): Update for new
9694         `gnus-user-agent'.
9696         * gnus-msg.el (gnus-extended-version): Make it possible to omit
9697         Gnus version.
9699 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9701         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
9702         which is unreadable in some setups.
9704 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9706         * gnus-spec.el (gnus-update-format-specifications): Flush the
9707         group format spec cache if it doesn't support decoded group names.
9709 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9711         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
9712         Allow to apply decay on score files matching a regexp.
9714 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9716         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
9717         compatibility in %g and %c.
9719 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9721         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
9722         name for only %g and %c.
9723         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
9724         of gnus-tmp-group to decoded group name.
9725         (gnus-group-make-rss-group): Exclude `/'s from group names.
9727 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9729         * nnrss.el (nnrss-get-encoding): Fix regexp.
9731 2004-12-27  Simon Josefsson  <jas@extundo.com>
9733         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
9734         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
9735         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
9737 2004-12-17  Kim F. Storm  <storm@cua.dk>
9739         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
9741         * gnus-sum.el (gnus-summary-mode-map): Likewise.
9743 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9745         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
9747 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9749         * nnrss.el: Require rfc2047 and mml.
9750         (nnrss-file-coding-system): New variable.
9751         (nnrss-format-string): Redefine it as an inline function.
9752         (nnrss-decode-group-name): New function.
9753         (nnrss-string-as-multibyte): Remove.
9754         (nnrss-retrieve-headers): Decode group name; don't use
9755         nnrss-format-string.
9756         (nnrss-request-group): Decode group name.
9757         (nnrss-request-article): Decode group name; allow a Message-ID as
9758         well as an article number; don't use nnrss-format-string; encode a
9759         Message-ID string which may contain non-ASCII characters; use
9760         mml-to-mime to compose a MIME article.
9761         (nnrss-request-expire-articles): Decode group name.
9762         (nnrss-request-delete-group): Decode group name.
9763         (nnrss-fetch): Clarify error message.
9764         (nnrss-read-server-data): Use insert-file-contents instead of load;
9765         bind file-name-coding-system; use multibyte buffer.
9766         (nnrss-save-server-data): Bind coding-system-for-write to the
9767         value of nnrss-file-coding-system; bind file-name-coding-system;
9768         add coding cookie.
9769         (nnrss-read-group-data): Use insert-file-contents instead of load;
9770         bind file-name-coding-system; use multibyte buffer.
9771         (nnrss-save-group-data): Bind coding-system-for-write to the
9772         value of nnrss-file-coding-system; bind file-name-coding-system.
9773         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
9774         make it work with non-ASCII text.
9775         (nnrss-find-el): Make it work with old xml.el as well.
9777 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9779         * nnrss.el (nnrss-get-encoding): New function.
9780         (nnrss-fetch): Use unibyte buffer initially; bind
9781         coding-system-for-read while performing mm-url-insert; remove ^Ms;
9782         decode contents according to the encoding attribute.
9783         (nnrss-save-group-data): Add coding cookie.
9784         (nnrss-mime-encode-string): New function.
9785         (nnrss-check-group): Use it to encode subject and author.
9787 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
9789         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
9790         imaginary variable.
9792 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9794         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
9795         correctly even if there are wide characters.
9797 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9799         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
9800         downcased symbol names; make a new cache instead of reusing
9801         bbdb-hashtable.
9803 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9805         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9806         concatenating segments rather than before concatenating them.
9807         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9809         * message.el (message-get-reply-headers): Bind `extra'.
9811 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9813         * message.el (message-extra-wide-headers): New variable.
9814         (message-get-reply-headers): Use it.
9816 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9818         * gnus-agent.el (gnus-agent-group-path): Decode group name.
9819         (gnus-agent-group-pathname): Ditto.
9821         * gnus-cache.el (gnus-cache-file-name): Decode group name.
9823         * gnus-group.el (gnus-group-make-group): Decode group name.
9824         (gnus-group-make-rss-group): Register the group data after opening
9825         the nnrss group.
9827 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
9829         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9830         by expiry now get marked as read.
9832 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9834         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9836 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
9838         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9839         unify Latin characters in XEmacs.
9840         (mm-find-mime-charset-region): Use it.
9842 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9844         * gnus-util.el (gnus-delete-directory): New function.
9846         * gnus-agent.el (gnus-agent-delete-group): Use it.
9848         * gnus-cache.el (gnus-cache-delete-group): Use it.
9850 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9852         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9853         names.
9855 2004-12-16  Simon Josefsson  <jas@extundo.com>
9857         * hashcash.el (hashcash-payment-alist): Fix custom :type.
9859 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9861         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9863         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9864         (gnus-group-set-current-level): Decode group name.
9866 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
9868         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9869         failed.
9871 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9873         * gnus-group.el (gnus-group-delete-group): Decode group name.
9874         (gnus-group-make-rss-group): Encode group name.
9875         (gnus-group-catchup-current): Decode group name.
9876         (gnus-group-kill-group): Decode group name.
9878 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9880         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9882 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9884         * gnus-group.el (gnus-group-make-rss-group):
9885         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9887         * gnus-start.el (gnus-setup-news): Honor user's setting to
9888         gnus-message-archive-method.  Suggested by Lute Kamstra
9889         <lute@gnu.org>.
9891 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
9893         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9894         global counterparts of the buffer-local variables.
9896 2004-11-16  Romain Francoise  <romain@orebokech.com>
9898         * gnus-sum.el (gnus-summary-exit): Don't clear the global
9899         counterparts of the buffer-local variables.
9901 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9903         * message.el (message-forbidden-properties): Fixed typo in doc
9904         string.
9906 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9908         * gnus-util.el (gnus-replace-in-string): Added doc string.
9910         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9911         to avoid problems when splitting mails with many recipients.
9913 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9915         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9916         pop-to-buffer, covered by the subsequent gnus-configure-windows.
9918 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
9920         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9921         if there is no hashtable in memory or file modification time is
9922         newer than cached timestamp.
9924 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9926         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9927         not-matching option.
9929 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
9931         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9932         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9933         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9934         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9935         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
9936         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9938 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9940         * message.el (message-forward-make-body-mml): Remove headers
9941         according to message-forward-ignored-headers if a message is decoded.
9943 2004-12-02  Romain Francoise  <romain@orebokech.com>
9945         * message.el (message-forward-make-body-plain): Always remove
9946         headers according to message-forward-ignored-headers.
9948 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9950         * spam.el (spam-summary-prepare-exit): Remove the
9951         gnus-summary-limit pop for now, it has problems with ham marks for
9952         me.
9954 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
9956         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9957         correctly.
9959 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
9961         * format-spec.el (format-spec): Message the char.
9963 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9965         * gnus-art.el (gnus-split-methods): Reformat comments.
9967         * spam.el (spam-summary-prepare-exit): Remove article limits
9968         before exiting the summary buffer.
9970 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9972         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9973         order to silence the byte compiler.
9975         * spam.el: Fix the way to silence the byte compiler, which
9976         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9977         bbdb-search-simple, spam-BBDB-register-routine,
9978         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9979         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9980         spam-stat-buffer-is-spam, spam-stat-load,
9981         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9982         spam-stat-save and spam-stat-split-fancy.
9984 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9986         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9987         which may confuse users.
9988         (canlock-password-for-verify): Ditto.
9990         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9992         * gnus-art.el (gnus-emphasis-alist): Ditto.
9994         * gnus-registry.el (gnus-registry-max-entries): Ditto.
9996         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9998         * gnus-start.el (gnus-save-killed-list): Ditto.
10000         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
10001         (gnus-sum-thread-tree-root): Ditto.
10002         (gnus-sum-thread-tree-false-root): Ditto.
10003         (gnus-sum-thread-tree-single-indent): Ditto.
10005         * message.el (message-courtesy-message): Ditto.
10006         (message-archive-note): Ditto.
10007         (message-subscribed-address-file): Ditto.
10008         (message-user-fqdn): Ditto.
10010         * spam-report.el (spam-report-gmane-regex): Ditto.
10012         * spam.el (spam-blackhole-good-server-regex): Ditto.
10014 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10016         * mml.el (mml-preview): Widen the message buffer before copying
10017         the contents to the preview buffer; sort headers before previewing.
10019         * message.el (message-hidden-headers): Fix the way to avoid a bug
10020         in the `repeat' widget in Emacs 21.3 or earlier.
10022 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10024         * message.el (message-hidden-headers): Default to "^References:".
10025         Improve customization type.  Suggested by Reiner Steib
10026         <Reiner.Steib@gmx.de>.
10028 2004-11-25  Romain Francoise  <romain@orebokech.com>
10030         * message.el (message-strip-forbidden-properties): Remove check for
10031         obsolete `message-hidden' text property, hidden headers are not
10032         accessible in the buffer anymore.
10034 2004-11-22  Romain Francoise  <romain@orebokech.com>
10036         * message.el (message-header-format-alist): Add `From' in list
10037         so that it can be sorted.
10038         (message-fix-before-sending): Widen and sort headers before
10039         sending.
10040         (message-hide-headers): Use narrowing to hide headers by moving
10041         them to the top of the buffer and narrowing to the region
10042         underneath.
10044 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10046         * message.el (message-strip-forbidden-properties): Bind
10047         buffer-read-only (etc) to nil.
10049 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10051         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
10052         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10054 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
10056         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
10058 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10060         * dns.el (query-dns): Use sit-for to time instead of
10061         accept-process-output, since that doesn't seem to work on udp
10062         sockets.
10064 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10066         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
10068 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
10070         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
10071         doc string.  Improve doc string.
10073 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10075         * nntp.el (nntp-request-update-info): Return nil if
10076         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
10077         may not call gnus-activate-group which uselessly issues the GROUP
10078         commands for all nntp groups and wastes time.  Reported by Romain
10079         Francoise <romain@orebokech.com>.
10081         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
10083 2004-11-15  Simon Josefsson  <jas@extundo.com>
10085         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
10086         headers separately.
10087         (gnus-button-openpgp): New function, inspired by Jochen Küpper
10088         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
10090 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10092         * gnus-start.el (gnus-convert-old-newsrc):
10093         Assign legacy-gnus-agent to 5.10.7.
10095 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10097         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
10098         start of the lines.
10100 2004-11-14  Magnus Henoch  <mange@freemail.hu>
10102         * hashcash.el (hashcash-default-payment): Change default to 20
10103         (hashcash-default-accept-payment): Change default to 20
10104         (hashcash-process-alist): New variable
10105         (hashcash-generate-payment-async): Add
10106         (hashcash-already-paid-p): Add
10107         (hashcash-insert-payment): Don't generate payments twice
10108         (hashcash-insert-payment-async): Add
10109         (hashcash-insert-payment-async-2): Add
10110         (hashcash-cancel-async): Add
10111         (hashcash-wait-async): Add
10112         (hashcash-processes-running-p): Add
10113         (hashcash-wait-or-cancel): Add
10114         (mail-add-payment): New optional argument.  Conditionally start
10115         asynchronous calculation.
10116         (mail-add-payment-async): Add
10118         * message.el (message-send-mail): Wait for asynchronous hashcash
10119         results.  Don't clobber existing X-Hashcash headers.
10120         (message-setup-1): Call mail-add-payment-async when
10121         message-generate-hashcash is non-nil.
10123 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10125         * message.el (message-use-alternative-email-as-from): Examine the
10126         From header as well; use message-make-from in order to include a
10127         user's full name.
10129 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10131         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
10132         default; improve customization type.
10133         (gnus-emphasis-custom-with-format): New macro.
10134         (gnus-emphasis-custom-value-to-external): New function.
10135         (gnus-emphasis-custom-value-to-internal): New function.
10137 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10139         * dns.el (query-dns): Resolve reverse addresses.
10141 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10143         * gnus-group.el (gnus-group-get-new-news): Use it.
10145         * gnus-start.el (gnus-check-reasonable-setup): New function.
10147 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10149         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
10150         "Args out of range" error.  Reported by Arnaud Giersch
10151         <arnaud.giersch@free.fr>.
10153 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10155         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
10157 2004-11-04  Richard M. Stallman  <rms@gnu.org>
10159         * spam.el (spam group): Add :version.
10161         * pgg-def.el (pgg group): Add :version.
10163 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10165         * gnus-art.el (gnus-article-edit-article): Don't associate the
10166         article buffer with a draft file.  This is a temporary measure
10167         against the 2004-08-22 change to gnus-article-edit-mode.
10169 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10171         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
10172         (html2text-format-tags): Remove unused variable `attr'.
10174 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10176         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
10178         * spam-stat.el (spam-stat): Add :version.
10180         * sieve.el (sieve): Add :version.
10182         * sha1.el (sha1): Add :version.
10183         (sha1-use-external): Remove redundant version.
10185         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
10186         (nnmail-cache-ignore-groups, nnmail-spool-hook)
10187         (nnmail-split-fancy-match-partial-words)
10188         (nnmail-split-lowercase-expanded): Add :version.
10190         * nndiary.el (nndiary): Add :version.
10192         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
10194         * mml-sec.el (mml-default-sign-method)
10195         (mml-default-encrypt-method, mml-signencrypt-style-alist):
10196         Add :version.
10198         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
10200         * mm-url.el (mm-url-use-external, mm-url-program)
10201         (mm-url-arguments): Add :version.
10203         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
10204         (mm-attachment-file-modes, mm-decrypt-option)
10205         (mm-w3m-safe-url-regexp): Add :version.
10207         * message.el (message-cite-prefix-regexp)
10208         (message-sendmail-envelope-from, message-minibuffer-local-map)
10209         (message-user-fqdn, message-completion-alist): Add :version.
10211         * gnus-win.el (gnus-configure-windows-hook)
10212         (gnus-use-frames-on-any-display): Add :version.
10214         * gnus-art.el (gnus-article-address-banner-alist)
10215         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
10216         (gnus-treat-from-picon, gnus-treat-mail-picon)
10217         (gnus-treat-x-pgp-sig): Add :version.
10219         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
10220         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
10221         (gnus-summary-article-delete-hook)
10222         (gnus-summary-display-while-building): Add :version.
10224         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
10225         (gnus-get-top-new-news-hook): Add :version.
10227         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10228         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
10230         * gnus-registry.el (gnus-registry): Add :version.
10232         * gnus-spec.el (gnus-use-correct-string-widths)
10233         (gnus-make-format-preserve-properties): Add :version.
10235         * gnus.el (gnus-group-charter-alist)
10236         (gnus-group-fetch-control-use-browse-url)
10237         (gnus-install-group-spam-parameters): Add :version.
10239         * gnus-diary.el (gnus-diary): Add :version.
10241         * gnus-delay.el (gnus-delay): Add :version.
10243         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
10244         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
10245         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
10246         Add :version.
10248         * gnus-agent.el (gnus-agent-max-fetch-size)
10249         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
10250         (gnus-agent-prompt-send-queue): Add :version.
10252         * deuglify.el (gnus-outlook-deuglify): Add :version.
10254         * html2text.el: Beautify code.  Improve doc strings.  Some
10255         checkdoc cleanup.
10256         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
10258 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
10260         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
10262 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
10264         * gnus-registry.el (gnus-registry-hashtb): Create the registry
10265         when package is loaded.
10267         * spam.el (spam-summary-score-preferred-header): Add global preference
10268         for people who want to override the default SpamAssassin over
10269         Bogofilter preference (when both are set).
10270         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
10271         (spam-user-format-function-S): Check
10272         spam-summary-score-preferred-header.
10273         (spam-extra-header-to-number): Add X-Bogosity header parsing.
10274         (spam-user-format-function-S): Format the score correctly.
10276 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10278         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
10279         signature file.  Suggested by Manoj Srivastava
10280         <srivasta@golden-gryphon.com>.
10282         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
10283         iso-2022-jp even in the Japanese language environment.
10284         Suggested by Jason Rumney <jasonr@gnu.org>.
10286 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10288         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
10289         use the same characters as the dummy marks; make it free from
10290         getting affected by the language environment.
10291         (gnus-summary-read-group-1): Update mark positions only when the
10292         format spec is updated.
10294         * gnus-spec.el (gnus-update-format-specifications): Return a list
10295         of updated types.
10297 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10299         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
10300         of boundp to check if display-warning is available.
10302 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
10304         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
10306 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10308         * nnspool.el (nnspool-spool-directory): Use news-path if the
10309         news-directory variable is not bound.
10311         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
10312         function instead of display-warning if it is not available.
10314 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10316         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
10317         v5-10: Use `point-at-bol'.
10319 2004-10-26  Simon Josefsson  <jas@extundo.com>
10321         * hashcash.el: Fix URL in comment, reported by Cheng Gao
10322         <chenggao@gmail.com>.
10324 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10326         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
10327         instead.
10329 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
10331         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
10332         to remove a server from the nnimap-server-buffer-alist.
10333         (nnimap-open-connection, nnimap-close-server): Use it.
10335         * gnus-encrypt.el: Remove file in favor of encrypt.el.
10337 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10339         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
10340         running the major-mode function.
10342 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10344         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
10345         dummy marks in the right way.
10347 2004-10-18  David Edmondson  <dme@dme.org>
10349         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
10350         excessively.
10352 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
10354         * gnus-util.el (gnus-split-references): Accept a nil references
10355         string and go on blissfully.
10357         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
10358         cases where the references string is non-nil but has no references.
10360         * encrypt.el: Add autoload tags.
10362         * spam.el (spam-resolve-registrations-routine): Remove article
10363         from unregistration list too.  Reported by David Hanak
10364         <dhanak@isis.vanderbilt.edu>
10366 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
10368         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
10369         nil.  Changed custom type.
10371 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
10373         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
10375         * gnus-sum.el (gnus-summary-move-article): Use it.
10377 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
10379         * encrypt.el: Add autoload cookies.
10381         * spam.el (spam-backend-article-list-property)
10382         (spam-backend-get-article-todo-list)
10383         (spam-backend-put-article-todo-list)
10384         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
10385         Resolve registrations separately.
10386         (spam-register-routine): Format comments.
10387         (spam-unregister-routine, spam-register-routine): Always call with
10388         specific-articles, no default list.
10389         (spam-summary-prepare-exit): Use the spam-classifications function.
10391         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
10392         gnus-encrypt.el.
10394         * encrypt.el: Copied from gnus-encrypt.el.
10396         * gnus-encrypt.el: Commented that it's obsolete.
10398 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10400         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
10401         (gnus-score-save): Use it.
10403         * message.el (message-bury): Use `window-dedicated-p'.
10405 2004-10-15  Simon Josefsson  <jas@extundo.com>
10407         * pop3.el (top-level): Don't require nnheader.
10408         (pop3-read-timeout): Add.
10409         (pop3-accept-process-output): Add.
10410         (pop3-read-response, pop3-retr): Use it.
10412 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
10414         * spam.el (spam-register-routine): Move comment.
10415         (spam-verify-bogofilter): Use 'unknown for the initial
10416         spam-bogofilter-valid state, not 'never.
10418         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
10419         for netrc-machine.
10421         * nnimap.el (nnimap-open-connection): Use
10422         netrc-machine-user-or-password.
10424 2004-10-17  Richard M. Stallman  <rms@gnu.org>
10426         * gnus-registry.el (gnus-registry-unload-hook):
10427         Set as a variable with add-hook.
10429         * nnspool.el (nnspool-spool-directory): Use news-directory instead
10430         of news-path.
10432         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
10434         * spam.el: Delete duplicate `provide'.
10435         (spam-unload-hook): Set as a variable with add-hook.
10437 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10439         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
10440         in the doc string.
10442         * message.el (message-ignored-news-headers)
10443         (message-ignored-supersedes-headers)
10444         (message-ignored-resent-headers)
10445         (message-forward-ignored-headers): Improve custom type.
10447 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10449         * message.el (message-tokenize-header): Fix 2004-09-06 change
10450         which used point-min in the wrong place.
10452 2004-10-12  Simon Josefsson  <jas@extundo.com>
10454         * tls.el (tls-certtool-program): New variable.
10455         (tls-certificate-information): New function, based on
10456         ssl-certificate-information.
10458 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10460         * compface.el: Move the version of ELisp-based uncompface program
10461         to the contrib directory because of the copyright problem.
10463 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10465         * message.el (message-kill-buffer): Raise the current frame.
10467 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10469         * gnus-sum.el: Mention that multibyte characters don't work as marks.
10471         * gnus.el (message-y-or-n-p): Autoload.
10473         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
10474         (pop3-password-required, pop3-authentication-scheme)
10475         (pop3-leave-mail-on-server): Made customizable.
10476         (pop3): New custom group.
10477         (pop3-retr): Remove `sleep-for' statements.
10478         Suggested by Dave Love <fx@gnu.org>.
10480         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
10481         Windows/DOS.
10483         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10484         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
10485         Dave Love <fx@gnu.org>.
10487         * mml.el (mml-minibuffer-read-disposition): Require match.
10488         Suggested by Dave Love <fx@gnu.org>.
10490 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10492         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
10493         doc string.
10495 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10497         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
10499 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10501         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
10502         instead of calling `mm-insert-inline', to decode text/* parts
10503         before displaying them.
10505 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10507         * mm-uu.el (mm-uu-text-plain-type): New variable.
10508         (mm-uu-pgp-signed-extract-1): Use it.
10509         (mm-uu-pgp-encrypted-extract-1): Use it.
10510         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
10511         bind mm-uu-text-plain-type with that value.
10512         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
10513         mm-uu-dissect.
10515 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10517         * gnus-group.el (gnus-update-group-mark-positions):
10518         * gnus-sum.el (gnus-update-summary-mark-positions):
10519         * message.el (message-check-news-body-syntax):
10520         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
10521         of string-as-multibyte.
10523 2004-10-05  Juri Linkov  <juri@jurta.org>
10525         * gnus-group.el (gnus-update-group-mark-positions):
10526         * gnus-sum.el (gnus-update-summary-mark-positions):
10527         * message.el (message-check-news-body-syntax):
10528         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
10529         8-bit unibyte values to a multibyte string for search functions.
10531 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10533         * mm-uu.el (mm-uu-dissect): Allow optional arg.
10534         (mm-uu-dissect-text-parts): New function.
10536         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
10537         dissect text parts.
10539         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
10540         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
10542         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
10544         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
10545         gnus-current-topics instead of gnus-current-topic.
10547 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
10549         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
10551 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
10553         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
10554         where approriate.
10556         * nnml.el (nnml-generate-active-info): do.
10558         * nndiary.el (nndiary-generate-active-info): do.
10560         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
10561         (gnus-topic-move): do.
10563         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
10564         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
10566         * gnus-srvr.el (gnus-server-prepare)
10567         (gnus-server-open-all-servers): do.
10569         * gnus-msg.el (gnus-summary-cancel-article)
10570         (gnus-summary-resend-message)
10571         (gnus-summary-mail-crosspost-complaint): do.
10573         * gnus-move.el (gnus-change-server): do.
10575         * gnus-group.el (gnus-group-unmark-all-groups)
10576         (gnus-group-set-current-level): do.
10578 2004-10-04  Simon Josefsson  <jas@extundo.com>
10580         * message.el (message-generate-hashcash): Doc fix.
10582 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
10584         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
10585         avoid infinite recursion via gnus-get-function.
10587 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
10589         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
10591         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
10593         * nnmail.el (nnmail-split-history): do.
10595         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
10596         (nnml-request-delete-group): do.
10598         * nnslashdot.el (nnslashdot-read-groups): do.
10600         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
10601         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
10603         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
10604         (nnspool-sift-nov-with-sed): Use last
10605         (nnspool-retrieve-headers-with-nov): Use mapc.
10606         (nnspool-request-newgroups): Use dolist.
10607         (nnspool-request-group): Use last.
10609         * nntp.el (nntp-read-server-type): Use dolist.
10611         * nnvirtual.el (nnvirtual-create-mapping)
10612         (nnvirtual-update-read-and-marked): Use dolist.
10613         (nnvirtual-convert-headers): Simplify.
10615 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10617         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
10618         support for sync'ing tick marks.
10620 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10622         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
10623         there's no visible header.
10625 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10627         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
10628         necessary, pass full group name to gnus-request-set-marks.
10630 2004-10-01  Simon Josefsson  <jas@extundo.com>
10632         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
10633         acroread.
10635 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10637         * spam-report.el (spam-report-gmane): Fix interactive.
10639         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
10641         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
10642         when writing file.
10643         (gnus-agent-synchronize-flags): Don't default to being
10644         interactive.
10646 2004-09-30  Simon Josefsson  <jas@extundo.com>
10648         * message.el (message-generate-hashcash): Add.
10649         (message-send-mail): Use it, call mail-add-payment.
10651 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10653         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
10655 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
10657         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
10658         gnus-requst-update-info with explicit code to sync the in-memory
10659         info read flags with the marks being sync'd to the backend.
10661         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
10663 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10665         * spam.el (spam-verify-bogofilter): Add new function.
10666         (spam-check-bogofilter)
10667         (spam-bogofilter-register-with-bogofilter): Use it.
10668         (spam-verify-bogofilter): Add small fixes.
10670 2004-09-28  Simon Josefsson  <jas@extundo.com>
10672         * hashcash.el (hashcash-generate-payment): Revert.
10674 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10676         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
10677         gnus-extract-references instead of gnus-split-references.
10679         * gnus-util.el (gnus-extract-references): Add new function, analogous
10680         to gnus-split-references but extracts only the message-ID without
10681         anything extra.
10683         * hashcash.el (hashcash-generate-payment)
10684         (hashcash-check-payment): Do the right thing if hashcash-path is
10685         nil (because the hashcash program could not be found).
10687         * spam.el (spam-use-hashcash): Remove comment.
10689 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
10691         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
10692         (gnus-cache-enter-article, gnus-cache-remove-article)
10693         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
10695         * gnus-async.el (gnus-async-prefetch-remove-group): do.
10697         * gnus-art.el (article-hide-boring-headers)
10698         (article-translate-strings, article-display-face)
10699         (gnus-article-mime-match-handle-first)
10700         (gnus-article-highlight-headers)
10701         (gnus-article-add-buttons-to-head): do.
10703 2004-09-27  Simon Josefsson  <jas@extundo.com>
10705         * hashcash.el: New version, from
10706         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
10707         ../contrib/.
10709 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10711         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
10713 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
10715         * gnus-dup.el (gnus-dup-open): Use mapc.
10716         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
10718         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
10719         Reported by Stefan Wiens <s.wi@gmx.net>.
10721         * gnus.el (gnus-shutdown): Use dolist.
10723         * gnus-undo.el (gnus-undo): Use mapc.
10725         * nnrss.el (nnrss-generate-active): do.
10727         * message.el (message-cite-original-without-signature)
10728         (message-cite-original): Use mapc.
10729         (message-do-actions, message-make-forward-subject): Use dolist.
10731 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10733         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
10734         deletion to remove entire duplicate line.  Fixes merged article
10735         number bug.
10737 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10739         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
10740         servers that are offline.  Avoids having gnus-agent-toggle-plugged
10741         first ask if you want to open a server and then, even when you
10742         responded with no, asking if you want to synchronize the server's
10743         flags.
10744         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
10745         multi-line expressions.
10746         (gnus-agent-synchronize-group-flags): New internal function.
10747         Updates marks in memory (in the info structure) AND in the
10748         backend.
10750         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
10752         * nnagent.el (nnagent-request-set-mark): Use
10753         gnus-agent-synchronize-group-flags, not backend's request-set-mark
10754         method, to ensure that synchronization updates marks in the
10755         backend and in the info (in memory) structure.
10757 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10759         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
10760         convention fully; don't miss the root article of a thread; make
10761         the X-Draft-From header with correct article numbers.
10763 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
10765         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
10766         unless plugged.  Disable the agent so that an open failure causes
10767         an error.
10769         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
10770         Reverted 2004-09-21 change.  The backend must be opened while
10771         synchronizing flags even when the backend stores the flags
10772         locally.
10774 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
10776         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
10777         in `header' match.  Reported by Svend Tollak Munkejord.
10779         * message.el (message-cite-original): Fix use of
10780         `message-cite-articles-with-x-no-archive'.
10782 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10784         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
10785         (gnus-window-to-buffer): Ditto.
10787         * mml.el (mml-preview-buffer): New variable.
10788         (mml-preview): Manage window layout with gnus-buffer-configuration.
10790         * gnus-msg.el (gnus-setup-message): Put article numbers into the
10791         X-Draft-From header even if those articles aren't quoted.
10793 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
10795         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
10796         (gnus-request-set-mark, gnus-request-update-mark): Use new
10797         g-s-t-u-l-m to decide to use backend even when unplugged.
10799 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10801         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
10802         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
10804 2004-09-20  Simon Josefsson  <jas@extundo.com>
10806         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
10807         "utf-16-le".
10809 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10811         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10813 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10815         * uudecode.el (uudecode-use-external): Add :version.
10817         * smime.el (smime-CA-file, smime-encrypt-cipher)
10818         (smime-dns-server): Add :version.
10820         * smiley.el (gnus-smiley-file-types): Add :version.
10822         * sha1.el (sha1-use-external): Add :version.
10824         * pgg-def.el (pgg-query-keyserver): Add :version.
10826         * nnmail.el (nnmail-fancy-expiry-targets)
10827         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10828         Add :version.
10830         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10831         (nnimap-retrieve-groups-asynchronous): Add :version.
10832         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
10834         * mml.el (mml-content-disposition-parameters)
10835         (mml-insert-mime-headers-always): Add :version.
10837         * mm-util.el (mm-coding-system-priorities): Add :version.
10839         * mm-decode.el (mm-inline-text-html-with-images)
10840         (mm-keep-viewer-alive-types, mm-external-terminal-program)
10841         (mm-verify-option): Add :version.
10842         (mm-text-html-renderer): Change :version.
10844         * message.el (message-fcc-externalize-attachments)
10845         (message-required-headers, message-draft-headers)
10846         (message-subject-trailing-was-query)
10847         (message-subject-trailing-was-ask-regexp)
10848         (message-subject-trailing-was-regexp, message-mark-insert-begin)
10849         (message-mark-insert-end, message-archive-header)
10850         (message-archive-note, message-cross-post-default)
10851         (message-cross-post-note, message-followup-to-note)
10852         (message-cross-post-note-function, message-use-mail-followup-to)
10853         (message-subscribed-address-functions)
10854         (message-subscribed-address-file, message-subscribed-addresses)
10855         (message-subscribed-regexps, message-allow-no-recipients)
10856         (message-yank-cited-prefix, message-signature-insert-empty-line)
10857         (message-hidden-headers, message-hierarchical-addresses)
10858         (message-mail-user-agent, message-use-idna)
10859         (message-valid-fqdn-regexp)
10860         (message-strip-special-text-properties, message-header-synonyms)
10861         (message-beginning-of-line, message-tab-body-function): Add :version.
10862         (message-insert-canlock, message-wide-reply-confirm-recipients):
10863         Change :version.
10865         * mail-source.el (mail-source-ignore-errors): Add :group, :type
10866         and :version.
10867         (mail-source-delete-old-incoming-confirm)
10868         (mail-source-movemail-program): Add :version.
10870         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10871         (gnus-agent-cache, gnus-agent): Change :version.
10873         * gnus-util.el (gnus-use-byte-compile): Change :version.
10875         * gnus-sum.el (gnus-summary-make-false-root-always)
10876         (gnus-summary-default-high-score)
10877         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10878         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10879         (gnus-read-all-available-headers, gnus-article-emulate-mime)
10880         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10881         (gnus-sum-thread-tree-single-indent)
10882         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10883         (gnus-sum-thread-tree-leaf-with-other)
10884         (gnus-sum-thread-tree-single-leaf): Add :version.
10885         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10886         (gnus-article-loose-mime): Change :version.
10888         * gnus-start.el (gnus-backup-startup-file)
10889         (gnus-save-startup-file-via-temp-buffer): Add :version.
10891         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10892         (gnus-server-offline-face): Add :version.
10894         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10896         * gnus-msg.el (gnus-gcc-externalize-attachments)
10897         (gnus-debug-files, gnus-debug-exclude-variables)
10898         (gnus-discouraged-post-methods): Change :version.
10899         (gnus-confirm-mail-reply-to-news)
10900         (gnus-confirm-treat-mail-like-news): Add :version.
10902         * gnus-int.el (gnus-server-unopen-status): Add :version.
10904         * gnus-group.el (gnus-group-jump-to-group-prompt)
10905         (gnus-large-ephemeral-newsgroup)
10906         (gnus-fetch-old-ephemeral-headers): Add :version.
10908         * gnus-fun.el (gnus-x-face-directory)
10909         (gnus-convert-pbm-to-x-face-command)
10910         (gnus-convert-image-to-x-face-command)
10911         (gnus-convert-image-to-face-command): Add :version.
10913         * gnus-delay.el (gnus-delay-default-hour): Add :version.
10915         * gnus-cite.el (gnus-cite-blank-line-after-header)
10916         (gnus-article-boring-faces): Add :version.
10918         * gnus-art.el (gnus-buttonized-mime-types)
10919         (gnus-inhibit-mime-unbuttonizing)
10920         (gnus-treat-display-face)
10921         (gnus-treat-body-boundary): Change :version.
10922         (gnus-body-boundary-delimiter, gnus-picon-databases)
10923         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10924         (gnus-treat-date-english, gnus-treat-fold-headers)
10925         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10926         (gnus-treat-mail-picon, gnus-treat-wash-html)
10927         (gnus-article-encrypt-protocol)
10928         (gnus-use-idna, gnus-article-over-scroll)
10929         (gnus-mime-display-multipart-alternative-as-mixed)
10930         (gnus-mime-display-multipart-related-as-mixed)
10931         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10932         (gnus-ctan-url, gnus-button-ctan-handler)
10933         (gnus-button-handle-ctan-bogus-regexp)
10934         (gnus-button-ctan-directory-regexp)
10935         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10936         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10937         (gnus-button-man-level, gnus-button-emacs-level)
10938         (gnus-button-message-level, gnus-button-browse-level): Add :version.
10940         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10941         (gnus-agent-go-online): Change :version.
10942         (gnus-agent-expire-unagentized-dirs)
10943         (gnus-agent-auto-agentize-methods): Add :version.
10945         * flow-fill.el (fill-flowed-display-column)
10946         (fill-flowed-encode-column): Add :version.
10948         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10949         (gnus-outlook-deuglify-unwrap-max)
10950         (gnus-outlook-deuglify-cite-marks)
10951         (gnus-outlook-deuglify-unwrap-stop-chars)
10952         (gnus-outlook-deuglify-no-wrap-chars)
10953         (gnus-outlook-deuglify-attrib-cut-regexp)
10954         (gnus-outlook-deuglify-attrib-verb-regexp)
10955         (gnus-outlook-deuglify-attrib-end-regexp)
10956         (gnus-outlook-display-hook): Add :version.
10958         * binhex.el (binhex-use-external): Add :version.
10960 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
10962         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10963         and `invisible'.
10965 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10967         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10968         in gnus-registry-trim.
10970 2004-09-13  Simon Josefsson  <jas@extundo.com>
10972         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10974         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10976         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10977         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10978         <yamaoka@jpl.org>.
10979         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10980         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10981         <yamaoka@jpl.org>.
10983         * sieve.el (sieve-manage-mode): Ditto.
10985 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
10987         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10989 2004-09-11  Simon Josefsson  <jas@extundo.com>
10991         * dns-mode.el: Add.
10993         * mm-view.el (mm-display-dns-inline): Add.
10995         * mm-decode.el (mm-inline-media-tests): Add text/dns.
10996         (mm-automatic-display): Ditto.
10998         * mailcap.el (mailcap-mime-data): Add text/dns.
10999         (mailcap-mime-extensions): Map .soa to text/dns.
11001 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
11003         * gnus-art.el (article-decode-mime-words, article-babel)
11004         (gnus-article-highlight-signature, gnus-article-add-buttons)
11005         (gnus-signature-toggle): Remove unnecessary bindings of
11006         `inhibit-read-only' inherited from v5.10 merge.
11008 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
11010         * nntp.el (nntp): New customization group.
11011         (nntp-authinfo-file): Add customization group.
11013         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
11015         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
11017         * gnus.el (to-address, to-list, subscribed)
11018         (large-newsgroup-initial): Ditto.
11020         * flow-fill.el (fill-flowed-display-column)
11021         (fill-flowed-encode-column): Ditto.
11023 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11025         * message.el (message-tokenize-header, message-send-mail-with-qmail):
11026         Use point-min rather than 1.
11027         (message-send-mail): Use buffer-size rather than point-max.
11029         * gnus-sum.el (gnus-summary-search-article-forward):
11030         Signal a specific `search-failed' rather than a generic `error'.
11032         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
11033         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
11034         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
11036 2004-09-10  Simon Josefsson  <jas@extundo.com>
11038         * nndb.el (require): Remove tcp and duplicate cl.
11040 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11042         * gnus-agent.el (directory-files-and-attributes): Move forward.
11044 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
11046         * gnus-agent.el (directory-files-and-attributes): Optionally
11047         defined to support XEmacs.
11049 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
11051         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
11052         to avoid run-time CL dependencies.
11053         (gnus-agent-unfetch-articles): New function.
11054         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
11055         article numbers even when local .overview file is missing.
11056         (gnus-agent-read-article-number): New function.  Only accepts
11057         27-bit article numbers.
11058         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
11059         gnus-agent-read-article-number.
11060         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
11061         from backend while recognizing that article numbers in .overview
11062         must be valid.
11063         (gnus-agent-update-files-total-fetched-for): Use
11064         directory-files-and-attributes to improve performance.
11065         * gnus-int.el (gnus-request-move-article): Use
11066         gnus-agent-unfetch-articles in place of gnus-agent-expire to
11067         improve performance.
11069         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
11070         some users confused by references to .newsrc when they only have a
11071         .newsrc.eld file.
11072         (gnus-convert-mark-converter-prompt)
11073         (gnus-convert-converter-needs-prompt): Fixed use of property list.
11074         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
11075         New function.  Used internally to only display 'gnus converting
11076         files' message when actually necessary.
11078         * gnus-sum.el (): Removed (require 'gnus-agent) as required
11079         methods now autoloaded.
11081 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11083         * gnus-sum.el (gnus-summary-insert-subject): Remove list
11084         identifiers.
11086 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
11088         * gnus-picon.el: Fix indentation and closing parenthesis.
11090 2004-09-01  Simon Josefsson  <jas@extundo.com>
11092         * message.el (message-canlock-generate): Require sha1, not
11093         sha1-el.  (Can we get rid of this require altogether?  It is ugly
11094         to require within a function.  Sadly, if sha1.el isn't loaded, the
11095         let binding in m-c-g will hide the defcustom definition, which is
11096         bad.)
11098         * canlock.el: Require sha1, not sha1-el.
11100         * message.el: Don't autoload sha1 (there is a autoload cookie in
11101         sha1.el).
11103         * sha1-el.el: Renamed to sha1.el.
11105 2004-08-30  Juanma Barranquero  <lektu@terra.es>
11107         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
11109 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11111         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
11113 2004-08-30  Kim F. Storm  <storm@cua.dk>
11115         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
11117         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
11118         Add :group 'nnimap.
11120 2004-08-30  Andreas Schwab  <schwab@suse.de>
11122         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
11123         ?* and ?\;.
11125         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
11126         and ?\' to symbol instead of whitespace.
11128 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11130         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
11132         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
11133         instead of re-search-forward.
11135         * gnus-uu.el (gnus-uu-save-article): Ditto.
11136         (gnus-uu-post-encode-uuencode): Ditto.
11138         * html2text.el (html2text-clean-list-items): Ditto.
11139         (html2text-clean-dtdd): Ditto.
11140         (html2text-format-tags): Ditto.
11142         * message.el (message-send-mail-with-sendmail): Fix regexp.
11143         (message-fill-field-general): Use search-forward instead of
11144         re-search-forward.
11145         (unbold-region): Ditto.
11147         * nnrss.el (nnrss-request-article): Ditto.
11149         * nnslashdot.el (nnslashdot-request-article): Ditto.
11151         * nnweb.el (nnweb-gmane-wash-article): Ditto.
11153         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
11154         "Unrecognized menu descriptor" error in XEmacs.
11156 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11158         * gnus-sum.el (gnus-read-header): Don't remove a header for the
11159         parent article of a sparse article in the thread hashtb.
11161 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
11163         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
11164         (nnmail-expand-newtext): Lowercase expanded entries if
11165         nnmail-split-lowercase-expanded is non-nil.
11167 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11169         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
11171         * gnus-group.el (gnus-group-line-format-alist): Convert the value
11172         of gnus-tmp-news-method into string under XEmacs.  It will be
11173         passed to gnus-correct-length which takes only a string argument.
11175 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11177         * gnus-util.el (gnus-bind-print-variables): New macro.
11178         (gnus-prin1): Use it.
11179         (gnus-prin1-to-string): Use it.
11180         (gnus-pp): New function.
11181         (gnus-pp-to-string): New function.
11183         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
11184         Replace pp-to-string with gnus-pp-to-string.
11185         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
11186         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
11187         * gnus-msg.el (gnus-debug): Ditto.
11188         * gnus-score.el (gnus-score-save): Ditto.
11189         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
11190         gnus-pp-to-string.
11191         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
11192         with gnus-pp.
11193         * score-mode.el (gnus-score-pretty-print): Ditto.
11194         * webmail.el (webmail-debug): Ditto.
11196 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11198         * gnus-art.el (article-display-face, article-display-x-face):
11199         Use buffer-read-only.
11201 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11203         * gnus-art.el (article-hide-list-identifiers):
11204         Bind inhibit-read-only as t.
11206 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
11208         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
11210 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11212         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
11213         (gnus-narrow-to-page): Don't assume point-min == 1.
11214         (gnus-article-edit-mode): Derive from message-mode.
11216         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
11217         point-min == 1.
11219         * imap.el (imap-parse-address-list, imap-parse-body-ext):
11220         Disable incorrect use of `assert'.
11222         * message.el (message-mode): Set comment-start-skip.
11224 2004-08-22  Sam Steingold  <sds@gnu.org>
11226         * pop3.el (pop3-leave-mail-on-server): New user variable.
11227         (pop3-movemail): Delete mail only when it is nil.
11229 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
11231         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
11233         * mml.el (mml-preview): Use `pop-to-buffer'.
11235         * message.el (message-goto-mail-followup-to): Insert after "To".
11236         (message-carefully-insert-headers): Add comment.
11238         * gnus.el: Remove unused variable `gnus-article-check-size'.
11240         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
11242         * gnus-art.el (gnus-button-alist): Improve
11243         `gnus-button-handle-library' entry.
11245 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
11247         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
11248         downcase, since XEmacs capitalizes error messages differently.
11250 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
11252         * nntp.el: Add (require 'gnus) due to reference to
11253         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
11255 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
11257         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
11258         `mm-fill-flowed'.
11260         * mm-decode.el (mm-dissect-singlepart): Check it.
11262 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
11264         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
11265         'imap' for netrc parsing.
11267 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
11269         * mailcap.el (mailcap-mime-data): Mark as risky.
11271 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11273         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
11274         may be included in the encoded word.
11275         (rfc2047-encode): Don't append a space if the encoded word
11276         includes close parenthesis.
11278 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11280         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
11281         of text within parentheses.
11283 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
11285         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
11286         (gnus-encrypt-write-file-contents): Make the password key the file
11287         name PLUS the cipher, not just the cipher.  Also remove failed
11288         passwords from the cache.
11290 2004-08-06  Simon Josefsson  <jas@extundo.com>
11292         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
11293         fix.
11295 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11297         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
11298         LWSP.
11300 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
11302         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
11303         to append in-reply-to: data to the references: header.
11305         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
11306         (netrc-parse): Use gnus-encrypt.el functions.
11308         * gnus-encrypt.el: Add new file for encryption support; currently
11309         does only a few GPG ciphers and an internal XOR cipher.
11311         * password.el: Add comments on using password-read-and-add.
11312         (password-read-and-add): Add function to read and add the
11313         password to the cache at once.
11315 2004-07-28  Simon Josefsson  <jas@extundo.com>
11317         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
11318         parameter (but don't use it, for now).
11320         * imap.el (imap-ssl-open): Use imap-process-connection-type,
11321         instead of hard coding to nil.
11323 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11325         * mm-view.el (mm-inline-image-emacs): Open lines under an image
11326         as mm-inline-image-xemacs does.
11328 2004-07-26  Simon Josefsson  <jas@extundo.com>
11330         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
11331         Revert part of 2004-07-17 change below.
11333 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11335         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
11336         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11338 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11340         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
11341         quotes that actually start with ">" at the beginning of the
11342         lines.
11344 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11346         * rfc2047.el (rfc2047-encode-region): Fix last change.
11347         (rfc2047-encode-parameter): Remove useless concat.
11349 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11351         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
11352         encode special characters; fix some kind of misconfigured headers;
11353         signal a real error if debug-on-quit or debug-on-error is non-nil.
11354         (rfc2047-encode-max-chars): New variable.
11355         (rfc2047-encode-1): Use it.
11356         (rfc2047-encode-parameter): New function.
11358         * mml.el (mml-insert-parameter): Remove an excessive space.
11360 2004-07-17  Simon Josefsson  <jas@extundo.com>
11362         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
11363         Kai Grossjohann <kai@emptydomain.de>.
11364         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
11365         (gnus-group-make-menu-bar): Ditto.
11367         * gnus-util.el (gnus-group-server): Add.
11369 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
11371         * message.el (message-clone-locals): Clone sendmail and smtp
11372         variables.
11374 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11376         * rfc2047.el (rfc2047-encode-region): Fix last change.
11378 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11380         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
11381         characters as non-special.
11383 2004-07-09  Simon Josefsson  <jas@extundo.com>
11385         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
11386         Users will lose all flag changes made while unplugged with
11387         e.g. nntp unless flag synchronization happens, thus `nil' is not a
11388         good default.  See numerous reports on ding mailing list.
11390 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11392         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
11393         add generate-head-function and generate-article-function to the
11394         rfc822-forward entry.
11395         (nndoc-rfc822-forward-generate-article): New function.
11396         (nndoc-rfc822-forward-generate-head): New function.
11398         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
11400 2004-07-06  Dan Christensen  <jdc@uwo.ca>
11402         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
11403         respect display group parameter and gnus-summary-expunge-below.
11404         (gnus-articles-to-read): Remove unused reference to display group
11405         parameter.
11407 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11409         * nnheader.el (nnheader-uniquify-message-id): New experimental
11410         variable.
11411         (nnheader-nov-read-message-id): Use it.
11413         * spam-report.el (spam-report-gmane): Add interactive.
11415 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11417         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
11418         qp-or-base64 for the application/* types.
11420 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
11422         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
11424 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
11426         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
11427         trim value.
11429 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
11431         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
11432         New macro and function.
11433         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
11435 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11437         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
11438         after-load-alist.
11440 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11442         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
11443         update info that isn't there.
11445 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
11447         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
11448         entry.
11450 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11452         * mm-view.el (mm-inline-render-with-function): Use multibyte
11453         buffer; decode html source by charset.
11455         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
11457         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
11458         Mule-UCS is loaded under XEmacs.
11459         (mm-mime-mule-charset-alist): Avoid duplicated entries.
11461 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
11463         * nnheader.el (nnheader-max-head-length): Increase to 8192.
11465 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11467         * mm-util.el (mm-coding-system-p): Return a coding-system.
11468         (mm-mime-mule-charset-alist): Use shift_jis instead of
11469         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
11470         entries for the mime charsets iso-2022-jp-3 and shift_jis.
11471         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
11472         instead of japanese-shift-jis and iso-latin-1 respectively in
11473         order to share the default value with both Emacs and XEmacs-mule.
11474         (mm-mule-charset-to-mime-charset): Make
11475         mm-coding-system-priorities effective.
11476         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
11477         while predicating of candidates upon the priorities.
11479 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
11481         * gnus-sum.el (gnus-summary-make-menu-bar): Add
11482         gnus-uu-invert-processable.
11484         * gnus.el: Autoload gnus-uu-invert-processable.
11486 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11488         * mm-util.el (mm-with-multibyte-buffer): New macro.
11490         * rfc2047.el (rfc2047-encode-string): Use it.
11491         (rfc2047-encode-region): Move point to the end of the region after
11492         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
11494 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11496         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
11497         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
11499 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11501         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
11502         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
11503         Karl Chen <quarl@nospam.quarl.org>.
11505 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
11507         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
11508         invalid addresses.
11510 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
11512         * spam.el: Change section markers, revise TODO list.
11513         (spam-backends): Make new master list of all installed backends.
11514         (spam-summary-exit-behavior): Add new variable to determine how
11515         messages moves are done at summary exit.
11516         (spam-move-spam-nonspam-groups-only)
11517         (spam-process-ham-in-nonham-groups)
11518         (spam-process-ham-in-spam-groups): Remove variables, the
11519         spam-summary-exit-behavior variable should be used to manage this
11520         behavior.
11521         (spam-old-ham-articles, spam-old-spam-articles): Remove.
11522         (spam-old-articles): Add variable, replacing spam-old-ham-articles
11523         and spam-old-spam-articles.
11524         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
11525         Add empty variables, placeholders for the backends they represent.
11526         (spam-set-difference): Move, unchanged.
11527         (spam-list-of-processors): Declare OBSOLETE, not used anymore
11528         unless the user has a processor variable.
11529         (spam-classifications, spam-classification-valid-p)
11530         (spam-backend-properties, spam-backend-property-valid-p)
11531         (spam-backend-function-type-valid-p)
11532         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
11533         (spam-report-articles-gmane, spam-report-articles-resend):
11534         Remove functions, they are not needed.
11535         (spam-install-backend-super, spam-backend-list)
11536         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
11537         (spam-backend-function, spam-backend-ham-registration-function)
11538         (spam-backend-spam-registration-function)
11539         (spam-backend-ham-unregistration-function)
11540         (spam-backend-spam-unregistration-function)
11541         (spam-backend-statistical-p, spam-backend-mover-p)
11542         (spam-install-backend-alias, spam-install-checkonly-backend)
11543         (spam-install-mover-backend, spam-install-nocheck-backend)
11544         (spam-install-backend, spam-install-statistical-backend)
11545         (spam-install-statistical-checkonly-backend): Add backend installation
11546         support.
11547         (spam-summary-prepare-exit): Rewrite to use the new backend code.
11548         (spam-group-processor-p): Use the new backend code and respect the
11549         summary exit behavior.
11550         (spam-mark-spam-as-expired-and-move-routine): Remove.
11551         (spam-summary-prepare): Change to use the new spam-old-articles
11552         variable.
11553         (spam-copy-or-move-routine, spam-copy-spam-routine)
11554         (spam-move-spam-routine, spam-copy-ham-routine)
11555         (spam-move-ham-routine): Add code to copy/move ham or spam.
11556         (spam-fetch-field-fast): Improve doc and code, plus allow the
11557         'number request.
11558         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
11559         variables.
11560         (spam-split, spam-find-spam): Use the new backend code.
11561         (spam-registration-functions): Remove variable.
11562         (spam-unregister-routine): Add convenience wrapper.
11563         (spam-log-undo-registration, spam-register-routine)
11564         (spam-log-processing-to-registry)
11565         (spam-log-unregistration-needed-p): Rename "check" to "backend"
11566         where possible.
11567         (spam-check-gmane-xref, spam-check-regex-headers)
11568         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
11569         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
11570         (spam-check-bogofilter-headers, spam-check-spamoracle)
11571         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
11572         (spam-check-crm114-headers): Use the spam-split-group that
11573         spam-split prepares, no need to determine it every time.
11575         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
11576         to the nnheader-parse-naked-head call.
11578         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
11580         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
11581         the nnheader-nov-read-message-id call.
11583 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11585         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
11586         gnus-activate-group twice.  Suggested by Markus Peter
11587         <warp@spin.de>.
11589 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11591         * gnus-art.el (gnus-article-time-format): Exchange the order of
11592         day and month in the default value; fix customization type.
11593         (article-date-ut): Use add-text-properties.
11594         (article-make-date-line): Use message-make-date instead of
11595         current-time-string.
11597         * message.el (message-fetch-field): Don't use set-text-properties.
11598         (message-make-date): Simplify.
11600 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11602         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
11603         (rfc2047-encode-region): Treat text within parentheses as special;
11604         show the original text when error has occurred.
11606         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
11607         already-computed method to gnus-activate-group.
11609         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
11610         same select-methods identical Lisp objects.
11612         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
11613         object when modifying the info.
11615 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11617         * gnus-srvr.el (gnus-server-set-info): Remove the server from
11618         gnus-opened-servers since it has never been opened with the new
11619         configuration yet.
11621 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11623         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
11624         arg to nnheader-generate-fake-message-id.
11626 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
11628         * nnheader.el (nnheader-generate-fake-message-id): Accept a
11629         number and build a fake message ID localized to a group and
11630         article number (so it's repeatable from that point on).
11631         (nnheader-fake-message-id-p): Change regex to accommodate new fake
11632         ID format.
11634         * gnus-sum.el (gnus-get-newsgroup-headers): Call
11635         nnheader-generate-fake-message-id with the article number.
11637 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
11639         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
11640         end-of-buffer.
11642 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11644         * message.el (message-ignored-supersedes-headers): Add Approved.
11646 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11648         * rfc2047.el (rfc2047-encode-message-header): Remove useless
11649         goto-char.
11650         (rfc2047-encode): Fold the line before encoding.
11652 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11654         * rfc2047.el (rfc2047-encode-message-header): Disabled header
11655         folding -- not all headers can be folded, and this should be done
11656         by the message composition mode.  Probably.  I think.
11658 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11660         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
11661         fast.
11663         * gnus-ems.el (gnus-remove-image): Don't use
11664         message-text-with-property; remove only the image found first.
11666 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
11668         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
11670 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11672         * message.el (message-text-with-property): Make it fast and accept
11673         optional arguments.
11674         (message-strip-forbidden-properties): Use it.
11675         (message-fix-before-sending): Follow the m-t-w-p change.
11677         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
11679 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11681         * gnus-art.el (article-hide-headers): Don't change the buffer
11682         mistakenly when performing mml-preview even if
11683         gnus-single-article-buffer is nil.
11685 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
11687         * message.el (message-expand-name-databases): New user option.
11688         (message-expand-name): Use it.
11690 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
11692         * spam.el (spam-report-articles-resend)
11693         (spam-report-resend-register-routine): Allow ham reporting.
11694         (spam-report-resend-register-ham-routine): Add wrapper.
11695         (spam-registration-functions): Add ham resending functions.
11696         (spam-list-of-processors): Add ham resend processor.
11698         * gnus.el (ham-resend-to): Add new group parameter.
11699         (spam-process): Add ham resend option.
11701         * spam-report.el (spam-report-resend): Allow reporting ham.
11702         (spam-report-resend-ham): Add wrapper.
11704 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11706         * message.el (message-cite-articles-with-x-no-archive): New
11707         variable.
11708         (message-cite-original): Use it.
11710 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11712         * message.el (message-cite-original): Respect X-No-Archive.
11714 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11716         * gnus-art.el (article-hide-headers): Refer to the values for
11717         gnus-ignored-headers and gnus-visible-headers in the summary
11718         buffer since a user may have set them as group parameters.
11720 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
11722         * assistant.el (assistant-node-name): Add convenience function.
11723         (assistant-render-text, assistant-render-node): Add error handling,
11724         plus handle multiple next nodes.
11725         (assistant-find-next-node): Comment out for now.
11726         (assistant-find-next-nodes): Add function, returns list of next
11727         nodes.
11729 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
11731         * mail-source.el (mail-source-directory): Fix doc-string.
11733 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
11735         * assistant.el (assistant-render-text, assistant-eval): Add :set
11736         widget type, which is different because it takes and returns a
11737         list.  Much hilarity ensues.
11739 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
11741         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
11743         * gnus-group.el (gnus-group-get-new-news-this-group): Added
11744         doc-string.
11746         * gnus-start.el (gnus-activate-group): Added doc-string.
11748 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11750         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
11752 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
11754         * assistant.el (assistant-render-text): Try to add a :set
11755         widget, more to come.
11757         * spam.el (spam-group-spam-contents-p): Handle empty groupname
11758         strings.
11759         (spam-report-articles-resend)
11760         (spam-register-routine): Do registration iff any articles warrant
11761         it.
11762         (spam-summary-prepare-exit): Change log message for nil group
11763         destinations.
11765 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
11767         * spam.el (spam-report-resend-register-routine): Allow
11768         spam-report-resend-to to be a group parameter or a global value.
11770 2004-05-26  Simon Josefsson  <jas@extundo.com>
11772         * starttls.el: Merge with my GNUTLS based starttls.el.
11773         (starttls-gnutls-program, starttls-use-gnutls)
11774         (starttls-extra-arguments, starttls-process-connection-type)
11775         (starttls-connect, starttls-failure, starttls-success): New
11776         variables.
11777         (starttls-program, starttls-extra-args): Doc fix.
11778         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
11779         functions.
11780         (starttls-negotiate, starttls-open-stream): Check
11781         `starttls-use-gnutls' and pass on to corresponding *-gnutls
11782         function if it is set.
11784 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11786         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
11787         structured fields.
11789 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11791         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
11793 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
11795         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
11796         variable.
11797         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
11798         assigning the spam-mark to new messages.
11800 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
11802         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
11804 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11806         * rfc2047.el (rfc2047-encodable-p): Don't move point.
11807         (rfc2047-decode): Treat the ascii coding-system as raw-text by
11808         default.
11810 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
11812         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
11813         correct data.
11815 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
11817         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11818         (spam-group-processor-p): Fix function.
11819         (spam-group-processor-multiple-p)
11820         (spam-group-spam-processor-report-gmane-p)
11821         (spam-group-spam-processor-report-resend-p)
11822         (spam-group-spam-processor-bogofilter-p)
11823         (spam-group-spam-processor-blacklist-p)
11824         (spam-group-spam-processor-ifile-p)
11825         (spam-group-ham-processor-ifile-p)
11826         (spam-group-spam-processor-spamoracle-p)
11827         (spam-group-spam-processor-crm114-p)
11828         (spam-group-ham-processor-bogofilter-p)
11829         (spam-group-spam-processor-stat-p)
11830         (spam-group-ham-processor-stat-p)
11831         (spam-group-ham-processor-whitelist-p)
11832         (spam-group-ham-processor-BBDB-p)
11833         (spam-group-ham-processor-spamoracle-p)
11834         (spam-group-ham-processor-copy-p): Remove functions with some
11835         prejudice against unneeded code.
11836         (spam-report-articles-resend)
11837         (spam-report-resend-register-routine): Allow the group/topic
11838         spam-resend-to value to override spam-report-resend-to.
11839         (spam-summary-prepare-exit): Invoke spam-group-processor-p
11840         properly now.
11842         * gnus.el (spam-resend-to): Add group/topic parameter.
11843         (spam-process): Move the OBSOLETE processors to the end of the
11844         choices.
11846 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
11848         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11849         with resend-to set to nil, and then ask the user if necessary.
11850         (spam-report-resend): spam-report-resend takes a list of articles, not
11851         separate article numbers.
11853 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11855         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11856         addition to emacs-w3m.
11858 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11860         * assistant.el (assistant-authinfo-data): New function.
11861         (assistant-eval): Eval for entire assistant.
11863         * netrc.el (netrc-services-file): New variable.
11864         (netrc-parse-services): New function.
11865         (netrc-find-service-name): New function.
11866         (netrc-find-service-number): New function.
11867         (netrc-port-equal): New function.
11868         (netrc-machine): Use it.
11870         * nnimap.el (nnimap-open-connection): Use netrc.
11872         * gnus-util.el (gnus-netrc-get): Remove aliases.
11874         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11876         * assistant.el (wid-edit): Fix compilation.
11878         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11880 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
11882         * gnus-util.el (gnus-set-file-modes): New function.  (small
11883         patch).
11885 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11887         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
11889         * assistant.el (assistant-render-node): Fix up rendering and
11890         read-only text.
11891         (assistant-render-node): Reset.
11892         (assistant-make-read-only): Not sticky.
11894 2004-05-20  Danny Siu  <dsiu@adobe.com>
11896         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11897         centered even when gnus-auto-center-summary is t
11899 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11901         * dns.el (dns-get-txt-answer): New function.
11902         (dns-read-txt): Ditto.
11903         (query-dns): Use it.
11905 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11907         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11908         active for foreign groups even if the group level is higher than
11909         the specified value.
11911 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11913         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11914         non-active groups.
11916         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
11918 2004-05-20  Magnus Henoch  <mange@freemail.hu>
11920         * dns.el (dns-read-type): Add support for SVR.  (small patch)
11922 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11924         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11925         (spam-crm114-header, spam-crm114-spam-switch)
11926         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11927         (spam-crm114-positive-spam-header)
11928         (spam-crm114-database-directory, spam-list-of-processors)
11929         (spam-group-spam-processor-crm114-p)
11930         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11931         (spam-generic-score, spam-list-of-checks)
11932         (spam-list-of-statistical-checks, spam-registration-functions)
11933         (spam-check-crm114-headers, spam-crm114-score)
11934         (spam-check-crm114, spam-crm114-register-with-crm114)
11935         (spam-crm114-register-spam-routine)
11936         (spam-crm114-unregister-spam-routine)
11937         (spam-crm114-register-ham-routine)
11938         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
11939         asjo@koldfront.dk (Adam Sjøgren).
11941         * gnus.el: Add spam-use-crm114.
11943         * spam.el (spam-list-of-processors, spam-registration-functions):
11944         Add spam-use-resend.
11945         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11946         (spam-report-articles-gmane): Add doc fix.
11947         (spam-report-articles-resend, spam-report-resend-register-routine):
11948         Add wrappers around spam-report-resend-to.
11950         * spam-report.el (spam-report-resend-to, spam-report-resend):
11951         Add support for resending spam.
11952         (spam-report-gmane): Fix line length >80.
11954         * gnus.el (spam-process): Add spam-use-resend.
11956 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11958         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11959         number of processed spam messages.
11960         (spam-ham-copy-or-move-routine): Return the number of processed
11961         ham messages.
11962         (spam-summary-prepare-exit): Use the above values to decide
11963         whether status messages shouled be displayed.
11965 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11967         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11968         `rfc2047-encoding-function-alist' in order to avoid conflicting
11969         with the old version.
11970         (rfc2047-encode-region): Concatenate words containing non-ASCII
11971         characters in structured fields; don't encode space-delimited
11972         ASCII words even in unstructured fields; don't break words at
11973         char-category boundaries.
11974         (rfc2047-encode-1): New function.
11975         (rfc2047-encode): Use it; encode text so that it occupies the
11976         maximum width within 76-column; work correctly on Q encoding for
11977         iso-2022-* charsets.
11978         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11979         sure not to break a line just after the header name.
11980         (rfc2047-b-encode-region): Removed.
11981         (rfc2047-b-encode-string): New function.
11982         (rfc2047-q-encode-region): Removed.
11983         (rfc2047-q-encode-string): New function.
11985         * mm-util.el (mm-replace-in-string): New function.
11987 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11989         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11990         get it right.
11991         (gnus-inews-make-draft): Really.
11993 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
11995         * nnmh.el (nnmh-request-list-1): Don't check the link count
11996         before descending.  (small patch)
11998 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12000         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
12001         stuff.
12003         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
12004         on real group name.
12006         * gnus-art.el (gnus-signature-limit): Doc fix.
12008         * gnus-msg.el (gnus-inews-make-draft): Quote list.
12010 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12012         * gnus-draft.el (gnus-draft-send): Bind
12013         rfc2047-encode-encoded-words.
12015         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
12016         (rfc2047-encodable-p): Say that =? needs encoding.
12017         (rfc2047-encode-encoded-words): New variable.
12019         * gnus-group.el (gnus-group-select-group): Doc fix.
12021         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
12023         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
12024         to nil.
12026         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
12028         * nnheader.el (nnheader-get-lines-and-char): New function.
12030 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
12032         * gnus-msg.el (gnus-summary-followup-with-original): Document
12033         yanking of region when active.
12035 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12037         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
12038         groups if the group level is higher than the specified value.
12040 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12042         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
12043         (gnus-group-jump-to-group): Added prefix argument using
12044         `gnus-group-jump-to-group-prompt'.  Query before jumping to
12045         non-active group.
12047         * compface.el (uncompface): Be verbose when changing
12048         `uncompface-use-external'.
12050         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
12051         handle manual section.
12053 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12055         * gnus-art.el (gnus-button-alist): Revert previous change.
12057 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12059         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
12061 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12063         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
12064         whether backend can accept message.
12066         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
12068 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
12070         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
12071         Avoid creating directory when nntp-marks-is-evil is true.
12072         Reported by Reiner Steib.
12074 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12076         * gnus-picon.el (gnus-picon-style): New variable.
12077         (gnus-picon-insert-glyph): Added optional `nostring' argument.
12078         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
12079         Jesper Harder <harder@ifa.au.dk>.
12081 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12083         * message.el (message-fill-field): Return point.
12084         (message-generate-headers): Go to end of field.
12086         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
12087         stuff for non-living groups.
12089 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
12091         * gnus-art.el (gnus-article-followup-with-original)
12092         (gnus-article-reply-with-original): gnus-mark-active-p ->
12093         gnus-region-active-p.
12095 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
12097         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
12098         only when there is spam or ham to be processed.
12100 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12102         * mail-source.el (mail-source-delete-crash-box): Refactor.
12103         (mail-source-fetch): Use it.
12104         (mail-source-fetch-file): Ditto.
12105         (mail-source-fetch-directory): Run postscript in loop.
12106         (mail-source-fetch-pop): Delete.
12107         (mail-source-fetch-maildir): Ditto.
12108         (mail-source-fetch-imap): Ditto.
12110         * imap.el (imap-authenticators): Comment out sasl.
12112         * message.el (message-skip-to-next-address): New function.
12113         (message-fill-header-address): Refactor.
12114         (message-fill-address): Use it.
12115         (message-delete-address): Use it.
12116         (message-fill-header-general): Refactor.
12117         (message-fill-field-address): Rename.
12118         (message-narrow-to-field): Find the start of the header.
12119         (message-header-format-alist): Don't pre-fill.
12120         (message-fill-header): Removed.
12121         (message-insert-header): New function.
12122         (message-shorten-references): Use it.
12124         * rfc2047.el (rfc2047-field-value): Strip props.
12126         * mail-parse.el (mail-header-make-address): New alias.
12128         * ietf-drums.el (ietf-drums-make-address): New function.
12130         * imap.el: Add compiler directives.
12132         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
12134         * gnus-art.el (article-decode-idna-rhs): Don't use
12135         message-idna-inside-rhs-p.
12137 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12139         * message.el (message-idna-inside-rhs-p): Removed.
12140         (message-idna-to-ascii-rhs-1): Use proper address parsing.
12142         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
12143         false positives.
12145 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
12147         * imap.el (imap-sasl-make-mechanisms): Use sasl.
12149 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12151         * nneething.el (nneething-file-name): Don't create spurious
12152         files.
12154         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
12155         (gnus-inews-do-gcc): Remove sleep.
12157         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
12158         part under point.
12160         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
12161         (gnus-agent-regenerate-group): Using nil messages aren't valid.
12163 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
12165         * spam.el (spam-summary-prepare-exit): Fixed (length).
12167 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12169         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
12170         as expired without moving it" message when there are spam
12171         messages left.
12173 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
12175         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
12176         header is not nil.
12178 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
12180         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
12181         nntp-possibly-create-directory, not nntp-possibly-change-group.
12182         (nntp-marks-changed-p): New arg SERVER.
12183         (nntp-request-update-info): Adjust caller.
12185 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
12187         * nntp.el (nntp-save-marks): Pass missing arg.
12189 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
12191         * nntp.el: Support marks.
12192         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
12193         (nntp-marks-modtime, nntp-marks-directory): New variables.
12194         (nntp-request-set-mark, nntp-request-update-info)
12195         (nntp-possibly-create-directory, nntp-marks-changed-p)
12196         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
12197         functions.
12199 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
12201         * gnus-score.el (gnus-score-insert-help): Use
12202         gnus-select-lowest-window.
12204         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
12205         appt-select-lowest-window and rename to gnus-select-lowest-window.
12207         * gnus.el: do.
12209 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12211         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
12212         encodings of MIME-encoded words, in order to improve
12213         interoperability with several broken MUAs.
12215 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12217         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
12218         tags, only when charsets are not specified in headers.
12219         (mm-inline-text-html-render-with-w3m): Ditto.
12221 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12223         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
12224         instead of MIME-decoded from fields when checking
12225         `gnus-article-address-banner-alist'.
12227 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
12229         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
12230         description rather than subject.
12232 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12234         * gnus.el (gnus-version-number): Bump.
12236 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12238         * gnus.el: No Gnus v0.2 is released.
12240 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12242         * gnus-agent.el (gnus-agent-read-agentview): Inline
12243         gnus-uncompress-range.
12245 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12247         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
12248         `exec-installed-p'.
12250 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12252         * gnus.el (spam-process, spam-autodetect-methods): Add
12253         bsfilter and bsfilter-headers.
12255         * spam.el (spam-bsfilter): New customize group.
12256         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
12257         (spam-bsfilter-header, spam-bsfilter-probability-header)
12258         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
12259         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
12260         (spam-bsfilter-database-directory): New options.
12261         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
12262         (spam-list-of-statistical-checks, spam-registration-functions):
12263         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
12264         (spam-bsfilter-score): New command.
12265         (spam-check-bsfilter-headers, spam-check-bsfilter)
12266         (spam-bsfilter-register-with-bsfilter)
12267         (spam-bsfilter-register-spam-routine)
12268         (spam-bsfilter-unregister-spam-routine)
12269         (spam-bsfilter-register-ham-routine)
12270         (spam-bsfilter-unregister-ham-routine): New functions.
12271         (spam-generic-score): Support bsfilter; Accept an optional argument
12272         to recalcurate spam score even if scoring header has already been
12273         added.
12274         (spam-bogofilter-score, spam-spamassassin-score): Accept an
12275         optional argument to recalcurate spam score even if scoring header
12276         has already been added.
12278 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
12280         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
12281         strings!  Reported by David D. Smith <davidsmith@acm.org>.
12282         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
12283         link is missing.
12285 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
12287         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
12288         (html2text-get-attr): Rewrite.
12290         * message.el (message-setup-1): Remove redundant put-text-property
12291         on mail-header-separator.
12293 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
12295         * gnus-registry.el (gnus-registry-cache-whitespace)
12296         (gnus-registry-action, gnus-registry-spool-action)
12297         (gnus-registry-split-fancy-with-parent): Change message levels
12298         from 5 to 3 or 7, as needed.
12300         * spam.el (spam-summary-prepare-exit)
12301         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
12302         (spam-split, spam-find-spam, spam-log-undo-registration)
12303         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
12304         level from 5 to 6.
12306 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12308         * gnus-ems.el: Autoload appt-select-lowest-window (revert
12309         2004-03-04 change).
12311 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
12313         * sieve-manage.el (sieve-manage-open):
12314         * nnweb.el (nnweb-insert-html):
12315         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
12316         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
12317         * nnspool.el (nnspool-request-group):
12318         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
12319         * nnml.el (nnml-request-update-info):
12320         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
12321         (nnmh-request-create-group, nnmh-update-gnus-unreads):
12322         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
12323         (nnimap-request-set-mark):
12324         * nnfolder.el (nnfolder-request-update-info):
12325         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
12326         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
12327         * gnus-uu.el (gnus-uu-find-articles-matching):
12328         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
12329         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
12330         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
12331         * gnus-nocem.el (gnus-nocem-scan-groups):
12332         * gnus-int.el (gnus-start-news-server):
12333         * gnus-group.el (gnus-group-make-kiboze-group)
12334         (gnus-group-browse-foreign-server):
12335         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
12336         Use mapc when appropriate.
12338 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
12340         FIXME: Make separate entries for each person.
12342         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
12343         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
12344         <shields@msrl.com>:
12346         * spam.el (spam-necessary-extra-headers): Get the extra headers we
12347         may need for spam sorting and scoring.
12348         (spam-user-format-function-S): Add user format function suitable for
12349         general use.
12350         (spam-article-sort-by-spam-status): Add sorting function for summary
12351         sorting.
12352         (spam-extra-header-to-number): Add function to get a score from a
12353         header.
12354         (spam-summary-score): Add function to  get a numeric score from the
12355         headers.
12356         (spam-generic-score): Fix function doc, was in wrong place.
12357         (spam-initialize): Take symbols when it's run, and install the
12358         extra headers that spam-necessary-extra-headers thinks we need.
12360 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
12362         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
12363         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12365 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
12367         * gnus-sum.el (gnus-set-global-variables)
12368         (gnus-build-all-threads, gnus-get-newsgroup-headers)
12369         (gnus-article-get-xrefs, gnus-summary-best-group)
12370         (gnus-summary-next-article, gnus-summary-enter-digest-group)
12371         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
12372         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
12373         Use with-current-buffer.
12375 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
12377         * spam.el (spam-summary-prepare-exit): Simplify logic.
12378         (spam-fetch-article-header): Read the article header if it's not
12379         available.
12380         (spam-list-articles): Simplify logic.
12381         (spam-filelist-register-routine): Fix bug with unregister-list.
12383         * gnus-registry.el: Fix comments at beginning.
12385 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
12387         * message.el (message-cater-to-broken-inn): Remove.
12388         (message-shorten-references): Make sure the total folded length of
12389         References is shorter than 998 characters to cater to a bug in INN
12390         2.3.  Also, don't pretend that references aren't folded -- this
12391         hasn't worked for a while.
12393 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12395         * gnus-agent.el (gnus-agentize):
12396         gnus-agent-send-mail-real-function no longer set to current value
12397         of message-send-mail-function but rather a lambda that calls
12398         message-send-mail-function.  The change makes the agent real-time
12399         responsive to user changes to message-send-mail-function.
12401 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12403         * legacy-gnus-agent.el
12404         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
12405         help from Florian Weimer <fw@deneb.enyo.de>
12407 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12409         * nnmail.el (nnmail-cache-insert): Revert last change.
12411 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12413         * nnmail.el (nnmail-cache-insert): Always check whether
12414         nnmail-cache-ignore-groups matches a group name.
12416 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
12418         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
12419         (spam-find-spam, spam-log-processing-to-registry)
12420         (spam-log-registered-p, spam-log-unregistration-needed-p)
12421         (spam-log-undo-registration): Use gnus-message instead of
12422         gnus-error, none of these errors are fatal.
12424         * gnus-registry.el (gnus-registry-clean-empty-function)
12425         (gnus-registry-clean-empty): Remove only empty entries without
12426         extra data.
12428 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
12430         * spam-stat.el (spam-stat-buffer-change-to-spam)
12431         (spam-stat-buffer-change-to-non-spam): Change (error) to
12432         (gnus-message 8) invocation.
12434 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12436         * nntp.el (nntp-via-netcat-command): New variable.
12437         (nntp-via-netcat-switches): New variable.
12438         (nntp-open-via-rlogin-and-netcat): New function.
12439         (nntp-open-connection-function): Doc fix.
12440         (nntp-telnet-command): Doc fix.
12441         (nntp-end-of-line): Doc fix.
12442         (nntp-via-rlogin-command): Doc fix.
12443         (nntp-via-user-name): Doc fix.
12444         (nntp-via-address): Doc fix.
12446 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12448         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
12449         error in Emacs 21.1.
12451 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
12453         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
12455 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12457         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
12458         (gnus-agent-with-refreshed-group): New macro.
12459         (gnus-agent-rename-group): New function.
12460         (gnus-agent-delete-group): New function.
12461         (gnus-agent-save-group-info): Use gnus-command-method when
12462         `method' parameter is nil.  Don't write nil entries into the
12463         active file.
12464         (gnus-agent-get-group-info): New function.
12465         (gnus-agent-fetch-articles): Use
12466         gnus-agent-update-files-total-fetched-for to increment disk space
12467         used.
12468         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
12469         gnus-agent-update-view-total-fetched-for to increment disk space
12470         used.
12471         (gnus-agent-get-local): Added optional parameters to avoid calling
12472         gnus-group-real-name and gnus-find-method-for-group.
12473         (gnus-agent-set-local): Delete stored entry if either min, or max,
12474         are nil.
12475         (gnus-agent-fetch-session): Reworded error/quit messages.  On
12476         quit, use gnus-agent-regenerate-group to record existence of any
12477         articles fetched to disk before the quit occurred.
12478         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
12479         gnus-agent-update-view-total-fetched-for, and
12480         gnus-agent-update-files-total-fetched-for to decrement disk space
12481         used.
12482         (gnus-agent-retrieve-headers): Use
12483         gnus-agent-update-view-total-fetched-for to increment disk space
12484         used.
12485         (gnus-agent-regenerate-group): Replace gnus-group-update-group
12486         with gnus-agent-update-files-total-fetched-for to decrement disk
12487         space and fresh group buffer.
12488         (gnus-agent-inhibit-update-total-fetched-for): New variable.
12489         (gnus-agent-need-update-total-fetched-for): New variable.
12490         (gnus-agent-update-files-total-fetched-for): New function.
12491         (gnus-agent-update-view-total-fetched-for): New function.
12492         (gnus-agent-total-fetched-for): New function.
12494         * gnus-cache.el (gnus-cache-save-buffers): Use
12495         gnus-cache-update-overview-total-fetched-for to change disk space
12496         used by this group.
12497         (gnus-cache-possibly-enter-article): Use
12498         gnus-cache-update-file-total-fetched-for to increment disk space
12499         used by this group.
12500         (gnus-cache-possibly-remove-article): Use
12501         gnus-cache-update-file-total-fetched-for to decrement disk space
12502         used by this group.
12503         (gnus-cache-generate-nov-databases): Purge total fetched cache.
12504         (gnus-cache-rename-group): New function.
12505         (gnus-cache-delete-group): New function.
12506         (gnus-cache-inhibit-update-total-fetched-for): New variable.
12507         (gnus-cache-need-update-total-fetched-for): New variable.
12508         (gnus-cache-with-refreshed-group): New macro.
12509         (gnus-cache-update-file-total-fetched-for): New function.
12510         (gnus-cache-update-overview-total-fetched-for): New function.
12511         (gnus-cache-rename-group-total-fetched-for): New function.
12512         (gnus-cache-delete-group-total-fetched-for): New function.
12513         (gnus-cache-total-fetched-for): New function.
12515         * gnus-group.el: Require gnus-sum and autoload functions to
12516         resolve warnings when gnus-group.el compiled alone.
12517         (gnus-group-line-format): Documented new %F
12518         (size of Fetched data) group line format; identifies disk space
12519         used by agent and cache.
12520         (gnus-group-line-format-alist): Defined new F format.
12521         (gnus-total-fetched-for): New function.
12522         (gnus-group-delete-group): No longer update
12523         gnus-cache-active-altered as gnus-request-delete-group now keeps
12524         the cache in sync.
12525         (gnus-group-list-active): Let the agent store a server's active
12526         list if currently plugged.
12528         * gnus-int.el (gnus-request-delete-group):
12529         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
12530         local disk in sync with the server.
12531         (gnus-request-rename-group):
12532         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
12533         local disk in sync with the server.
12535         * gnus-start.el (gnus-get-unread-articles):
12536         Cosmetic simplification to logic.
12538         * gnus-util.el (gnus-rename-file): New function.
12540 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
12542         * mm-util.el (mm-image-load-path): Handle nil in load-path.
12544 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
12546         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
12547         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
12549 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
12551         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
12552         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
12554 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
12556         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
12558 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
12560         * spam.el (spam-set-difference): Add function to replace
12561         gnus-set-difference in spam.el.
12562         (spam-summary-prepare-exit): Use spam-set-difference.
12564 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12566         * gnus-registry.el (gnus-registry-cache-file): Update to use
12567         gnus-dribble-directory OR gnus-home-directory OR ~.
12568         (gnus-registry-split-fancy-with-parent): Fix doc.
12570 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12572         * message.el (message-exchange-point-and-mark): Use
12573         message-mark-active-p.  Suggested by Jesper Harder
12574         <harder@ifa.au.dk>.
12576 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12578         * message.el (message-exchange-point-and-mark): Don't activate
12579         region if it was inactive.  Suggested by Hiroshi Fujishima
12580         <pooh@nature.tsukuba.ac.jp>.
12582 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12584         * gnus-art.el (article-display-face): Display Faces in the same
12585         order as X-Faces.
12587 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12589         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
12591 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12593         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
12594         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
12595         (gnus-article-mime-hierarchy): Remove.
12596         (gnus-article-mime-hierarchy-next): Remove.
12597         (gnus-article-mode): Revert 2004-03-19 change.
12598         (gnus-article-setup-buffer): Revert 2004-03-19 change.
12599         (gnus-insert-mime-button): Revert 2004-03-19 change.
12600         (gnus-mime-accumulate-hierarchy): Remove.
12601         (gnus-mime-enter-multipart): Remove.
12602         (gnus-mime-leave-multipart): Remove.
12603         (gnus-mime-display-part): Revert 2004-03-19 change.
12604         (gnus-mime-display-alternative): Revert 2004-03-19 change.
12606         * mml.el (mml-preview): Revert 2004-03-19 change.
12608 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
12610         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
12612 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12614         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
12615         t while entering a file name using the mm-with-multibyte macro.
12616         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12618         * mm-util.el (mm-with-multibyte): New macro.
12620 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12622         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
12623         user option.
12624         (gnus-mime-multipart-functions): Doc and customization fix.
12625         (gnus-article-mime-hierarchy): New variable.
12626         (gnus-article-mime-hierarchy-next): New variable.
12627         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
12628         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
12629         gnus-article-mime-hierarchy-next to nil.
12630         (gnus-insert-mime-button): Show hierarchy numbers.
12631         (gnus-mime-accumulate-hierarchy): New function.
12632         (gnus-mime-enter-multipart): New function.
12633         (gnus-mime-leave-multipart): New function.
12634         (gnus-mime-display-part): Recompute hierarchical MIME structure.
12635         (gnus-mime-display-alternative): Show hierarchy numbers.
12637         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
12638         gnus-article-mime-hierarchy-next to nil.
12640 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
12642         * dns.el: Don't require gnus-xmas.
12644 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
12646         * mml.el (mml-generate-mime-1): Don't use format=flowed with
12647         inline PGP.
12648         (mml-menu): Disable mml-quote-region if mark is inactive.
12650 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12652         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
12653         when the group's active is not available.
12655 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12657         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
12658         error.
12660 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
12662         * imap.el (imap-store-password): New variable.
12663         (imap-interactive-login): Use it.
12664         Suggested by Mark Plaksin <happy@mcplaksin.org>.
12666 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12668         * gnus-art.el (gnus-article-read-summary-keys): Restore new
12669         window-start and hscroll to summary window.
12671 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12673         * gnus-start.el (gnus-convert-old-newsrc): Only write the
12674         conversion message to newsrc-dribble when an actual conversion is
12675         performed.
12677 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
12679         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
12681 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12683         * mm-decode.el (mm-complicated-handles): New function reviving
12684         former definition of mm-multiple-handles.
12686         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12687         (gnus-mime-delete-part): Use it.
12689 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12691         * gnus-agent.el (gnus-agent-read-local): Bind
12692         nnheader-file-coding-system to gnus-agent-file-coding-system to
12693         avoid the implicit assumption that they will always be equal.
12694         (gnus-agent-save-local): Bind buffer-file-coding-system, not
12695         coding-system-for-write, as the with-temp-file macro first prints
12696         to a buffer then saves the buffer.
12698 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12700         * gnus-art.el (gnus-article-edit-part): New function.
12701         (gnus-mime-save-part-and-strip): Use it; do query instead of
12702         signaling an error; don't use mm-multiple-handles.
12703         (gnus-mime-delete-part): Ditto.
12705 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12707         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
12708         old file versions.
12709         (gnus-group-prepare-hook): Removed function that converted list
12710         form of gnus-agent-expire-days to group properties.
12712         * gnus-int.el: Autoload gnus-agent-regenerate-group.
12713         (gnus-request-accept-article): Re-indented.
12715         * gnus-start.el (gnus-convert-old-newsrc): Registered new
12716         converters to handle old agent file formats.  Added logic for a
12717         "backup before upgrading warning".
12718         (gnus-convert-mark-converter-prompt): Developers can mark
12719         functions as needing (default), or not needing,
12720         gnus-convert-old-newsrc's "backup before upgrading warning".
12721         (gnus-convert-converter-needs-prompt): Tests whether the user
12722         should be protected from potentially irreversable changes by the
12723         function.
12725         * legacy-gnus-agent.el: New.  Provides converters that are only
12726         loaded when gnus-convert-old-newsrc needs to call them.
12728 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12730         * mail-source.el (mail-source-touch-pop): Doc fix.
12732         * message.el (message-smtpmail-send-it): Doc fix.
12734 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
12736         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
12738         * nnmail.el (nnmail-split-fancy): do.
12740         * gnus-kill.el (gnus-kill, gnus-execute): do.
12742 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
12744         * gnus-sum.el (gnus-widget-reversible-match)
12745         (gnus-widget-reversible-to-internal)
12746         (gnus-widget-reversible-to-external): New functions.
12747         (gnus-widget-reversible): New widget.
12748         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
12750 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
12752         * gnus-sum.el (gnus-thread-sort-functions)
12753         (gnus-article-sort-functions): Document `(not F)' items.
12755 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12757         * spam.el (spam-use-gmane-xref): Add new backend.
12758         (spam-gmane-xref-spam-group): Add variable to control the name of the
12759         Gmane spam group.
12760         (spam-blackhole-servers, spam-blackhole-good-server-regex)
12761         (spam-regex-headers-spam, spam-regex-headers-ham)
12762         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
12763         (spam-list-of-checks): Add spam-use-gmane-xref to list of
12764         backends and checks.
12765         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
12767         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
12768         an autodetect method.
12770 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12772         * gnus-int.el (gnus-request-accept-article): Inform the agent that
12773         articles are being added to a group.
12774         (gnus-request-replace-article): Inform the agent that articles
12775         need to be uncached as the cached contents are no longer valid.
12777 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12779         * binhex.el: Don't autoload executable-find.
12781         * canlock.el: Don't autoload mail-fetch-field.
12783         * gnus-ems.el: Don't autoload appt-select-lowest-window.
12785         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
12786         rmail-dont-reply-to and rmail-output.
12788         * gnus-score.el: Don't autoload ffap-string-at-point.
12790         * gnus-setup.el: Don't autoload sc-cite-original.
12792         * imap.el: Don't autoload base64-decode-string,
12793         base64-encode-string and md5.
12795         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12796         and rmail-msg-restore-non-pruned-header.
12798         * mm-decode.el: Don't autoload executable-find.
12800         * mm-url.el: Don't autoload executable-find.
12802         * mm-view.el: Don't autoload diff-mode.
12804         * nndb.el: Don't autoload news-reply-mode, news-setup,
12805         cancel-timer and telnet.
12807         * password.el: Don't autoload run-at-time for Emacs.
12809         * sha1-el.el: Don't autoload executable-find.
12811         * sieve-mode.el: Don't autoload c-mode.
12813         * uudecode.el: Don't autoload executable-find.
12815 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12817         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12818         (gnus-agent-possibly-alter-active): Avoid null in numeric
12819         comparison.
12820         (gnus-agent-set-local): Refuse to save null in local object table.
12821         (gnus-agent-regenerate-group): The REREAD parameter can now be a
12822         list of articles that will be marked as unread.
12824 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12826         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
12828 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12830         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12831         language tags.
12833 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12835         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12836         Don't bind "obarray".
12838         * gnus-sum.el (gnus-thread-sort-functions): Added
12839         `gnus-thread-sort-by-most-recent-number' and
12840         `gnus-thread-sort-by-most-recent-date'.
12841         Reported by Kai Grossjohann <kai@emptydomain.de>.
12843 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12845         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
12847 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12849         * gnus-cus.el (gnus-agent-customize-category): Removed
12850         ignore-errors macro reference that required cl to be loaded at
12851         run-time.
12853         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12854         single-interval range of the form (min . max).  Previously the
12855         range had to look like ((min . max)).  Likewise, return
12856         (min . max) rather than ((min . max)).
12857         (gnus-range-map): Use gnus-range-normalize to accept
12858         single-interval range.
12860         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12861         the cache, but not the agent, now appear with their usual face.
12863 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12865         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12866         w3m-safe-url-regexp variable buffer-local.
12868         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12870 2004-02-27  Simon Josefsson  <jas@extundo.com>
12872         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12873         gnus-group-real-prefix.
12874         (gnus-summary-move-article): Use it, instead of
12875         gnus-group-real-prefix.
12877 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12879         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12880         w3m-safe-url-regexp variable buffer-local and set it as the value
12881         of mm-w3m-safe-url-regexp.
12883         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12885         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12886         parsing gnus-posting-styles when the message is not for replying.
12888         * nnrss.el (nnrss-opml-export): Use
12889         mm-set-buffer-file-coding-system instead of
12890         set-buffer-file-coding-system.
12892 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
12894         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12895         of checkdoc.el).
12896         * nnrss.el: do.
12897         * gnus-mlspl.el: do.
12898         * gnus-ml.el: do.
12899         * gnus-srvr.el: do.
12901         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
12903 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12905         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12906         Corrections to custom-manual links.
12908         * gnus-art.el (gnus-article): Ditto.
12910         * mm-decode.el (mime-display, mime-security): Ditto.
12912 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12914         * flow-fill.el: Typo.
12916 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
12918         * spam-wash.el: New file.
12920 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
12922         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12924 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12926         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12927         to be run with new-articles as LIST1, not LIST2.
12928         (spam-registration-functions): Add spam-use-ham-copy as a nil
12929         registration backend.
12931 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12933         * spam-stat.el (spam-stat-washing-hook): New option.
12934         (spam-stat-buffer-words): Use it.
12935         (spam-stat-process-directory, spam-stat-test-directory): Use
12936         insert-file-contents-literally.
12937         (spam-stat-coding-system): New variable.
12938         (spam-stat-load, spam-stat-save): Use it.
12940 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12942         * spam-report.el (spam-report-plug-agent): Quote
12943         spam-report-url-to-file and spam-report-url-ping-plain.
12945 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
12947         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12948         / in mailto URLs.
12950 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12952         * spam-report.el (spam-report-process-queue): Fix interactive use.
12953         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12954         (spam-report-unplug-agent): Doc fixes.
12955         (spam-report-url-ping-mm-url, spam-report-url-to-file)
12956         (spam-report-agentize, spam-report-deagentize): Autoload
12958 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12960         * message.el (message-setup-fill-variables): Add mml tags to
12961         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
12962         <ajk@iu.edu>.
12963         (message-mode): Don't modify paragraph-separate there.
12965 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12967         * compface.el (uncompface-use-external): Default to undecided.
12968         (uncompface-use-external-threshold): New variable.
12969         (uncompface-float-time): New macro.
12970         (uncompface): Determine whether to use the external decoder if
12971         uncompface-use-external is undecided.
12973 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12975         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12976         after images.
12978         * gnus-art.el (gnus-mime-display-single): Remove dead code.
12980 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
12982         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12984         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12986         * gnus-sum.el (gnus-summary-limit-to-age)
12987         (gnus-summary-limit-children): do.
12989         * gnus-int.el (gnus-request-scan): do.
12991         * gnus-group.el (gnus-group-suspend): do.
12993         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12995         * gnus-cite.el (gnus-cite-parse-attributions): do.
12997         * gnus-agent.el (gnus-summary-set-agent-mark)
12998         (gnus-agent-regenerate-group): do.
13000         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
13002         * binhex.el (binhex-decode-region-internal): do.
13004 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13006         * gnus-fun.el (gnus-face-properties-alist): New user option.
13007         (gnus-display-x-face-in-from): Use it.
13009         * gnus-art.el (article-display-face): Ditto.
13011         * compface.el (uncompface-use-external): Default to nil.
13013 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
13015         * nntp.el (nntp-erase-buffer): New function.
13016         (nntp-retrieve-data, nntp-send-command)
13017         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
13018         (nntp-possibly-change-group): Use it.
13020         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
13021         with-current-buffer.
13023 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
13025         * compface.el: Merge the ELisp-based uncompface program.
13026         (compface): New customization group.
13027         (uncompface-use-external): New user option.
13028         (uncompface): Call uncompface-internal if uncompface-use-external
13029         is nil.
13030         (uncompface-internal): New function.  Note that there are also
13031         some other functions and variables added for this function.
13033 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
13035         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
13036         if necessary.
13038 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
13040         * spam-report.el (spam-report-unplug-agent)
13041         (spam-report-plug-agent, spam-report-deagentize)
13042         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
13043         Add support for the Agent in spam-report: when unplugged, report to a
13044         file; when plugged, submit all the requests.
13046         * spam.el (spam-register-routine): Fix message about
13047         registration.
13049 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
13051         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
13052         dependencies.
13053         (rfc2047-encode): Use it.
13055         * gnus-art.el (gnus-button-marker-list): Move before first
13056         reference.
13058         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13059         (imap-parse-body): Fix format string mismatch.
13061         * gnus-score.el (gnus-summary-increase-score): do.
13063         * nnrss.el (nnrss-close): New function.
13065 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
13067         * nnrss.el (nnrss-make-filename): New function.
13068         (nnrss-request-delete-group, nnrss-read-server-data)
13069         (nnrss-save-server-data, nnrss-read-group-data)
13070         (nnrss-save-group-data): Use it.
13071         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
13072         (nnrss-read-server-data, nnrss-read-group-data): Use load.
13073         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
13075 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
13077         * mml.el (mml-compute-boundary-1): Don't uncompress files.
13079 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
13081         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
13082         files.
13084         * message.el (message-generate-headers-first): Don't quote nil
13085         and t in docstrings.
13087         * imap.el (imap-id): do.
13089         * gnus-agent.el (gnus-agent-consider-all-articles)
13090         (gnus-agent-queue-mail): do.
13092 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
13094         * spam-report.el (spam-report-process-queue): New function.
13095         Process requests from `spam-report-requests-file'.
13096         (spam-report-process-queue): Doc fix.
13098 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
13100         * spam.el (spam-register-routine)
13101         (spam-log-processing-to-registry, spam-log-registered-p)
13102         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13103         Change "check" to "spam-check" for semi-clarity.
13105 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
13107         * pop3.el: Require nnheader.
13109         * mml-smime.el: Require cl.  Autoload message-fetch-field.
13111         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
13113         * gnus-picon.el: Require cl.
13115         * gnus-fun.el: Require gnus-ems and gnus-util.
13117         * gnus.el (gnus-method-to-server): Move defsubst before first use.
13119         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
13121         * gnus-art.el (gnus-article-edit-mode): Define before first
13122         reference.
13124 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
13126         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
13127         (gnus-uu-post-encoded): Use point-at-bol.
13129         * gnus-topic.el (gnus-group-active-topic-p): do.
13131         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
13133         * gnus-group.el (gnus-group-kill-region): do.
13135         * gnus-art.el (article-date-ut): do.
13137         * message.el (message-fetch-field): Remove redundant
13138         case-fold-search binding.
13139         (message-narrow-to-field): Simplify.
13141 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13143         * spam.el (spam-directory): Derive from `gnus-directory'.
13145         * spam-report.el (spam-report-url-to-file)
13146         (spam-report-requests-file): New function and variable for offline
13147         reporting.
13148         (spam-report-url-ping-function): Add `spam-report-url-to-file'
13149         and user defined function.
13150         (spam-report-url-ping-mm-url): Remove doubled slash.
13152 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
13154         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
13156 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
13158         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
13159         format string mismatch.
13161         * sieve.el (sieve-deactivate-all): do.
13163         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
13165         * nnlistserv.el (nnlistserv-kk-wash-article): do.
13167         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
13169         * mm-bodies.el (mm-7bit-chars): Don't include \r.
13171 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
13173         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
13174         the list of checks.
13176 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
13178         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
13179         padding.
13181 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
13183         * mm-view.el (mm-fill-flowed): New variable.
13184         (mm-inline-text): Use it.
13186 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
13188         * spam.el (spam-spamassassin-register-ham-routine)
13189         (spam-spamassassin-register-spam-routine): Fix function names.
13191 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13193         * gnus.el (gnus-tmp-grouplens): Remove.
13194         (gnus-summary-line-format): Remove grouplens.
13196         * gnus-group.el (gnus-group-line-format): Ditto.
13198         * gnus-spec.el (gnus-format-specs): Ditto.
13199         (gnus-update-format-specifications): Flush the group format spec
13200         cache if there's the grouplens stuff.
13201         (gnus-parse-simple-format): Replace %l with the empty string.
13203 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
13205         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
13206         omission.
13208 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13210         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
13211         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13213 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13215         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
13216         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
13217         New macros and functions.
13218         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
13219         Handle > NLINK_MAX messages.
13220         * nnmaildir.el (nnmaildir-request-set-mark): Use
13221         nnmaildir--emlink-p and nnmaildir--eexist-p.
13223 2004-01-25  Alex Schroeder  <alex@gnu.org>
13225         * spam-stat.el (spam-stat-process-directory-age): New option.
13226         (spam-stat-process-directory): Use it.
13228 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
13230         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
13231         (spam-stat-save): Accept prefix argument.
13233 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
13235         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
13236         links" error.
13238 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13240         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
13241         compatibility with old .newsrc.eld files.
13243         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
13245         * gnus-start.el (gnus-1): do.
13247         * gnus-group.el (gnus-group-line-format-alist): do.
13249         * gnus.el (gnus-use-grouplens, gnus-visual): do.
13251         * gnus-gl.el: Remove.
13253 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13255         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
13256         marks consisting of a single range {for example, (3 . 5)} rather
13257         than a list of a single range { ((3 . 5)) }.
13259 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13261         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
13262         with-current-buffer.
13263         (spam-stat-store-current-buffer): Use insert-buffer-substring to
13264         avoid consing a string.
13266         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
13267         Remove obsolete entries for big5 and gb2312.
13269 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13271         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
13272         uncompressed list.
13274 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
13276         * spam-stat.el (spam-stat-strip-xref): New function.
13277         (spam-stat-process-directory): Use it.
13279         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
13280         here -- it's done in message-fetch-field.
13282 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13284         * gnus-agent.el (gnus-agent-queue-mail)
13285         (gnus-agent-prompt-send-queue): New variables.
13286         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
13287         * gnus-draft.el (gnus-group-send-queue): Pass the group name
13288         "nndraft:queue" along to gnus-draft-send.  Use
13289         gnus-agent-prompt-send-queue.
13290         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
13291         is "nndraft:queue".  Suggested by Gaute Strokkenes
13292         <gs234@srcf.ucam.org>
13294         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
13295         (agent-enable-undownloaded-faces): Added
13296         (gnus-agent-cat-groups): Use eval-and-compile, not
13297         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
13298         method of gnus-agent-cat-groups even when the buffer has been
13299         evaled.
13300         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
13301         delete gnus-agent-save-active-1.
13302         (gnus-agent-save-groups): Deleted.  Identical to
13303         gnus-agent-save-active.
13304         (gnus-agent-write-active): No longer adjust agent's copy of active
13305         file as agent's adjustments are now stored in their own
13306         file.  Removed optional parameter.
13307         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
13308         servers.  Add use of min/max range limits from server's local
13309         file.
13310         (gnus-agent-save-alist): Removed unused optional argument.
13311         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
13312         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
13313         (gnus-agent-set-local): A per-server file that keeps min/max range
13314         limits for articles known to the agent.  Provides a fast mechanism
13315         for altering many active ranges.
13316         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
13317         active file (local makes it unnecessary).
13318         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
13320         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
13321         (agent-enable-undownloaded-faces): Added
13323         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
13324         disable it when sending to "nndraft:queue".
13325         (gnus-group-send-queue): Add safety check to avoid sending queue
13326         when unplugged.
13328         * gnus-group.el (gnus-group-catchup): Use new
13329         gnus-sequence-of-unread-articles, not
13330         gnus-list-of-unread-articles, to avoid exhausting memory with huge
13331         numbers of articles.  Use gnus-range-map to avoid having to
13332         uncompress the unread list.
13333         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
13334         Fixed invalid ange-ftp reference.
13336         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
13337         (gnus-sorted-range-intersection): Intersection of two ranges
13338         without requiring that they first be uncompressed.
13340         * gnus-start.el (gnus-activate-group): Unless blocked by the
13341         caller, possibly expand the active range to include both cached
13342         and agentized articles.
13343         (gnus-convert-old-newsrc): Rewrote in anticipation of having
13344         multiple version-dependent converters.
13345         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
13346         gnus-agent-save-active.
13347         (gnus-save-newsrc-file): Save dirty agent range limits.
13349         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
13350         gnus-agent-possibly-alter-active.
13351         (gnus-adjust-marked-articles): Faster handling of simple lists
13353 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
13355         * spam-stat.el (spam-stat-test-directory): New optional argument
13356         displays a list of files detected.  Suggested by Andrew Cohen
13357         <cohen@andy.bu.edu>.
13358         (spam-stat-buffer-words-with-scores): Don't narrow and change
13359         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
13361 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
13363         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
13364         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
13365         (spam-spamassassin-arguments)
13366         (spam-spamassassin-spam-flag-header)
13367         (spam-spamassassin-positive-spam-flag-header)
13368         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
13369         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
13370         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13371         (spam-list-of-processors, spam-list-of-checks)
13372         (spam-list-of-statistical-checks, spam-registration-functions)
13373         (spam-check-spamassassin-headers, spam-check-spamassassin)
13374         (spam-spamassassin-score)
13375         (spam-spamassassin-register-with-sa-learn)
13376         (spam-spamassassin-register-spam-routine)
13377         (spam-spamassassin-register-ham-routine)
13378         (spam-assassin-register-spam-routine)
13379         (spam-assassin-register-ham-routine): Add SpamAssassin support.
13380         (spam-bogofilter-score): Fix to show article before scoring.
13382 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
13384         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
13385         default scoring function.
13386         (spam-generic-score): Call spam-spamassassin-score if
13387         spam-use-spamassassin or spam-use-spamassassin-headers is on;
13388         spam-bogofilter-score otherwise.
13390         * gnus.el (spam-process, spam-autodetect-methods): Add
13391         spamassassin and spamassassin-headers.
13393 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
13395         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13396         Suppress unnecessary messages.
13398 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
13400         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
13401         make-hash-table.
13403 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13405         * canlock.el (base64-encode-string): Don't autoload it.
13407 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13409         * run-at-time.el: Remove useless (require 'itimer),
13410         eval-and-compile and (featurep 'xemacs).
13412 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
13414         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
13415         GROUP is a virtual group.
13417 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
13419         * gnus.el: Autoload `message-y-or-n-p'.
13421 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
13423         * pgg-parse.el: Remove unnecessary (require 'custom).
13425         * pgg-def.el: do.
13427         * nnmail.el: do.
13429         * gnus-undo.el: do.
13431         * gnus-picon.el: do.
13433         * gnus-util.el: do.
13435 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
13437         * gnus-sum.el (gnus-pick-line-number): Add autoload.
13439 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13441         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
13442         handle, as well as a list.
13444         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
13445         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
13446         (mm-w3m-cid-retrieve): Simplify.
13448 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
13450         * message.el (message-kill-to-signature): Allow prefix arg to
13451         specify number of lines to keep before signature.
13453 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
13455         (message-kill-to-signature): Change docstring.
13457 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13459         * canlock.el: Always require sha1-el.
13460         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
13462         * message.el: Autoload sha1 only when compiling.
13464 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13466         * message.el (message-canlock-generate): Require sha1-el.
13468 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
13470         * message.el (message-expand-name): Silence the byte compiler.
13472 2004-01-13  Simon Josefsson  <jas@extundo.com>
13474         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
13475         Invoke gnus-score-mode.  Reported by
13476         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
13478         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
13479         Jim Blandy <jimb@redhat.com> (tiny change).
13481 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13483         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
13485 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
13487         * spam.el (spam-get-article-as-string): Update to use
13488         gnus-request-article-this-buffer, much simpler.
13489         (spam-get-article-as-buffer): Remove.
13491 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
13493         * message.el (message-expand-name): Use EUDC if the user uses that.
13495 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13497         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
13498         character for the encoding to avoid consing a string.
13500         * rfc2047.el (rfc2047-decode-string): Don't cons a string
13501         unnecessarily.
13503         * mm-util.el (mm-replace-chars-in-string): Remove.
13505         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
13506         of mm-replace-chars-in-string.
13508 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
13510         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
13512         * mm-util.el (mm-subst-char-in-string): Support inplace.
13514         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
13515         a new string in every iteration.  Use shy groups.
13517 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
13519         * gnus-srvr.el (gnus-browse-unsubscribe-group):
13520         * gnus-soup.el (gnus-soup-group-brew):
13521         * gnus-msg.el (gnus-put-message):
13522         * gnus-move.el (gnus-group-move-group-to-server):
13523         * gnus-kill.el (gnus-batch-score):
13524         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
13525         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
13526         (gnus-group-update-group, gnus-group-read-group)
13527         (gnus-group-make-group, gnus-group-make-help-group)
13528         (gnus-group-make-archive-group, gnus-group-make-directory-group)
13529         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
13530         (gnus-group-sort-by-unread, gnus-group-catchup)
13531         (gnus-group-unsubscribe-group, gnus-group-kill-group)
13532         (gnus-group-yank-group, gnus-group-set-info)
13533         (gnus-group-list-groups):
13534         * gnus.el (gnus-generate-new-group-name):
13535         * gnus-delay.el (gnus-delay-send-queue):
13536         * nnvirtual.el (nnvirtual-catchup-group):
13537         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
13538         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
13539         (gnus-group-prepare-topics, gnus-topic-check-topology):
13540         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
13541         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
13542         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
13543         (gnus-group-make-articles-read):
13544         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
13545         (gnus-group-change-level, gnus-kill-newsgroup)
13546         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
13547         (gnus-get-unread-articles, gnus-make-articles-unread)
13548         (gnus-make-ascending-articles-unread): Use accessor
13549         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
13550         to get group information for improved readability.
13552 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13554         * gnus-art.el (article-decode-mime-words, article-babel)
13555         (gnus-article-highlight-signature, gnus-article-add-buttons)
13556         (gnus-signature-toggle): Use gnus-with-article-buffer.
13558         * gnus-art.el (gnus-article-highlight-headers)
13559         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
13561         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
13562         (gnus-article-set-globals, gnus-request-article-this-buffer)
13563         (gnus-button-message-id, gnus-article-maybe-hide-headers)
13564         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
13565         (gnus-mime-display-alternative): Use with-current-buffer.
13567 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13569         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
13570         also under 80 char limit, and call gnus-error if needed.
13571         (spam-fetch-article-header): Fix - it was a
13572         buffer-local variable (gnus-newsgroup-data).
13573         (spam-find-spam): Use spam-generate-fake-headers, forget about
13574         spam-insert-fake-headers.
13575         (spam-insert-fake-headers): Remove.
13577 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13579         * deuglify.el (gnus-article-outlook-unwrap-lines)
13580         (gnus-outlook-rearrange-article)
13581         (gnus-outlook-repair-attribution-outlook)
13582         (gnus-outlook-repair-attribution-block)
13583         (gnus-outlook-repair-attribution-other): Remove redundant
13584         save-excursion.
13586 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13588         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
13589         (spam-fetch-field-subject-fast)
13590         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
13591         (spam-fetch-article-header): Add functions to deal with Gnus
13592         internals for fast retrieval of article header data.
13593         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
13595 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13597         * pop3.el (pop3-md5): Remove.
13598         (pop3-apop): Replace pop3-md5 with md5.
13600         * mm-bodies.el: base64 is always built-in.
13602         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
13603         with-current-buffer.
13605 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13607         * canlock.el (canlock-insert-header): Remove excessive grouping in
13608         regexp.
13610         * gnus-sum.el (gnus-summary-read-document): Ditto.
13612         * gnus-uu.el (gnus-uu-part-number): Ditto.
13614         * html2text.el (html2text-remove-tags): Ditto.
13615         (html2text-format-tags): Ditto.
13616         (html2text-format-single-elements): Ditto.
13618         * mml.el (mml-parse-1): Ditto.
13620 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13622         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
13624         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
13626         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
13628         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
13630 2003-11-15  Simon Josefsson  <jas@extundo.com>
13632         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
13633         (pgg-gpg-lookup-key): Use regexp match instead of
13634         split-string (split-string is different between emacs 21.2 and
13635         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
13637 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13639         * gnus-art.el (gnus-mime-view-all-parts)
13640         (gnus-article-part-wrapper, gnus-article-view-part): Use
13641         with-current-buffer.
13643 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13645         * spam.el (spam-disable-spam-split-during-ham-respool)
13646         (spam-spamoracle-database, spam-cache-lookups)
13647         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
13648         (spam-group-ham-mark-p, spam-group-spam-mark-p)
13649         (spam-group-ham-marks, spam-group-spam-marks)
13650         (spam-group-spam-contents-p, spam-group-ham-contents-p)
13651         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
13652         also add spam-use-blackholes to the statistical checks.
13653         (spam-fetch-field-fast): Add interface to fetching fields, may
13654         become a macro.
13655         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
13656         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
13657         (spam-insert-fake-headers): Fake an article when needed.
13658         (spam-find-spam): Fake article when possible.
13659         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
13660         (spam-check-bogofilter-headers): Use message-fetch-field instead
13661         of nnmail-fetch-field.
13663 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13665         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
13667 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13669         * spam.el (spam-split): Do not require spam-use-CHECK to be
13670         enabled if that check is passed to spam-split explicitly; also
13671         fix so 'spam doesn't get converted to spam-split-group when
13672         spam-split-symbolic-return is t.
13673         (spam-find-spam): Find registrations of the article and use those
13674         instead of re-running spam-split to find the spam/ham
13675         classification of the article.
13676         (spam-log-processing-to-registry, spam-log-registered-p)
13677         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13678         Use gnus-error instead of gnus-message.
13679         (spam-log-registration-type): Add function to determine the
13680         classification of a message based on registry entries; will
13681         return nil if both 'spam and 'ham are found.
13682         (spam-check-BBDB): Expand all the BBDB macros here so we can have
13683         a reasonably fast local cache without the loading errors.
13684         (spam-cache-lookups): Set to t by default.
13685         (spam-find-spam): Don't try to guess spam-cache-lookups.
13686         (spam-enter-whitelist, spam-enter-blacklist): Clear the
13687         spam-caches entry.
13688         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
13689         caching of whitelist/blacklist entries.
13690         (spam-check-whitelist, spam-check-blacklist): Invoke
13691         spam-from-listed-p with a type, not a cache variable.
13692         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
13694 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13696         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
13698         * nnmail.el (nnmail-split-fancy): do.
13700         * mml.el (mml-parse): do.
13702         * gnus-score.el (gnus-enter-score-words-into-hashtb)
13703         (gnus-score-adaptive): do.
13705 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13707         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
13708         (gnus-mime-button-map): Don't set keymap parent.
13709         (gnus-button-ctan-directory-regexp): Use shy grouping.
13710         (gnus-prev-page-map): Don't set keymap parent.
13711         (gnus-prev-page-map): Remove duplicated one.
13712         (gnus-next-page-map): Don't set keymap parent.
13713         (gnus-mime-security-button-map): Ditto.
13715         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
13716         version number.
13718         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
13720 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13722         * canlock.el (canlock-sha1-function): Remove.
13723         (canlock-sha1-function-for-verify): Remove.
13724         (canlock-openssl-program): Remove.
13725         (canlock-openssl-args): Remove.
13726         (canlock-ignore-errors): Remove.
13727         (canlock-sha1-with-openssl): Remove.
13728         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
13729         (canlock-verify): Don't use canlock-ignore-errors.
13731         * sha1-el.el (sha1-string-external): Make it can return a string
13732         in binary form.
13733         (sha1-region-external): Ditto.
13734         (sha1-string-internal): Ditto.
13735         (sha1-region-internal): Ditto.
13736         (sha1-region): Ditto.
13737         (sha1-string): Ditto.
13738         (sha1): Ditto.
13740 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13742         * spam.el (spam-report-articles-gmane): New command.
13744 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13746         * gnus.el: Don't make unnecessary *Group* buffer when loading.
13748         * run-at-time.el (run-at-time-saved): Remove.
13749         (run-at-time): Doc fix.
13751 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13753         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
13754         (gnus-summary-limit-map): Add it.
13755         (gnus-summary-make-menu-bar): do.
13757 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
13759         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
13760         Make attempt at some caching support (done for BBDB only now).
13761         (spam-find-spam): Set spam-cache-lookups if there are more than 2
13762         addresses to be checked.
13763         (spam-clear-cache-BBDB): Add function, to be invoked by
13764         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
13765         (spam-check-BBDB): Check and use the caches, if
13766         spam-cache-lookups is on, remove superfluous (provide).
13768 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13770         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
13772 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
13774         * run-at-time.el (run-at-time-saved): Move to after the definition
13775         of `run-at-time'.
13777 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13779         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13780         mm-w3m-local-map-property.
13782         * mm-view.el (mm-w3m-mode-map): Remove.
13783         (mm-w3m-local-map-property): Remove.
13784         (mm-inline-text-html-render-with-w3m): Don't use
13785         mm-w3m-local-map-property.
13787 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13789         * run-at-time.el: New file.
13791         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13792         of gnus-set-text-properties.
13794         * gnus-uu.el (gnus-uu-save-article): Ditto.
13796         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
13798         * gnus-cite.el (gnus-cite-parse): Ditto.
13800         * gnus-art.el (gnus-button-push): Use set-text-properties instead
13801         of gnus-.
13803         * gnus.el: Changed calls to nnheader-run-at-time and
13804         password-run-at-time throughout to use run-at-time directly.
13806         * password.el: Removed definition of run-at-time.
13808 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
13810         * mml.el (mml-minibuffer-read-disposition): Show attachment type
13811         in prompt.
13813 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13815         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13816         XEmacs version.
13818         * dns.el (dns-make-network-process): Use `open-network-stream'
13819         instead of `gnus-xmas-open-network-stream'.
13821         * .cvsignore: Add auto-autoloads.el, custom-load.el.
13823 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13825         * gnus-art.el (gnus-mime-display-alternative)
13826         (gnus-insert-mime-button, gnus-insert-mime-security-button)
13827         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13828         Don't use gnus-local-map-property.
13830         * gnus-util.el (gnus-local-map-property): Remove.
13832         * mm-view.el (mm-view-pkcs7-decrypt): Replace
13833         gnus-completing-read-maybe-default with completing-read.
13835         * gnus-util.el (gnus-completing-read): do.
13836         (gnus-completing-read-maybe-default): Remove.
13838 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13840         * password.el: Only autoload `run-at-time' if not XEmacs.
13841         Only autoload the itimer functions if XEmacs.
13843 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13845         * gnus-art.el (gnus-read-string): Remove.
13846         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13847         read-string.
13849 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
13851         * netrc.el: Autoload password-read.
13852         (netrc): Add configuration group.
13853         (netrc-encoding-method, netrc-openssl-path): Add
13854         variables for encoding and decoding of files with symmetric
13855         ciphers.
13856         (netrc-encode): Add assistant function to encode a file with
13857         netrc-encoding-method.
13858         (netrc-parse): Add interactive parameter, added optional
13859         decoding if netrc-encoding-method is non-nil but otherwise
13860         behavior is standard.
13861         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13862         Do s/encode/encrypt/ everywhere.
13864         * spam.el: Remove executable-find autoload.
13866 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13868         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13870         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13872 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13874         * gnus-art.el (gnus-treat-ansi-sequences,
13875         (article-treat-ansi-sequences): New variable and function.
13876         Suggested by Dan Jacobson <jidanni@jidanni.org>.
13878         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13879         Use it.
13881 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13883         * mm-util.el (mm-quote-arg): Remove.
13885         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13886         shell-quote-argument.
13888         * gnus-uu.el (gnus-uu-command): do.
13890         * gnus-sum.el (gnus-summary-insert-pseudos): do.
13892         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13893         with make-char.
13895         * mm-util.el (mm-make-char): Remove.
13897         * mml.el (mml-mode): Replace gnus-add-minor-mode with
13898         add-minor-mode.
13900         * gnus-undo.el (gnus-undo-mode): do.
13902         * gnus-topic.el (gnus-topic-mode): do.
13904         * gnus-sum.el (gnus-dead-summary-mode): do.
13906         * gnus-start.el (gnus-slave-mode): do.
13908         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13910         * gnus-ml.el (gnus-mailing-list-mode): do.
13912         * gnus-gl.el (gnus-grouplens-mode): do.
13914         * gnus-draft.el (gnus-draft-mode): do.
13916         * gnus-dired.el (gnus-dired-mode): do.
13918         * gnus-ems.el (gnus-add-minor-mode): Remove.
13920         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13921         Replace gnus-char-width with char-width.
13923         * gnus-ems.el (gnus-char-width): Remove.
13925         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13926         Replace gnus-char-width with char-width.
13928         * gnus-ems.el (gnus-char-width): Remove.
13930         * spam-stat.el (with-syntax-table): Remove with-syntax-table
13931         definition.
13932         Remove Emacs 20 hash table compatibility code.
13934         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13935         20 compatibility code.
13937         * spam.el (spam-point-at-eol): Replace with point-at-eol.
13939         * smime.el (smime-point-at-eol): Replace with point-at-eol.
13941         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13942         with point-at-{eol,bol}.
13944         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13946         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13948         * flow-fill.el (fill-flowed-point-at-bol)
13949         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13951         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13952         Replace with point-at-{eol,bol} throughout all files.
13954 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13956         * ntlm.el (ntlm-string-as-unibyte): New macro.
13957         (ntlm-build-auth-response): Use it.
13959         Remove Emacs 20 stuff:
13960         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13961         of delq and copy-sequence.
13962         * gnus-art.el (popup-menu): Remove the compiler macro.
13963         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13964         Emacs 20.
13966 2004-01-05  Simon Josefsson  <jas@extundo.com>
13968         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13969         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13970         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13971         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13972         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13973         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13974         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13975         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13976         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13977         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13978         ntlm-string-permute, string-lshift into ntlm-string-lshift,
13979         string-xor into ntlm-string-xor.  Suggested by
13980         Jesper Harder <harder@myrealbox.com>.
13982         * ntlm.el: Don't include poem.
13984         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
13985         Jesper Harder <harder@myrealbox.com>.
13987         * sasl-ntlm.el, ntlm.el, md4.el: New files.
13989         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
13990         probably breaks emacs with DL patch, but do we care? Is anyone
13991         still using the DL stuff?)
13993         * sieve-manage.el: Use the password package.
13994         (sieve-manage-read-passwd): Remove.
13995         (sieve-manage-interactive-login): Use password.  Re-add
13996         condition-case around loop.
13998         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13999         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
14000         the password package.
14002 2003-02-19  Simon Josefsson  <jas@extundo.com>
14004         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
14005         token.
14007 2002-08-07  Simon Josefsson  <jas@extundo.com>
14009         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
14010         (sieve-manage-authenticators):
14011         (sieve-manage-authenticator-alist): Add some SASL mechs.
14012         (sieve-sasl-auth): New function.
14013         (sieve-manage-cram-md5-auth):
14014         (sieve-manage-plain-auth): Rewrite using SASL library.
14015         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
14016         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
14017         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
14018         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
14020 2004-01-05  Simon Josefsson  <jas@extundo.com>
14022         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
14023         New files.
14025 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14027         * gnus-group.el (gnus-no-groups-message): Update.
14029         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
14031 2003-11-09  Simon Josefsson  <jas@extundo.com>
14033         * imap.el: Support for ID IMAP extension (RFC 2971).
14034         (imap-local-variables): Add imap-id.
14035         (imap-id): New variable.
14036         (imap-id): New function.
14037         (imap-parse-response): Parse untagged ID response.
14038         * nnimap.el (nnimap-id): New variable.
14039         (nnimap-open-connection): Use it.
14041 2003-12-28  Simon Josefsson  <jas@extundo.com>
14043         * gnus-score.el (gnus-score-edit-all-score): New.
14044         * gnus-group.el (gnus-group-score-map): Bind it to W e.
14046 2004-01-04  Simon Josefsson  <jas@extundo.com>
14048         * password.el: Add.
14050 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
14052         * dns.el (dns-query-types): Fix typo.
14053         (dns-query-types): New function
14054         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
14055         PTR and SOA replies, see RFC 1035.
14057 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14059         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
14061         * Moved to Changelog.2.
14063 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14065         * gnus.el (gnus-version-number): Bump version.
14067 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14069         * gnus.el: No Gnus v0.1 is released.
14071 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14073         * gnus.el: No Gnus v0.0 is released.
14075 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14077         * gnus.el (gnus-version-number): Bump.
14078         (gnus-version): No.
14080 See ChangeLog.2 for earlier changes.
14082     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
14084   This file is part of GNU Emacs.
14086   GNU Emacs is free software: you can redistribute it and/or modify
14087   it under the terms of the GNU General Public License as published by
14088   the Free Software Foundation, either version 3 of the License, or
14089   (at your option) any later version.
14091   GNU Emacs is distributed in the hope that it will be useful,
14092   but WITHOUT ANY WARRANTY; without even the implied warranty of
14093   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14094   GNU General Public License for more details.
14096   You should have received a copy of the GNU General Public License
14097   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
14099 ;; Local Variables:
14100 ;; coding: utf-8
14101 ;; fill-column: 79
14102 ;; add-log-time-zone-rule: t
14103 ;; End:
14105 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4