Merge from gnus--rel--5.10
[emacs.git] / lisp / gnus / ChangeLog
blob870b598ff7411828e7861cd858e11f1d00f5b1af
1 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3         * mail-source.el (mail-source-delete-incoming): Change default.
4         Supplement doc string.
6 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8         * nnmail.el (nnmail-message-id-cache-file): Derive from
9         `gnus-home-directory'.
11 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
13         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14         Document negativ prefix.
16         * gnus-group.el (gnus-group-read-group): Document negativ prefix.
18 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20         * gnus.el (gnus-group-startup-message): Add `find-image' call before
21         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
22         <hanche@math.ntnu.no>.
24 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
26         * gnus-sum.el (gnus-article-sort-by-random)
27         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
28         jidanni@jidanni.org.
30 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
32         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
33         convention in doc string.
35 2007-12-14  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
37         * gnus-sum.el (gnus-summary-mark-unread-as-read)
38         (gnus-summary-mark-read-and-unread-as-read)
39         (gnus-summary-mark-current-read-and-unread-as-read)
40         (gnus-summary-mark-unread-as-ticked): Doc fix.
41         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
43 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
45         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
46         Christoph Conrad <christoph.conrad@gmx.de>.
48 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
50         * message.el (message-ignored-supersedes-headers): Add "X-ID".
52 2007-11-24  Glenn Morris  <rgm@gnu.org>
54         * message.el (message-tool-bar-retro): Update for rename
55         mail_send.xpm->mail-send.xpm.
57 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
59         * nnimap.el (nnimap-split-download-body):
60         * gnus-demon.el (gnus-demon): Fix typos in docstrings.
62         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstring.
63         (gnus-uu-decode-save): Fix typo in prompt.
65 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
67         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
69 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
71         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
73         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
75         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
76         risky local variable.
78         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
80 2007-11-01  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
82         * message.el (message-use-alternative-email-as-from): Examine the
83         From header as well; use message-make-from in order to include a
84         user's full name.  [ Backported bug fix from No Gnus. ]
86 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
88         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
90 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
92         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
94 2007-10-23  Richard Stallman  <rms@gnu.org>
96         * gnus-group.el (gnus-group-highlight): Mark as risky.
98 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
100         * gnus.el (gnus-server-to-method): Return method found first in
101         gnus-newsrc-alist.
103 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
105         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
106         `next-line'.
108 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
110         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
111         exclude address matching message-dont-reply-to-names.
113 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
115         * gnus-util.el (gnus-string<): New function.
117         * gnus-sum.el (gnus-article-sort-by-author)
118         (gnus-article-sort-by-subject): Use it.
120 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
122         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
123         the frame-focus tag is set in gnus-buffer-configuration.
125 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
127         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
129 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
131         * Relicense "GPLv2 or later" files to "GPLv3 or later".
133 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
135         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
136         Suggested by Leo <sdl.web@gmail.com>.
138         * gnus.el: Do.
140 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
142         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
143         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
145         * gnus-agent.el (gnus-agent-fetch-headers): Do.
147         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
148         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
150 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
152         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
153         newline.
154         (nnmbox-request-accept-article): Don't change article in source buffer;
155         narrow to header to use message-fetch-field rather than
156         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
157         (nnmbox-request-replace-article): Quote lines that'll be misidentified
158         as delimiters; make sure article ends with newline.
159         (nnmbox-delete-mail): Correct last position of article to be deleted;
160         ignore X-Gnus-Newsgroup header in article body.
161         (nnmbox-save-mail): Quote lines looking like delimiters at the right
162         positions; make sure article ends with newline.
164 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
166         * gnus-cus.el (gnus-score-extra): New widget.
167         (gnus-score-extra-convert): New function.
168         (gnus-score-customize): Use it for Extra.
170 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
172         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
173         (mml-generate-mime-1): Don't encode body if it is specified to be in
174         raw form; don't make buffer be unibyte when inserting multibyte string.
176 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
178         * sha1.el: Fix up comment style.
179         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
180         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
182         * hex-util.el: Fix up comment style.
183         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
185         * gnus-salt.el: Use with-current-buffer.
186         (gnus-pick-setup-message): Fix long-standing typo.
188 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
190         * gnus-art.el (gnus-article-summary-command-nosave)
191         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
193 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
195         * gnus.el (gnus-maximum-newsgroup): New variable.
197         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
198         according to gnus-maximum-newsgroup.
200         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
201         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
202         Limit the range of articles according to gnus-maximum-newsgroup.
204 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
206         * nntp.el (nntp-xref-number-is-evil): New server variable.
207         (nntp-find-group-and-number): If it is non-nil, don't trust article
208         numbers in the Xref header.
210 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
212         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
214 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
216         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
218 2007-08-08  Glenn Morris  <rgm@gnu.org>
220         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
221         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
222         doc-strings and comments.
224 2007-07-25  Glenn Morris  <rgm@gnu.org>
226         * Relicense all FSF files to GPLv3 or later.
228 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
230         * gnus-msg.el (gnus-summary-supersede-article)
231         (gnus-summary-resend-message-edit): Add Gcc header.
232         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
233         article's Message-ID; refer parent article in summary buffer.
235         * message.el (message-bounce): Call mime-to-mml.
237 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
239         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
240         string.
242 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
244         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
246 2007-07-14  David Kastrup  <dak@gnu.org>
248         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
249         finishing actions if we did not edit the article.
251 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
253         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
254         (gnus-server-closed-face, gnus-server-denied-face)
255         (gnus-server-offline-face): Remove variable.
256         (gnus-server-font-lock-keywords): Use faces that are not aliases.
258         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
259         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
260         if the coding-system argument is nil for XEmacs.
262         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
263         mm-charset-override-alist.
265         * rfc2047.el: Don't require base64; require rfc2045 for the function
266         rfc2045-encode-string.
267         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
268         to quote the parameter value.
270 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
272         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
273         as unfetched articles.
275 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
277         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
279 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
281         * gnus-art.el (gnus-article-summary-command-nosave)
282         (gnus-article-read-summary-keys): Don't set the 3rd arg of
283         pop-to-buffer for XEmacs.
285 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
287         * gnus-agent.el (gnus-agent-fetch-headers)
288         (gnus-agent-retrieve-headers): Bind
289         gnus-decode-encoded-address-function to identity.
291         * nntp.el (nntp-send-xover-command): Recognize an xover command is
292         available also when the server returns simply a dot.
294         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
296 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
298         * gnus-ems.el (gnus-x-splash): Make it work.
300         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
301         from being used.
303         * gnus-art.el (gnus-article-summary-command-nosave): Correct the order
304         of the arguments passed to pop-to-buffer.
305         (gnus-article-read-summary-keys): Ditto.
307 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
309         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
311 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
313         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
314         * gnus-sum.el (gnus-summary-highlight):
315         * mail-source.el (mail-source-delete-old-incoming-confirm):
316         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
318 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
320         * gnus-art.el (gnus-mime-view-part-externally)
321         (gnus-mime-view-part-internally): Fix predicate function passed to
322         completing-read.
324         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image;
325         return t if image size is just the same as window size.
327 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
329         * message.el (message-pop-to-buffer): Add switch-function argument.
330         (message-mail): Pass switch-function argument to it.
332 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
334         * message.el (message-narrow-to-headers-or-head): Ignore
335         mail-header-separator in the body.
337 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
339         * gnus-art.el (gnus-article-mode): Fix comment about displaying
340         non-break space.
342 2007-05-09  Didier Verna  <didier@xemacs.org>
344         * gnus-diary.el, nndiary.el: Remove the description comment (nndiary is
345         now properly documented in the Gnus manual).  Fix the spelling of "Back
346         End".
348 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
350         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
351         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
352         displayed of multipart/alternative part if it is invoked from summary
353         buffer.
354         (gnus-article-part-wrapper): Select article window.
356         * mm-view.el (mm-inline-text-html-render-with-w3m)
357         (mm-inline-text-html-render-with-w3m-standalone)
358         (mm-inline-render-with-function): Use mail-parse-charset by default.
360 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
362         * gnus-msg.el (gnus-inews-yank-articles): Use
363         message-exchange-point-and-mark instead of exchange-point-and-mark.
365 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
367         * message.el (message-yank-original): Make sure cited text ends with
368         newline; don't exchange point and mark.
370 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
372         * tls.el (open-tls-stream): Properly handle case where there
373         is no associated buffer.
375 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
377         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
378         message-yank-original, make sure (< mark TEXT point).
380 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
382         * nnmail.el (nnmail-spool-file): Mark as obsolete.
383         (nnmail-get-new-mail): Reformat.
385         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
387         * gmm-utils.el: Fix Commentary.
388         (gmm-tool-bar-from-list): Fix typo in doc string.
390 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
392         * message.el (message-yank-original): Fix bug:
393         Don't switch point and mark unnecessarily.
395 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
397         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
398         evaluation of gnus-extended-version to ensure correct generation of the
399         User-Agent header when message-generate-headers-first is used.
401 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
403         * gnus-art.el (gnus-button-alist): Also catch `<f1> k ...'.
404         (gnus-treat-display-x-face): Fix doc string.
406 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
408         * message.el (message-required-news-headers):
409         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
411 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
413         * message.el (message-generate-new-buffers): Change the meaning of the
414         nil value; add `standard' to the choices; treat t as `unique'; improve
415         doc string.
416         (gnus-select-frame-set-input-focus): Autoload.
417         (message-buffer-name): Search for the existing message buffer if
418         message-generate-new-buffers is nil or `standard'; treat the value t of
419         message-generate-new-buffers as `unique'.
420         (message-pop-to-buffer): Raise the frame already displaying the message
421         buffer; clear the echo area after querying.
422         (message-setup): Pass the `continue' argument to compose-mail.
423         (message-mail): Prefer `switch-function' if it is given; search for the
424         existing message buffer if the `continue' argument is non-nil; pass
425         continue and switch-function arguments to compose-mail by way of
426         message-setup.
427         (message-mail-other-window): Adjust argument of message-setup.
428         (message-mail-other-frame): Ditto.
430 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
432         * message.el (message-make-in-reply-to): Quote name containing
433         non-ASCII characters.  It will make the RFC2047 encoder cause an error
434         if there are special characters.  Reported by NAKAJI Hiroyuki
435         <nakaji@jp.freebsd.org>.
437 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
439         * nntp.el (nntp-never-echoes-commands)
440         (nntp-open-connection-functions-never-echo-commands): New variables.
441         (nntp-send-command): Use them.
443 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
445         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
446         articles posted in the last 24 hours.
448 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
450         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
452 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
454         * nnweb.el (nnweb-google-parse-1): Update parser.
456 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
458         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
460 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
462         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
463         regexp.
465 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
467         * uudecode.el (uudecode-string-to-multibyte): New function emulating
468         string-to-multibyte.
469         (uudecode-decode-region-internal): Use it.
471 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
473         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
474         custom choice.
476         * gnus-art.el (gnus-signature-limit): Fix custom choice.
478 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
480         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
481         Use gnus-home-directory instead of "~/" or "$HOME".
483 2007-01-12  Kenichi Handa  <handa@m17n.org>
485         * uudecode.el (uudecode-decode-region-internal): Make it work in a
486         multibyte buffer.
488 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
490         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
492 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
494         * gnus-soup.el: Add missing :group in previous change.
496 2007-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
498         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
499         customizable.
501 2007-01-03  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
503         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
504         headers read from disk with the ones newly found in the current search.
505         This should no longer cause problems, because the article numbers in
506         Gmane's `nov.php' output are ignored since the previous change.
508 2006-01-03  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
510         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
511         solid groups.
513 2006-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
515         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
516         the headers when creating the mapping to avoid mismappings.
517         (nnweb-gmane-create-mapping): Always nix out old mapping.
519 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
521         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
523 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
525         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
527 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
529         * gnus-sum.el (gnus-summary-insert-dormant-articles): Fix typo in
530         message.
532 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
534         * nnimap.el (nnimap-expunge-search-string): Mention
535         nnimap-search-uids-not-since-is-evil in docstring.
537 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
539         * spam.el: Revert to make-obsolete-variable because
540         define-obsolete-variable-alias is not supported in Emacs 21.
542 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
544         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
545         summary buffer.
547 2006-12-27  Reiner Steib  <Reiner.Steib@gmx.de>
549         * spam.el (spam-ifile-path, spam-ifile-database-path)
550         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
551         make-obsolete-variable.
553 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
555         * message.el (message-make-fqdn): Fix comment.
556         (message-bogus-system-names): Add ".local".
558         * spam.el (spam-ifile-path, spam-ifile-program)
559         (spam-ifile-database-path, spam-ifile-database)
560         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
561         Don't use "path" inappropriately.
562         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
563         strings.
564         (spam-check-ifile, spam-ifile-register-with-ifile)
565         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
566         new variable names.
568         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
569         (gnus-treat-display-smileys): Simplify using
570         gnus-image-type-available-p.
572         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
573         available.
575 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
577         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
578         one after turning on the buffer's multibyteness instead of decoding
579         them directly in the unibyte buffer that causes unexpected conversion
580         in Emacs 23 (unicode).
582 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
584         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
585         disconnect icons.  Add help text.
587 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
589         * legacy-gnus-agent.el: Add Copyright notice.
591 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
593         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
595 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
597         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
598         specifying array size.
599         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
600         array if it is too small.
601         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
602         (gnus-sort-threads-loop): New function.
604 2006-12-06  Chris Moore  <dooglus@gmail.com>
606         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
607         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
609 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
611         * mm-url.el (mm-url-predefined-programs): Call curl with correct
612         options.
614 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
616         * mml2015.el (mml2015-pgg-clear-verify): Replace encode-coding-string
617         with mm-encode-coding-string.
619 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
621         * nneething.el (nneething-decode-file-name): Replace
622         decode-coding-string with mm-decode-coding-string.
624 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
626         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
627         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
629         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
630         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
631         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
632         (gnus-group-make-directory-group, gnus-group-transpose-groups):
633         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
634         (gnus-subscribe-newsgroup, gnus-1):
635         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
636         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
637         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
638         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
640 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
642         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
644 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
646         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
647         and comment it.
649         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
651 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
653         * gnus-util.el (gnus-extract-address-components): Improve comment.
655 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
657         * gnus-util.el (gnus-extract-address-components): Work with address in
658         which the name portion contains @.
660 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
662         * gnus.el (gnus-start): Move custom group up.
663         (gnus-select-method): Don't autoload, but make it available for
664         `customize-variable'.
665         (gnus-getenv-nntpserver): Don't autoload.
667 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
669         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
670         mm-with-unibyte-current-buffer to make string unibyte.
672         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
673         mm-string-as-multibyte.
675 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
677         * message.el: Merge from the trunk to fix the bug WRT double encoded
678         subjects.
679         (message-replacement-char): New variable.
680         (message-fix-before-sending): Use it.
681         (message-simplify-subject): New function to remove duplicate code.
682         (message-reply, message-followup): Use it.
683         (message-simplify-subject-functions): New variable.
684         (message-strip-subject-encoded-words): New function.
686 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
688         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
689         instead of gnus-intersection because arguments of gnus-sorted-nunion
690         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
692 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
694         * gnus-diary.el (gnus-diary-delay-format-function):
695         * nndiary.el (nndiary-reminders):
696         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
698 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
700         * gnus-art.el (article-hide-boring-headers): Fetch date from
701         gnus-original-article-buffer to avoid problems with localized date
702         strings.
704 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
706         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
708 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
710         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
711         New variables.
712         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
713         (mm-charset-synonym-alist): Move some entries to
714         mm-codepage-iso-8859-list.
715         (mm-charset-synonym-alist, mm-charset-override-alist): Add
716         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
718 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
720         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
722 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
724         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
725         with Emacs 21 and XEmacs.
727 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
729         * mm-view.el: Add interactive arg to html2text autoload.
731 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
733         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
735 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
737         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
738         names.
740         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
742 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
744         * message.el (message-headers-to-generate): Fix typo in docstring.
746 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
748         * gnus.el (gnus-mime): Remove unused custom group.
749         (gnus-getenv-nntpserver, gnus-select-method): Autoload.
751 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
753         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
754         "blank line" when searching for end of armor headers.
756 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
758         * gmm-utils.el (gmm-write-region): Fix variable name.
760 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
762         * gmm-utils.el (gmm-write-region): New function based on compatibility
763         code from `mm-make-temp-file'.
765         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
767         * nnmaildir.el (nnmaildir--update-nov)
768         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
769         Use `gmm-write-region'.
771 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
773         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
774         gnus-summary-limit-to-articles.
776 2006-10-04  Romain Francoise  <romain@orebokech.com>
778         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
779         Moved here (and renamed) from gnus-registry.el.
781         * gnus-registry.el: Require gnus-util.
782         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
784 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
786         * pop3.el (pop3-authentication-scheme): Clarify doc.
787         (pop3-movemail): Warn about pop3-leave-mail-on-server.
789 2006-10-04  Dave Love  <fx@gnu.org>
791         * pop3.el (pop3-authentication-scheme): Add custom version.
793 2006-10-04  Jesper Harder  <harder@ifa.au.dk>
795         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
796         doc string.  Improve doc string.
798 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
800         * gnus-util.el (gnus-with-local-quit): New macro.
802         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
804 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
806         * gmm-utils.el (gmm): Adjust custom version.
808         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
809         custom version.
811         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
813 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
815         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
817 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
819         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
820         regexp.  Articles containing quotation were cut prematurely.
822 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
824         * message.el (message-cite-original-without-signature): Use nobody by
825         default for the value of From header.
826         (message-cite-original): Ditto.
827         (message-reply): Ditto.
829 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
831         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
832         mails in the doc string.  Add some URLs in comment.
834 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
836         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
837         backslashes handling and the way to find boundaries of quoted strings.
839 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
841         * gnus-art.el (gnus-button-regexp, gnus-button-marker-list)
842         (gnus-button-last): Move up.  Convert comments into doc strings.
844 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
846         * message.el (message-send-mail-with-sendmail): Look for sendmail in
847         several common directories.
849 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
851         * gnus-art.el (article-decode-encoded-words): Make it fast.
853 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
855         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
857         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
858         in quoted string into `\'.
860 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
862         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
863         Use standard-syntax-table.
865 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
867         * gnus-art.el (gnus-decode-address-function): New variable.
868         (article-decode-encoded-words): Use it to decode headers which are
869         assumed to contain addresses.
870         (gnus-mime-delete-part): Remove useless `or'.
872         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
873         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
874         (gnus-nov-parse-line): Use it to decode From header.
875         (gnus-get-newsgroup-headers): Ditto.
876         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
878         * mail-parse.el (mail-decode-encoded-address-region): New alias.
879         (mail-decode-encoded-address-string): New alias.
881         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
882         New function.
883         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
884         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
885         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
886         (rfc2047-decode-string): Ditto.
887         (rfc2047-decode-address-region): New function.
888         (rfc2047-decode-address-string): New function.
890 2006-08-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
892         [ Backported bug fix from No Gnus. ]
894         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
895         looking up the method using GROUP's prefix before inventing a new one.
896         It is used on killed/unknown groups in various places where returning
897         an all-new method isn't expected by the caller.
899         * gnus-util.el (gnus-group-server): Copy required macro from No Gnus.
901 2006-08-13  Romain Francoise  <romain@orebokech.com>
903         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
904         space.
906 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
908         * compface.el (uncompface): Use binary rather than raw-text-unix.
910 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
912         * compface.el (uncompface): Make sure the eol conversion doesn't take
913         place when communicating with the external programs.  Reported by
914         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
916 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
918         * nnheader.el (nnheader-insert-head): Fix typo in comment.
920 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
922         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
923         Make it more robust by parsing author and date independently.
925 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
927         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
929 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
931         * nnheader.el (nnheader-insert-head): Make it work even if the file
932         uses CRLF for the line-break code.
934 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
936         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
937         workaround for the url package included with Emacs.
939         * nnweb.el (nnweb-google-create-mapping): Update regexp.
941 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
943         * nnmail.el (nnmail-article-group): If splitting raises an error, give
944         some information about the error when saying that the `bogus' mail
945         group will be used.
947 2006-07-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
949         [ Backported bug fixes from No Gnus. ]
951         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
952         (nnweb-google-search): Respect nnweb-max-hits as upper bound.
953         (nnweb-request-article): Do proper xwfu encoding when fetching articles
954         by message-id.
956         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
957         unsubscribed groups as if they were killed ones.  It causes duplicate
958         entries in gnus-newsrc-alist.
960 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
962         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
963         string.
965 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
967         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
969 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
971         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
973 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
975         * gnus-diary.el (gnus-user-format-function-d)
976         (gnus-user-format-function-D): Autoload.
978 2006-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
980         * gnus-group.el (gnus-group-select-group): Doc fix.
981         [ See 2004-05-19 change on the trunk. ]
983 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
985         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
987 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
989         * message.el (message-syntax-checks): Doc fix.
991 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
993         * message.el (message-syntax-checks): Doc fix.
994         (message-send-mail): Add check for continuation headers.
995         (message-check-news-header-syntax): Fix regexp used to check for
996         continuation headers.
998 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1000         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
1002 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1004         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
1005         to fill the utf-8 entry.
1007 2006-06-05  Dan Christensen  <jdc@uwo.ca>
1009         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
1010         respect display group parameter and gnus-summary-expunge-below.
1011         (gnus-articles-to-read): Remove unused reference to display group
1012         parameter.
1013         [ Merge 2004-07-06 change from the trunk. ]
1015 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1017         * gnus-ml.el (gnus-mailing-list-subscribe)
1018         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
1019         (gnus-mailing-list-message): Fix doc strings.
1021 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1023         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
1024         of doing it manually.
1026 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
1028         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
1029         must be explicitly online rather than "not explicitly offline" for
1030         its flags to be synchronized.
1031         (gnus-agent-read-local): All symbols allocated in my-obarray
1032         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
1033         (gnus-agent-regenerate-group): Check numeric names to see if they are
1034         messages or groups.
1036 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1038         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
1039         (gnus-saved-headers): Ditto.
1040         (gnus-default-article-saver): Doc fix; add
1041         gnus-summary-write-body-to-file; mention functions may have properties.
1042         (gnus-article-save-coding-system): New variable.
1043         (gnus-article-save): Override gnus-save-all-headers and
1044         gnus-saved-headers by :headers property which saver function may have.
1045         (gnus-read-save-file-name): Add optional `dir-var' argument which
1046         specifies directory in which files are saved; work even if optional
1047         `variable' argument is not specified.
1048         (gnus-summary-save-in-file): Add properties :decode and :headers.
1049         (gnus-summary-write-to-file): Add properties :decode, :function, and
1050         :headers; read file name.
1051         (gnus-summary-save-body-in-file): Add :decode property; add optional
1052         `overwrite' argument.
1053         (gnus-summary-write-body-to-file): New function; add properties
1054         :decode and :function.
1055         (gnus-output-to-file): Add coding cookie and encode text according
1056         to gnus-article-save-coding-system; don't use mm-append-to-file.
1058         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
1059         (gnus-summary-local-variables): Add it.
1060         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
1061         (gnus-summary-save-article): Require gnus-art; save decoded articles
1062         if function that gnus-default-article-saver specifies has `:decode'
1063         property; bind gnus-prompt-before-saving to t when saving many
1064         articles in a file; move point to article which will be saved.
1065         (gnus-summary-write-article-body-file): New function.
1067 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
1069         * uudecode.el (uudecode-decode-region-external): Fix previous commit.
1071 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1073         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
1074         after-load-alist.
1076 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
1078         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
1079         coding system in XEmacs, use binary.
1081         * mail-source.el (mail-sources): Fix custom type.
1083         * imap.el (Commentary): Fix typo.
1085 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
1087         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
1088         (gnus-summary-expire-articles-now): Shorten prompt.
1090         * gmm-utils.el (wid-edit): Require.
1091         (defun-gmm): Renamed from `gmm-defun-compat'.
1092         (gmm-image-search-load-path): Use it.
1093         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
1095 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1097         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
1098         (mm-copy-to-buffer): Use with-current-buffer.
1099         (mm-display-part): Simplify.
1100         (mm-inlinable-p): Add optional arg `type'.
1102         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
1103         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
1104         Try harder to show the attachment internally or externally using
1105         gnus-mime-view-part-as-type.
1107 2006-05-04  Reiner Steib  <Reiner.Steib@gmx.de>
1109         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
1110         `filename' from Content-Disposition if Content-Type doesn't
1111         provide `name'.
1112         (gnus-mime-view-part-as-type): Set default instead of initial-input.
1114 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1116         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
1117         unibyte after clear-decrypt function runs.
1119         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
1120         returns as a unibyte string.
1122 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1124         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
1125         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
1126         (mml1991-pgg-encrypt): Ditto.
1128 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
1130         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
1131         (gnus-outlook-deuglify-unwrap-max): Remove autoload.
1133         * mml-sec.el (mml-secure-method): New internal variable.
1134         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
1135         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
1136         New functions using mml-secure-method.  Sync from the trunk.
1138         * mml.el (mml-mode-map): Add key bindings for those functions.
1139         (mml-menu): Simplify security menu entries.  Suggested by Jesper
1140         Harder <harder@myrealbox.com>.  Sync from the trunk.
1142         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
1143         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
1144         (message-in-body-p): New function.  Sync from the trunk.
1146         * mml.el (mml-mode, mml-dnd-protocol-alist)
1147         (mml-dnd-attach-options, mml-dnd-attach-file)
1148         (mml-attach-file, mml-attach-buffer, mml-attach-external):
1149         Sync DND support and use of message-in-body-p from the trunk.
1151 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1153         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
1154         binding pgg-* variables; reimplement the section which prevents
1155         MIME header from being signed.
1156         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
1157         pgg-text-mode; remove a blank line at the top of body.
1159         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
1160         lines at the top of body; use gnus-newsgroup-charset if there's no
1161         Charset header.
1163 2006-04-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1165         * nnweb.el (nnweb-google-wash-article): Sync up to new Google HTML.
1167 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1169         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
1170         (mm-uu-pgp-encrypted-test): Ditto.
1171         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
1172         between header and body; return application/pgp-encrypted handle
1173         if decryption failed; decode decrypted body by charset.
1175         * mm-decode.el (mm-automatic-display): Don't make application/pgp
1176         element match to application/pgp-*.
1178 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
1180         * gnus-util.el (gnus-replace-in-string):
1181         Prefer replace-regexp-in-string over of replace-in-string.
1183 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1185         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map.
1187         * gnus-sum.el: Ditto.
1189         * gnus-util.el (gnus-select-frame-set-input-focus):
1190         Use select-frame-set-input-focus if it is available in XEmacs; use
1191         definition defined in Emacs 22 for old Emacsen.
1193 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1195         [ Merge from Gnus trunk. ]
1197         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
1198         (mm-charset-override-alist): New variable.
1199         (mm-charset-to-coding-system): Use it.
1200         (mm-codepage-setup): New helper function.
1201         (mm-charset-eval-alist): New variable.
1202         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
1203         Warn about unknown charsets.  Add allow-override.
1204         Use `mm-charset-override-alist' only when decoding.
1205         (mm-detect-mime-charset-region): Use :mime-charset.
1207         * mm-bodies.el (mm-decode-body, mm-decode-string):
1208         Call `mm-charset-to-coding-system' with allow-override argument.
1210         * message.el (message-tool-bar-zap-list, message-tool-bar)
1211         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
1212         (message-tool-bar-local-item-from-menu): Remove.
1213         (message-tool-bar-map): Replace by `message-make-tool-bar'.
1214         (message-make-tool-bar): New function.
1215         (message-mode): Use `message-make-tool-bar'.
1217         * gnus-sum.el (gnus-summary-tool-bar)
1218         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
1219         (gnus-summary-tool-bar-zap-list): New variables.
1220         (gnus-summary-make-tool-bar): Complete rewrite using
1221         `gmm-tool-bar-from-list'.
1223         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
1224         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
1225         New variables.
1226         (gnus-group-make-tool-bar): Complete rewrite using
1227         `gmm-tool-bar-from-list'.
1228         (gnus-group-tool-bar-update): New function.
1230         * gmm-utils.el: New file.
1232 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
1234         * flow-fill.el (fill-flowed): Remove trailing space from blank
1235         quoted lines.
1237 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1239         * gnus-art.el (gnus-article-mode):
1240         Set cursor-in-non-selected-windows to nil.
1242 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1244         * gnus-art.el (gnus-mime-view-part-as-charset): Ignore charset
1245         that the part specifies.
1247         * mm-decode.el (mm-display-part): Work with external parts and
1248         usual parts similarly.
1250         * mm-extern.el (mm-inline-external-body): Use mm-display-part
1251         instead of gnus-display-mime.
1253         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
1254         tag to summarized topics part in order to encode non-ASCII text.
1256 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1258         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
1260 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1262         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
1263         the sieve region.
1265 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1267         * gnus.el: Gnus v5.10.8 is released.
1269 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1271         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new layout.
1273         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
1274         unknown charset.
1276         * message.el (message-header-synonyms): Add Original-To to the default.
1278         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Group is an
1279         optional parameter.
1281 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
1283         * gnus-fun.el (gnus): Require it for gnus-directory.
1285 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1287         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1288         Some whitespace was matched into the url, which broke browsing hits
1289         > 100 when mm-url-use-external was nil.
1291 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1293         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
1295 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1297         * mml.el (mml-insert-mime): Ignore cached contents of
1298         message/external-body part.
1300         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
1301         (mm-insert-part): Ditto.
1303 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1305         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
1306         Reported by Ralf Wachinger <rwachinger@gmx.de>.
1308 2006-03-23  Kenichi Handa  <handa@m17n.org>
1310         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
1311         instead of set-buffer-multibyte.
1313 2006-03-23  Kenichi Handa  <handa@m17n.org>
1315         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
1316         buffer and then decode the buffer text if necessary.
1317         (rfc2231-encode-string): Be sure to work on multibyte buffer at
1318         first, and after mm-encode-body, change the buffer to unibyte.
1320 2006-03-21  Daniel Pittman  <daniel@rimspace.net>
1322         * nnimap.el (nnimap-request-update-info-internal): Optimize.
1323         Don't `gnus-uncompress-range' to avoid excessive memory usage.
1325 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1327         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
1329         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
1330         Add comment on version.
1332 2006-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1334         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): New variable.
1335         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
1336         assigning the spam-mark to new messages.
1338 2006-03-20  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>
1340         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
1342 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1344         * smiley.el: Add missing test smiley.
1346 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1348         * mm-decode.el (mm-with-part): New macro.
1349         (mm-get-part): Use it; work with message/external-body as well.
1350         (mm-save-part): Treat name and filename equally.
1352         * mm-extern.el (mm-extern-cache-contents): New function.
1353         (mm-inline-external-body): Use it; force the part to be displayed;
1354         move undisplayer added to the cached handle to the parent.
1356         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
1357         (gnus-mime-view-part-as-type): Work with message/external-body.
1359         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
1361 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1363         * gnus-art.el (gnus-article-only-boring-p):
1364         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
1365         intangible text.
1366         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
1368 2006-03-14  Simon Josefsson  <jas@extundo.com>
1370         * message.el (message-unique-id): Don't use message-number-base36
1371         if (user-uid) is a float.
1372         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
1374 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1376         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
1378         * gnus-art.el (gnus-mime-display-single): Make sure there is an
1379         empty line between a part and a message part.
1381 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
1383         * smiley.el: Add more test smileys.
1384         (smiley-data-directory, smiley-regexp-alist)
1385         (gnus-smiley-file-types): Fix doc strings.
1386         (smiley-update-cache): Clear smiley-cached-regexp-alist before
1387         adding new elements.
1388         (smiley-mouse-map): Unused code.  Make it a comment.
1390 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1392         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
1393         scan latest NoCeM messages instead of old ones.
1394         (gnus-nocem-check-article): Fix regexps so as to match to PGP
1395         delimiters that are recently used.
1396         (gnus-nocem-load-cache): Add autoload cookie.
1398         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
1400         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
1401         level which is larger than gnus-use-nocem is specified.
1403         * gnus-group.el (gnus-group-get-new-news): Ditto.
1405 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1407         * gnus-util.el (gnus-tool-bar-update): New function.
1409         * gnus-group.el (gnus-group-update-tool-bar): New variable.
1410         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
1412         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
1414 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1416         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
1417         if optional last element is specified in splits (FIELD VALUE...).
1419 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1421         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
1422         handle is multipart when calling it recursively.
1423         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
1425 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1427         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
1428         to "Emacs 23 (unicode)" in doc string.
1430         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
1431         "Emacs 23 (unicode)" in comment.
1433 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1435         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
1437         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
1438         characters 160 through 255 in Emacs 23.
1440 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1442         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
1443         message/* containing non-ASCII text properly.
1445 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1447         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
1449 2006-02-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1451         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
1453 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1455         * nnweb.el (nnweb-type-definition, nnweb-gmane-search):
1456         Use new nov.php.
1458 2006-02-28  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1460         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
1461         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
1462         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
1463         output on the server side.
1464         (nnweb-google-create-mapping): Update regexps and add some
1465         progress indication.
1467 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1469         * message.el (message-user-fqdn): Remove useless * in doc string.
1471         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
1472         unnecessary interaction when sending queued mails.  Reported by
1473         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
1475 2006-02-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1477         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
1478         Merge of 2006-02-20 change from the trunk.
1480 2006-02-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1482         * dns.el (query-dns): Protect more against buggy tcp output.
1483         Merge of 2006-02-20 change from the trunk.
1485 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1487         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
1488         first or last are nil.
1490 2006-02-24  Simon Josefsson  <jas@extundo.com>
1492         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too.
1493         Merge of 2005-10-26 change from the trunk.
1495 2006-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1497         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
1498         Remove space stuffing, and only do quotes that actually start with
1499         ">" at the beginning of the lines.
1500         Merge of 2005-11-17 and 2004-07-25 from the trunk.
1502 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
1504         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
1505         also available in Emacs 21.3.
1507         * message.el (message-fix-before-sending): Change "Emacs 22" to
1508         "Emacs 23 (unicode)" in comment.
1510         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
1511         "Emacs 23 (unicode)" in comment.
1513         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
1514         comment.
1515         (mm-coding-system-p): Add comment about no-MULE XEmacs.
1517         * mm-view.el (mm-fill-flowed): Add :version.
1519 2006-02-23  Ralf Angeli  <angeli@iwi.uni-sb.de>
1521         * mm-view.el (mm-fill-flowed): New variable.
1522         (mm-inline-text): Use it.
1524 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
1526         * nnimap.el (nnimap-request-move-article): Change folder back to
1527         source group before deleting.
1529 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1531         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
1532         coding system which mm-charset-to-coding-system returns for a
1533         given charset is valid.
1535 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
1537         * html2text.el (html2text-remove-tag-list):
1538         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
1540 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
1542         * gnus-cus.el: Revert 2005-10-17 change.
1544 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1546         * gnus-art.el (article-strip-banner): Call
1547         article-really-strip-banner only when the regexp match is made.
1549 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1551         * gnus-art.el (article-strip-banner): Use
1552         gnus-extract-address-components instead of
1553         mail-header-parse-addresses to make it work with non-ASCII text.
1555         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
1556         values which are surrounded with \"...\"; make it never cause a
1557         Lisp error; give up parsing of parameters if it failed in
1558         extracting type.
1560 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1562         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
1563         make-temp-file; make it work with Emacs 20 and XEmacs as well.
1565         * mm-decode.el (mm-display-external): Use the 3rd arg of
1566         mm-make-temp-file.
1567         (mm-create-image-xemacs): Ditto.
1569 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1571         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
1572         with message-narrow-to-headers.
1573         (gnus-draft-setup): Narrow to header to run message-fetch-field.
1574         (gnus-draft-check-draft-articles): New function.
1575         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
1577 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1579         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
1580         re-loading nn* modules.
1582 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1584         * gnus.el: Remove bogus comment.
1586 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
1588         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
1589         (mml2015-pgg-encrypt): Ditto.
1591         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
1592         (mml1991-pgg-encrypt): Ditto.
1594 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1596         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
1597         message-make-date instead of current-time-string.
1599         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
1600         to gnus-decoded which mm-uu might set.
1602 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1604         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
1605         don't decode quoted parameters; remove misimported Emacs code.
1606         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1607         (rfc2231-decode-encoded-string): Don't use split-string which
1608         behaves differently according to Emacs version; use
1609         mm-decode-coding-region to convert charset to coding-system.
1610         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1611         (rfc2231-encode-string): Remove misimported Emacs code.
1613 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1615         * gnus-art.el (article-decode-charset): Don't use ignore-errors
1616         when calling mail-header-parse-content-type.
1617         (article-de-quoted-unreadable): Ditto.
1618         (article-de-base64-unreadable): Ditto.
1619         (article-wash-html): Ditto.
1621         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
1622         calling mail-header-parse-content-type and
1623         mail-header-parse-content-disposition.
1624         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
1625         mail-header-parse-content-type.
1627         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
1628         insert charset and format parameters; encode description after
1629         inserting it to buffer.
1630         (mml-insert-parameter): Fold lines properly even if a parameter is
1631         segmented into two or more lines; change the max column to 76.
1633         * rfc1843.el (rfc1843-decode-article-body): Don't use
1634         ignore-errors when calling mail-header-parse-content-type.
1636         * rfc2231.el (rfc2231-parse-string): Return at least type if
1637         possible; don't cause an error even if it fails in parsing of
1638         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1639         (rfc2231-encode-string): Don't break lines at the beginning, leave
1640         it to mml-insert-parameter.
1642         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
1643         calling mail-header-parse-content-type.
1645 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
1647         * spam-report.el (spam-report-gmane-use-article-number):
1648         Improve doc string.
1649         (spam-report-gmane-internal): Check if a suitable header was found
1650         in the article.
1652 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1654         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
1655         (rfc2231-encode-string): Make param*=value always begin with LWSP.
1657 2006-02-05  Romain Francoise  <romain@orebokech.com>
1659         Update copyright notices of all files in the gnus directory.
1661 2006-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
1663         * gnus-util.el (gnus-error): Describe `args'.
1665 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1667         * nnweb.el (nnweb-request-group): Avoid growing overview files.
1669 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1671         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
1672         segmented lines of parameter value to cope with Thunderbird 1.5
1673         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
1674         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1675         (rfc2231-encode-string): Don't make lines exceeding 76 column.
1677 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
1679         * mml.el (mml-generate-mime-1): Correct the order of inline signed
1680         parts.
1682 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1684         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
1685         there's only one active file for all servers.
1686         (nnweb-request-scan): Make sure nnweb-articles is initialized on
1687         solid groups.  Gnus might have used a FAST request to select the group.
1688         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
1689         and nnweb-search redundantly in the active file.
1690         (nnweb-request-list): Don't list bogus groups.  There can only be one.
1691         (nnweb-request-create-group): Don't use ARGS.
1692         (nnweb-possibly-change-server, nnweb-request-group): Remove some
1693         initialisations.  Let nnoo do the work.
1695 2006-01-31  Romain Francoise  <romain@orebokech.com>
1697         * message.el (message-alternative-emails): Improve docstring.
1698         (message-setup-1): Call `message-use-alternative-email-as-from'
1699         after `message-setup-hook' to give it precedence over posting
1700         styles, etc.
1701         (message-use-alternative-email-as-from): Add docstring.
1702         Remove the original From header if present.
1704 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1706         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
1707         Say the part has been decoded.
1709 2006-01-31  Kevin Ryde  <user42@zip.com.au>
1711         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
1712         mailcap-viewer-test-cache when there's no 'test clause, since that
1713         will invert the meaning of a "nil" test previously determined by
1714         mailcap-mailcap-entry-passes-test.
1716 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
1718         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
1720 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1722         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
1723         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
1724         current Google Groups.
1726 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1728         * Makefile.in (clean): New rule.
1729         (distclean): Use it.
1731 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1733         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
1734         is dissected into a single part of which the type is the same as
1735         the given one; decode charset.
1737 2006-01-21  Kevin Ryde  <user42@zip.com.au>
1739         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
1740         into alists as symbol not string, since that's what
1741         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
1742         look for.
1744 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1746         * mm-uu.el (mm-uu-dissect-text-parts): Reduce the number of
1747         recursive calls.
1749 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1751         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
1752         (mm-w3m-standalone-supports-m17n-p): New function.
1753         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
1754         w3m usage.
1756         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
1757         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
1759 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1761         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
1762         encoding.
1764 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
1766         * mml.el (mml-attach-file): Describe `description' in doc string.
1767         (mml-menu): Add Emacs MIME manual and PGG manual.
1769 2006-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
1771         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
1772         (spam-group-spam-marks, spam-list-articles, spam-group-ham-marks):
1773         Revert 2006-01-08 change because the functions will be used in No
1774         Gnus.
1776 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1778         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
1780         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
1782 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1784         * mm-decode.el (mm-inlined-types): Add application/pgp.
1785         (mm-automatic-display): Ditto.
1787         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
1788         part as text.
1790 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1792         * nnrss.el: Update copyright.
1793         (nnrss-opml-import): Query whether to subscribe to each entry.
1795         * gnus-art.el:
1796         * gnus-cus.el:
1797         * gnus-group.el:
1798         * gnus-start.el:
1799         * gnus-sum.el:
1800         * mm-uu.el:
1801         * mm-view.el: Update copyright.
1803 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
1805         * message.el (message-info): New function.
1806         (message-mode-menu): Add it.
1807         Update copyright.
1809         * ChangeLog: Fix and update copyright.
1811 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1813         * mm-uu.el (mm-uu-text-plain-type): New variable.
1814         (mm-uu-pgp-signed-extract-1): Use it.
1815         (mm-uu-pgp-encrypted-extract-1): Use it.
1816         (mm-uu-dissect): Use it; allow two optional arguments; one is a
1817         flag specifying whether there's no message header; the other is
1818         for a MIME type and parameters; bind mm-uu-text-plain-type with
1819         the later one.
1820         (mm-uu-dissect-text-parts): New function.
1822         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
1823         dissect text parts.
1825 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1827         * gnus-art.el (article-wash-html): Use
1828         gnus-summary-show-article-charset-alist if a numeric arg is given.
1829         (gnus-article-wash-html-with-w3m-standalone): New function.
1831         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
1832         mm-inline-text-html-render-with-w3m-standalone.
1833         (mm-text-html-washer-alist): Map w3m-standalone to
1834         gnus-article-wash-html-with-w3m-standalone.
1835         (mm-inline-text-html-render-with-w3m-standalone): New function.
1837 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1839         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
1840         (nnrss-request-article): Render text/plain parts as HTML.
1842         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
1843         the buffer.
1845 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1847         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
1848         custom definition of `gnus-posting-styles'.
1850         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
1851         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
1853 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1855         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
1856         Use nntp for bug archive.
1858 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1860         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
1861         parts.
1862         (nnrss-normalize-date): New function converts ISO 8601 date into
1863         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
1864         (nnrss-check-group): Use it.
1866 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1868         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
1870         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
1871         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
1872         (nnrss-insert-w3): Ditto.
1874 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1876         * nnrss.el (nnrss-request-article): Fix last change; fill
1877         text/plain parts.
1879 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1881         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
1882         in text/plain part.
1883         (nnrss-check-group): Don't add excessive newline to dc:subject.
1885 2005-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1887         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
1888         remove MIME buttons associated with multipart/alternative parts.
1889         (gnus-mime-display-alternative): Tag buttons using `article-type'
1890         text property.
1892         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
1893         associated with multipart/alternative parts.
1895 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
1897         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
1898         article.
1900 2005-12-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1902         * dns.el (query-dns): Make sure we check the buffer size before
1903         removing tcp headers.
1905 2006-01-08  Chong Yidong  <cyd@stupidchicken.com>
1907         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
1908         (spam-group-spam-marks): Delete functions.
1909         (spam-list-articles): Just call spam-group-ham-marks directly.
1910         (spam-group-ham-marks): Simplify.
1912 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1914         * gnus-art.el (gnus-signature-separator): Fix custom type.
1916         * mm-decode.el (mm-inlined-types): Fix custom type.
1917         (mm-keep-viewer-alive-types): Ditto.
1918         (mm-automatic-display): Ditto.
1919         (mm-attachment-override-types): Ditto.
1920         (mm-inline-override-types): Ditto.
1921         (mm-automatic-external-display): Ditto.
1923 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1925         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
1926         multipart/alternative and add xref to mm-discouraged-alternatives
1927         in doc string.
1929         * mm-decode.el (mm-discouraged-alternatives): Add xref to
1930         gnus-buttonized-mime-types in doc string.
1932 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1934         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
1935         us-ascii as a MIME charset.
1937         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
1938         against the case where the 2nd arg TYPE is nil.
1940 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1942         * gnus-start.el (gnus-no-server-1): Mention
1943         `gnus-level-default-subscribed' in doc string.
1945 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1947         * gnus-start.el (gnus-start-draft-setup): Enforce
1948         `gnus-draft-mode' for nndraft:drafts at startup.
1950         * gnus.el (gnus-splash): Change custom group.
1951         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
1952         allow-list argument.
1954         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
1955         string.
1957 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
1959         * mm-decode.el (mm-display-external): Add missing cdr.
1961 2005-12-12  Richard M. Stallman  <rms@gnu.org>
1963         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
1965 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
1967         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
1968         Suggest image/.* in the doc string.
1970 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1972         * mm-decode.el (mm-display-external): Use nametemplate (defined in
1973         RFC1524) if it is in mailcap or add a suffix according to
1974         mailcap-mime-extensions when generating a temp filename; postpone
1975         deleting a temp file for 2 seconds for some wrappers, shell
1976         scripts, and so on, which might exit right after having started a
1977         viewer command as a background job.
1979 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1981         * gnus-art.el (gnus-default-article-saver): Add user-defined
1982         `function' to custom type.
1984 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
1986         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
1987         parens.
1989 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1991         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
1992         long lines.
1993         (gnus-cache-delete-group): Wrap doc strings.
1995         * gnus-agent.el (gnus-agent-rename-group)
1996         (gnus-agent-delete-group): Wrap doc strings.
1998 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
2000         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
2002 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2004         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
2005         of current-time-string.
2007 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
2009         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
2010         date header.
2012 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
2014         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
2016 2005-11-14  Kevin Greiner  <kevin.greiner@compsol.cc>
2018         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
2019         internal variable to a custom variable.  Changed default value
2020         from compressed(2) to uncompressed(1).
2021         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
2022         support for uncompressed agentview files.  Taken together, reading
2023         the agentview file should now be 6-7 times faster.
2024         (gnus-agent-long-article,
2025         gnus-agent-short-article, gnus-agent-score): Renamed category
2026         keywords to match gnus-cus.
2027         (gnus-agent-summary-fetch-series): Modified to protect against
2028         gnus-agent-summary-fetch-group clearing processable flags.
2029         (gnus-agent-synchronize-group-flags): Update live group buffer as
2030         synchronization may occur due to the user toggling the plugged
2031         status.
2032         (gnus-agent-braid-nov): Now tests new nov entries
2033         for duplicates which are removed.  The invalid sort check then
2034         triggers a rescan after the sort as sorting may have moved
2035         duplicate entries such that they can be cheaply detected.
2036         (gnus-agent-read-local): Trivial fix to format of
2037         error message to display actual error condition.
2038         (gnus-agent-save-local): Avoid saving symbols that are bound to
2039         nil as they simply result in a warning message in
2040         gnus-agent-read-local.
2041         (gnus-agent-fetch-group-1): Clear downloadable flag when article
2042         successfully downloaded.
2043         (gnus-agent-regenerate-group): Use
2044         gnus-agent-synchronize-group-flags to reset read status in both
2045         gnus and server.
2047         * nntp.el (nntp-end-of-line): Doc fix.
2048         (nntp-authinfo-rejected): New error condition.
2049         (nntp-wait-for): Use new error condition to signal authentication
2050         error.
2051         (nntp-retrieve-data): Rethrow new error condition to break out of
2052         recursive call to nntp-send-authinfo.
2054 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2056         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
2057         rather than make-variable-buffer-local for file-precious-flag.
2059 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2061         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
2063 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2065         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
2066         as a buffer-local variable.  This avoids creating truncated
2067         dribble files as a result of a hang up, eg.
2069 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
2071         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
2072         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
2073         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
2074         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
2075         argument to all these routines, so the passphrase can be managed
2076         externally and passed in to the system.
2077         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
2078         pgg-add-passphrase-to-cache function.
2080         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
2081         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
2082         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
2083         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
2084         argument to all these routines, so the passphrase can be managed
2085         externally and passed in to the system.
2086         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
2087         function.
2089 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
2091         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
2092         part of the decoded armor to find the key-identifier.
2093         (pgg-gpg-lookup-key-owner): New function to return the
2094         human-readable identifier of a key owner.
2095         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
2096         key itself.
2097         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
2098         the key value) if we have a key and can match it against a secret
2099         key.  Also, added a note pointing out fact that the prompt only
2100         indicates the first matching key.
2102         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
2103         pgg-decrypt-region.
2104         (pgg-pending-timers): A new hash for tracking the passphrase cache
2105         timers, so that new ones supercede old ones.
2106         (pgg-add-passphrase-to-cache): Rename from
2107         `pgg-add-passphrase-cache' to reduce confusion (all callers
2108         changed).  Modified to cancel old timers when new ones are added.
2109         (pgg-remove-passphrase-from-cache): Rename from
2110         `pgg-remove-passphrase-cache' to reduce confusion (all callers
2111         changed).  Modified to cancel old timers when their keys are
2112         removed from the cache.
2113         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
2114         XEmacs, an indirection to delete-itimer.
2115         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
2116         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
2117         users can only check cache without risk of prompting.  Correct bug in
2118         notruncate behavior.
2119         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
2120         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
2121         Add informative docstrings.
2122         (pgg-decrypt): Convey provided passphrase in subordinate call to
2123         pgg-decrypt-region.
2125 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
2127         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
2128         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
2129         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
2130         'passphrase' argument, so the passphrase can be managed externally
2131         and then passed in to the system.
2133         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
2134         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
2135         so the passphrase cache can be used reliably with identifiers
2136         besides a pgp packet's key id.
2138         * pgg-gpg.el (pgg-pgp-encrypt-region)
2139         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
2140         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
2141         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
2142         argument to all these routines, so the passphrase can be managed
2143         externally and passed in to the system.
2145         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
2146         'notruncate' argument, so the passphrase cache can be used
2147         reliably with identifiers besides a pgp packet's key id.
2149 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
2151         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
2152         symmetric encryption.
2153         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
2154         encrypted session key.
2155         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
2156         message ask for the passphrase in a proper way.
2158         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
2159         New user commands for symmetric encryption.
2161 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2163         * gnus-delay.el (gnus-delay-group): Don't autoload.
2164         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
2165         to be re-loaded when customizing the `gnus-delay' group.
2167 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
2169         * message.el: Revert last changes.
2170         (message-insert-citation-line): Use newlines.
2172 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
2174         * message.el (message-courtesy-message)
2175         (message-mark-insert-begin, message-mark-insert-end)
2176         (message-elide-ellipsis, message-cancel-message)
2177         (message-add-header, message-change-subject)
2178         (message-cross-post-followup-to-header)
2179         (message-cross-post-insert-note, message-reduce-to-to-cc)
2180         (message-widen-reply, message-delete-not-region)
2181         (message-kill-to-signature, message-insert-signature)
2182         (message-insert-importance-high, message-insert-importance-low)
2183         (message-insert-or-toggle-importance)
2184         (message-insert-disposition-notification-to)
2185         (message-indent-citation, message-yank-original)
2186         (message-cite-original-without-signature, message-cite-original)
2187         (message-insert-citation-line, message-position-on-field)
2188         (message-fix-before-sending, message-send-mail-partially)
2189         (message-send-mail, message-send-mail-with-sendmail)
2190         (message-send-mail-with-qmail, message-send-news)
2191         (message-check-news-header-syntax, message-generate-headers)
2192         (message-insert-courtesy-copy, message-fill-address)
2193         (message-fill-header, message-shorten-references)
2194         (message-setup-1, message-cancel-news)
2195         (message-forward-make-body-plain, message-forward-make-body-mime)
2196         (message-forward-make-body-mml, message-encode-message-body)
2197         (message-forward-make-body-digest-plain)
2198         (message-forward-make-body-digest-mime)
2199         (message-use-alternative-email-as-from): Insert `hard-newline'
2200         instead of ordinary newlines.
2202 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2204         * message.el (message-generate-headers): Downcase the argument
2205         given to message-check-element.
2207 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2209         * gnus.el (gnus-parameters-case-fold-search): New variable.
2210         (gnus-parameters-get-parameter): Use it.
2212         * gnus-score.el (gnus-home-score-file): Doc fix.
2214 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
2216         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
2218 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2220         * mml.el (mml-preview): Doc fix.
2222 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2224         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
2225         whitespace removed in revision 7.8.  Use concatenated string to
2226         protect trailing whitespace.
2228 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
2230         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
2231         (nnimap-request-expire-articles): Use it to avoid sending 'UID
2232         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
2233         Courier IMAP ("some version from 2004").  Mostly based on similar
2234         code in the same function.
2236 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2238         * message.el (message-display-completion-list): New function.
2239         (message-expand-group): Use it; make sure the Completions buffer
2240         is modifiable.
2242 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
2244         * imap.el (imap-open): Handle case where buffer is a buffer
2245         object.
2247 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
2249         * pgg-def.el:
2250         * pgg-gpg.el:
2251         * pgg-parse.el:
2252         * pgg-pgp.el:
2253         * pgg-pgp5.el:
2254         * pgg.el: Move to the parent lisp directory.
2256 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
2258         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
2259         user-mail-name is an empty string.
2261 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
2263         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
2264         depending on gnus-score-decay-constant.
2266 2005-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2268         * nnslashdot.el (nnslashdot-request-article)
2269         (nnslashdot-retrieve-headers-1): Update to new HTML.
2271 2005-10-23  Simon Josefsson  <jas@extundo.com>
2273         * imap.el (imap-gssapi-program): Align command line parameters
2274         with latest GNU SASL.
2275         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
2277 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
2279         * mail-source.el (mail-source-fetch-pop): Require pop3.
2280         (mail-source-check-pop): Ditto.
2282 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2284         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
2285         errors.
2287 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
2289         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
2290         (gnus-treat-strip-leading-blank-lines): Improve doc string.
2292         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
2294 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2296         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
2297         (rfc2047-charset-to-coding-system): New function.
2298         (rfc2047-decode-encoded-words): New function.
2299         (rfc2047-decode-region): Use them.
2300         (rfc2047-decode-cte): Remove.
2301         (rfc2047-parse-and-decode): Remove.
2302         (rfc2047-decode): Remove.
2304 2005-10-15  Kenichi Handa  <handa@m17n.org>
2306         * rfc2047.el (rfc2047-decode-cte): New function.
2307         (rfc2047-decode-region): Change the way to decode successive
2308         encoded-words: decode B- or Q-encoding in each encoded-word,
2309         concatenate them, and decode it as charset.
2311 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
2313         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
2314         widget-move-and-invoke.
2315         (gnus-custom-mode): Use gnus-custom-map.
2317 2005-10-15  Bill Wohler  <wohler@newt.com>
2319         * message.el (message-tool-bar-map): Renamed image file from
2320         mail_send to mail/send.
2322 2005-10-16  Masatake YAMATO  <jet@gyve.org>
2324         * message.el (message-expand-group): Pass the common
2325         prefix substring of completion to `display-completion-list'.
2327 2005-10-09  Daniel Brockman  <daniel@brockman.se>
2329         * format-spec.el (format-spec): Propagate text properties of % spec.
2331 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
2333         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
2335 2005-10-08  Simon Josefsson  <jas@extundo.com>
2337         * pgg-parse.el (top-level): Don't require custom, it is
2338         autoloaded.  (To sync with No Gnus.)
2340 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
2342         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
2344 2005-10-08  Simon Josefsson  <jas@extundo.com>
2346         * pgg-def.el (top-level): Don't require custom, it is
2347         autoloaded.  (To sync with No Gnus.)
2349 2005-10-04  David Hansen  <david.hansen@gmx.net>
2351         * nnrss.el (nnrss-request-article): Add support for the comments tag.
2352         (nnrss-check-group): Ditto.
2354 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2356         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
2358         * gnus-util.el (gnus-remove-duplicates): Remove.
2360         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
2361         instead of gnus-remove-duplicates.
2363         * message.el (message-remove-duplicates): Remove.
2364         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
2365         message-remove-duplicates.
2367         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
2368         available, else use implementation from `delete-dups'.
2370 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2372         * time-date.el: Autoload parse-time-string, XEmacs needs it.
2374 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2376         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
2377         function rather than the diff-mode.el package.
2378         (mm-display-external): Use with-current-buffer.
2379         (mm-viewer-completion-map, mm-viewer-completion-map):
2380         Move initialization inside declaration.
2382 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
2384         * message.el: Remove useless autoloads.
2386 2005-09-28  Simon Josefsson  <jas@extundo.com>
2388         * message.el (message-use-idna): Default to t.
2389         (message-use-idna): Test whether encoding works too.  Doc fix.
2391 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2393         * nntp.el (nntp-warn-about-losing-connection): Remove.
2395 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
2397         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
2398         customizable.  Change default value.
2399         (mm-uu-diff-groups-regexp): Change default value.
2400         (mm-uu-type-alist): Add doc string.
2401         (mm-uu-configure): Add doc string.  Make it interactive.
2402         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
2404 2005-09-27  Simon Josefsson  <jas@extundo.com>
2406         * message.el (message-idna-to-ascii-rhs-1): Reformat.
2408 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2410         * message.el (message-remove-duplicates): New function.
2411         Implementation borrowed from `gnus-remove-duplicates'.
2412         (message-idna-to-ascii-rhs): Also encode idna addresses in
2413         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
2414         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
2415         only ask about the same idna domain once per header and also tell
2416         in what header to replace the idna domain.
2418         * gnus-art.el (article-decode-idna-rhs): Also decode idna
2419         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
2420         (article-decode-idna-rhs): Fix regexp so that all idna-address in
2421         a header is decoded and not just the last one.
2423 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2425         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
2426         has been decoded.
2428         * mm-decode.el (mm-insert-part): Don't modify text if it has been
2429         decoded.
2431         * mm-view.el (mm-inline-text): Don't strip text props unless
2432         decoding enriched or richtext parts.
2434 2005-09-25  Romain Francoise  <romain@orebokech.com>
2436         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
2437         * gnus-start.el (gnus-subscribe-interactively):
2438         * gnus-uu.el (gnus-uu-grab-articles):
2439         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
2440         space.
2442 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
2444         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2445         * mm-view.el (mm-view-pkcs7-decrypt):
2446         * gnus-sum.el (gnus-summary-limit-to-extra)
2447         (gnus-summary-respool-article, gnus-read-move-group-name):
2448         * gnus-score.el (gnus-summary-increase-score):
2449         * gnus-util.el (gnus-completing-read-with-default):
2450         * gnus-art.el (gnus-read-save-file-name)
2451         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
2452         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
2453         * message.el (message-check-news-header-syntax):
2454         Follow convention for reading with the minibuffer.
2456 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
2458         * spam-report.el (spam-report-url-ping-plain):
2459         Use gnus-extended-version as User-Agent.
2461         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
2462         default value is nil.
2464 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2466         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
2467         default to nil, to be able to use Gnus at all.  If the default
2468         switches to something else, then the function should be fixed not
2469         be exceedingly slow.
2471 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
2473         * mm-url.el (mm-url-decode-entities): Fix regexp.
2475 2005-09-18  Deepak Goel  <deego@gnufans.org>
2477         * sieve.el (sieve-help): Fix `message' call: first arg should be a
2478         format spec.
2480 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2482         * gnus.el (gnus-group-startup-message): Bind image-load-path.
2484 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2486         * gnus-art.el (gnus-mime-display-part): Protect against broken
2487         MIME messages.
2489 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2491         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
2492         before parsing header.
2494 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
2496         * spam-report.el (spam-report-gmane): Fix generation of spam
2497         report URL.
2499 2005-09-10  Simon Josefsson  <jas@extundo.com>
2501         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
2502         t, based on discussion on the ding list with Robert Epprecht
2503         <epprecht@solnet.ch>.
2505 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
2507         * spam-report.el (spam-report-gmane): Make it work without
2508         X-Report-Spam header.  Gmane now only provides Archived-At.
2509         This is only used if `spam-report-gmane-use-article-number' is nil.
2510         (spam-report-gmane-spam-header): Remove.  Not used anymore.
2512         * nnweb.el (nnweb-google-wash-article): Print a message if article
2513         is not available.
2515 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2517         * gnus-art.el (gnus-mime-display-single): Decode text/* parts
2518         content before displaying.
2520 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
2522         * mml-smime.el: Remove defvar of gnus-extract-address-components.
2524 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2526         * mm-view.el (mm-display-inline-fontify): Disable support modes.
2528 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
2530         * message.el (message-tab-body-function): Fixed mismatched custom
2531         type.
2533         * gnus.el (gnus-group-change-level-function): Ditto.
2535         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
2537         * gnus-art.el (gnus-signature-limit)
2538         (gnus-article-mime-part-function): Ditto.
2540 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
2542         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
2543         Make fetching article by MID work again for Google Groups.  Added
2544         FIXME concerning gnus-group-make-web-group.
2546         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
2547         Don't depend on Gnus by using mail-extract-address-components if
2548         gnus-extract-address-components is not bound.
2550         * gnus.el (gnus-user-agent): Use list of symbols instead of
2551         symbols.  Display full version number for (S)XEmacs.  Optionally
2552         display (S)XEmacs codename.
2554         * gnus-util.el (gnus-emacs-version): Update for new
2555         `gnus-user-agent'.
2557         * gnus-msg.el (gnus-extended-version): Make it possible to omit
2558         Gnus version.
2560 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
2562         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
2563         when encoding.
2565         * mm-bodies.el (mm-decode-content-transfer-encoding):
2566         De-canonicalize CRLF for all text content types, not just
2567         text/plain.
2569 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2571         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
2573         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
2574         list, not listp.
2576 2005-08-29  Romain Francoise  <romain@orebokech.com>
2578         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
2579         docstring.
2580         (gnus-face-from-file): Likewise.
2582 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
2584         * gnus-art.el (w3m-minor-mode-map):
2585         * gnus-spec.el (gnus-newsrc-file-version):
2586         * gnus-util.el (nnmail-active-file-coding-system)
2587         (gnus-original-article-buffer, gnus-user-agent):
2588         * gnus.el (gnus-ham-process-destinations)
2589         (gnus-parameter-ham-marks-alist)
2590         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
2591         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
2592         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
2593         * mm-decode.el (gnus-current-window-configuration):
2594         * mm-extern.el (gnus-article-mime-handles):
2595         * mm-url.el (url-current-object, url-package-name)
2596         (url-package-version):
2597         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
2598         (smime-keys, w3m-cid-retrieve-function-alist)
2599         (w3m-current-buffer, w3m-display-inline-images)
2600         (w3m-minor-mode-map):
2601         * mml-smime.el (gnus-extract-address-components):
2602         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
2603         (gnus-newsrc-hashtb, message-default-charset)
2604         (message-deletable-headers, message-options)
2605         (message-posting-charset, message-required-mail-headers)
2606         (message-required-news-headers):
2607         * mml1991.el (mc-pgp-always-sign):
2608         * mml2015.el (mc-pgp-always-sign):
2609         * nnheader.el (nnmail-extra-headers):
2610         * rfc1843.el (gnus-decode-encoded-word-function)
2611         (gnus-decode-header-function, gnus-newsgroup-name):
2612         * spam-stat.el (gnus-original-article-buffer): Add defvars.
2614 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
2616         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
2617         the end of the date treatments.
2619 2005-08-15  Simon Josefsson  <jas@extundo.com>
2621         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
2622         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
2623         Capello and Romain Francoise.
2624         (pgg-fetch-key-function): Removed, not used?
2625         (pgg-insert-url-with-w3): Require url, to get
2626         url-insert-file-contents regardless of where it is defined.
2628 2005-08-08  Simon Josefsson  <jas@extundo.com>
2630         * pgg.el: Autoload url-insert-file-contents instead of loading
2631         w3/url.
2632         (pgg-insert-url-with-w3): Don't load url here.
2634 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
2636         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
2638         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
2640 2005-08-06  Romain Francoise  <romain@orebokech.com>
2642         * message.el: Fix typo in docstring.
2644 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2646         * mm-bodies.el (mm-encode-body): Use coding system rather than
2647         charset to encode text.
2649         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
2650         number of charsets if utf-8 is available (XEmacs).
2652 2005-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2654         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
2655         start of the lines.
2656         (gnus-picon-databases): Add /usr/share/picons.
2658 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
2660         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
2661         taken from `gnus-button-mid-or-mail-regexp'.
2662         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
2663         (gnus-button-alist): Improve regexp for domain part of the MIDs
2664         for news:localpart@domain buttons.
2665         (gnus-button-ctan-directory-regexp): Update.
2667         * message.el (message-kill-buffer): Raise the current frame.
2668         (message-bury): Use `window-dedicated-p'.
2670 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2672         * sieve-manage.el (sieve-manage-interactive-login): Use
2673         make-local-variable rather than make-variable-buffer-local.
2674         (sieve-manage-open): Ditto.
2675         (sieve-manage-authenticate): Ditto.
2677         * mml.el (mml-generate-mime-1): Make the content type default to
2678         text/plain if the filename is not specified.
2680 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2682         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
2683         instead of insert-buffer.
2685         * message.el (message-yank-original): Ditto; set the mark at the
2686         end of the yanked message.
2688 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2690         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
2691         lines to scroll rather than to stop it.
2693         * mml.el (mml-generate-default-type): Add doc string.
2694         (mml-generate-mime-1): Use mm-default-file-encoding or make it
2695         default to application/octet-stream when determining the content
2696         type if it is not specified for the part or the mml contents; add
2697         a comment about mml-generate-default-type.
2699 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
2701         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
2702         make it default to application/octet-stream when determining the
2703         content type if it is not specified for the external contents.
2705 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2707         * rfc2231.el (rfc2231-parse-string): Take care that not only a
2708         segmented parameter but also other parameters might be there.
2710 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2712         * mm-decode.el (mm-display-external): Delete temp file, directory
2713         and buffer immediately if the external process is exited.
2715 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2717         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
2718         fewer lines than that of scroll-margin.
2719         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
2721 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2723         * gnus-art.el (gnus-article-next-page): Revert.
2724         (gnus-article-beginning-of-window): New macro.
2725         (gnus-article-next-page-1): Use it.
2726         (gnus-article-prev-page): Ditto.
2727         (gnus-mime-save-part-and-strip): Use insert-buffer-substring
2728         instead of insert-buffer.
2729         (gnus-mime-delete-part): Ditto.
2730         (gnus-article-edit-exit): Ditto.
2732         * gnus-util.el (gnus-beginning-of-window): Remove.
2733         (gnus-end-of-window): Remove.
2735 2005-07-25  Simon Josefsson  <jas@extundo.com>
2737         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
2738         to have the url package without w3.  Reported by Daiki Ueno
2739         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
2741 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2743         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
2744         for text/rtf.  Display default in prompt.  Pass default for M-n.
2746         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
2748 2005-07-16  Romain Francoise  <romain@orebokech.com>
2750         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
2751         instead of `current-time-string' as the latter creates a time
2752         string that is not RFC 2822 compliant (it lacks the zone).
2754 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2756         * gnus-msg.el (gnus-button-mailto): Remove
2757         save-selected-window-window hackery because it relies on
2758         save-selected-window internals.
2760 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2762         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
2763         (gnus-article-next-page-1): Use gnus-beginning-of-window.
2764         (gnus-article-prev-page): Ditto.
2766         * gnus-util.el (gnus-beginning-of-window): New function.
2767         (gnus-end-of-window): New function.
2769 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2771         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
2772         gnus-add-minor-mode.
2773         (gnus-binary-mode): Ditto.
2775         * gnus-topic.el (gnus-topic-mode): Ditto.
2777 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
2779         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
2780         (gnus-article-prev-page): Take scroll-margin into consideration.
2782 2005-07-04  Lute Kamstra  <lute@gnu.org>
2784         Update FSF's address in GPL notices.
2786 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
2788         * gnus.el (gnus-exit):
2789         * gnus-group.el (gnus-group-icons):
2790         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
2792         * gnus-nocem.el (gnus-nocem):
2793         * message.el (message-various, message-buffers, message-sending)
2794         (message-interface, message-forwarding, message-insertion)
2795         (message-headers, message-news, message-mail):
2796         * pgg-gpg.el (pgg-gpg):
2797         * pgg-parse.el (pgg-parse):
2798         * pgg-pgp.el (pgg-pgp):
2799         * pgg-pgp5.el (pgg-pgp5):
2800         * pop3.el (pop3): Finish `defgroup' description with period.
2802 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2804         * gnus-art.el (article-display-face): Improve the efficiency.
2805         (article-display-x-face): Ditto; remove grey x-face stuff.
2807 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2809         * gnus-art.el (article-display-face): Correct the position in
2810         which Faces are inserted; use dolist.
2812 2005-06-29  Didier Verna  <didier@xemacs.org>
2814         * gnus-art.el (article-display-face): Display faces in correct
2815         order.
2817 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2819         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
2820         (gnus-nocem-check-article): Fetch the Type header.
2821         (gnus-nocem-message-wanted-p): Fix the way to examine types.
2822         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
2823         (gnus-nocem-enter-article): Make sure gnus-nocem-hashtb is initialized.
2825         * pgg.el (pgg-verify): Return the verification result.
2827 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
2829         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
2830         `show-nonbreak-escape'.
2832 2005-06-23  Lute Kamstra  <lute@gnu.org>
2834         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
2836         * dig.el (dig-mode):
2837         * smime.el (smime-mode): Use gnus-run-mode-hooks.
2839 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
2841         * nnimap.el (nnimap-split-download-body): Fix spellings.
2843 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
2845         * gnus-art.el (gnus-article-encrypt-body):
2846         * gnus-cus.el (gnus-score-customize):
2847         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
2848         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
2850 2005-06-16  Miles Bader  <miles@gnu.org>
2852         * spam.el (spam): Remove "-face" suffix from face name.
2853         (spam-face): New backward-compatibility alias for renamed face.
2854         (spam-face, spam-initialize): Use renamed spam face.
2856         * message.el (message-header-to, message-header-cc)
2857         (message-header-subject, message-header-newsgroups)
2858         (message-header-other, message-header-name)
2859         (message-header-xheader, message-separator, message-cited-text)
2860         (message-mml): Remove "-face" suffix from face names.
2861         (message-header-to-face, message-header-cc-face)
2862         (message-header-subject-face, message-header-newsgroups-face)
2863         (message-header-other-face, message-header-name-face)
2864         (message-header-xheader-face, message-separator-face)
2865         (message-cited-text-face, message-mml-face):
2866         New backward-compatibility aliases for renamed faces.
2867         (message-font-lock-keywords): Use renamed message faces.
2869         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
2870         (sieve-test-commands, sieve-tagged-arguments):
2871         Remove "-face" suffix from face names.
2872         (sieve-control-commands-face, sieve-action-commands-face)
2873         (sieve-test-commands-face, sieve-tagged-arguments-face):
2874         New backward-compatibility aliases for renamed faces.
2875         (sieve-control-commands-face, sieve-action-commands-face)
2876         (sieve-test-commands-face, sieve-tagged-arguments-face):
2877         Use renamed sieve faces.
2879         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
2880         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
2881         (gnus-group-news-3-empty, gnus-group-news-4)
2882         (gnus-group-news-4-empty, gnus-group-news-5)
2883         (gnus-group-news-5-empty, gnus-group-news-6)
2884         (gnus-group-news-6-empty, gnus-group-news-low)
2885         (gnus-group-news-low-empty, gnus-group-mail-1)
2886         (gnus-group-mail-1-empty, gnus-group-mail-2)
2887         (gnus-group-mail-2-empty, gnus-group-mail-3)
2888         (gnus-group-mail-3-empty, gnus-group-mail-low)
2889         (gnus-group-mail-low-empty, gnus-summary-selected)
2890         (gnus-summary-cancelled, gnus-summary-high-ticked)
2891         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
2892         (gnus-summary-high-ancient, gnus-summary-low-ancient)
2893         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
2894         (gnus-summary-low-undownloaded)
2895         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
2896         (gnus-summary-low-unread, gnus-summary-normal-unread)
2897         (gnus-summary-high-read, gnus-summary-low-read)
2898         (gnus-summary-normal-read, gnus-splash):
2899         Remove "-face" suffix from face names.
2900         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2901         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2902         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2903         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2904         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2905         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2906         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2907         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2908         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2909         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2910         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2911         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2912         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2913         (gnus-summary-normal-ticked-face)
2914         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
2915         (gnus-summary-normal-ancient-face)
2916         (gnus-summary-high-undownloaded-face)
2917         (gnus-summary-low-undownloaded-face)
2918         (gnus-summary-normal-undownloaded-face)
2919         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2920         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2921         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2922         (gnus-splash-face):
2923         New backward-compatibility aliases for renamed faces.
2924         (gnus-group-startup-message): Use renamed gnus faces.
2926         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
2927         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
2928         (gnus-server-agent): Remove "-face" suffix from face names.
2929         (gnus-server-agent-face, gnus-server-opened-face)
2930         (gnus-server-closed-face, gnus-server-denied-face)
2931         (gnus-server-offline-face):
2932         New backward-compatibility aliases for renamed faces.
2933         (gnus-server-agent-face, gnus-server-opened-face)
2934         (gnus-server-closed-face, gnus-server-denied-face)
2935         (gnus-server-offline-face): Use renamed gnus faces.
2937         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
2938         Remove "-face" suffix from face names.
2939         (gnus-picon-xbm-face, gnus-picon-face):
2940         New backward-compatibility aliases for renamed faces.
2942         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
2943         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
2944         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
2945         (gnus-cite-11): Remove "-face" suffix from face names.
2946         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
2947         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
2948         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
2949         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
2950         New backward-compatibility aliases for renamed faces.
2951         (gnus-cite-attribution-face, gnus-cite-face-list)
2952         (gnus-article-boring-faces): Use renamed gnus faces.
2954         * gnus-art.el (gnus-signature, gnus-header-from)
2955         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
2956         (gnus-header-content): Remove "-face" suffix from face names.
2957         (gnus-signature-face, gnus-header-from-face)
2958         (gnus-header-subject-face, gnus-header-newsgroups-face)
2959         (gnus-header-name-face, gnus-header-content-face):
2960         New backward-compatibility aliases for renamed faces.
2961         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
2963         * gnus-sum.el (gnus-summary-selected-face)
2964         (gnus-summary-highlight): Use renamed gnus faces.
2965         * gnus-group.el (gnus-group-highlight): Likewise.
2967 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
2969         * gnus-sieve.el (gnus-sieve-article-add-rule):
2970         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
2971         * spam-stat.el (spam-stat-buffer-change-to-spam)
2972         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
2974         * message.el (message-is-yours-p):
2975         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
2977 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2979         * mm-view.el (mm-inline-text): Withdraw the last change.
2981 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2983         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
2984         executing enriched-decode.
2986 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
2988         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
2990 2005-06-04  Lute Kamstra  <lute@gnu.org>
2992         * nnfolder.el (nnfolder-read-folder): Make sure that undo
2993         information is never recorded.
2995 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2997         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
2999 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3001         * gnus-art.el (article-display-x-face): Replace
3002         process-kill-without-query by gnus-set-process-query-on-exit-flag.
3004         * gnus-group.el: Bind gnus-cache-active-hashtb when compiling.
3006         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
3007         set-process-query-on-exit-flag or process-kill-without-query.
3009         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
3010         loop instead of replace-regexp.
3012         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
3013         instead of process-kill-without-query if it is available.
3015         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
3016         instead of find-file-hooks if it is available.
3018         * mml1991.el: Bind pgg-default-user-id when compiling.
3020         * mml2015.el: Bind pgg-default-user-id when compiling.
3022         * nndraft.el (nndraft-request-associate-buffer):
3023         Use write-contents-functions instead of write-contents-hooks if it is
3024         available.
3026         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
3027         instead of find-file-hooks if it is available.
3029         * nntp.el (nntp-open-connection): Replace
3030         process-kill-without-query by gnus-set-process-query-on-exit-flag.
3031         (nntp-open-ssl-stream): Ditto.
3032         (nntp-open-tls-stream): Ditto.
3034 2005-05-31  Simon Josefsson  <jas@extundo.com>
3036         * imap.el (imap-ssl-open): Use imap-process-connection-type,
3037         instead of hard coding to nil.
3039 2005-05-31  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3041         * gnus-group.el: Require gnus-sum and autoload functions to
3042         resolve warnings when gnus-group.el compiled alone.
3044 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
3046         * gnus-agent.el (gnus-agent-regenerate-group)
3047         (gnus-agent-fetch-articles): Replace `string-to-int' by
3048         `string-to-number'.
3049         * gnus-art.el (gnus-button-fetch-group): Ditto.
3050         * gnus-cache.el (gnus-cache-generate-active)
3051         (gnus-cache-articles-in-group): Ditto.
3052         * gnus-group.el (gnus-group-set-current-level)
3053         (gnus-group-insert-group-line): Ditto.
3054         * gnus-score.el (gnus-score-set-expunge-below)
3055         (gnus-score-set-mark-below, gnus-summary-score-effect)
3056         (gnus-summary-score-entry): Ditto.
3057         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
3058         (gnus-soup-pack): Ditto.
3059         * gnus-spec.el (gnus-xmas-format): Ditto.
3060         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
3061         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
3062         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
3063         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
3064         * nndb.el (nndb-get-remote-expire-response): Ditto.
3065         * nndiary.el (nndiary-parse-schedule-value)
3066         (nndiary-string-to-number, nndiary-request-replace-article)
3067         (nndiary-request-article): Ditto.
3068         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
3069         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
3070         * nneething.el (nneething-make-head): Ditto.
3071         * nnfolder.el (nnfolder-request-article)
3072         (nnfolder-retrieve-headers): Ditto.
3073         * nnheader.el (nnheader-file-to-number): Ditto.
3074         * nnkiboze.el (nnkiboze-request-article): Ditto.
3075         * nnmail.el (nnmail-process-unix-mail-format)
3076         (nnmail-process-babyl-mail-format): Ditto.
3077         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
3078         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
3079         (nnmh-request-create-group, nnmh-request-list-1)
3080         (nnmh-request-group, nnmh-request-article): Ditto.
3081         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
3082         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
3083         * nnsoup.el (nnsoup-make-active): Ditto.
3084         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
3085         * nntp.el (nntp-find-group-and-number)
3086         (nntp-retrieve-headers-with-xover): Ditto.
3087         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
3088         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
3089         (pgg-format-key-identifier): Ditto.
3090         * pop3.el (pop3-last, pop3-stat): Ditto.
3091         * qp.el (quoted-printable-decode-region): Ditto.
3093         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
3094         of concat.
3096 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3098         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
3100         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
3102         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
3104         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
3106         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
3108         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
3110         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
3111         (gnus-carpal-mode): Ditto.
3113         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
3114         (gnus-browse-mode): Ditto.
3116         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
3118         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
3120 2005-05-29  Richard M. Stallman  <rms@gnu.org>
3122         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
3124 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3126         * gnus-util.el (gnus-run-mode-hooks): New function.
3128         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
3130 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
3132         * gnus-agent.el (gnus-agent-make-mode-line-string):
3133         Use mode-line-highlight as mouse-face.
3135 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3137         * canlock.el (canlock): Change the parent group to news.
3139         * deuglify.el (gnus-outlook-deuglify): Add :group.
3141         * dig.el (dig): Add :group.
3143         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Add :group.
3145         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
3146         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
3147         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
3148         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
3149         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
3151         * gnus-diary.el (gnus-diary): Add :group.
3153         * gnus.el (gnus-group-news-1-face): Add :group.
3154         (gnus-group-news-1-empty-face): Ditto.
3155         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
3156         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
3157         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
3158         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
3159         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
3160         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
3161         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
3162         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
3163         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
3164         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
3165         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
3166         (gnus-summary-high-ticked-face): Ditto.
3167         (gnus-summary-low-ticked-face): Ditto.
3168         (gnus-summary-normal-ticked-face): Ditto.
3169         (gnus-summary-high-ancient-face): Ditto.
3170         (gnus-summary-low-ancient-face): Ditto.
3171         (gnus-summary-normal-ancient-face): Ditto.
3172         (gnus-summary-high-undownloaded-face): Ditto.
3173         (gnus-summary-low-undownloaded-face): Ditto.
3174         (gnus-summary-normal-undownloaded-face): Ditto.
3175         (gnus-summary-high-unread-face): Ditto.
3176         (gnus-summary-low-unread-face): Ditto.
3177         (gnus-summary-normal-unread-face): Ditto.
3178         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
3179         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
3181         * message.el (message-minibuffer-local-map): Add :group.
3183         * sieve-manage.el (sieve-manage-log): Add :group.
3184         (sieve-manage-default-user): Diito.
3185         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
3186         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
3187         (sieve-manage-authenticators): Ditto.
3188         (sieve-manage-authenticator-alist): Ditto.
3189         (sieve-manage-default-port): Ditto.
3191         * sieve-mode.el (sieve-control-commands-face): Add :group.
3192         (sieve-action-commands-face): Ditto.
3193         (sieve-test-commands-face): Ditto.
3194         (sieve-tagged-arguments-face): Ditto.
3196         * smime.el (smime): Add :group.
3198         * spam-report.el (spam-report): Add :group.
3200         * spam.el (spam, spam-face): Add :group.
3202 2005-05-26  Lute Kamstra  <lute@gnu.org>
3204         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
3206 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3208         * gnus-art.el: Don't autoload mail-extract-address-components.
3210         * gnus.el: Use eval-and-compile to autoload message-y-or-n-p.
3212         * nndb.el: Don't declare the nndb back end two or more times; don't
3213         autoload news-reply-mode, news-setup, cancel-timer and telnet.
3215         * nntp.el: Autoload format-spec instead of format; use
3216         eval-and-compile to evaluate autoload forms.
3218         * spam-report.el (spam-report-process-queue): Use gnus-point-at-eol.
3220 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3222         * gnus-art.el (article-date-ut): Support converting date in
3223         forwarded parts as well.
3224         (gnus-article-save-original-date): New macro.
3225         (gnus-display-mime): Use it.
3227 2005-04-28  David Hansen  <david.hansen@physik.fu-berlin.de>
3229         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
3230         enclosure element of <item>.
3232 2005-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
3234         * spam-report.el (spam-report-unplug-agent)
3235         (spam-report-plug-agent, spam-report-deagentize)
3236         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
3237         support for the Agent in spam-report: when unplugged, report to a
3238         file; when plugged, submit all the requests.
3239         [Added missing offline functionality from trunk.]
3241 2005-04-24  Reiner Steib  <Reiner.Steib@gmx.de>
3243         * spam-report.el (spam-report-url-to-file)
3244         (spam-report-requests-file): New function and variable for offline
3245         reporting.
3246         (spam-report-url-ping-function): Add `spam-report-url-to-file'
3247         and user defined function.
3248         (spam-report-process-queue): New function.
3249         Process requests from `spam-report-requests-file'.
3250         (spam-report-url-ping-mm-url): Autoload.
3251         [Added missing offline functionality from trunk.]
3253 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3255         * qp.el (quoted-printable-encode-region): Save excursion.
3257 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3259         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
3260         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
3262 2005-04-13  Miles Bader  <miles@gnu.org>
3264         * mm-util.el (mm-string-to-multibyte): Use Gnus trunk definition.
3266 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3268         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
3269         contained in text because xml.el decodes entities) with LFs.
3271 2005-04-11  Lute Kamstra  <lute@gnu.org>
3273         * message.el (message-make-date): Handle byte-compiler warnings
3274         differently.
3275         * nnimap.el (nnimap-date-days-ago): Ditto.
3277 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3279         * mm-util.el (mm-string-to-multibyte): New function.
3280         (mm-detect-coding-region): Typo.
3282 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3284         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
3286 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3288         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
3289         argument in XEmacs.
3291         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
3292         (nnrss-request-group): Decode group name first.
3293         (nnrss-request-article): Make a text/plain article if mml-to-mime
3294         failed.
3295         (nnrss-get-encoding): Return a compatible encoding according to
3296         nnrss-compatible-encoding-alist.
3297         (nnrss-opml-export): Use dolist.
3298         (nnrss-find-el): Use consp instead of listp.
3299         (nnrss-order-hrefs): Use dolist.
3301 2005-04-06  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3303         * nnrss.el (nnrss-verbose): Remove.
3304         (nnrss-request-group): Use `nnheader-message' instead.
3306 2005-04-06  Mark Plaksin  <happy@usg.edu>  (tiny change)
3308         * nnrss.el (nnrss-verbose): New variable.
3309         (nnrss-request-group): Make it say nnrss is requesting a group.
3311 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3313         * gnus-agent.el (gnus-agent-group-path): Decode group name.
3314         (gnus-agent-group-pathname): Ditto.
3316         * gnus-cache.el (gnus-cache-file-name): Decode group name.
3318         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
3319         name for only %g and %c.
3320         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group
3321         instead of gnus-tmp-group to decoded group name.
3322         (gnus-group-make-group): Decode group name.
3323         (gnus-group-delete-group): Ditto.
3324         (gnus-group-make-rss-group): Exclude `/'s from group names;
3325         register the group data after opening the nnrss group; unify
3326         non-ASCII group names; encode group name.
3327         (gnus-group-catchup-current): Decode group name.
3328         (gnus-group-expire-articles-1): Ditto.
3329         (gnus-group-set-current-level): Ditto.
3330         (gnus-group-kill-group): Ditto.
3332         * gnus-spec.el (gnus-update-format-specifications): Flush the
3333         group format spec cache if it doesn't support decoded group names.
3335         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
3337         * nnrss.el: Require rfc2047 and mml.
3338         (nnrss-file-coding-system): New variable.
3339         (nnrss-format-string): Redefine it as an inline function.
3340         (nnrss-decode-group-name): New function.
3341         (nnrss-string-as-multibyte): Remove.
3342         (nnrss-retrieve-headers): Decode group name; don't use
3343         nnrss-format-string.
3344         (nnrss-request-group): Decode group name.
3345         (nnrss-request-article): Decode group name; allow a Message-ID as
3346         well as an article number; don't use nnrss-format-string; encode a
3347         Message-ID string which may contain non-ASCII characters; use
3348         mml-to-mime to compose a MIME article; use search-forward instead
3349         of re-search-forward.
3350         (nnrss-request-expire-articles): Decode group name.
3351         (nnrss-request-delete-group): Delete entries in nnrss-group-alist
3352         as well; decode group name.
3353         (nnrss-get-encoding): Fix regexp.
3354         (nnrss-fetch): Clarify error message.
3355         (nnrss-read-server-data): Use insert-file-contents instead of load;
3356         bind file-name-coding-system; use multibyte buffer.
3357         (nnrss-save-server-data): Insert newline; bind
3358         coding-system-for-write to the value of nnrss-file-coding-system;
3359         bind file-name-coding-system; add coding cookie.
3360         (nnrss-read-group-data): Use insert-file-contents instead of load;
3361         bind file-name-coding-system; use multibyte buffer.
3362         (nnrss-save-group-data): Bind coding-system-for-write to the
3363         value of nnrss-file-coding-system; bind file-name-coding-system.
3364         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
3365         make it work with non-ASCII text.
3366         (nnrss-opml-export): Use mm-set-buffer-file-coding-system instead
3367         of set-buffer-file-coding-system.
3368         (nnrss-find-el): Check carefully whether there's a list of string
3369         which old xml.el may return rather than a string; make it work
3370         with old xml.el as well.
3372 2005-04-06  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
3374         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
3376         * nnrss.el (nnrss-get-encoding): New function.
3377         (nnrss-fetch): Use unibyte buffer initially; bind
3378         coding-system-for-read while performing mm-url-insert; remove ^Ms;
3379         decode contents according to the encoding attribute.
3380         (nnrss-save-group-data): Add coding cookie.
3381         (nnrss-mime-encode-string): New function.
3382         (nnrss-check-group): Use it to encode subject and author.
3384 2005-04-06  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
3386         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
3387         failed.
3389 2005-04-06  Joakim Verona  <joakim@verona.se>  (tiny change)
3391         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
3393 2005-04-06  Jesper Harder  <harder@ifa.au.dk>
3395         * mm-util.el (mm-subst-char-in-string): Support inplace.
3397         * nnrss.el: Pedantic docstring and whitespace fixes (courtesy of
3398         checkdoc.el).
3399         (nnrss-request-article): Cleanup.
3400         (nnrss-request-delete-group): Use nnrss-make-filename.
3401         (nnrss-read-server-data): Use nnrss-make-filename; use load.
3402         (nnrss-save-server-data): Use nnrss-make-filename; use gnus-prin1.
3403         (nnrss-read-group-data): hash on description if link is missing;
3404         use nnrss-make-filename; use load.
3405         (nnrss-save-group-data): Use nnrss-make-filename; use gnus-prin1.
3406         (nnrss-make-filename): New function.
3407         (nnrss-close): New function.
3408         (nnrss-check-group): Hash on description if link is missing.
3409         (nnrss-get-namespace-prefix): Use string= to compare strings!
3410         Reported by David D. Smith <davidsmith@acm.org>.
3411         (nnrss-opml-export): Turn on sgml-mode.
3413 2005-04-06  Mark A. Hershberger  <mah@everybody.org>
3415         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
3417 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
3419         * message.el (message-make-date): Add defvars in order to silence
3420         the byte compiler inside the defun.
3422         * nnimap.el (nnimap-date-days-ago): Ditto.
3424         * gnus-demon.el (parse-time-string): Add autoload.
3426         * gnus-delay.el (parse-time-string): Add autoload.
3428         * gnus-art.el (parse-time-string): Add autoload.
3430         * nnultimate.el (parse-time): Require for `parse-time-string'.
3432 2005-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3434         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
3435         "Unrecognized menu descriptor" error in XEmacs.
3437 2005-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3439         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
3441         * mm-util.el (mm-replace-in-string): New function.
3442         (mm-xemacs-find-mime-charset-1): Ignore errors while loading
3443         latin-unity, which cannot be used with XEmacs 21.1.
3445         * rfc2047.el (rfc2047-encode-function-alist): Rename from
3446         rfc2047-encoding-function-alist in order to avoid conflicting with
3447         the old version.
3448         (rfc2047-encode-message-header): Remove useless goto-char.
3449         (rfc2047-encodable-p): Don't move point.
3450         (rfc2047-syntax-table): Treat `(' and `)' as is.
3451         (rfc2047-encode-region): Concatenate words containing non-ASCII
3452         characters in structured fields; don't encode space-delimited
3453         ASCII words even in unstructured fields; don't break words at
3454         char-category boundaries; encode encoded words in structured
3455         fields; treat text within parentheses as special; show the
3456         original text when error has occurred; move point to the end of
3457         the region after encoding, suggested by IRIE Tetsuya
3458         <irie@t.email.ne.jp>; treat backslash-quoted characters as
3459         non-special; check carefully whether to encode special characters;
3460         fix some kind of misconfigured headers; signal a real error if
3461         debug-on-quit or debug-on-error is non-nil; don't infloop,
3462         suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>; assume
3463         the close parenthesis may be included in the encoded word; encode
3464         bogus delimiters.
3465         (rfc2047-encode-string): Use mm-with-multibyte-buffer.
3466         (rfc2047-encode-max-chars): New variable.
3467         (rfc2047-encode-1): New function.
3468         (rfc2047-encode): Use it; encode text so that it occupies the
3469         maximum width within 76-column; work correctly on Q encoding for
3470         iso-2022-* charsets; fold the line before encoding; don't append a
3471         space if the encoded word includes close parenthesis.
3472         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
3473         sure not to break a line just after the header name.
3474         (rfc2047-b-encode-region): Remove.
3475         (rfc2047-b-encode-string): New function.
3476         (rfc2047-q-encode-region): Remove.
3477         (rfc2047-q-encode-string): New function.
3478         (rfc2047-encode-parameter): New function.
3479         (rfc2047-encoded-word-regexp): Don't use shy group.
3480         (rfc2047-decode-region): Follow rfc2047-encoded-word-regexp change.
3481         (rfc2047-parse-and-decode): Ditto.
3482         (rfc2047-decode): Treat the ascii coding-system as raw-text by default.
3484 2005-03-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3486         * rfc2047.el (rfc2047-encode-encoded-words): New variable.
3487         (rfc2047-field-value): Strip props.
3488         (rfc2047-encode-message-header): Disable header folding -- not
3489         all headers can be folded, and this should be done by the message
3490         composition mode.  Probably.  I think.
3491         (rfc2047-encodable-p): Say that =? needs encoding.
3492         (rfc2047-encode-region): Encode =? strings.
3494 2005-03-25  Jesper Harder  <harder@ifa.au.dk>
3496         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
3497         language tags; remove unnecessary '+'.  Reported by Stefan Wiens
3498         <s.wi@gmx.net>.
3499         (rfc2047-decode-string): Don't cons a string unnecessarily.
3500         (rfc2047-parse-and-decode, rfc2047-decode): Use a character for
3501         the encoding to avoid consing a string.
3502         (rfc2047-decode): Use mm-subst-char-in-string instead of
3503         mm-replace-chars-in-string.
3505 2005-03-25  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3507         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
3508         encodings of MIME-encoded words, in order to improve
3509         interoperability with several broken MUAs.
3511 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3513         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
3514         pass it to `gnus-browse-read-group'.
3515         (gnus-browse-read-group): Add NUMBER argument and pass it to
3516         `gnus-group-read-ephemeral-group'.
3518         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
3519         argument and pass it to `gnus-group-read-group'.
3521 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
3523         * mm-util.el (mm-xemacs-find-mime-charset): Only call
3524         mm-xemacs-find-mime-charset-1 if we have the mule feature
3525         available at runtime.
3527 2005-03-25  Werner Lemberg  <wl@gnu.org>
3529         * nnmaildir.el: Replace `illegal' with `invalid'.
3531 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3533         * gnus-start.el (gnus-display-time-event-handler):
3534         Check display-time-timer at runtime rather than only at load time
3535         in case display-time-mode is turned off in the mean time.
3537 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3539         * nnimap.el (nnimap-open-connection): Print which authinfo file is
3540         used.
3542         * nneething.el (nneething-map-file-directory): Derive from
3543         `gnus-directory'.
3545         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
3546         the To/Cc button.
3548 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3550         * nnmaildir.el (nnmaildir-request-accept-article):
3551         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
3553 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
3555         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
3556         autoloaded function.
3558 2005-03-13  Steve Youngs  <steve@sxemacs.org>
3560         * mm-url.el: Require timer-funcs at compile time when in XEmacs
3561         for `with-timeout'.
3563         * mail-source.el: Require timer-funcs at compile time when in
3564         XEmacs for `run-with-idle-timer'.
3566         * gnus-async.el: Ditto.
3568 2005-03-16  Lute Kamstra  <lute@gnu.org>
3570         * message.el (message-make-date): Require parse-time.
3572 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3574         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
3576 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
3578         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
3580 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
3582         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
3583         buffer (since IMAP server might return FETCH response out of
3584         order, and the nntp buffer must be sorted).
3586 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3588         * message.el: Don't autoload former message-utils variables.
3589         (message-strip-subject-trailing-was): Change doc string.
3591         * nnweb.el: Fixes for `gnus-group-make-web-group'.
3592         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
3593         (nnweb-google-search): Add "hl=en" here.
3594         (nnweb-google-parse-1, nnweb-google-create-mapping):
3595         Don't hardcode URL.
3597 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3599         * message.el (message-get-reply-headers, message-followup):
3600         Mention related variables `message-use-followup-to' and
3601         `message-use-mail-followup-to', in the information buffer.
3603         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
3604         of broken groups(-beta).google.com.
3606 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3608         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
3609         a more conservative way.
3611 2005-02-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3613         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
3614         `mm-dissect-multipart' and receive the from field as an (optional)
3615         argument from `mm-dissect-multipart'.
3616         (mm-dissect-multipart): Receive the from field as an argument and
3617         pass it on when we call `mm-dissect-buffer' on MIME parts.
3618         Fixes verification/decryption of signed/encrypted MIME parts.
3620 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3622         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
3623         buffer, so it moves the window's cursor.
3625 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3627         * nnheader.el (nnheader-find-file-noselect): Add doc string.
3629         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
3630         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
3632         * gnus-sum.el (gnus-summary-caesar-message):
3633         Apply `gnus-treat-article' after rotation.
3635         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
3636         doc string.
3638 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3640         * smime.el (smime-sign-buffer): Signal an error if
3641         `smime-sign-region' fails.
3642         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
3643         fails.
3645 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
3647         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
3648         Handle news URL with given port correctly.
3650 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3652         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
3653         containing special characters.
3655         * gnus-sum.el (gnus-summary-edit-article): Ditto.
3657         * mml.el (mime-to-mml): Ditto.
3659         * rfc2047.el (rfc2047-quote-decoded-words-containing-tspecials):
3660         New variable.
3661         (rfc2047-decode-region): Quote decoded words containing special
3662         characters when rfc2047-quote-decoded-words-containing-tspecials
3663         is non-nil.
3665 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3667         * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
3669         * gnus.el (gnus-install-group-spam-parameters): Doc fix.
3671 2005-02-15  Simon Josefsson  <jas@extundo.com>
3673         * nnimap.el (nnimap-debug): Doc fix.
3675         * imap.el (imap-debug): Doc fix.
3677 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3679         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
3680         argument in doc string.  Make query for type more clear.
3682 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
3684         * gnus.el (gnus-group-startup-message): Search for gnus images in
3685         etc/images/gnus.
3686         * mm-util.el (mm-image-load-path): Likewise.
3687         * smiley.el (smiley-data-directory): Search for smilies in
3688         etc/images/smilies.
3690 2005-02-09  Kim F. Storm  <storm@cua.dk>
3692         Change Emacs release version from 21.4 to 22.1 throughout.
3693         Change Emacs development version from 21.3.50 to 22.0.50.
3695 2005-02-08  Simon Josefsson  <jas@extundo.com>
3697         * imap.el (imap-log): Doc fix.
3699 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3701         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
3702         prefix arg is neither nil nor a number, as info specifies.
3704 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3706         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
3708 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3710         * message.el (message-beginning-of-line): Change the behavior when
3711         invoked between BOL and : so that it first moves backward.
3713 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3715         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
3716         article buffer when editing of the article is discarded.
3717         (gnus-article-prepare): Revert.
3719 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3721         * gnus-art.el (gnus-article-prepare):
3722         Remove message-strip-forbidden-properties from the local hook.
3724 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3726         * mml.el (mml-generate-mime-1): Convert string into unibyte when
3727         inserting " *mml*" buffer's contents into a unibyte temp buffer.
3729 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3731         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
3732         which will be inserted according to the multibyteness of a buffer
3733         rather than the type of contents.  Suggested by ARISAWA Akihiro
3734         <ari@mbf.ocn.ne.jp>.
3736 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3738         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
3739         which is unreadable in some setups.
3741 2004-12-27  Simon Josefsson  <jas@extundo.com>
3743         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
3744         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
3745         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
3747 2004-12-17  Kim F. Storm  <storm@cua.dk>
3749         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
3751         * gnus-sum.el (gnus-summary-mode-map): Likewise.
3753 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3755         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
3756         correctly even if there are wide characters.
3758 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3760         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
3761         concatenating segments rather than before concatenating them.
3762         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3764 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3766         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
3768 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
3770         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
3771         unify Latin characters in XEmacs.
3772         (mm-find-mime-charset-region): Use it.
3774 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3776         * gnus-util.el (gnus-delete-directory): New function.
3778         * gnus-agent.el (gnus-agent-delete-group): Use it.
3780         * gnus-cache.el (gnus-cache-delete-group): Use it.
3782 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3784         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
3786 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3788         * gnus-group.el (gnus-group-make-rss-group):
3789         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
3791         * gnus-start.el (gnus-setup-news): Honor user's setting to
3792         gnus-message-archive-method.  Suggested by Lute Kamstra
3793         <lute@gnu.org>.
3795 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3797         * message.el (message-forward-make-body-mml): Remove headers
3798         according to message-forward-ignored-headers if a message is decoded.
3800 2004-12-02  Romain Francoise  <romain@orebokech.com>
3802         * message.el (message-forward-make-body-plain): Always remove
3803         headers according to message-forward-ignored-headers.
3805 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3807         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
3808         order to silence the byte compiler.
3810         * pop3.el (pop3-md5): Define it before being used.
3812         * spam.el: Fix the way to silence the byte compiler, which
3813         complained about bbdb-buffer, bbdb-create-internal,
3814         bbdb-search-simple, mail-check-payment, spam-BBDB-register-routine,
3815         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
3816         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
3817         spam-stat-buffer-is-spam, spam-stat-load,
3818         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
3819         spam-stat-save and spam-stat-split-fancy.
3821 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3823         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
3824         which may confuse users.
3825         (canlock-password-for-verify): Ditto.
3827         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
3829         * gnus-art.el (gnus-emphasis-alist): Ditto.
3831         * gnus-registry.el (gnus-registry-max-entries): Ditto.
3833         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
3835         * gnus-start.el (gnus-save-killed-list): Ditto.
3837         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
3838         (gnus-sum-thread-tree-root): Ditto.
3839         (gnus-sum-thread-tree-false-root): Ditto.
3840         (gnus-sum-thread-tree-single-indent): Ditto.
3842         * message.el (message-courtesy-message): Ditto.
3843         (message-archive-note): Ditto.
3844         (message-subscribed-address-file): Ditto.
3845         (message-user-fqdn): Ditto.
3847         * spam-report.el (spam-report-gmane-regex): Ditto.
3849         * spam.el (spam-blackhole-good-server-regex): Ditto.
3851 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3853         * message.el (message-forbidden-properties): Fix typo in doc string.
3855 2004-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3857         * message.el (message-strip-forbidden-properties):
3858         Bind buffer-read-only (etc) to nil.
3860 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3862         * gnus-util.el (gnus-replace-in-string): Add doc string.
3864         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
3865         to avoid problems when splitting mails with many recipients.
3867 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3869         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
3870         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3872 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
3874         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
3876 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3878         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
3879         pop-to-buffer, covered by the subsequent gnus-configure-windows.
3881 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
3883         * nnfolder.el (nnfolder-save-marks): Add missing format field in
3884         call to `error'.
3885         * nnml.el (nnml-save-marks): Ditto.
3887 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3889         * gnus-start.el (gnus-convert-old-newsrc):
3890         Assign legacy-gnus-agent to 5.10.7.
3892 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3894         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
3895         default; improve customization type.
3896         (gnus-emphasis-custom-with-format): New macro.
3897         (gnus-emphasis-custom-value-to-external): New function.
3898         (gnus-emphasis-custom-value-to-internal): New function.
3900 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3902         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
3903         "Args out of range" error.  Reported by Arnaud Giersch
3904         <arnaud.giersch@free.fr>.
3906 2004-11-04  Richard M. Stallman  <rms@gnu.org>
3908         * spam.el (spam group): Add :version.
3910         * pgg-def.el (pgg group): Add :version.
3912 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3914         * gnus-art.el (gnus-article-edit-article): Don't associate the
3915         article buffer with a draft file.  This is a temporary measure
3916         against the 2004-08-22 change to gnus-article-edit-mode.
3918 2004-11-02  Ilya N. Golubev  <gin@mo.msk.ru>.
3920         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
3921         entry.
3923 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3925         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
3926         (html2text-format-tags): Remove unused variable `attr'.
3928         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
3929         after-load-alist.
3931         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
3932         Mule-UCS is loaded under XEmacs.
3933         (mm-mime-mule-charset-alist): Avoid duplicated entries.
3935         * mm-util.el (mm-coding-system-p): Return a coding-system.
3936         (mm-mime-mule-charset-alist): Use shift_jis instead of
3937         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
3938         entries for the mime charsets iso-2022-jp-3 and shift_jis.
3939         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
3940         instead of japanese-shift-jis and iso-latin-1 respectively in
3941         order to share the default value with both Emacs and XEmacs-mule.
3942         (mm-mule-charset-to-mime-charset):
3943         Make mm-coding-system-priorities effective.
3944         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
3945         while predicating of candidates upon the priorities.
3947 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3949         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
3951         * spam-stat.el (spam-stat): Add :version.
3953         * sieve.el (sieve): Add :version.
3955         * sha1.el (sha1): Add :version.
3956         (sha1-use-external): Remove redundant version.
3958         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
3959         (nnmail-cache-ignore-groups, nnmail-spool-hook)
3960         (nnmail-split-fancy-match-partial-words)
3961         (nnmail-split-lowercase-expanded): Add :version.
3963         * nndiary.el (nndiary): Add :version.
3965         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
3967         * mml-sec.el (mml-default-sign-method)
3968         (mml-default-encrypt-method, mml-signencrypt-style-alist):
3969         Add :version.
3971         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
3973         * mm-url.el (mm-url-use-external, mm-url-program)
3974         (mm-url-arguments): Add :version.
3976         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
3977         (mm-attachment-file-modes, mm-decrypt-option)
3978         (mm-w3m-safe-url-regexp): Add :version.
3980         * message.el (message-cite-prefix-regexp)
3981         (message-sendmail-envelope-from, message-minibuffer-local-map)
3982         (message-user-fqdn, message-completion-alist): Add :version.
3984         * gnus-win.el (gnus-configure-windows-hook)
3985         (gnus-use-frames-on-any-display): Add :version.
3987         * gnus-art.el (gnus-article-address-banner-alist)
3988         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
3989         (gnus-treat-from-picon, gnus-treat-mail-picon)
3990         (gnus-treat-x-pgp-sig): Add :version.
3992         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
3993         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
3994         (gnus-summary-article-delete-hook)
3995         (gnus-summary-display-while-building): Add :version.
3997         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
3998         (gnus-get-top-new-news-hook):Add :version.
4000         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4001         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
4003         * gnus-registry.el (gnus-registry): Add :version.
4005         * gnus-spec.el (gnus-use-correct-string-widths)
4006         (gnus-make-format-preserve-properties): Add :version.
4008         * gnus.el (gnus-group-charter-alist)
4009         (gnus-group-fetch-control-use-browse-url)
4010         (gnus-install-group-spam-parameters): Add :version.
4012         * gnus-diary.el (gnus-diary): Add :version.
4014         * gnus-delay.el (gnus-delay): Add :version.
4016         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
4017         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
4018         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
4019         Add :version.
4021         * gnus-agent.el (gnus-agent-max-fetch-size)
4022         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
4023         (gnus-agent-prompt-send-queue): Add :version.
4025         * deuglify.el (gnus-outlook-deuglify): Add :version.
4027         * html2text.el: Beautify code.  Improve doc strings.  Some
4028         checkdoc cleanup.
4029         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
4031 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
4033         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
4035 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4037         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
4038         signature file.  Suggested by Manoj Srivastava
4039         <srivasta@golden-gryphon.com>.
4041         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
4042         iso-2022-jp even in the Japanese language environment.
4043         Suggested by Jason Rumney <jasonr@gnu.org>.
4045 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4047         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
4048         use the same characters as the dummy marks; make it free from
4049         getting affected by the language environment.
4050         (gnus-summary-read-group-1): Update mark positions only when the
4051         format spec is updated.
4053         * gnus-spec.el (gnus-update-format-specifications): Return a list
4054         of updated types.
4056 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4058         * nnspool.el (nnspool-spool-directory): Use news-path if the
4059         news-directory variable is not bound.
4061         * gnus-group.el (gnus-group-line-format-alist): Convert the value
4062         of gnus-tmp-news-method into string if it may be passed to
4063         gnus-correct-length which takes only a string argument.
4065 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4067         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
4068         instead.
4070 2004-10-24  Kevin Greiner  <kevin.greiner@compsol.cc>
4072         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
4073         comparison on string.
4075 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4077         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
4078         running the major-mode function.
4080 2004-10-21  Kevin Greiner  <kevin.greiner@compsol.cc>
4082         * gnus-start.el (gnus-convert-old-newsrc): Two of the converters
4083         have been backported to 'Gnus v5.11' from 'No Gnus v0.2'.  Added a
4084         boolean check to not apply converters that apply to future
4085         versions of gnus.
4087 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4089         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
4090         dummy marks in the right way.
4092 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
4094         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
4095         avoid infinite recursion via gnus-get-function.
4097 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
4099         * gnus-agent.el (gnus-agent-synchronize-group-flags):
4100         When necessary, pass full group name to gnus-request-set-marks.
4101         (gnus-agent-synchronize-group-flags): Add support for sync'ing
4102         tick marks.
4103         (gnus-agent-synchronize-flags-server): Be silent when writing file.
4105 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
4107         * gnus-agent.el (gnus-agent-synchronize-group-flags):
4108         Replace gnus-request-update-info with explicit code to sync the
4109         in-memory info read flags with the marks being sync'd to the backend.
4111 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
4113         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore servers
4114         that are offline.  Avoids having gnus-agent-toggle-plugged first ask if
4115         you want to open a server and then, even when you responded with no,
4116         asking if you want to synchronize the server's flags.
4117         (gnus-agent-synchronize-flags-server): Rewrite read loop to handle
4118         multi-line expressions.
4119         (gnus-agent-synchronize-group-flags): New internal function.
4120         Updates marks in memory (in the info structure) AND in the backend.
4121         (gnus-agent-check-overview-buffer): Fix range of
4122         deletion to remove entire duplicate line.  Fixes merged article
4123         number bug.
4125         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
4127         * nnagent.el (nnagent-request-set-mark):
4128         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
4129         method, to ensure that synchronization updates marks in the
4130         backend and in the info (in memory) structure.
4132 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
4134         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
4135         unless plugged.  Disable the agent so that an open failure causes
4136         an error.
4138 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
4140         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
4141         (gnus-agent-go-online): Change :version.
4142         (gnus-agent-expire-unagentized-dirs)
4143         (gnus-agent-auto-agentize-methods): Add :version.
4145 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
4147         * legacy-gnus-agent.el
4148         (gnus-agent-convert-to-compressed-agentview-prompt):
4149         New function.  Used internally to only display 'gnus converting
4150         files' message when actually necessary.
4152         * gnus-sum.el: Remove (require 'gnus-agent) as required
4153         methods now autoloaded.
4155         * gnus-int.el (gnus-request-move-article):
4156         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
4157         improve performance.
4159 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
4161         * gnus-agent.el (gnus-agent-cat-groups): Rewrite avoiding defsetf
4162         to avoid run-time CL dependencies.
4163         (gnus-agent-unfetch-articles): New function.
4164         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
4165         article numbers even when local .overview file is missing.
4166         (gnus-agent-read-article-number): New function.  Only accepts
4167         27-bit article numbers.
4168         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
4169         Use gnus-agent-read-article-number.
4170         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
4171         from backend while recognizing that article numbers in .overview
4172         must be valid.
4174         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
4175         some users confused by references to .newsrc when they only have a
4176         .newsrc.eld file.
4177         (gnus-convert-mark-converter-prompt)
4178         (gnus-convert-converter-needs-prompt): Fix use of property list.
4180 2004-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4182         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
4184 2004-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4186         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
4187         stuff for non-living groups.
4189 2004-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4191         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
4192         (gnus-agent-regenerate-group): Using nil messages aren't valid.
4194 2004-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4196         * gnus-agent.el (gnus-agent-read-agentview):
4197         Inline gnus-uncompress-range.
4199 2004-10-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4201         * legacy-gnus-agent.el
4202         (gnus-agent-convert-to-compressed-agentview): Fix typos with
4203         help from Florian Weimer <fw@deneb.enyo.de>
4205         * gnus-agent.el (gnus-agentize):
4206         gnus-agent-send-mail-real-function no longer set to current value
4207         of message-send-mail-function but rather a lambda that calls
4208         message-send-mail-function.  The change makes the agent real-time
4209         responsive to user changes to message-send-mail-function.
4211 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
4213         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
4215 2004-10-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4217         * gnus-cache.el (gnus-cache-rename-group): New function.
4218         (gnus-cache-delete-group): New function.
4220         * gnus-agent.el (gnus-agent-rename-group): New function.
4221         (gnus-agent-delete-group): New function.
4222         (gnus-agent-save-group-info): Use gnus-command-method when
4223         `method' parameter is nil.  Don't write nil entries into the
4224         active file.
4225         (gnus-agent-get-group-info): New function.
4226         (gnus-agent-get-local): Add optional parameters to avoid calling
4227         gnus-group-real-name and gnus-find-method-for-group.
4228         (gnus-agent-set-local): Delete stored entry if either min, or max,
4229         are nil.
4230         (gnus-agent-fetch-session): Reword error/quit messages.
4231         On quit, use gnus-agent-regenerate-group to record existance of any
4232         articles fetched to disk before the quit occurred.
4234         * gnus-int.el (gnus-request-delete-group):
4235         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
4236         local disk in sync with the server.
4237         (gnus-request-rename-group):
4238         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
4239         local disk in sync with the server.
4241         * gnus-start.el (gnus-get-unread-articles):
4242         Cosmetic simplification to logic.
4244         * gnus-group.el (gnus-group-delete-group): No longer update
4245         gnus-cache-active-altered as gnus-request-delete-group now keeps
4246         the cache in sync.
4247         (gnus-group-list-active): Let the agent store a server's active
4248         list if currently plugged.
4250         * gnus-util.el (gnus-rename-file): New function.
4252 2004-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4254         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
4255         when the group's active is not available.
4257 2004-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4259         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
4260         error.
4262 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
4264         * gnus-start.el (gnus-convert-old-newsrc): Only write the conversion
4265         message to newsrc-dribble when an actual conversion is performed.
4267 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
4269         * gnus-agent.el (gnus-agent-read-local):
4270         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
4271         avoid the implicit assumption that they will always be equal.
4272         (gnus-agent-save-local): Bind buffer-file-coding-system, not
4273         coding-system-for-write, as the with-temp-file macro first prints
4274         to a buffer then saves the buffer.
4276 2004-10-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4278         * legacy-gnus-agent.el (): New.  Provides converters that are only
4279         loaded when gnus-convert-old-newsrc needs to call them.
4281         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
4282         old file versions.
4283         (gnus-group-prepare-hook): Remove function that converted list
4284         form of gnus-agent-expire-days to group properties.
4286         * gnus-start.el (gnus-convert-old-newsrc): Register new
4287         converters to handle old agent file formats.  Added logic for a
4288         "backup before upgrading warning".
4289         (gnus-convert-mark-converter-prompt): Developers can mark
4290         functions as needing (default), or not needing,
4291         gnus-convert-old-newsrc's "backup before upgrading warning".
4292         (gnus-convert-converter-needs-prompt): Tests whether the user
4293         should be protected from potentially irreversable changes by the
4294         function.
4296 2004-10-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4298         * gnus-int.el (gnus-request-accept-article): Inform the agent that
4299         articles are being added to a group.
4300         (gnus-request-replace-article): Inform the agent that articles
4301         need to be uncached as the cached contents are no longer valid.
4303         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
4304         (gnus-agent-possibly-alter-active): Avoid null in numeric comparison.
4305         (gnus-agent-set-local): Refuse to save null in local object table.
4306         (gnus-agent-regenerate-group): The REREAD parameter can now be a
4307         list of articles that will be marked as unread.
4309 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
4311         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
4312         single-interval range of the form (min . max).  Previously the
4313         range had to look like ((min . max)).  Likewise, return
4314         (min . max) rather than ((min . max)).
4315         (gnus-range-map): Use gnus-range-normalize to accept
4316         single-interval range.
4318         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
4319         the cache, but not the agent, now appear with their usual face.
4321 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
4323         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
4324         marks consisting of a single range {for example, (3 . 5)} rather
4325         than a list of a single range { ((3 . 5)) }.
4327 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
4329         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
4330         uncompressed list.
4332 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
4334         * gnus-draft.el (gnus-group-send-queue): Pass the group name
4335         "nndraft:queue" along to gnus-draft-send.
4336         Use gnus-agent-prompt-send-queue.
4337         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
4338         is "nndraft:queue".  Suggested by Gaute Strokkenes
4339         <gs234@srcf.ucam.org>
4341         * gnus-group.el (gnus-group-catchup): Use new
4342         gnus-sequence-of-unread-articles, not
4343         gnus-list-of-unread-articles, to avoid exhausting memory with huge
4344         numbers of articles.  Use gnus-range-map to avoid having to
4345         uncompress the unread list.
4346         (gnus-group-archive-directory)
4347         (gnus-group-recent-archive-directory): Fix invalid ange-ftp reference.
4349         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
4350         (gnus-sorted-range-intersection): Intersection of two ranges
4351         without requiring that they first be uncompressed.
4353         * gnus-start.el (gnus-activate-group): Unless blocked by the
4354         caller, possibly expand the active range to include both cached
4355         and agentized articles.
4356         (gnus-convert-old-newsrc): Rewrote in anticipation of having
4357         multiple version-dependent converters.
4358         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
4359         gnus-agent-save-active.
4360         (gnus-save-newsrc-file): Save dirty agent range limits.
4362         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
4363         gnus-agent-possibly-alter-active.
4364         (gnus-adjust-marked-articles): Faster handling of simple lists.
4366 2004-10-18  David Edmondson  <dme@dme.org>
4368         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
4369         excessively.
4371 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
4373         * mml.el (mml-preview): Use `pop-to-buffer'.
4375         * message.el (message-goto-mail-followup-to): Insert after "To".
4376         (message-carefully-insert-headers): Add comment.
4378         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
4380         * gnus-art.el (gnus-button-alist):
4381         Improve `gnus-button-handle-library' entry.
4383         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
4385         * gnus-group.el (gnus-group-get-new-news-this-group): Add doc-string.
4387         * gnus-start.el (gnus-activate-group): Add doc-string.
4389         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
4390         handle manual section.
4392         * imap.el (imap-store-password): New variable.
4393         (imap-interactive-login): Use it.
4394         Suggested by Mark Plaksin <happy@mcplaksin.org>.
4396         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
4397         Allow / in mailto URLs.
4399         * spam.el (spam-directory): Derive from `gnus-directory'.
4401         * gnus-sum.el (gnus-pick-line-number): Add autoload.
4403 2004-10-17  Richard M. Stallman  <rms@gnu.org>
4405         * gnus-registry.el (gnus-registry-unload-hook):
4406         Set as a variable with add-hook.
4408         * nnspool.el (nnspool-spool-directory): Use news-directory instead
4409         of news-path.
4411         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
4413         * spam.el: Delete duplicate `provide'.
4414         (spam-unload-hook): Set as a variable with add-hook.
4416 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
4418         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
4419         in the doc string.
4421         * message.el (message-ignored-news-headers)
4422         (message-ignored-supersedes-headers)
4423         (message-ignored-resent-headers)
4424         (message-forward-ignored-headers): Improve custom type.
4426 2004-10-15  Simon Josefsson  <jas@extundo.com>
4428         * pop3.el (top-level): Don't require nnheader.
4429         (pop3-read-timeout): Add.
4430         (pop3-accept-process-output): Add.
4431         (pop3-read-response, pop3-retr): Use it.
4433 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4435         * message.el (message-tokenize-header): Fix 2004-09-06 change
4436         which used point-min in the wrong place.
4438 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
4440         * message.el (message-bury): Use `window-dedicated-p'.
4442 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
4444         * gnus-sum.el: Mention that multibyte characters don't work as marks.
4446         * gnus.el (message-y-or-n-p): Autoload.
4448         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
4449         (pop3-password-required, pop3-authentication-scheme)
4450         (pop3-leave-mail-on-server): Made customizable.
4451         (pop3): New custom group.
4452         (pop3-retr): Remove `sleep-for' statements.
4453         Suggested by Dave Love <fx@gnu.org>.
4455         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
4456         Windows/DOS.
4458         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
4459         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
4460         Dave Love <fx@gnu.org>.
4462         * mml.el (mml-minibuffer-read-disposition): Require match.
4463         Suggested by Dave Love <fx@gnu.org>.
4465 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4467         * gnus-group.el (gnus-update-group-mark-positions):
4468         * gnus-sum.el (gnus-update-summary-mark-positions):
4469         * message.el (message-check-news-body-syntax):
4470         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
4471         of string-as-multibyte.
4473         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
4475 2004-10-05  Juri Linkov  <juri@jurta.org>
4477         * gnus-group.el (gnus-update-group-mark-positions):
4478         * gnus-sum.el (gnus-update-summary-mark-positions):
4479         * message.el (message-check-news-body-syntax):
4480         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
4481         8-bit unibyte values to a multibyte string for search functions.
4483 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4485         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
4486         there's no visible header.
4488 2004-10-01  Simon Josefsson  <jas@extundo.com>
4490         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
4491         acroread.
4493 2004-09-29  Jesper Harder  <harder@ifa.au.dk>
4495         * gnus.el (gnus-method-to-server): Oops, move it don't delete it.
4497 2004-09-28  Jesper Harder  <harder@ifa.au.dk>
4499         * gnus-picon.el: Require cl.
4501         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
4503         * mml-smime.el: Require cl.  Autoload message-fetch-field.
4505         * gnus-fun.el: Require gnus-ems and gnus-util.
4507         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr).
4509         * gnus-art.el (gnus-article-edit-mode): Define before first reference.
4511         * gnus.el (gnus-method-to-server): Move defsubst before first use.
4513         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
4514         Fix format string mismatch.
4515         * nnml.el (nnml-request-set-mark, nnml-save-marks): Do.
4516         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): Do.
4518 2004-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4520         * gnus.el (gnus-version-number): Set to 5.11.
4522 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4524         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
4526 2004-09-26  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
4528         * mm-util.el (mm-image-load-path): Handle nil in load-path.
4530 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
4532         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
4533         GROUP is a virtual group.
4535         * mm-util.el (mm-charset-synonym-alist): Remove obsolete entries
4536         for big5 and gb2312.
4538         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
4539         padding.
4541         * mm-bodies.el (mm-7bit-chars): Don't include \r.
4543         * mml.el (mml-compute-boundary-1): Don't uncompress files.
4545         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
4546         dependencies.
4547         (rfc2047-encode): Use it.
4549         * flow-fill.el: Typo.
4551         * mml.el (mml-generate-mime-1): Don't use format=flowed with
4552         inline PGP.
4554         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
4556         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
4557         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
4559         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
4561         * nnheader.el (nnheader-max-head-length): Increase to 8192.
4563         * message.el (message-clone-locals): Clone sendmail and smtp
4564         variables.
4566 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
4568         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
4569         in `header' match.  Reported by Svend Tollak Munkejord.
4571 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4573         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
4575 2004-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
4577         * uudecode.el (uudecode-use-external): Add :version.
4579         * smime.el (smime-CA-file, smime-encrypt-cipher)
4580         (smime-dns-server): Add :version.
4582         * smiley.el (gnus-smiley-file-types): Add :version.
4584         * sha1.el (sha1-use-external): Add :version.
4586         * pgg-def.el (pgg-query-keyserver): Add :version.
4588         * nnmail.el (nnmail-fancy-expiry-targets)
4589         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
4590         Add :version.
4592         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
4593         (nnimap-retrieve-groups-asynchronous): Add :version.
4594         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
4596         * mml.el (mml-content-disposition-parameters)
4597         (mml-insert-mime-headers-always): Add :version.
4599         * mm-util.el (mm-coding-system-priorities): Add :version.
4601         * mm-decode.el (mm-inline-text-html-with-images)
4602         (mm-keep-viewer-alive-types, mm-external-terminal-program)
4603         (mm-verify-option): Add :version.
4604         (mm-text-html-renderer): Change :version.
4606         * message.el (message-fcc-externalize-attachments)
4607         (message-required-headers, message-draft-headers)
4608         (message-subject-trailing-was-query)
4609         (message-subject-trailing-was-ask-regexp)
4610         (message-subject-trailing-was-regexp, message-mark-insert-begin)
4611         (message-mark-insert-end, message-archive-header)
4612         (message-archive-note, message-cross-post-default)
4613         (message-cross-post-note, message-followup-to-note)
4614         (message-cross-post-note-function, message-use-mail-followup-to)
4615         (message-subscribed-address-functions)
4616         (message-subscribed-address-file, message-subscribed-addresses)
4617         (message-subscribed-regexps, message-allow-no-recipients)
4618         (message-yank-cited-prefix, message-signature-insert-empty-line)
4619         (message-hidden-headers, message-hierarchical-addresses)
4620         (message-mail-user-agent, message-use-idna)
4621         (message-valid-fqdn-regexp)
4622         (message-strip-special-text-properties, message-header-synonyms)
4623         (message-beginning-of-line, message-tab-body-function): Add :version.
4624         (message-insert-canlock, message-wide-reply-confirm-recipients):
4625         Change :version.
4627         * mail-source.el (mail-source-ignore-errors): Add :group, :type
4628         and :version.
4629         (mail-source-delete-old-incoming-confirm)
4630         (mail-source-movemail-program): Add :version.
4632         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
4633         (gnus-agent-cache, gnus-agent): Change :version.
4635         * gnus-util.el (gnus-use-byte-compile): Change :version.
4637         * gnus-sum.el (gnus-summary-make-false-root-always)
4638         (gnus-summary-default-high-score)
4639         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
4640         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
4641         (gnus-read-all-available-headers, gnus-article-emulate-mime)
4642         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
4643         (gnus-sum-thread-tree-single-indent)
4644         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
4645         (gnus-sum-thread-tree-leaf-with-other)
4646         (gnus-sum-thread-tree-single-leaf): Add :version.
4647         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
4648         (gnus-article-loose-mime): Change :version.
4650         * gnus-start.el (gnus-backup-startup-file)
4651         (gnus-save-startup-file-via-temp-buffer): Add :version.
4653         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
4654         (gnus-server-offline-face): Add :version.
4656         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
4658         * gnus-msg.el (gnus-gcc-externalize-attachments)
4659         (gnus-debug-files, gnus-debug-exclude-variables)
4660         (gnus-discouraged-post-methods): Change :version.
4661         (gnus-confirm-mail-reply-to-news)
4662         (gnus-confirm-treat-mail-like-news): Add :version.
4664         * gnus-int.el (gnus-server-unopen-status): Add :version.
4666         * gnus-group.el (gnus-group-jump-to-group-prompt)
4667         (gnus-large-ephemeral-newsgroup)
4668         (gnus-fetch-old-ephemeral-headers): Add :version.
4670         * gnus-fun.el (gnus-x-face-directory)
4671         (gnus-convert-pbm-to-x-face-command)
4672         (gnus-convert-image-to-x-face-command)
4673         (gnus-convert-image-to-face-command): Add :version.
4675         * gnus-delay.el (gnus-delay-default-hour): Add :version.
4677         * gnus-cite.el (gnus-cite-blank-line-after-header)
4678         (gnus-article-boring-faces): Add :version.
4680         * gnus-art.el (gnus-buttonized-mime-types)
4681         (gnus-inhibit-mime-unbuttonizing)
4682         (gnus-treat-display-face)
4683         (gnus-treat-body-boundary): Change :version.
4684         (gnus-body-boundary-delimiter, gnus-picon-databases)
4685         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
4686         (gnus-treat-date-english, gnus-treat-fold-headers)
4687         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
4688         (gnus-treat-mail-picon, gnus-treat-wash-html)
4689         (gnus-article-encrypt-protocol)
4690         (gnus-use-idna, gnus-article-over-scroll)
4691         (gnus-mime-display-multipart-alternative-as-mixed)
4692         (gnus-mime-display-multipart-related-as-mixed)
4693         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
4694         (gnus-ctan-url, gnus-button-ctan-handler)
4695         (gnus-button-handle-ctan-bogus-regexp)
4696         (gnus-button-ctan-directory-regexp)
4697         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
4698         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
4699         (gnus-button-man-level, gnus-button-emacs-level)
4700         (gnus-button-message-level, gnus-button-browse-level): Add :version.
4702         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
4703         (gnus-agent-go-online): Change :version.
4704         (gnus-agent-expire-unagentized-dirs)
4705         (gnus-agent-auto-agentize-methods): Add :version.
4707         * flow-fill.el (fill-flowed-display-column)
4708         (fill-flowed-encode-column): Add :version.
4710         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4711         (gnus-outlook-deuglify-unwrap-max)
4712         (gnus-outlook-deuglify-cite-marks)
4713         (gnus-outlook-deuglify-unwrap-stop-chars)
4714         (gnus-outlook-deuglify-no-wrap-chars)
4715         (gnus-outlook-deuglify-attrib-cut-regexp)
4716         (gnus-outlook-deuglify-attrib-verb-regexp)
4717         (gnus-outlook-deuglify-attrib-end-regexp)
4718         (gnus-outlook-display-hook): Add :version.
4720         * binhex.el (binhex-use-external): Add :version.
4722 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
4724         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
4725         and `invisible'.
4727 2004-09-13  Simon Josefsson  <jas@extundo.com>
4729         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
4731 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
4733         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
4735 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
4737         * nnimap.el (nnimap-open-connection): Remove extraneous end-paren.
4739 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4741         * nnimap.el (nnimap-open-connection): Allow 'imaps' as a synonym
4742         for the 'imap' port in netrc files.
4744         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
4745         in gnus-registry-trim.
4747 2004-09-10  Simon Josefsson  <jas@extundo.com>
4749         * nndb.el (require): Remove tcp and duplicate cl.
4751 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
4753         * nntp.el (nntp): New customization group.
4754         (nntp-authinfo-file): Add customization group.
4756         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
4758         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
4760         * gnus.el (to-address, to-list, subscribed)
4761         (large-newsgroup-initial): Ditto.
4763         * flow-fill.el (fill-flowed-display-column)
4764         (fill-flowed-encode-column): Ditto.
4766 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4768         * message.el (message-tokenize-header, message-send-mail-with-qmail):
4769         Use point-min rather than 1.
4770         (message-send-mail): Use buffer-size rather than point-max.
4772         * gnus-sum.el (gnus-summary-search-article-forward):
4773         Signal a specific `search-failed' rather than a generic `error'.
4775         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
4776         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
4777         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
4779 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4781         * gnus-sum.el (gnus-summary-insert-subject): Remove list identifiers.
4783 2004-09-03  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
4785         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
4786         (spam-stat-save): Accept prefix argument.
4788 2004-09-01  Simon Josefsson  <jas@extundo.com>
4790         * message.el (message-canlock-generate): Require sha1, not
4791         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
4792         to require within a function.  Sadly, if sha1.el isn't loaded, the
4793         let binding in m-c-g will hide the defcustom definition, which is
4794         bad.)
4796         * canlock.el: Require sha1, not sha1-el.
4798         * message.el: Don't autoload sha1 (there is a autoload cookie in
4799         sha1.el).
4801         * sha1-el.el: Renamed to sha1.el.
4803 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4805         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
4807 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
4809         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
4810         isn't a string.
4812 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
4814         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
4816 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4818         * canlock.el: Don't autoload mail-fetch-field.
4820 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4822         * canlock.el (base64-encode-string): Don't autoload it.
4824 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4826         * canlock.el: Always require sha1-el.
4827         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
4829 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4831         * message.el (message-canlock-generate): Require sha1-el.
4833 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4835         * canlock.el (canlock-insert-header): Remove excessive grouping in
4836         regexp.
4838 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4840         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
4842 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4844         * canlock.el (canlock-sha1-function): Remove.
4845         (canlock-sha1-function-for-verify): Remove.
4846         (canlock-openssl-program): Remove.
4847         (canlock-openssl-args): Remove.
4848         (canlock-ignore-errors): Remove.
4849         (canlock-sha1-with-openssl): Remove.
4850         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
4851         (canlock-verify): Don't use canlock-ignore-errors.
4853         * sha1-el.el (sha1-string-external): Make it can return a string
4854         in binary form.
4855         (sha1-region-external): Ditto.
4856         (sha1-string-internal): Ditto.
4857         (sha1-region-internal): Ditto.
4858         (sha1-region): Ditto.
4859         (sha1-string): Ditto.
4860         (sha1): Ditto.
4862 2003-11-15  Simon Josefsson  <jas@extundo.com>
4864         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
4865         (pgg-gpg-lookup-key): Use regexp match instead of
4866         split-string (split-string is different between emacs 21.2 and
4867         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
4869 2004-07-28  Simon Josefsson  <jas@extundo.com>
4871         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
4872         parameter (but don't use it, for now).
4874 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
4876         * sieve.el (sieve-deactivate-all): Fix format string mismatch.
4878 2004-08-30  Andreas Schwab  <schwab@suse.de>
4880         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
4881         ?* and ?\;.
4883         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
4884         and ?\' to symbol instead of whitespace.
4886 2004-08-31  Jesper Harder  <harder@ifa.au.dk>
4888         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
4889         invalid addresses.
4891 2004-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
4893         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
4895 2004-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4897         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
4899 2004-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4901         * gnus-art.el (article-decode-idna-rhs): Don't use
4902         message-idna-inside-rhs-p.
4904 2004-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4906         * message.el (message-idna-inside-rhs-p): Remove.
4907         (message-idna-to-ascii-rhs-1): Use proper address parsing.
4909 2004-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4911         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
4913 2004-08-30  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
4915         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
4917 2004-08-26  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
4919         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
4920         end-of-buffer.
4922 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
4924         * gnus-sum.el (gnus-read-header): Don't remove a header for the
4925         parent article of a sparse article in the thread hashtb.
4927 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
4929         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
4930         (nnmail-expand-newtext): Lowercase expanded entries if
4931         nnmail-split-lowercase-expanded is non-nil.
4933         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
4934         when the group's active is not available.
4936         * gnus-art.el (article-hide-headers): Refer to the values for
4937         gnus-ignored-headers and gnus-visible-headers in the summary
4938         buffer since a user may have set them as group parameters.
4939         (gnus-article-read-summary-keys): Restore new window-start and
4940         hscroll to summary window.
4941         (gnus-prev-page-map): Remove duplicated one.
4943         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
4944         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
4945         Karl Chen <quarl@nospam.quarl.org> and Reiner Steib
4946         <Reiner.Steib@gmx.de>.
4948         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
4949         Replace pp-to-string with gnus-pp-to-string.
4951         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
4953         * gnus-group.el (gnus-group-make-kiboze-group): Replace pp with
4954         gnus-pp.
4956         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
4957         parsing gnus-posting-styles when the message is not for replying.
4958         (gnus-summary-resend-message-edit): Call mime-to-mml.
4959         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
4960         (gnus-debug): Replace pp with gnus-pp.
4962         * gnus-score.el (gnus-score-save): Replace pp with gnus-pp.
4964         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
4965         gnus-pp-to-string.
4967         * gnus-util.el (gnus-bind-print-variables): New macro.
4968         (gnus-prin1): Use it.
4969         (gnus-prin1-to-string): Use it.
4970         (gnus-pp): New function.
4971         (gnus-pp-to-string): New function.
4973         * gnus.el: Don't make unnecessary *Group* buffer when loading.
4975         * mail-source.el (mail-source-touch-pop): Doc fix.
4977         * message.el (message-mode): Don't modify paragraph-separate there.
4978         (message-setup-fill-variables): Add mml tags to paragraph-start
4979         and paragraph-separate.  Suggested by Andrew Korty <ajk@iu.edu>.
4980         (message-smtpmail-send-it): Doc fix.
4981         (message-exchange-point-and-mark): Don't activate region if it was
4982         inactive.  Suggested by Hiroshi Fujishima
4983         <pooh@nature.tsukuba.ac.jp> and Jesper Harder <harder@ifa.au.dk>.
4985         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
4986         t while entering a file name using the mm-with-multibyte macro.
4987         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
4989         * mm-encode.el (mm-content-transfer-encoding-defaults):
4990         Use qp-or-base64 for the application/* types.
4991         (mm-safer-encoding): Consider 7bit is safe.
4993         * mm-util.el (mm-with-multibyte-buffer): New macro.
4994         (mm-with-multibyte): New macro.
4996         * mm-view.el (mm-inline-render-with-function): Use multibyte
4997         buffer; decode html source by charset.
4999         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
5000         add generate-head-function and generate-article-function to the
5001         rfc822-forward entry.
5002         (nndoc-forward-type-p): Recognize envelope From_.
5003         (nndoc-rfc822-forward-generate-article): New function.
5004         (nndoc-rfc822-forward-generate-head): New function.
5006         * score-mode.el (gnus-score-pretty-print): Replace pp with gnus-pp.
5008         * webmail.el (webmail-debug): Replace pp with gnus-pp.
5010         * gnus-art.el (gnus-article-wash-html-with-w3m):
5011         Bind w3m-safe-url-regexp as the value for mm-w3m-safe-url-regexp;
5012         use w3m-minor-mode-map instead of mm-w3m-local-map-property.
5013         (gnus-mime-save-part-and-strip): Use mm-complicated-handles
5014         instead of mm-multiple-handles.
5015         (gnus-mime-delete-part): Ditto.
5017         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
5018         handle, as well as a list.
5019         (mm-complicated-handles): Former definition of mm-multiple-handles.
5021         * mm-view.el (mm-w3m-mode-map): Remove.
5022         (mm-w3m-local-map-property): Remove.
5023         (mm-w3m-cid-retrieve-1): Call itself recursively.  Suggested by
5024         ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
5025         (mm-w3m-cid-retrieve): Simplify.
5026         (mm-inline-text-html-render-with-w3m): Decode html source by
5027         charset; check META tags only when charsets are not specified in
5028         headers; specify charset to w3m-region; use w3m-minor-mode-map
5029         instead of mm-w3m-local-map-property.
5031 2004-08-30  Juanma Barranquero  <lektu@terra.es>
5033         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
5035 2004-08-30  Andreas Schwab  <schwab@suse.de>
5037         * nnlistserv.el (nnlistserv-kk-wash-article): Fix paren nesting.
5039         * gnus-score.el (gnus-summary-increase-score): Fix format string.
5041 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5043         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
5045 2004-08-30  Kim F. Storm  <storm@cua.dk>
5047         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
5049         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
5050         Add :group 'nnimap.
5052 2004-08-23  Reiner Steib  <Reiner.Steib@gmx.de>
5054         * mm-decode.el (mime-display, mime-security): Fix custom-manual
5055         entries.
5057         * gnus-art.el (gnus-article): Ditto.
5059 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5061         * gnus-art.el (article-hide-list-identifiers):
5062         Bind inhibit-read-only as t.
5064 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
5066         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
5068 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5070         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
5071         (gnus-narrow-to-page): Don't assume point-min == 1.
5072         (gnus-article-edit-mode): Derive from message-mode.
5074         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
5075         point-min == 1.
5077         * imap.el (imap-parse-address-list, imap-parse-body-ext):
5078         Disable incorrect use of `assert'.
5080         * message.el (message-mode): Set comment-start-skip.
5082 2004-08-22  Sam Steingold  <sds@gnu.org>
5084         * pop3.el (pop3-leave-mail-on-server): New user variable.
5085         (pop3-movemail): Delete mail only when it is nil.
5087 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
5089         * netrc.el, tls.el: Removed; use files from ../net instead.
5091 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
5093         * gnus-mule.el, smiley-ems.el: Removed obsolete files.
5095         * mailcap.el (mailcap-mime-data): Mark as risky.
5097         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
5098         Fix custom-manual entries.
5100         * time-date.el: Removed.  Merged into ../calendar/time-date.el.
5102 2004-08-02  Reiner Steib  <Reiner.Steib@gmx.de>
5104         * blink.pbm, blink.xpm, braindamaged.xpm, cry.xpm, dead.xpm,
5105         evil.xpm, forced.xpm, frown.xpm, grin.xpm, indifferent.xpm,
5106         reverse-smile.xpm, sad.pbm, sad.xpm, smile.xpm, time-date.el,
5107         wry.xpm: Added new files from the v5_10 branch of Gnus.
5109 2004-07-22  Andreas Schwab  <schwab@suse.de>
5111         Import Gnus 5.10 from the v5_10 branch of the Gnus repository.
5113 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5115         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
5116         addition to emacs-w3m.
5118 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
5120         * gnus-msg.el (gnus-summary-followup-with-original):
5121         Document yanking of region when active.
5123 2004-04-13  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5125         * gnus-agent.el: Merged 7.3 through 7.7 updates into branch.
5126         Revision 7.2 changes excluded to maintain compatibility with all
5127         targeted emacs versions.
5129         * gnus-cus.el: Merged revisions 7.2 through 7.5 into branch to support
5130         gnus-agent.el update and incorporate bug fixes.
5132 See ChangeLog.2 for earlier changes.
5134     Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5136   This file is part of GNU Emacs.
5138   GNU Emacs is free software; you can redistribute it and/or modify
5139   it under the terms of the GNU General Public License as published by
5140   the Free Software Foundation; either version 3, or (at your option)
5141   any later version.
5143   GNU Emacs is distributed in the hope that it will be useful,
5144   but WITHOUT ANY WARRANTY; without even the implied warranty of
5145   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
5146   GNU General Public License for more details.
5148   You should have received a copy of the GNU General Public License
5149   along with GNU Emacs; see the file COPYING.  If not, write to the
5150   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
5151   Boston, MA 02110-1301, USA.
5153 ;; Local Variables:
5154 ;; coding: iso-2022-7bit
5155 ;; fill-column: 79
5156 ;; add-log-time-zone-rule: t
5157 ;; End:
5159 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4