Replace `iff' in doc-strings and comments.
[emacs.git] / lisp / gnus / ChangeLog
blob807a853ba560492d9dff78b614c73268a0ed0f03
1 2007-08-08  Glenn Morris  <rgm@gnu.org>
3         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5         doc-strings and comments.
7 2007-07-25  Glenn Morris  <rgm@gnu.org>
9         * Relicense all FSF files to GPLv3 or later.
11 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13         * gnus-msg.el (gnus-summary-supersede-article)
14         (gnus-summary-resend-message-edit): Add Gcc header.
15         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16         article's Message-ID; refer parent article in summary buffer.
18         * message.el (message-bounce): Call mime-to-mml.
20 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
22         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
23         string.
25 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
29 2007-07-14  David Kastrup  <dak@gnu.org>
31         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
32         finishing actions if we did not edit the article.
34 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
36         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
37         (gnus-server-closed-face, gnus-server-denied-face)
38         (gnus-server-offline-face): Remove variable.
39         (gnus-server-font-lock-keywords): Use faces that are not aliases.
41         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
42         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
43         if the coding-system argument is nil for XEmacs.
45         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
46         mm-charset-override-alist.
48         * rfc2047.el: Don't require base64; require rfc2045 for the function
49         rfc2045-encode-string.
50         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
51         to quote the parameter value.
53 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
55         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
56         as unfetched articles.
58 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
60         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
62 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
64         * gnus-art.el (gnus-article-summary-command-nosave)
65         (gnus-article-read-summary-keys): Don't set the 3rd arg of
66         pop-to-buffer for XEmacs.
68 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
70         * gnus-agent.el (gnus-agent-fetch-headers)
71         (gnus-agent-retrieve-headers): Bind
72         gnus-decode-encoded-address-function to identity.
74         * nntp.el (nntp-send-xover-command): Recognize an xover command is
75         available also when the server returns simply a dot.
77         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
79 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
81         * gnus-ems.el (gnus-x-splash): Make it work.
83         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
84         from being used.
86         * gnus-art.el (gnus-article-summary-command-nosave): Correct the order
87         of the arguments passed to pop-to-buffer.
88         (gnus-article-read-summary-keys): Ditto.
90 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
92         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
94 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
96         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
97         * gnus-sum.el (gnus-summary-highlight):
98         * mail-source.el (mail-source-delete-old-incoming-confirm):
99         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
101 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
103         * gnus-art.el (gnus-mime-view-part-externally)
104         (gnus-mime-view-part-internally): Fix predicate function passed to
105         completing-read.
107         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image;
108         return t if image size is just the same as window size.
110 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
112         * message.el (message-pop-to-buffer): Add switch-function argument.
113         (message-mail): Pass switch-function argument to it.
115 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
117         * message.el (message-narrow-to-headers-or-head): Ignore
118         mail-header-separator in the body.
120 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
122         * gnus-art.el (gnus-article-mode): Fix comment about displaying
123         non-break space.
125 2007-05-09  Didier Verna  <didier@xemacs.org>
127         * gnus-diary.el, nndiary.el: Remove the description comment (nndiary is
128         now properly documented in the Gnus manual).  Fix the spelling of "Back
129         End".
131 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
133         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
134         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
135         displayed of multipart/alternative part if it is invoked from summary
136         buffer.
137         (gnus-article-part-wrapper): Select article window.
139         * mm-view.el (mm-inline-text-html-render-with-w3m)
140         (mm-inline-text-html-render-with-w3m-standalone)
141         (mm-inline-render-with-function): Use mail-parse-charset by default.
143 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
145         * gnus-msg.el (gnus-inews-yank-articles): Use
146         message-exchange-point-and-mark instead of exchange-point-and-mark.
148 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
150         * message.el (message-yank-original): Make sure cited text ends with
151         newline; don't exchange point and mark.
153 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
155         * tls.el (open-tls-stream): Properly handle case where there
156         is no associated buffer.
158 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
160         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
161         message-yank-original, make sure (< mark TEXT point).
163 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
165         * nnmail.el (nnmail-spool-file): Mark as obsolete.
166         (nnmail-get-new-mail): Reformat.
168         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
170         * gmm-utils.el: Fix Commentary.
171         (gmm-tool-bar-from-list): Fix typo in doc string.
173 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
175         * message.el (message-yank-original): Fix bug:
176         Don't switch point and mark unnecessarily.
178 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
180         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
181         evaluation of gnus-extended-version to ensure correct generation of the
182         User-Agent header when message-generate-headers-first is used.
184 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
186         * gnus-art.el (gnus-button-alist): Also catch `<f1> k ...'.
187         (gnus-treat-display-x-face): Fix doc string.
189 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
191         * message.el (message-required-news-headers):
192         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
194 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
196         * message.el (message-generate-new-buffers): Change the meaning of the
197         nil value; add `standard' to the choices; treat t as `unique'; improve
198         doc string.
199         (gnus-select-frame-set-input-focus): Autoload.
200         (message-buffer-name): Search for the existing message buffer if
201         message-generate-new-buffers is nil or `standard'; treat the value t of
202         message-generate-new-buffers as `unique'.
203         (message-pop-to-buffer): Raise the frame already displaying the message
204         buffer; clear the echo area after querying.
205         (message-setup): Pass the `continue' argument to compose-mail.
206         (message-mail): Prefer `switch-function' if it is given; search for the
207         existing message buffer if the `continue' argument is non-nil; pass
208         continue and switch-function arguments to compose-mail by way of
209         message-setup.
210         (message-mail-other-window): Adjust argument of message-setup.
211         (message-mail-other-frame): Ditto.
213 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
215         * message.el (message-make-in-reply-to): Quote name containing
216         non-ASCII characters.  It will make the RFC2047 encoder cause an error
217         if there are special characters.  Reported by NAKAJI Hiroyuki
218         <nakaji@jp.freebsd.org>.
220 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
222         * nntp.el (nntp-never-echoes-commands)
223         (nntp-open-connection-functions-never-echo-commands): New variables.
224         (nntp-send-command): Use them.
226 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
228         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
229         articles posted in the last 24 hours.
231 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
233         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
235 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
237         * nnweb.el (nnweb-google-parse-1): Update parser.
239 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
241         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
243 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
245         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
246         regexp.
248 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
250         * uudecode.el (uudecode-string-to-multibyte): New function emulating
251         string-to-multibyte.
252         (uudecode-decode-region-internal): Use it.
254 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
256         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
257         custom choice.
259         * gnus-art.el (gnus-signature-limit): Fix custom choice.
261 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
263         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
264         Use gnus-home-directory instead of "~/" or "$HOME".
266 2007-01-12  Kenichi Handa  <handa@m17n.org>
268         * uudecode.el (uudecode-decode-region-internal): Make it work in a
269         multibyte buffer.
271 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
273         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
275 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
277         * gnus-soup.el: Add missing :group in previous change.
279 2007-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
281         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
282         customizable.
284 2007-01-03  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
286         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
287         headers read from disk with the ones newly found in the current search.
288         This should no longer cause problems, because the article numbers in
289         Gmane's `nov.php' output are ignored since the previous change.
291 2006-01-03  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
293         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
294         solid groups.
296 2006-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
298         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
299         the headers when creating the mapping to avoid mismappings.
300         (nnweb-gmane-create-mapping): Always nix out old mapping.
302 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
304         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
306 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
308         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
310 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
312         * gnus-sum.el (gnus-summary-insert-dormant-articles): Fix typo in
313         message.
315 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
317         * nnimap.el (nnimap-expunge-search-string): Mention
318         nnimap-search-uids-not-since-is-evil in docstring.
320 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
322         * spam.el: Revert to make-obsolete-variable because
323         define-obsolete-variable-alias is not supported in Emacs 21.
325 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
327         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
328         summary buffer.
330 2006-12-27  Reiner Steib  <Reiner.Steib@gmx.de>
332         * spam.el (spam-ifile-path, spam-ifile-database-path)
333         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
334         make-obsolete-variable.
336 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
338         * message.el (message-make-fqdn): Fix comment.
339         (message-bogus-system-names): Add ".local".
341         * spam.el (spam-ifile-path, spam-ifile-program)
342         (spam-ifile-database-path, spam-ifile-database)
343         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
344         Don't use "path" inappropriately.
345         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
346         strings.
347         (spam-check-ifile, spam-ifile-register-with-ifile)
348         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
349         new variable names.
351         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
352         (gnus-treat-display-smileys): Simplify using
353         gnus-image-type-available-p.
355         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
356         available.
358 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
360         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
361         one after turning on the buffer's multibyteness instead of decoding
362         them directly in the unibyte buffer that causes unexpected conversion
363         in Emacs 23 (unicode).
365 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
367         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
368         disconnect icons.  Add help text.
370 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
372         * legacy-gnus-agent.el: Add Copyright notice.
374 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
376         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
378 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
380         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
381         specifying array size.
382         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
383         array if it is too small.
384         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
385         (gnus-sort-threads-loop): New function.
387 2006-12-06  Chris Moore  <dooglus@gmail.com>
389         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
390         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
392 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
394         * mm-url.el (mm-url-predefined-programs): Call curl with correct
395         options.
397 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
399         * mml2015.el (mml2015-pgg-clear-verify): Replace encode-coding-string
400         with mm-encode-coding-string.
402 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
404         * nneething.el (nneething-decode-file-name): Replace
405         decode-coding-string with mm-decode-coding-string.
407 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
409         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
410         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
412         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
413         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
414         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
415         (gnus-group-make-directory-group, gnus-group-transpose-groups):
416         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
417         (gnus-subscribe-newsgroup, gnus-1):
418         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
419         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
420         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
421         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
423 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
425         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
427 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
429         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
430         and comment it.
432         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
434 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
436         * gnus-util.el (gnus-extract-address-components): Improve comment.
438 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
440         * gnus-util.el (gnus-extract-address-components): Work with address in
441         which the name portion contains @.
443 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
445         * gnus.el (gnus-start): Move custom group up.
446         (gnus-select-method): Don't autoload, but make it available for
447         `customize-variable'.
448         (gnus-getenv-nntpserver): Don't autoload.
450 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
452         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
453         mm-with-unibyte-current-buffer to make string unibyte.
455         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
456         mm-string-as-multibyte.
458 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
460         * message.el: Merge from the trunk to fix the bug WRT double encoded
461         subjects.
462         (message-replacement-char): New variable.
463         (message-fix-before-sending): Use it.
464         (message-simplify-subject): New function to remove duplicate code.
465         (message-reply, message-followup): Use it.
466         (message-simplify-subject-functions): New variable.
467         (message-strip-subject-encoded-words): New function.
469 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
471         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
472         instead of gnus-intersection because arguments of gnus-sorted-nunion
473         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
475 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
477         * gnus-diary.el (gnus-diary-delay-format-function):
478         * nndiary.el (nndiary-reminders):
479         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
481 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
483         * gnus-art.el (article-hide-boring-headers): Fetch date from
484         gnus-original-article-buffer to avoid problems with localized date
485         strings.
487 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
489         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
491 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
493         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
494         New variables.
495         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
496         (mm-charset-synonym-alist): Move some entries to
497         mm-codepage-iso-8859-list.
498         (mm-charset-synonym-alist, mm-charset-override-alist): Add
499         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
501 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
503         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
505 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
507         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
508         with Emacs 21 and XEmacs.
510 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
512         * mm-view.el: Add interactive arg to html2text autoload.
514 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
516         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
518 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
520         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
521         names.
523         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
525 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
527         * message.el (message-headers-to-generate): Fix typo in docstring.
529 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
531         * gnus.el (gnus-mime): Remove unused custom group.
532         (gnus-getenv-nntpserver, gnus-select-method): Autoload.
534 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
536         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
537         "blank line" when searching for end of armor headers.
539 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
541         * gmm-utils.el (gmm-write-region): Fix variable name.
543 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
545         * gmm-utils.el (gmm-write-region): New function based on compatibility
546         code from `mm-make-temp-file'.
548         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
550         * nnmaildir.el (nnmaildir--update-nov)
551         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
552         Use `gmm-write-region'.
554 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
556         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
557         gnus-summary-limit-to-articles.
559 2006-10-04  Romain Francoise  <romain@orebokech.com>
561         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
562         Moved here (and renamed) from gnus-registry.el.
564         * gnus-registry.el: Require gnus-util.
565         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
567 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
569         * pop3.el (pop3-authentication-scheme): Clarify doc.
570         (pop3-movemail): Warn about pop3-leave-mail-on-server.
572 2006-10-04  Dave Love  <fx@gnu.org>
574         * pop3.el (pop3-authentication-scheme): Add custom version.
576 2006-10-04  Jesper Harder  <harder@ifa.au.dk>
578         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
579         doc string.  Improve doc string.
581 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
583         * gnus-util.el (gnus-with-local-quit): New macro.
585         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
587 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
589         * gmm-utils.el (gmm): Adjust custom version.
591         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
592         custom version.
594         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
596 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
598         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
600 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
602         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
603         regexp.  Articles containing quotation were cut prematurely.
605 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
607         * message.el (message-cite-original-without-signature): Use nobody by
608         default for the value of From header.
609         (message-cite-original): Ditto.
610         (message-reply): Ditto.
612 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
614         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
615         mails in the doc string.  Add some URLs in comment.
617 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
619         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
620         backslashes handling and the way to find boundaries of quoted strings.
622 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
624         * gnus-art.el (gnus-button-regexp, gnus-button-marker-list)
625         (gnus-button-last): Move up.  Convert comments into doc strings.
627 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
629         * message.el (message-send-mail-with-sendmail): Look for sendmail in
630         several common directories.
632 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
634         * gnus-art.el (article-decode-encoded-words): Make it fast.
636 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
638         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
640         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
641         in quoted string into `\'.
643 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
645         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
646         Use standard-syntax-table.
648 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
650         * gnus-art.el (gnus-decode-address-function): New variable.
651         (article-decode-encoded-words): Use it to decode headers which are
652         assumed to contain addresses.
653         (gnus-mime-delete-part): Remove useless `or'.
655         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
656         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
657         (gnus-nov-parse-line): Use it to decode From header.
658         (gnus-get-newsgroup-headers): Ditto.
659         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
661         * mail-parse.el (mail-decode-encoded-address-region): New alias.
662         (mail-decode-encoded-address-string): New alias.
664         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
665         New function.
666         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
667         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
668         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
669         (rfc2047-decode-string): Ditto.
670         (rfc2047-decode-address-region): New function.
671         (rfc2047-decode-address-string): New function.
673 2006-08-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
675         [ Backported bug fix from No Gnus. ]
677         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
678         looking up the method using GROUP's prefix before inventing a new one.
679         It is used on killed/unknown groups in various places where returning
680         an all-new method isn't expected by the caller.
682         * gnus-util.el (gnus-group-server): Copy required macro from No Gnus.
684 2006-08-13  Romain Francoise  <romain@orebokech.com>
686         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
687         space.
689 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
691         * compface.el (uncompface): Use binary rather than raw-text-unix.
693 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
695         * compface.el (uncompface): Make sure the eol conversion doesn't take
696         place when communicating with the external programs.  Reported by
697         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
699 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
701         * nnheader.el (nnheader-insert-head): Fix typo in comment.
703 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
705         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
706         Make it more robust by parsing author and date independently.
708 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
710         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
712 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
714         * nnheader.el (nnheader-insert-head): Make it work even if the file
715         uses CRLF for the line-break code.
717 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
719         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
720         workaround for the url package included with Emacs.
722         * nnweb.el (nnweb-google-create-mapping): Update regexp.
724 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
726         * nnmail.el (nnmail-article-group): If splitting raises an error, give
727         some information about the error when saying that the `bogus' mail
728         group will be used.
730 2006-07-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
732         [ Backported bug fixes from No Gnus. ]
734         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
735         (nnweb-google-search): Respect nnweb-max-hits as upper bound.
736         (nnweb-request-article): Do proper xwfu encoding when fetching articles
737         by message-id.
739         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
740         unsubscribed groups as if they were killed ones.  It causes duplicate
741         entries in gnus-newsrc-alist.
743 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
745         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
746         string.
748 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
750         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
752 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
754         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
756 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
758         * gnus-diary.el (gnus-user-format-function-d)
759         (gnus-user-format-function-D): Autoload.
761 2006-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
763         * gnus-group.el (gnus-group-select-group): Doc fix.
764         [ See 2004-05-19 change on the trunk. ]
766 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
768         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
770 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
772         * message.el (message-syntax-checks): Doc fix.
774 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
776         * message.el (message-syntax-checks): Doc fix.
777         (message-send-mail): Add check for continuation headers.
778         (message-check-news-header-syntax): Fix regexp used to check for
779         continuation headers.
781 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
783         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
785 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
787         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
788         to fill the utf-8 entry.
790 2006-06-05  Dan Christensen  <jdc@uwo.ca>
792         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
793         respect display group parameter and gnus-summary-expunge-below.
794         (gnus-articles-to-read): Remove unused reference to display group
795         parameter.
796         [ Merge 2004-07-06 change from the trunk. ]
798 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
800         * gnus-ml.el (gnus-mailing-list-subscribe)
801         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
802         (gnus-mailing-list-message): Fix doc strings.
804 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
806         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
807         of doing it manually.
809 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
811         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
812         must be explicitly online rather than "not explicitly offline" for
813         its flags to be synchronized.
814         (gnus-agent-read-local): All symbols allocated in my-obarray
815         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
816         (gnus-agent-regenerate-group): Check numeric names to see if they are
817         messages or groups.
819 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
821         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
822         (gnus-saved-headers): Ditto.
823         (gnus-default-article-saver): Doc fix; add
824         gnus-summary-write-body-to-file; mention functions may have properties.
825         (gnus-article-save-coding-system): New variable.
826         (gnus-article-save): Override gnus-save-all-headers and
827         gnus-saved-headers by :headers property which saver function may have.
828         (gnus-read-save-file-name): Add optional `dir-var' argument which
829         specifies directory in which files are saved; work even if optional
830         `variable' argument is not specified.
831         (gnus-summary-save-in-file): Add properties :decode and :headers.
832         (gnus-summary-write-to-file): Add properties :decode, :function, and
833         :headers; read file name.
834         (gnus-summary-save-body-in-file): Add :decode property; add optional
835         `overwrite' argument.
836         (gnus-summary-write-body-to-file): New function; add properties
837         :decode and :function.
838         (gnus-output-to-file): Add coding cookie and encode text according
839         to gnus-article-save-coding-system; don't use mm-append-to-file.
841         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
842         (gnus-summary-local-variables): Add it.
843         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
844         (gnus-summary-save-article): Require gnus-art; save decoded articles
845         if function that gnus-default-article-saver specifies has `:decode'
846         property; bind gnus-prompt-before-saving to t when saving many
847         articles in a file; move point to article which will be saved.
848         (gnus-summary-write-article-body-file): New function.
850 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
852         * uudecode.el (uudecode-decode-region-external): Fix previous commit.
854 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
856         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
857         after-load-alist.
859 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
861         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
862         coding system in XEmacs, use binary.
864         * mail-source.el (mail-sources): Fix custom type.
866         * imap.el (Commentary): Fix typo.
868 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
870         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
871         (gnus-summary-expire-articles-now): Shorten prompt.
873         * gmm-utils.el (wid-edit): Require.
874         (defun-gmm): Renamed from `gmm-defun-compat'.
875         (gmm-image-search-load-path): Use it.
876         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
878 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
880         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
881         (mm-copy-to-buffer): Use with-current-buffer.
882         (mm-display-part): Simplify.
883         (mm-inlinable-p): Add optional arg `type'.
885         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
886         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
887         Try harder to show the attachment internally or externally using
888         gnus-mime-view-part-as-type.
890 2006-05-04  Reiner Steib  <Reiner.Steib@gmx.de>
892         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
893         `filename' from Content-Disposition if Content-Type doesn't
894         provide `name'.
895         (gnus-mime-view-part-as-type): Set default instead of initial-input.
897 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
899         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
900         unibyte after clear-decrypt function runs.
902         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
903         returns as a unibyte string.
905 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
907         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
908         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
909         (mml1991-pgg-encrypt): Ditto.
911 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
913         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
914         (gnus-outlook-deuglify-unwrap-max): Remove autoload.
916         * mml-sec.el (mml-secure-method): New internal variable.
917         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
918         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
919         New functions using mml-secure-method.  Sync from the trunk.
921         * mml.el (mml-mode-map): Add key bindings for those functions.
922         (mml-menu): Simplify security menu entries.  Suggested by Jesper
923         Harder <harder@myrealbox.com>.  Sync from the trunk.
925         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
926         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
927         (message-in-body-p): New function.  Sync from the trunk.
929         * mml.el (mml-mode, mml-dnd-protocol-alist)
930         (mml-dnd-attach-options, mml-dnd-attach-file)
931         (mml-attach-file, mml-attach-buffer, mml-attach-external):
932         Sync DND support and use of message-in-body-p from the trunk.
934 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
936         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
937         binding pgg-* variables; reimplement the section which prevents
938         MIME header from being signed.
939         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
940         pgg-text-mode; remove a blank line at the top of body.
942         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
943         lines at the top of body; use gnus-newsgroup-charset if there's no
944         Charset header.
946 2006-04-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
948         * nnweb.el (nnweb-google-wash-article): Sync up to new Google HTML.
950 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
952         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
953         (mm-uu-pgp-encrypted-test): Ditto.
954         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
955         between header and body; return application/pgp-encrypted handle
956         if decryption failed; decode decrypted body by charset.
958         * mm-decode.el (mm-automatic-display): Don't make application/pgp
959         element match to application/pgp-*.
961 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
963         * gnus-util.el (gnus-replace-in-string):
964         Prefer replace-regexp-in-string over of replace-in-string.
966 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
968         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map.
970         * gnus-sum.el: Ditto.
972         * gnus-util.el (gnus-select-frame-set-input-focus):
973         Use select-frame-set-input-focus if it is available in XEmacs; use
974         definition defined in Emacs 22 for old Emacsen.
976 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
978         [ Merge from Gnus trunk. ]
980         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
981         (mm-charset-override-alist): New variable.
982         (mm-charset-to-coding-system): Use it.
983         (mm-codepage-setup): New helper function.
984         (mm-charset-eval-alist): New variable.
985         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
986         Warn about unknown charsets.  Add allow-override.
987         Use `mm-charset-override-alist' only when decoding.
988         (mm-detect-mime-charset-region): Use :mime-charset.
990         * mm-bodies.el (mm-decode-body, mm-decode-string):
991         Call `mm-charset-to-coding-system' with allow-override argument.
993         * message.el (message-tool-bar-zap-list, message-tool-bar)
994         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
995         (message-tool-bar-local-item-from-menu): Remove.
996         (message-tool-bar-map): Replace by `message-make-tool-bar'.
997         (message-make-tool-bar): New function.
998         (message-mode): Use `message-make-tool-bar'.
1000         * gnus-sum.el (gnus-summary-tool-bar)
1001         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
1002         (gnus-summary-tool-bar-zap-list): New variables.
1003         (gnus-summary-make-tool-bar): Complete rewrite using
1004         `gmm-tool-bar-from-list'.
1006         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
1007         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
1008         New variables.
1009         (gnus-group-make-tool-bar): Complete rewrite using
1010         `gmm-tool-bar-from-list'.
1011         (gnus-group-tool-bar-update): New function.
1013         * gmm-utils.el: New file.
1015 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
1017         * flow-fill.el (fill-flowed): Remove trailing space from blank
1018         quoted lines.
1020 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1022         * gnus-art.el (gnus-article-mode):
1023         Set cursor-in-non-selected-windows to nil.
1025 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1027         * gnus-art.el (gnus-mime-view-part-as-charset): Ignore charset
1028         that the part specifies.
1030         * mm-decode.el (mm-display-part): Work with external parts and
1031         usual parts similarly.
1033         * mm-extern.el (mm-inline-external-body): Use mm-display-part
1034         instead of gnus-display-mime.
1036         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
1037         tag to summarized topics part in order to encode non-ASCII text.
1039 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1041         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
1043 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1045         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
1046         the sieve region.
1048 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1050         * gnus.el: Gnus v5.10.8 is released.
1052 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1054         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new layout.
1056         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
1057         unknown charset.
1059         * message.el (message-header-synonyms): Add Original-To to the default.
1061         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Group is an
1062         optional parameter.
1064 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
1066         * gnus-fun.el (gnus): Require it for gnus-directory.
1068 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1070         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1071         Some whitespace was matched into the url, which broke browsing hits
1072         > 100 when mm-url-use-external was nil.
1074 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1076         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
1078 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1080         * mml.el (mml-insert-mime): Ignore cached contents of
1081         message/external-body part.
1083         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
1084         (mm-insert-part): Ditto.
1086 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1088         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
1089         Reported by Ralf Wachinger <rwachinger@gmx.de>.
1091 2006-03-23  Kenichi Handa  <handa@m17n.org>
1093         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
1094         instead of set-buffer-multibyte.
1096 2006-03-23  Kenichi Handa  <handa@m17n.org>
1098         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
1099         buffer and then decode the buffer text if necessary.
1100         (rfc2231-encode-string): Be sure to work on multibyte buffer at
1101         first, and after mm-encode-body, change the buffer to unibyte.
1103 2006-03-21  Daniel Pittman  <daniel@rimspace.net>
1105         * nnimap.el (nnimap-request-update-info-internal): Optimize.
1106         Don't `gnus-uncompress-range' to avoid excessive memory usage.
1108 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1110         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
1112         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
1113         Add comment on version.
1115 2006-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1117         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): New variable.
1118         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
1119         assigning the spam-mark to new messages.
1121 2006-03-20  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>
1123         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
1125 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1127         * smiley.el: Add missing test smiley.
1129 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1131         * mm-decode.el (mm-with-part): New macro.
1132         (mm-get-part): Use it; work with message/external-body as well.
1133         (mm-save-part): Treat name and filename equally.
1135         * mm-extern.el (mm-extern-cache-contents): New function.
1136         (mm-inline-external-body): Use it; force the part to be displayed;
1137         move undisplayer added to the cached handle to the parent.
1139         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
1140         (gnus-mime-view-part-as-type): Work with message/external-body.
1142         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
1144 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1146         * gnus-art.el (gnus-article-only-boring-p):
1147         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
1148         intangible text.
1149         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
1151 2006-03-14  Simon Josefsson  <jas@extundo.com>
1153         * message.el (message-unique-id): Don't use message-number-base36
1154         if (user-uid) is a float.
1155         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
1157 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1159         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
1161         * gnus-art.el (gnus-mime-display-single): Make sure there is an
1162         empty line between a part and a message part.
1164 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
1166         * smiley.el: Add more test smileys.
1167         (smiley-data-directory, smiley-regexp-alist)
1168         (gnus-smiley-file-types): Fix doc strings.
1169         (smiley-update-cache): Clear smiley-cached-regexp-alist before
1170         adding new elements.
1171         (smiley-mouse-map): Unused code.  Make it a comment.
1173 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1175         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
1176         scan latest NoCeM messages instead of old ones.
1177         (gnus-nocem-check-article): Fix regexps so as to match to PGP
1178         delimiters that are recently used.
1179         (gnus-nocem-load-cache): Add autoload cookie.
1181         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
1183         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
1184         level which is larger than gnus-use-nocem is specified.
1186         * gnus-group.el (gnus-group-get-new-news): Ditto.
1188 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1190         * gnus-util.el (gnus-tool-bar-update): New function.
1192         * gnus-group.el (gnus-group-update-tool-bar): New variable.
1193         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
1195         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
1197 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1199         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
1200         if optional last element is specified in splits (FIELD VALUE...).
1202 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1204         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
1205         handle is multipart when calling it recursively.
1206         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
1208 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1210         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
1211         to "Emacs 23 (unicode)" in doc string.
1213         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
1214         "Emacs 23 (unicode)" in comment.
1216 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1218         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
1220         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
1221         characters 160 through 255 in Emacs 23.
1223 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1225         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
1226         message/* containing non-ASCII text properly.
1228 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1230         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
1232 2006-02-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1234         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
1236 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1238         * nnweb.el (nnweb-type-definition, nnweb-gmane-search):
1239         Use new nov.php.
1241 2006-02-28  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1243         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
1244         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
1245         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
1246         output on the server side.
1247         (nnweb-google-create-mapping): Update regexps and add some
1248         progress indication.
1250 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1252         * message.el (message-user-fqdn): Remove useless * in doc string.
1254         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
1255         unnecessary interaction when sending queued mails.  Reported by
1256         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
1258 2006-02-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1260         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
1261         Merge of 2006-02-20 change from the trunk.
1263 2006-02-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1265         * dns.el (query-dns): Protect more against buggy tcp output.
1266         Merge of 2006-02-20 change from the trunk.
1268 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1270         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
1271         first or last are nil.
1273 2006-02-24  Simon Josefsson  <jas@extundo.com>
1275         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too.
1276         Merge of 2005-10-26 change from the trunk.
1278 2006-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1280         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
1281         Remove space stuffing, and only do quotes that actually start with
1282         ">" at the beginning of the lines.
1283         Merge of 2005-11-17 and 2004-07-25 from the trunk.
1285 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
1287         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
1288         also available in Emacs 21.3.
1290         * message.el (message-fix-before-sending): Change "Emacs 22" to
1291         "Emacs 23 (unicode)" in comment.
1293         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
1294         "Emacs 23 (unicode)" in comment.
1296         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
1297         comment.
1298         (mm-coding-system-p): Add comment about no-MULE XEmacs.
1300         * mm-view.el (mm-fill-flowed): Add :version.
1302 2006-02-23  Ralf Angeli  <angeli@iwi.uni-sb.de>
1304         * mm-view.el (mm-fill-flowed): New variable.
1305         (mm-inline-text): Use it.
1307 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
1309         * nnimap.el (nnimap-request-move-article): Change folder back to
1310         source group before deleting.
1312 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1314         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
1315         coding system which mm-charset-to-coding-system returns for a
1316         given charset is valid.
1318 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
1320         * html2text.el (html2text-remove-tag-list):
1321         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
1323 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
1325         * gnus-cus.el: Revert 2005-10-17 change.
1327 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1329         * gnus-art.el (article-strip-banner): Call
1330         article-really-strip-banner only when the regexp match is made.
1332 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1334         * gnus-art.el (article-strip-banner): Use
1335         gnus-extract-address-components instead of
1336         mail-header-parse-addresses to make it work with non-ASCII text.
1338         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
1339         values which are surrounded with \"...\"; make it never cause a
1340         Lisp error; give up parsing of parameters if it failed in
1341         extracting type.
1343 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1345         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
1346         make-temp-file; make it work with Emacs 20 and XEmacs as well.
1348         * mm-decode.el (mm-display-external): Use the 3rd arg of
1349         mm-make-temp-file.
1350         (mm-create-image-xemacs): Ditto.
1352 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1354         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
1355         with message-narrow-to-headers.
1356         (gnus-draft-setup): Narrow to header to run message-fetch-field.
1357         (gnus-draft-check-draft-articles): New function.
1358         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
1360 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1362         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
1363         re-loading nn* modules.
1365 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1367         * gnus.el: Remove bogus comment.
1369 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
1371         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
1372         (mml2015-pgg-encrypt): Ditto.
1374         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
1375         (mml1991-pgg-encrypt): Ditto.
1377 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1379         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
1380         message-make-date instead of current-time-string.
1382         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
1383         to gnus-decoded which mm-uu might set.
1385 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1387         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
1388         don't decode quoted parameters; remove misimported Emacs code.
1389         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1390         (rfc2231-decode-encoded-string): Don't use split-string which
1391         behaves differently according to Emacs version; use
1392         mm-decode-coding-region to convert charset to coding-system.
1393         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1394         (rfc2231-encode-string): Remove misimported Emacs code.
1396 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1398         * gnus-art.el (article-decode-charset): Don't use ignore-errors
1399         when calling mail-header-parse-content-type.
1400         (article-de-quoted-unreadable): Ditto.
1401         (article-de-base64-unreadable): Ditto.
1402         (article-wash-html): Ditto.
1404         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
1405         calling mail-header-parse-content-type and
1406         mail-header-parse-content-disposition.
1407         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
1408         mail-header-parse-content-type.
1410         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
1411         insert charset and format parameters; encode description after
1412         inserting it to buffer.
1413         (mml-insert-parameter): Fold lines properly even if a parameter is
1414         segmented into two or more lines; change the max column to 76.
1416         * rfc1843.el (rfc1843-decode-article-body): Don't use
1417         ignore-errors when calling mail-header-parse-content-type.
1419         * rfc2231.el (rfc2231-parse-string): Return at least type if
1420         possible; don't cause an error even if it fails in parsing of
1421         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1422         (rfc2231-encode-string): Don't break lines at the beginning, leave
1423         it to mml-insert-parameter.
1425         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
1426         calling mail-header-parse-content-type.
1428 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
1430         * spam-report.el (spam-report-gmane-use-article-number):
1431         Improve doc string.
1432         (spam-report-gmane-internal): Check if a suitable header was found
1433         in the article.
1435 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1437         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
1438         (rfc2231-encode-string): Make param*=value always begin with LWSP.
1440 2006-02-05  Romain Francoise  <romain@orebokech.com>
1442         Update copyright notices of all files in the gnus directory.
1444 2006-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
1446         * gnus-util.el (gnus-error): Describe `args'.
1448 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1450         * nnweb.el (nnweb-request-group): Avoid growing overview files.
1452 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1454         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
1455         segmented lines of parameter value to cope with Thunderbird 1.5
1456         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
1457         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1458         (rfc2231-encode-string): Don't make lines exceeding 76 column.
1460 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
1462         * mml.el (mml-generate-mime-1): Correct the order of inline signed
1463         parts.
1465 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1467         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
1468         there's only one active file for all servers.
1469         (nnweb-request-scan): Make sure nnweb-articles is initialized on
1470         solid groups.  Gnus might have used a FAST request to select the group.
1471         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
1472         and nnweb-search redundantly in the active file.
1473         (nnweb-request-list): Don't list bogus groups.  There can only be one.
1474         (nnweb-request-create-group): Don't use ARGS.
1475         (nnweb-possibly-change-server, nnweb-request-group): Remove some
1476         initialisations.  Let nnoo do the work.
1478 2006-01-31  Romain Francoise  <romain@orebokech.com>
1480         * message.el (message-alternative-emails): Improve docstring.
1481         (message-setup-1): Call `message-use-alternative-email-as-from'
1482         after `message-setup-hook' to give it precedence over posting
1483         styles, etc.
1484         (message-use-alternative-email-as-from): Add docstring.
1485         Remove the original From header if present.
1487 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1489         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
1490         Say the part has been decoded.
1492 2006-01-31  Kevin Ryde  <user42@zip.com.au>
1494         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
1495         mailcap-viewer-test-cache when there's no 'test clause, since that
1496         will invert the meaning of a "nil" test previously determined by
1497         mailcap-mailcap-entry-passes-test.
1499 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
1501         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
1503 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1505         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
1506         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
1507         current Google Groups.
1509 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1511         * Makefile.in (clean): New rule.
1512         (distclean): Use it.
1514 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1516         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
1517         is dissected into a single part of which the type is the same as
1518         the given one; decode charset.
1520 2006-01-21  Kevin Ryde  <user42@zip.com.au>
1522         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
1523         into alists as symbol not string, since that's what
1524         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
1525         look for.
1527 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1529         * mm-uu.el (mm-uu-dissect-text-parts): Reduce the number of
1530         recursive calls.
1532 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1534         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
1535         (mm-w3m-standalone-supports-m17n-p): New function.
1536         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
1537         w3m usage.
1539         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
1540         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
1542 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1544         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
1545         encoding.
1547 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
1549         * mml.el (mml-attach-file): Describe `description' in doc string.
1550         (mml-menu): Add Emacs MIME manual and PGG manual.
1552 2006-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
1554         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
1555         (spam-group-spam-marks, spam-list-articles, spam-group-ham-marks):
1556         Revert 2006-01-08 change because the functions will be used in No
1557         Gnus.
1559 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1561         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
1563         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
1565 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1567         * mm-decode.el (mm-inlined-types): Add application/pgp.
1568         (mm-automatic-display): Ditto.
1570         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
1571         part as text.
1573 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1575         * nnrss.el: Update copyright.
1576         (nnrss-opml-import): Query whether to subscribe to each entry.
1578         * gnus-art.el:
1579         * gnus-cus.el:
1580         * gnus-group.el:
1581         * gnus-start.el:
1582         * gnus-sum.el:
1583         * mm-uu.el:
1584         * mm-view.el: Update copyright.
1586 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
1588         * message.el (message-info): New function.
1589         (message-mode-menu): Add it.
1590         Update copyright.
1592         * ChangeLog: Fix and update copyright.
1594 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1596         * mm-uu.el (mm-uu-text-plain-type): New variable.
1597         (mm-uu-pgp-signed-extract-1): Use it.
1598         (mm-uu-pgp-encrypted-extract-1): Use it.
1599         (mm-uu-dissect): Use it; allow two optional arguments; one is a
1600         flag specifying whether there's no message header; the other is
1601         for a MIME type and parameters; bind mm-uu-text-plain-type with
1602         the later one.
1603         (mm-uu-dissect-text-parts): New function.
1605         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
1606         dissect text parts.
1608 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1610         * gnus-art.el (article-wash-html): Use
1611         gnus-summary-show-article-charset-alist if a numeric arg is given.
1612         (gnus-article-wash-html-with-w3m-standalone): New function.
1614         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
1615         mm-inline-text-html-render-with-w3m-standalone.
1616         (mm-text-html-washer-alist): Map w3m-standalone to
1617         gnus-article-wash-html-with-w3m-standalone.
1618         (mm-inline-text-html-render-with-w3m-standalone): New function.
1620 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1622         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
1623         (nnrss-request-article): Render text/plain parts as HTML.
1625         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
1626         the buffer.
1628 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1630         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
1631         custom definition of `gnus-posting-styles'.
1633         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
1634         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
1636 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1638         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
1639         Use nntp for bug archive.
1641 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1643         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
1644         parts.
1645         (nnrss-normalize-date): New function converts ISO 8601 date into
1646         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
1647         (nnrss-check-group): Use it.
1649 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1651         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
1653         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
1654         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
1655         (nnrss-insert-w3): Ditto.
1657 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1659         * nnrss.el (nnrss-request-article): Fix last change; fill
1660         text/plain parts.
1662 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1664         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
1665         in text/plain part.
1666         (nnrss-check-group): Don't add excessive newline to dc:subject.
1668 2005-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1670         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
1671         remove MIME buttons associated with multipart/alternative parts.
1672         (gnus-mime-display-alternative): Tag buttons using `article-type'
1673         text property.
1675         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
1676         associated with multipart/alternative parts.
1678 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
1680         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
1681         article.
1683 2005-12-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1685         * dns.el (query-dns): Make sure we check the buffer size before
1686         removing tcp headers.
1688 2006-01-08  Chong Yidong  <cyd@stupidchicken.com>
1690         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
1691         (spam-group-spam-marks): Delete functions.
1692         (spam-list-articles): Just call spam-group-ham-marks directly.
1693         (spam-group-ham-marks): Simplify.
1695 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1697         * gnus-art.el (gnus-signature-separator): Fix custom type.
1699         * mm-decode.el (mm-inlined-types): Fix custom type.
1700         (mm-keep-viewer-alive-types): Ditto.
1701         (mm-automatic-display): Ditto.
1702         (mm-attachment-override-types): Ditto.
1703         (mm-inline-override-types): Ditto.
1704         (mm-automatic-external-display): Ditto.
1706 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1708         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
1709         multipart/alternative and add xref to mm-discouraged-alternatives
1710         in doc string.
1712         * mm-decode.el (mm-discouraged-alternatives): Add xref to
1713         gnus-buttonized-mime-types in doc string.
1715 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1717         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
1718         us-ascii as a MIME charset.
1720         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
1721         against the case where the 2nd arg TYPE is nil.
1723 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1725         * gnus-start.el (gnus-no-server-1): Mention
1726         `gnus-level-default-subscribed' in doc string.
1728 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1730         * gnus-start.el (gnus-start-draft-setup): Enforce
1731         `gnus-draft-mode' for nndraft:drafts at startup.
1733         * gnus.el (gnus-splash): Change custom group.
1734         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
1735         allow-list argument.
1737         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
1738         string.
1740 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
1742         * mm-decode.el (mm-display-external): Add missing cdr.
1744 2005-12-12  Richard M. Stallman  <rms@gnu.org>
1746         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
1748 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
1750         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
1751         Suggest image/.* in the doc string.
1753 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1755         * mm-decode.el (mm-display-external): Use nametemplate (defined in
1756         RFC1524) if it is in mailcap or add a suffix according to
1757         mailcap-mime-extensions when generating a temp filename; postpone
1758         deleting a temp file for 2 seconds for some wrappers, shell
1759         scripts, and so on, which might exit right after having started a
1760         viewer command as a background job.
1762 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1764         * gnus-art.el (gnus-default-article-saver): Add user-defined
1765         `function' to custom type.
1767 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
1769         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
1770         parens.
1772 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1774         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
1775         long lines.
1776         (gnus-cache-delete-group): Wrap doc strings.
1778         * gnus-agent.el (gnus-agent-rename-group)
1779         (gnus-agent-delete-group): Wrap doc strings.
1781 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
1783         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
1785 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1787         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
1788         of current-time-string.
1790 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
1792         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
1793         date header.
1795 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
1797         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
1799 2005-11-14  Kevin Greiner  <kevin.greiner@compsol.cc>
1801         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
1802         internal variable to a custom variable.  Changed default value
1803         from compressed(2) to uncompressed(1).
1804         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
1805         support for uncompressed agentview files.  Taken together, reading
1806         the agentview file should now be 6-7 times faster.
1807         (gnus-agent-long-article,
1808         gnus-agent-short-article, gnus-agent-score): Renamed category
1809         keywords to match gnus-cus.
1810         (gnus-agent-summary-fetch-series): Modified to protect against
1811         gnus-agent-summary-fetch-group clearing processable flags.
1812         (gnus-agent-synchronize-group-flags): Update live group buffer as
1813         synchronization may occur due to the user toggling the plugged
1814         status.
1815         (gnus-agent-braid-nov): Now tests new nov entries
1816         for duplicates which are removed.  The invalid sort check then
1817         triggers a rescan after the sort as sorting may have moved
1818         duplicate entries such that they can be cheaply detected.
1819         (gnus-agent-read-local): Trivial fix to format of
1820         error message to display actual error condition.
1821         (gnus-agent-save-local): Avoid saving symbols that are bound to
1822         nil as they simply result in a warning message in
1823         gnus-agent-read-local.
1824         (gnus-agent-fetch-group-1): Clear downloadable flag when article
1825         successfully downloaded.
1826         (gnus-agent-regenerate-group): Use
1827         gnus-agent-synchronize-group-flags to reset read status in both
1828         gnus and server.
1830         * nntp.el (nntp-end-of-line): Doc fix.
1831         (nntp-authinfo-rejected): New error condition.
1832         (nntp-wait-for): Use new error condition to signal authentication
1833         error.
1834         (nntp-retrieve-data): Rethrow new error condition to break out of
1835         recursive call to nntp-send-authinfo.
1837 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1839         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
1840         rather than make-variable-buffer-local for file-precious-flag.
1842 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1844         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
1846 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1848         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
1849         as a buffer-local variable.  This avoids creating truncated
1850         dribble files as a result of a hang up, eg.
1852 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
1854         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
1855         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1856         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1857         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1858         argument to all these routines, so the passphrase can be managed
1859         externally and passed in to the system.
1860         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
1861         pgg-add-passphrase-to-cache function.
1863         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
1864         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
1865         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
1866         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
1867         argument to all these routines, so the passphrase can be managed
1868         externally and passed in to the system.
1869         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
1870         function.
1872 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
1874         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1875         part of the decoded armor to find the key-identifier.
1876         (pgg-gpg-lookup-key-owner): New function to return the
1877         human-readable identifier of a key owner.
1878         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
1879         key itself.
1880         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1881         the key value) if we have a key and can match it against a secret
1882         key.  Also, added a note pointing out fact that the prompt only
1883         indicates the first matching key.
1885         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1886         pgg-decrypt-region.
1887         (pgg-pending-timers): A new hash for tracking the passphrase cache
1888         timers, so that new ones supercede old ones.
1889         (pgg-add-passphrase-to-cache): Rename from
1890         `pgg-add-passphrase-cache' to reduce confusion (all callers
1891         changed).  Modified to cancel old timers when new ones are added.
1892         (pgg-remove-passphrase-from-cache): Rename from
1893         `pgg-remove-passphrase-cache' to reduce confusion (all callers
1894         changed).  Modified to cancel old timers when their keys are
1895         removed from the cache.
1896         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
1897         XEmacs, an indirection to delete-itimer.
1898         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
1899         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
1900         users can only check cache without risk of prompting.  Correct bug in
1901         notruncate behavior.
1902         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
1903         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
1904         Add informative docstrings.
1905         (pgg-decrypt): Convey provided passphrase in subordinate call to
1906         pgg-decrypt-region.
1908 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
1910         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1911         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1912         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1913         'passphrase' argument, so the passphrase can be managed externally
1914         and then passed in to the system.
1916         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1917         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1918         so the passphrase cache can be used reliably with identifiers
1919         besides a pgp packet's key id.
1921         * pgg-gpg.el (pgg-pgp-encrypt-region)
1922         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1923         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1924         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1925         argument to all these routines, so the passphrase can be managed
1926         externally and passed in to the system.
1928         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1929         'notruncate' argument, so the passphrase cache can be used
1930         reliably with identifiers besides a pgp packet's key id.
1932 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
1934         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1935         symmetric encryption.
1936         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1937         encrypted session key.
1938         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1939         message ask for the passphrase in a proper way.
1941         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1942         New user commands for symmetric encryption.
1944 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1946         * gnus-delay.el (gnus-delay-group): Don't autoload.
1947         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
1948         to be re-loaded when customizing the `gnus-delay' group.
1950 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
1952         * message.el: Revert last changes.
1953         (message-insert-citation-line): Use newlines.
1955 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
1957         * message.el (message-courtesy-message)
1958         (message-mark-insert-begin, message-mark-insert-end)
1959         (message-elide-ellipsis, message-cancel-message)
1960         (message-add-header, message-change-subject)
1961         (message-cross-post-followup-to-header)
1962         (message-cross-post-insert-note, message-reduce-to-to-cc)
1963         (message-widen-reply, message-delete-not-region)
1964         (message-kill-to-signature, message-insert-signature)
1965         (message-insert-importance-high, message-insert-importance-low)
1966         (message-insert-or-toggle-importance)
1967         (message-insert-disposition-notification-to)
1968         (message-indent-citation, message-yank-original)
1969         (message-cite-original-without-signature, message-cite-original)
1970         (message-insert-citation-line, message-position-on-field)
1971         (message-fix-before-sending, message-send-mail-partially)
1972         (message-send-mail, message-send-mail-with-sendmail)
1973         (message-send-mail-with-qmail, message-send-news)
1974         (message-check-news-header-syntax, message-generate-headers)
1975         (message-insert-courtesy-copy, message-fill-address)
1976         (message-fill-header, message-shorten-references)
1977         (message-setup-1, message-cancel-news)
1978         (message-forward-make-body-plain, message-forward-make-body-mime)
1979         (message-forward-make-body-mml, message-encode-message-body)
1980         (message-forward-make-body-digest-plain)
1981         (message-forward-make-body-digest-mime)
1982         (message-use-alternative-email-as-from): Insert `hard-newline'
1983         instead of ordinary newlines.
1985 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1987         * message.el (message-generate-headers): Downcase the argument
1988         given to message-check-element.
1990 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1992         * gnus.el (gnus-parameters-case-fold-search): New variable.
1993         (gnus-parameters-get-parameter): Use it.
1995         * gnus-score.el (gnus-home-score-file): Doc fix.
1997 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
1999         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
2001 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2003         * mml.el (mml-preview): Doc fix.
2005 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2007         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
2008         whitespace removed in revision 7.8.  Use concatenated string to
2009         protect trailing whitespace.
2011 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
2013         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
2014         (nnimap-request-expire-articles): Use it to avoid sending 'UID
2015         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
2016         Courier IMAP ("some version from 2004").  Mostly based on similar
2017         code in the same function.
2019 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2021         * message.el (message-display-completion-list): New function.
2022         (message-expand-group): Use it; make sure the Completions buffer
2023         is modifiable.
2025 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
2027         * imap.el (imap-open): Handle case where buffer is a buffer
2028         object.
2030 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
2032         * pgg-def.el:
2033         * pgg-gpg.el:
2034         * pgg-parse.el:
2035         * pgg-pgp.el:
2036         * pgg-pgp5.el:
2037         * pgg.el: Move to the parent lisp directory.
2039 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
2041         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
2042         user-mail-name is an empty string.
2044 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
2046         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
2047         depending on gnus-score-decay-constant.
2049 2005-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2051         * nnslashdot.el (nnslashdot-request-article)
2052         (nnslashdot-retrieve-headers-1): Update to new HTML.
2054 2005-10-23  Simon Josefsson  <jas@extundo.com>
2056         * imap.el (imap-gssapi-program): Align command line parameters
2057         with latest GNU SASL.
2058         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
2060 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
2062         * mail-source.el (mail-source-fetch-pop): Require pop3.
2063         (mail-source-check-pop): Ditto.
2065 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2067         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
2068         errors.
2070 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
2072         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
2073         (gnus-treat-strip-leading-blank-lines): Improve doc string.
2075         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
2077 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2079         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
2080         (rfc2047-charset-to-coding-system): New function.
2081         (rfc2047-decode-encoded-words): New function.
2082         (rfc2047-decode-region): Use them.
2083         (rfc2047-decode-cte): Remove.
2084         (rfc2047-parse-and-decode): Remove.
2085         (rfc2047-decode): Remove.
2087 2005-10-15  Kenichi Handa  <handa@m17n.org>
2089         * rfc2047.el (rfc2047-decode-cte): New function.
2090         (rfc2047-decode-region): Change the way to decode successive
2091         encoded-words: decode B- or Q-encoding in each encoded-word,
2092         concatenate them, and decode it as charset.
2094 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
2096         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
2097         widget-move-and-invoke.
2098         (gnus-custom-mode): Use gnus-custom-map.
2100 2005-10-15  Bill Wohler  <wohler@newt.com>
2102         * message.el (message-tool-bar-map): Renamed image file from
2103         mail_send to mail/send.
2105 2005-10-16  Masatake YAMATO  <jet@gyve.org>
2107         * message.el (message-expand-group): Pass the common
2108         prefix substring of completion to `display-completion-list'.
2110 2005-10-09  Daniel Brockman  <daniel@brockman.se>
2112         * format-spec.el (format-spec): Propagate text properties of % spec.
2114 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
2116         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
2118 2005-10-08  Simon Josefsson  <jas@extundo.com>
2120         * pgg-parse.el (top-level): Don't require custom, it is
2121         autoloaded.  (To sync with No Gnus.)
2123 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
2125         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
2127 2005-10-08  Simon Josefsson  <jas@extundo.com>
2129         * pgg-def.el (top-level): Don't require custom, it is
2130         autoloaded.  (To sync with No Gnus.)
2132 2005-10-04  David Hansen  <david.hansen@gmx.net>
2134         * nnrss.el (nnrss-request-article): Add support for the comments tag.
2135         (nnrss-check-group): Ditto.
2137 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2139         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
2141         * gnus-util.el (gnus-remove-duplicates): Remove.
2143         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
2144         instead of gnus-remove-duplicates.
2146         * message.el (message-remove-duplicates): Remove.
2147         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
2148         message-remove-duplicates.
2150         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
2151         available, else use implementation from `delete-dups'.
2153 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2155         * time-date.el: Autoload parse-time-string, XEmacs needs it.
2157 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2159         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
2160         function rather than the diff-mode.el package.
2161         (mm-display-external): Use with-current-buffer.
2162         (mm-viewer-completion-map, mm-viewer-completion-map):
2163         Move initialization inside declaration.
2165 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
2167         * message.el: Remove useless autoloads.
2169 2005-09-28  Simon Josefsson  <jas@extundo.com>
2171         * message.el (message-use-idna): Default to t.
2172         (message-use-idna): Test whether encoding works too.  Doc fix.
2174 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2176         * nntp.el (nntp-warn-about-losing-connection): Remove.
2178 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
2180         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
2181         customizable.  Change default value.
2182         (mm-uu-diff-groups-regexp): Change default value.
2183         (mm-uu-type-alist): Add doc string.
2184         (mm-uu-configure): Add doc string.  Make it interactive.
2185         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
2187 2005-09-27  Simon Josefsson  <jas@extundo.com>
2189         * message.el (message-idna-to-ascii-rhs-1): Reformat.
2191 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2193         * message.el (message-remove-duplicates): New function.
2194         Implementation borrowed from `gnus-remove-duplicates'.
2195         (message-idna-to-ascii-rhs): Also encode idna addresses in
2196         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
2197         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
2198         only ask about the same idna domain once per header and also tell
2199         in what header to replace the idna domain.
2201         * gnus-art.el (article-decode-idna-rhs): Also decode idna
2202         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
2203         (article-decode-idna-rhs): Fix regexp so that all idna-address in
2204         a header is decoded and not just the last one.
2206 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2208         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
2209         has been decoded.
2211         * mm-decode.el (mm-insert-part): Don't modify text if it has been
2212         decoded.
2214         * mm-view.el (mm-inline-text): Don't strip text props unless
2215         decoding enriched or richtext parts.
2217 2005-09-25  Romain Francoise  <romain@orebokech.com>
2219         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
2220         * gnus-start.el (gnus-subscribe-interactively):
2221         * gnus-uu.el (gnus-uu-grab-articles):
2222         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
2223         space.
2225 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
2227         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2228         * mm-view.el (mm-view-pkcs7-decrypt):
2229         * gnus-sum.el (gnus-summary-limit-to-extra)
2230         (gnus-summary-respool-article, gnus-read-move-group-name):
2231         * gnus-score.el (gnus-summary-increase-score):
2232         * gnus-util.el (gnus-completing-read-with-default):
2233         * gnus-art.el (gnus-read-save-file-name)
2234         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
2235         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
2236         * message.el (message-check-news-header-syntax):
2237         Follow convention for reading with the minibuffer.
2239 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
2241         * spam-report.el (spam-report-url-ping-plain):
2242         Use gnus-extended-version as User-Agent.
2244         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
2245         default value is nil.
2247 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2249         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
2250         default to nil, to be able to use Gnus at all.  If the default
2251         switches to something else, then the function should be fixed not
2252         be exceedingly slow.
2254 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
2256         * mm-url.el (mm-url-decode-entities): Fix regexp.
2258 2005-09-18  Deepak Goel  <deego@gnufans.org>
2260         * sieve.el (sieve-help): Fix `message' call: first arg should be a
2261         format spec.
2263 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2265         * gnus.el (gnus-group-startup-message): Bind image-load-path.
2267 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2269         * gnus-art.el (gnus-mime-display-part): Protect against broken
2270         MIME messages.
2272 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2274         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
2275         before parsing header.
2277 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
2279         * spam-report.el (spam-report-gmane): Fix generation of spam
2280         report URL.
2282 2005-09-10  Simon Josefsson  <jas@extundo.com>
2284         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
2285         t, based on discussion on the ding list with Robert Epprecht
2286         <epprecht@solnet.ch>.
2288 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
2290         * spam-report.el (spam-report-gmane): Make it work without
2291         X-Report-Spam header.  Gmane now only provides Archived-At.
2292         This is only used if `spam-report-gmane-use-article-number' is nil.
2293         (spam-report-gmane-spam-header): Remove.  Not used anymore.
2295         * nnweb.el (nnweb-google-wash-article): Print a message if article
2296         is not available.
2298 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2300         * gnus-art.el (gnus-mime-display-single): Decode text/* parts
2301         content before displaying.
2303 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
2305         * mml-smime.el: Remove defvar of gnus-extract-address-components.
2307 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2309         * mm-view.el (mm-display-inline-fontify): Disable support modes.
2311 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
2313         * message.el (message-tab-body-function): Fixed mismatched custom
2314         type.
2316         * gnus.el (gnus-group-change-level-function): Ditto.
2318         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
2320         * gnus-art.el (gnus-signature-limit)
2321         (gnus-article-mime-part-function): Ditto.
2323 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
2325         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
2326         Make fetching article by MID work again for Google Groups.  Added
2327         FIXME concerning gnus-group-make-web-group.
2329         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
2330         Don't depend on Gnus by using mail-extract-address-components if
2331         gnus-extract-address-components is not bound.
2333         * gnus.el (gnus-user-agent): Use list of symbols instead of
2334         symbols.  Display full version number for (S)XEmacs.  Optionally
2335         display (S)XEmacs codename.
2337         * gnus-util.el (gnus-emacs-version): Update for new
2338         `gnus-user-agent'.
2340         * gnus-msg.el (gnus-extended-version): Make it possible to omit
2341         Gnus version.
2343 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
2345         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
2346         when encoding.
2348         * mm-bodies.el (mm-decode-content-transfer-encoding):
2349         De-canonicalize CRLF for all text content types, not just
2350         text/plain.
2352 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2354         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
2356         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
2357         list, not listp.
2359 2005-08-29  Romain Francoise  <romain@orebokech.com>
2361         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
2362         docstring.
2363         (gnus-face-from-file): Likewise.
2365 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
2367         * gnus-art.el (w3m-minor-mode-map):
2368         * gnus-spec.el (gnus-newsrc-file-version):
2369         * gnus-util.el (nnmail-active-file-coding-system)
2370         (gnus-original-article-buffer, gnus-user-agent):
2371         * gnus.el (gnus-ham-process-destinations)
2372         (gnus-parameter-ham-marks-alist)
2373         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
2374         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
2375         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
2376         * mm-decode.el (gnus-current-window-configuration):
2377         * mm-extern.el (gnus-article-mime-handles):
2378         * mm-url.el (url-current-object, url-package-name)
2379         (url-package-version):
2380         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
2381         (smime-keys, w3m-cid-retrieve-function-alist)
2382         (w3m-current-buffer, w3m-display-inline-images)
2383         (w3m-minor-mode-map):
2384         * mml-smime.el (gnus-extract-address-components):
2385         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
2386         (gnus-newsrc-hashtb, message-default-charset)
2387         (message-deletable-headers, message-options)
2388         (message-posting-charset, message-required-mail-headers)
2389         (message-required-news-headers):
2390         * mml1991.el (mc-pgp-always-sign):
2391         * mml2015.el (mc-pgp-always-sign):
2392         * nnheader.el (nnmail-extra-headers):
2393         * rfc1843.el (gnus-decode-encoded-word-function)
2394         (gnus-decode-header-function, gnus-newsgroup-name):
2395         * spam-stat.el (gnus-original-article-buffer): Add defvars.
2397 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
2399         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
2400         the end of the date treatments.
2402 2005-08-15  Simon Josefsson  <jas@extundo.com>
2404         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
2405         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
2406         Capello and Romain Francoise.
2407         (pgg-fetch-key-function): Removed, not used?
2408         (pgg-insert-url-with-w3): Require url, to get
2409         url-insert-file-contents regardless of where it is defined.
2411 2005-08-08  Simon Josefsson  <jas@extundo.com>
2413         * pgg.el: Autoload url-insert-file-contents instead of loading
2414         w3/url.
2415         (pgg-insert-url-with-w3): Don't load url here.
2417 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
2419         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
2421         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
2423 2005-08-06  Romain Francoise  <romain@orebokech.com>
2425         * message.el: Fix typo in docstring.
2427 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2429         * mm-bodies.el (mm-encode-body): Use coding system rather than
2430         charset to encode text.
2432         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
2433         number of charsets if utf-8 is available (XEmacs).
2435 2005-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2437         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
2438         start of the lines.
2439         (gnus-picon-databases): Add /usr/share/picons.
2441 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
2443         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
2444         taken from `gnus-button-mid-or-mail-regexp'.
2445         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
2446         (gnus-button-alist): Improve regexp for domain part of the MIDs
2447         for news:localpart@domain buttons.
2448         (gnus-button-ctan-directory-regexp): Update.
2450         * message.el (message-kill-buffer): Raise the current frame.
2451         (message-bury): Use `window-dedicated-p'.
2453 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2455         * sieve-manage.el (sieve-manage-interactive-login): Use
2456         make-local-variable rather than make-variable-buffer-local.
2457         (sieve-manage-open): Ditto.
2458         (sieve-manage-authenticate): Ditto.
2460         * mml.el (mml-generate-mime-1): Make the content type default to
2461         text/plain if the filename is not specified.
2463 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2465         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
2466         instead of insert-buffer.
2468         * message.el (message-yank-original): Ditto; set the mark at the
2469         end of the yanked message.
2471 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2473         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
2474         lines to scroll rather than to stop it.
2476         * mml.el (mml-generate-default-type): Add doc string.
2477         (mml-generate-mime-1): Use mm-default-file-encoding or make it
2478         default to application/octet-stream when determining the content
2479         type if it is not specified for the part or the mml contents; add
2480         a comment about mml-generate-default-type.
2482 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
2484         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
2485         make it default to application/octet-stream when determining the
2486         content type if it is not specified for the external contents.
2488 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2490         * rfc2231.el (rfc2231-parse-string): Take care that not only a
2491         segmented parameter but also other parameters might be there.
2493 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2495         * mm-decode.el (mm-display-external): Delete temp file, directory
2496         and buffer immediately if the external process is exited.
2498 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2500         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
2501         fewer lines than that of scroll-margin.
2502         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
2504 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2506         * gnus-art.el (gnus-article-next-page): Revert.
2507         (gnus-article-beginning-of-window): New macro.
2508         (gnus-article-next-page-1): Use it.
2509         (gnus-article-prev-page): Ditto.
2510         (gnus-mime-save-part-and-strip): Use insert-buffer-substring
2511         instead of insert-buffer.
2512         (gnus-mime-delete-part): Ditto.
2513         (gnus-article-edit-exit): Ditto.
2515         * gnus-util.el (gnus-beginning-of-window): Remove.
2516         (gnus-end-of-window): Remove.
2518 2005-07-25  Simon Josefsson  <jas@extundo.com>
2520         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
2521         to have the url package without w3.  Reported by Daiki Ueno
2522         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
2524 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2526         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
2527         for text/rtf.  Display default in prompt.  Pass default for M-n.
2529         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
2531 2005-07-16  Romain Francoise  <romain@orebokech.com>
2533         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
2534         instead of `current-time-string' as the latter creates a time
2535         string that is not RFC 2822 compliant (it lacks the zone).
2537 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2539         * gnus-msg.el (gnus-button-mailto): Remove
2540         save-selected-window-window hackery because it relies on
2541         save-selected-window internals.
2543 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2545         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
2546         (gnus-article-next-page-1): Use gnus-beginning-of-window.
2547         (gnus-article-prev-page): Ditto.
2549         * gnus-util.el (gnus-beginning-of-window): New function.
2550         (gnus-end-of-window): New function.
2552 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2554         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
2555         gnus-add-minor-mode.
2556         (gnus-binary-mode): Ditto.
2558         * gnus-topic.el (gnus-topic-mode): Ditto.
2560 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
2562         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
2563         (gnus-article-prev-page): Take scroll-margin into consideration.
2565 2005-07-04  Lute Kamstra  <lute@gnu.org>
2567         Update FSF's address in GPL notices.
2569 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
2571         * gnus.el (gnus-exit):
2572         * gnus-group.el (gnus-group-icons):
2573         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
2575         * gnus-nocem.el (gnus-nocem):
2576         * message.el (message-various, message-buffers, message-sending)
2577         (message-interface, message-forwarding, message-insertion)
2578         (message-headers, message-news, message-mail):
2579         * pgg-gpg.el (pgg-gpg):
2580         * pgg-parse.el (pgg-parse):
2581         * pgg-pgp.el (pgg-pgp):
2582         * pgg-pgp5.el (pgg-pgp5):
2583         * pop3.el (pop3): Finish `defgroup' description with period.
2585 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2587         * gnus-art.el (article-display-face): Improve the efficiency.
2588         (article-display-x-face): Ditto; remove grey x-face stuff.
2590 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2592         * gnus-art.el (article-display-face): Correct the position in
2593         which Faces are inserted; use dolist.
2595 2005-06-29  Didier Verna  <didier@xemacs.org>
2597         * gnus-art.el (article-display-face): Display faces in correct
2598         order.
2600 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2602         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
2603         (gnus-nocem-check-article): Fetch the Type header.
2604         (gnus-nocem-message-wanted-p): Fix the way to examine types.
2605         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
2606         (gnus-nocem-enter-article): Make sure gnus-nocem-hashtb is initialized.
2608         * pgg.el (pgg-verify): Return the verification result.
2610 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
2612         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
2613         `show-nonbreak-escape'.
2615 2005-06-23  Lute Kamstra  <lute@gnu.org>
2617         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
2619         * dig.el (dig-mode):
2620         * smime.el (smime-mode): Use gnus-run-mode-hooks.
2622 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
2624         * nnimap.el (nnimap-split-download-body): Fix spellings.
2626 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
2628         * gnus-art.el (gnus-article-encrypt-body):
2629         * gnus-cus.el (gnus-score-customize):
2630         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
2631         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
2633 2005-06-16  Miles Bader  <miles@gnu.org>
2635         * spam.el (spam): Remove "-face" suffix from face name.
2636         (spam-face): New backward-compatibility alias for renamed face.
2637         (spam-face, spam-initialize): Use renamed spam face.
2639         * message.el (message-header-to, message-header-cc)
2640         (message-header-subject, message-header-newsgroups)
2641         (message-header-other, message-header-name)
2642         (message-header-xheader, message-separator, message-cited-text)
2643         (message-mml): Remove "-face" suffix from face names.
2644         (message-header-to-face, message-header-cc-face)
2645         (message-header-subject-face, message-header-newsgroups-face)
2646         (message-header-other-face, message-header-name-face)
2647         (message-header-xheader-face, message-separator-face)
2648         (message-cited-text-face, message-mml-face):
2649         New backward-compatibility aliases for renamed faces.
2650         (message-font-lock-keywords): Use renamed message faces.
2652         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
2653         (sieve-test-commands, sieve-tagged-arguments):
2654         Remove "-face" suffix from face names.
2655         (sieve-control-commands-face, sieve-action-commands-face)
2656         (sieve-test-commands-face, sieve-tagged-arguments-face):
2657         New backward-compatibility aliases for renamed faces.
2658         (sieve-control-commands-face, sieve-action-commands-face)
2659         (sieve-test-commands-face, sieve-tagged-arguments-face):
2660         Use renamed sieve faces.
2662         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
2663         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
2664         (gnus-group-news-3-empty, gnus-group-news-4)
2665         (gnus-group-news-4-empty, gnus-group-news-5)
2666         (gnus-group-news-5-empty, gnus-group-news-6)
2667         (gnus-group-news-6-empty, gnus-group-news-low)
2668         (gnus-group-news-low-empty, gnus-group-mail-1)
2669         (gnus-group-mail-1-empty, gnus-group-mail-2)
2670         (gnus-group-mail-2-empty, gnus-group-mail-3)
2671         (gnus-group-mail-3-empty, gnus-group-mail-low)
2672         (gnus-group-mail-low-empty, gnus-summary-selected)
2673         (gnus-summary-cancelled, gnus-summary-high-ticked)
2674         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
2675         (gnus-summary-high-ancient, gnus-summary-low-ancient)
2676         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
2677         (gnus-summary-low-undownloaded)
2678         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
2679         (gnus-summary-low-unread, gnus-summary-normal-unread)
2680         (gnus-summary-high-read, gnus-summary-low-read)
2681         (gnus-summary-normal-read, gnus-splash):
2682         Remove "-face" suffix from face names.
2683         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2684         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2685         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2686         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2687         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2688         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2689         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2690         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2691         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2692         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2693         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2694         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2695         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2696         (gnus-summary-normal-ticked-face)
2697         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
2698         (gnus-summary-normal-ancient-face)
2699         (gnus-summary-high-undownloaded-face)
2700         (gnus-summary-low-undownloaded-face)
2701         (gnus-summary-normal-undownloaded-face)
2702         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2703         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2704         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2705         (gnus-splash-face):
2706         New backward-compatibility aliases for renamed faces.
2707         (gnus-group-startup-message): Use renamed gnus faces.
2709         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
2710         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
2711         (gnus-server-agent): Remove "-face" suffix from face names.
2712         (gnus-server-agent-face, gnus-server-opened-face)
2713         (gnus-server-closed-face, gnus-server-denied-face)
2714         (gnus-server-offline-face):
2715         New backward-compatibility aliases for renamed faces.
2716         (gnus-server-agent-face, gnus-server-opened-face)
2717         (gnus-server-closed-face, gnus-server-denied-face)
2718         (gnus-server-offline-face): Use renamed gnus faces.
2720         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
2721         Remove "-face" suffix from face names.
2722         (gnus-picon-xbm-face, gnus-picon-face):
2723         New backward-compatibility aliases for renamed faces.
2725         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
2726         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
2727         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
2728         (gnus-cite-11): Remove "-face" suffix from face names.
2729         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
2730         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
2731         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
2732         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
2733         New backward-compatibility aliases for renamed faces.
2734         (gnus-cite-attribution-face, gnus-cite-face-list)
2735         (gnus-article-boring-faces): Use renamed gnus faces.
2737         * gnus-art.el (gnus-signature, gnus-header-from)
2738         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
2739         (gnus-header-content): Remove "-face" suffix from face names.
2740         (gnus-signature-face, gnus-header-from-face)
2741         (gnus-header-subject-face, gnus-header-newsgroups-face)
2742         (gnus-header-name-face, gnus-header-content-face):
2743         New backward-compatibility aliases for renamed faces.
2744         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
2746         * gnus-sum.el (gnus-summary-selected-face)
2747         (gnus-summary-highlight): Use renamed gnus faces.
2748         * gnus-group.el (gnus-group-highlight): Likewise.
2750 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
2752         * gnus-sieve.el (gnus-sieve-article-add-rule):
2753         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
2754         * spam-stat.el (spam-stat-buffer-change-to-spam)
2755         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
2757         * message.el (message-is-yours-p):
2758         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
2760 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2762         * mm-view.el (mm-inline-text): Withdraw the last change.
2764 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2766         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
2767         executing enriched-decode.
2769 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
2771         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
2773 2005-06-04  Lute Kamstra  <lute@gnu.org>
2775         * nnfolder.el (nnfolder-read-folder): Make sure that undo
2776         information is never recorded.
2778 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2780         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
2782 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2784         * gnus-art.el (article-display-x-face): Replace
2785         process-kill-without-query by gnus-set-process-query-on-exit-flag.
2787         * gnus-group.el: Bind gnus-cache-active-hashtb when compiling.
2789         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
2790         set-process-query-on-exit-flag or process-kill-without-query.
2792         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
2793         loop instead of replace-regexp.
2795         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
2796         instead of process-kill-without-query if it is available.
2798         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
2799         instead of find-file-hooks if it is available.
2801         * mml1991.el: Bind pgg-default-user-id when compiling.
2803         * mml2015.el: Bind pgg-default-user-id when compiling.
2805         * nndraft.el (nndraft-request-associate-buffer):
2806         Use write-contents-functions instead of write-contents-hooks if it is
2807         available.
2809         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
2810         instead of find-file-hooks if it is available.
2812         * nntp.el (nntp-open-connection): Replace
2813         process-kill-without-query by gnus-set-process-query-on-exit-flag.
2814         (nntp-open-ssl-stream): Ditto.
2815         (nntp-open-tls-stream): Ditto.
2817 2005-05-31  Simon Josefsson  <jas@extundo.com>
2819         * imap.el (imap-ssl-open): Use imap-process-connection-type,
2820         instead of hard coding to nil.
2822 2005-05-31  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2824         * gnus-group.el: Require gnus-sum and autoload functions to
2825         resolve warnings when gnus-group.el compiled alone.
2827 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
2829         * gnus-agent.el (gnus-agent-regenerate-group)
2830         (gnus-agent-fetch-articles): Replace `string-to-int' by
2831         `string-to-number'.
2832         * gnus-art.el (gnus-button-fetch-group): Ditto.
2833         * gnus-cache.el (gnus-cache-generate-active)
2834         (gnus-cache-articles-in-group): Ditto.
2835         * gnus-group.el (gnus-group-set-current-level)
2836         (gnus-group-insert-group-line): Ditto.
2837         * gnus-score.el (gnus-score-set-expunge-below)
2838         (gnus-score-set-mark-below, gnus-summary-score-effect)
2839         (gnus-summary-score-entry): Ditto.
2840         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
2841         (gnus-soup-pack): Ditto.
2842         * gnus-spec.el (gnus-xmas-format): Ditto.
2843         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
2844         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
2845         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
2846         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
2847         * nndb.el (nndb-get-remote-expire-response): Ditto.
2848         * nndiary.el (nndiary-parse-schedule-value)
2849         (nndiary-string-to-number, nndiary-request-replace-article)
2850         (nndiary-request-article): Ditto.
2851         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
2852         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
2853         * nneething.el (nneething-make-head): Ditto.
2854         * nnfolder.el (nnfolder-request-article)
2855         (nnfolder-retrieve-headers): Ditto.
2856         * nnheader.el (nnheader-file-to-number): Ditto.
2857         * nnkiboze.el (nnkiboze-request-article): Ditto.
2858         * nnmail.el (nnmail-process-unix-mail-format)
2859         (nnmail-process-babyl-mail-format): Ditto.
2860         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
2861         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
2862         (nnmh-request-create-group, nnmh-request-list-1)
2863         (nnmh-request-group, nnmh-request-article): Ditto.
2864         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
2865         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
2866         * nnsoup.el (nnsoup-make-active): Ditto.
2867         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
2868         * nntp.el (nntp-find-group-and-number)
2869         (nntp-retrieve-headers-with-xover): Ditto.
2870         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
2871         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
2872         (pgg-format-key-identifier): Ditto.
2873         * pop3.el (pop3-last, pop3-stat): Ditto.
2874         * qp.el (quoted-printable-decode-region): Ditto.
2876         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
2877         of concat.
2879 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2881         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
2883         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
2885         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
2887         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
2889         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
2891         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
2893         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
2894         (gnus-carpal-mode): Ditto.
2896         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
2897         (gnus-browse-mode): Ditto.
2899         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
2901         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
2903 2005-05-29  Richard M. Stallman  <rms@gnu.org>
2905         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
2907 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2909         * gnus-util.el (gnus-run-mode-hooks): New function.
2911         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
2913 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
2915         * gnus-agent.el (gnus-agent-make-mode-line-string):
2916         Use mode-line-highlight as mouse-face.
2918 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2920         * canlock.el (canlock): Change the parent group to news.
2922         * deuglify.el (gnus-outlook-deuglify): Add :group.
2924         * dig.el (dig): Add :group.
2926         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Add :group.
2928         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
2929         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
2930         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
2931         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
2932         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
2934         * gnus-diary.el (gnus-diary): Add :group.
2936         * gnus.el (gnus-group-news-1-face): Add :group.
2937         (gnus-group-news-1-empty-face): Ditto.
2938         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
2939         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
2940         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
2941         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
2942         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
2943         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
2944         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
2945         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
2946         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
2947         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
2948         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
2949         (gnus-summary-high-ticked-face): Ditto.
2950         (gnus-summary-low-ticked-face): Ditto.
2951         (gnus-summary-normal-ticked-face): Ditto.
2952         (gnus-summary-high-ancient-face): Ditto.
2953         (gnus-summary-low-ancient-face): Ditto.
2954         (gnus-summary-normal-ancient-face): Ditto.
2955         (gnus-summary-high-undownloaded-face): Ditto.
2956         (gnus-summary-low-undownloaded-face): Ditto.
2957         (gnus-summary-normal-undownloaded-face): Ditto.
2958         (gnus-summary-high-unread-face): Ditto.
2959         (gnus-summary-low-unread-face): Ditto.
2960         (gnus-summary-normal-unread-face): Ditto.
2961         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
2962         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
2964         * message.el (message-minibuffer-local-map): Add :group.
2966         * sieve-manage.el (sieve-manage-log): Add :group.
2967         (sieve-manage-default-user): Diito.
2968         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
2969         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
2970         (sieve-manage-authenticators): Ditto.
2971         (sieve-manage-authenticator-alist): Ditto.
2972         (sieve-manage-default-port): Ditto.
2974         * sieve-mode.el (sieve-control-commands-face): Add :group.
2975         (sieve-action-commands-face): Ditto.
2976         (sieve-test-commands-face): Ditto.
2977         (sieve-tagged-arguments-face): Ditto.
2979         * smime.el (smime): Add :group.
2981         * spam-report.el (spam-report): Add :group.
2983         * spam.el (spam, spam-face): Add :group.
2985 2005-05-26  Lute Kamstra  <lute@gnu.org>
2987         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
2989 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2991         * gnus-art.el: Don't autoload mail-extract-address-components.
2993         * gnus.el: Use eval-and-compile to autoload message-y-or-n-p.
2995         * nndb.el: Don't declare the nndb back end two or more times; don't
2996         autoload news-reply-mode, news-setup, cancel-timer and telnet.
2998         * nntp.el: Autoload format-spec instead of format; use
2999         eval-and-compile to evaluate autoload forms.
3001         * spam-report.el (spam-report-process-queue): Use gnus-point-at-eol.
3003 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3005         * gnus-art.el (article-date-ut): Support converting date in
3006         forwarded parts as well.
3007         (gnus-article-save-original-date): New macro.
3008         (gnus-display-mime): Use it.
3010 2005-04-28  David Hansen  <david.hansen@physik.fu-berlin.de>
3012         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
3013         enclosure element of <item>.
3015 2005-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
3017         * spam-report.el (spam-report-unplug-agent)
3018         (spam-report-plug-agent, spam-report-deagentize)
3019         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
3020         support for the Agent in spam-report: when unplugged, report to a
3021         file; when plugged, submit all the requests.
3022         [Added missing offline functionality from trunk.]
3024 2005-04-24  Reiner Steib  <Reiner.Steib@gmx.de>
3026         * spam-report.el (spam-report-url-to-file)
3027         (spam-report-requests-file): New function and variable for offline
3028         reporting.
3029         (spam-report-url-ping-function): Add `spam-report-url-to-file'
3030         and user defined function.
3031         (spam-report-process-queue): New function.
3032         Process requests from `spam-report-requests-file'.
3033         (spam-report-url-ping-mm-url): Autoload.
3034         [Added missing offline functionality from trunk.]
3036 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3038         * qp.el (quoted-printable-encode-region): Save excursion.
3040 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3042         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
3043         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
3045 2005-04-13  Miles Bader  <miles@gnu.org>
3047         * mm-util.el (mm-string-to-multibyte): Use Gnus trunk definition.
3049 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3051         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
3052         contained in text because xml.el decodes entities) with LFs.
3054 2005-04-11  Lute Kamstra  <lute@gnu.org>
3056         * message.el (message-make-date): Handle byte-compiler warnings
3057         differently.
3058         * nnimap.el (nnimap-date-days-ago): Ditto.
3060 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3062         * mm-util.el (mm-string-to-multibyte): New function.
3063         (mm-detect-coding-region): Typo.
3065 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3067         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
3069 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3071         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
3072         argument in XEmacs.
3074         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
3075         (nnrss-request-group): Decode group name first.
3076         (nnrss-request-article): Make a text/plain article if mml-to-mime
3077         failed.
3078         (nnrss-get-encoding): Return a compatible encoding according to
3079         nnrss-compatible-encoding-alist.
3080         (nnrss-opml-export): Use dolist.
3081         (nnrss-find-el): Use consp instead of listp.
3082         (nnrss-order-hrefs): Use dolist.
3084 2005-04-06  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3086         * nnrss.el (nnrss-verbose): Remove.
3087         (nnrss-request-group): Use `nnheader-message' instead.
3089 2005-04-06  Mark Plaksin  <happy@usg.edu>  (tiny change)
3091         * nnrss.el (nnrss-verbose): New variable.
3092         (nnrss-request-group): Make it say nnrss is requesting a group.
3094 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3096         * gnus-agent.el (gnus-agent-group-path): Decode group name.
3097         (gnus-agent-group-pathname): Ditto.
3099         * gnus-cache.el (gnus-cache-file-name): Decode group name.
3101         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
3102         name for only %g and %c.
3103         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group
3104         instead of gnus-tmp-group to decoded group name.
3105         (gnus-group-make-group): Decode group name.
3106         (gnus-group-delete-group): Ditto.
3107         (gnus-group-make-rss-group): Exclude `/'s from group names;
3108         register the group data after opening the nnrss group; unify
3109         non-ASCII group names; encode group name.
3110         (gnus-group-catchup-current): Decode group name.
3111         (gnus-group-expire-articles-1): Ditto.
3112         (gnus-group-set-current-level): Ditto.
3113         (gnus-group-kill-group): Ditto.
3115         * gnus-spec.el (gnus-update-format-specifications): Flush the
3116         group format spec cache if it doesn't support decoded group names.
3118         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
3120         * nnrss.el: Require rfc2047 and mml.
3121         (nnrss-file-coding-system): New variable.
3122         (nnrss-format-string): Redefine it as an inline function.
3123         (nnrss-decode-group-name): New function.
3124         (nnrss-string-as-multibyte): Remove.
3125         (nnrss-retrieve-headers): Decode group name; don't use
3126         nnrss-format-string.
3127         (nnrss-request-group): Decode group name.
3128         (nnrss-request-article): Decode group name; allow a Message-ID as
3129         well as an article number; don't use nnrss-format-string; encode a
3130         Message-ID string which may contain non-ASCII characters; use
3131         mml-to-mime to compose a MIME article; use search-forward instead
3132         of re-search-forward.
3133         (nnrss-request-expire-articles): Decode group name.
3134         (nnrss-request-delete-group): Delete entries in nnrss-group-alist
3135         as well; decode group name.
3136         (nnrss-get-encoding): Fix regexp.
3137         (nnrss-fetch): Clarify error message.
3138         (nnrss-read-server-data): Use insert-file-contents instead of load;
3139         bind file-name-coding-system; use multibyte buffer.
3140         (nnrss-save-server-data): Insert newline; bind
3141         coding-system-for-write to the value of nnrss-file-coding-system;
3142         bind file-name-coding-system; add coding cookie.
3143         (nnrss-read-group-data): Use insert-file-contents instead of load;
3144         bind file-name-coding-system; use multibyte buffer.
3145         (nnrss-save-group-data): Bind coding-system-for-write to the
3146         value of nnrss-file-coding-system; bind file-name-coding-system.
3147         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
3148         make it work with non-ASCII text.
3149         (nnrss-opml-export): Use mm-set-buffer-file-coding-system instead
3150         of set-buffer-file-coding-system.
3151         (nnrss-find-el): Check carefully whether there's a list of string
3152         which old xml.el may return rather than a string; make it work
3153         with old xml.el as well.
3155 2005-04-06  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
3157         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
3159         * nnrss.el (nnrss-get-encoding): New function.
3160         (nnrss-fetch): Use unibyte buffer initially; bind
3161         coding-system-for-read while performing mm-url-insert; remove ^Ms;
3162         decode contents according to the encoding attribute.
3163         (nnrss-save-group-data): Add coding cookie.
3164         (nnrss-mime-encode-string): New function.
3165         (nnrss-check-group): Use it to encode subject and author.
3167 2005-04-06  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
3169         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
3170         failed.
3172 2005-04-06  Joakim Verona  <joakim@verona.se>  (tiny change)
3174         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
3176 2005-04-06  Jesper Harder  <harder@ifa.au.dk>
3178         * mm-util.el (mm-subst-char-in-string): Support inplace.
3180         * nnrss.el: Pedantic docstring and whitespace fixes (courtesy of
3181         checkdoc.el).
3182         (nnrss-request-article): Cleanup.
3183         (nnrss-request-delete-group): Use nnrss-make-filename.
3184         (nnrss-read-server-data): Use nnrss-make-filename; use load.
3185         (nnrss-save-server-data): Use nnrss-make-filename; use gnus-prin1.
3186         (nnrss-read-group-data): hash on description if link is missing;
3187         use nnrss-make-filename; use load.
3188         (nnrss-save-group-data): Use nnrss-make-filename; use gnus-prin1.
3189         (nnrss-make-filename): New function.
3190         (nnrss-close): New function.
3191         (nnrss-check-group): Hash on description if link is missing.
3192         (nnrss-get-namespace-prefix): Use string= to compare strings!
3193         Reported by David D. Smith <davidsmith@acm.org>.
3194         (nnrss-opml-export): Turn on sgml-mode.
3196 2005-04-06  Mark A. Hershberger  <mah@everybody.org>
3198         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
3200 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
3202         * message.el (message-make-date): Add defvars in order to silence
3203         the byte compiler inside the defun.
3205         * nnimap.el (nnimap-date-days-ago): Ditto.
3207         * gnus-demon.el (parse-time-string): Add autoload.
3209         * gnus-delay.el (parse-time-string): Add autoload.
3211         * gnus-art.el (parse-time-string): Add autoload.
3213         * nnultimate.el (parse-time): Require for `parse-time-string'.
3215 2005-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3217         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
3218         "Unrecognized menu descriptor" error in XEmacs.
3220 2005-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3222         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
3224         * mm-util.el (mm-replace-in-string): New function.
3225         (mm-xemacs-find-mime-charset-1): Ignore errors while loading
3226         latin-unity, which cannot be used with XEmacs 21.1.
3228         * rfc2047.el (rfc2047-encode-function-alist): Rename from
3229         rfc2047-encoding-function-alist in order to avoid conflicting with
3230         the old version.
3231         (rfc2047-encode-message-header): Remove useless goto-char.
3232         (rfc2047-encodable-p): Don't move point.
3233         (rfc2047-syntax-table): Treat `(' and `)' as is.
3234         (rfc2047-encode-region): Concatenate words containing non-ASCII
3235         characters in structured fields; don't encode space-delimited
3236         ASCII words even in unstructured fields; don't break words at
3237         char-category boundaries; encode encoded words in structured
3238         fields; treat text within parentheses as special; show the
3239         original text when error has occurred; move point to the end of
3240         the region after encoding, suggested by IRIE Tetsuya
3241         <irie@t.email.ne.jp>; treat backslash-quoted characters as
3242         non-special; check carefully whether to encode special characters;
3243         fix some kind of misconfigured headers; signal a real error if
3244         debug-on-quit or debug-on-error is non-nil; don't infloop,
3245         suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>; assume
3246         the close parenthesis may be included in the encoded word; encode
3247         bogus delimiters.
3248         (rfc2047-encode-string): Use mm-with-multibyte-buffer.
3249         (rfc2047-encode-max-chars): New variable.
3250         (rfc2047-encode-1): New function.
3251         (rfc2047-encode): Use it; encode text so that it occupies the
3252         maximum width within 76-column; work correctly on Q encoding for
3253         iso-2022-* charsets; fold the line before encoding; don't append a
3254         space if the encoded word includes close parenthesis.
3255         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
3256         sure not to break a line just after the header name.
3257         (rfc2047-b-encode-region): Remove.
3258         (rfc2047-b-encode-string): New function.
3259         (rfc2047-q-encode-region): Remove.
3260         (rfc2047-q-encode-string): New function.
3261         (rfc2047-encode-parameter): New function.
3262         (rfc2047-encoded-word-regexp): Don't use shy group.
3263         (rfc2047-decode-region): Follow rfc2047-encoded-word-regexp change.
3264         (rfc2047-parse-and-decode): Ditto.
3265         (rfc2047-decode): Treat the ascii coding-system as raw-text by default.
3267 2005-03-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3269         * rfc2047.el (rfc2047-encode-encoded-words): New variable.
3270         (rfc2047-field-value): Strip props.
3271         (rfc2047-encode-message-header): Disable header folding -- not
3272         all headers can be folded, and this should be done by the message
3273         composition mode.  Probably.  I think.
3274         (rfc2047-encodable-p): Say that =? needs encoding.
3275         (rfc2047-encode-region): Encode =? strings.
3277 2005-03-25  Jesper Harder  <harder@ifa.au.dk>
3279         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
3280         language tags; remove unnecessary '+'.  Reported by Stefan Wiens
3281         <s.wi@gmx.net>.
3282         (rfc2047-decode-string): Don't cons a string unnecessarily.
3283         (rfc2047-parse-and-decode, rfc2047-decode): Use a character for
3284         the encoding to avoid consing a string.
3285         (rfc2047-decode): Use mm-subst-char-in-string instead of
3286         mm-replace-chars-in-string.
3288 2005-03-25  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3290         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
3291         encodings of MIME-encoded words, in order to improve
3292         interoperability with several broken MUAs.
3294 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3296         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
3297         pass it to `gnus-browse-read-group'.
3298         (gnus-browse-read-group): Add NUMBER argument and pass it to
3299         `gnus-group-read-ephemeral-group'.
3301         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
3302         argument and pass it to `gnus-group-read-group'.
3304 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
3306         * mm-util.el (mm-xemacs-find-mime-charset): Only call
3307         mm-xemacs-find-mime-charset-1 if we have the mule feature
3308         available at runtime.
3310 2005-03-25  Werner Lemberg  <wl@gnu.org>
3312         * nnmaildir.el: Replace `illegal' with `invalid'.
3314 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3316         * gnus-start.el (gnus-display-time-event-handler):
3317         Check display-time-timer at runtime rather than only at load time
3318         in case display-time-mode is turned off in the mean time.
3320 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3322         * nnimap.el (nnimap-open-connection): Print which authinfo file is
3323         used.
3325         * nneething.el (nneething-map-file-directory): Derive from
3326         `gnus-directory'.
3328         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
3329         the To/Cc button.
3331 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3333         * nnmaildir.el (nnmaildir-request-accept-article):
3334         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
3336 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
3338         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
3339         autoloaded function.
3341 2005-03-13  Steve Youngs  <steve@sxemacs.org>
3343         * mm-url.el: Require timer-funcs at compile time when in XEmacs
3344         for `with-timeout'.
3346         * mail-source.el: Require timer-funcs at compile time when in
3347         XEmacs for `run-with-idle-timer'.
3349         * gnus-async.el: Ditto.
3351 2005-03-16  Lute Kamstra  <lute@gnu.org>
3353         * message.el (message-make-date): Require parse-time.
3355 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3357         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
3359 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
3361         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
3363 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
3365         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
3366         buffer (since IMAP server might return FETCH response out of
3367         order, and the nntp buffer must be sorted).
3369 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3371         * message.el: Don't autoload former message-utils variables.
3372         (message-strip-subject-trailing-was): Change doc string.
3374         * nnweb.el: Fixes for `gnus-group-make-web-group'.
3375         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
3376         (nnweb-google-search): Add "hl=en" here.
3377         (nnweb-google-parse-1, nnweb-google-create-mapping):
3378         Don't hardcode URL.
3380 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3382         * message.el (message-get-reply-headers, message-followup):
3383         Mention related variables `message-use-followup-to' and
3384         `message-use-mail-followup-to', in the information buffer.
3386         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
3387         of broken groups(-beta).google.com.
3389 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3391         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
3392         a more conservative way.
3394 2005-02-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3396         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
3397         `mm-dissect-multipart' and receive the from field as an (optional)
3398         argument from `mm-dissect-multipart'.
3399         (mm-dissect-multipart): Receive the from field as an argument and
3400         pass it on when we call `mm-dissect-buffer' on MIME parts.
3401         Fixes verification/decryption of signed/encrypted MIME parts.
3403 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3405         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
3406         buffer, so it moves the window's cursor.
3408 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3410         * nnheader.el (nnheader-find-file-noselect): Add doc string.
3412         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
3413         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
3415         * gnus-sum.el (gnus-summary-caesar-message):
3416         Apply `gnus-treat-article' after rotation.
3418         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
3419         doc string.
3421 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3423         * smime.el (smime-sign-buffer): Signal an error if
3424         `smime-sign-region' fails.
3425         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
3426         fails.
3428 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
3430         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
3431         Handle news URL with given port correctly.
3433 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3435         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
3436         containing special characters.
3438         * gnus-sum.el (gnus-summary-edit-article): Ditto.
3440         * mml.el (mime-to-mml): Ditto.
3442         * rfc2047.el (rfc2047-quote-decoded-words-containing-tspecials):
3443         New variable.
3444         (rfc2047-decode-region): Quote decoded words containing special
3445         characters when rfc2047-quote-decoded-words-containing-tspecials
3446         is non-nil.
3448 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3450         * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
3452         * gnus.el (gnus-install-group-spam-parameters): Doc fix.
3454 2005-02-15  Simon Josefsson  <jas@extundo.com>
3456         * nnimap.el (nnimap-debug): Doc fix.
3458         * imap.el (imap-debug): Doc fix.
3460 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3462         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
3463         argument in doc string.  Make query for type more clear.
3465 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
3467         * gnus.el (gnus-group-startup-message): Search for gnus images in
3468         etc/images/gnus.
3469         * mm-util.el (mm-image-load-path): Likewise.
3470         * smiley.el (smiley-data-directory): Search for smilies in
3471         etc/images/smilies.
3473 2005-02-09  Kim F. Storm  <storm@cua.dk>
3475         Change Emacs release version from 21.4 to 22.1 throughout.
3476         Change Emacs development version from 21.3.50 to 22.0.50.
3478 2005-02-08  Simon Josefsson  <jas@extundo.com>
3480         * imap.el (imap-log): Doc fix.
3482 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3484         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
3485         prefix arg is neither nil nor a number, as info specifies.
3487 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3489         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
3491 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3493         * message.el (message-beginning-of-line): Change the behavior when
3494         invoked between BOL and : so that it first moves backward.
3496 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3498         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
3499         article buffer when editing of the article is discarded.
3500         (gnus-article-prepare): Revert.
3502 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3504         * gnus-art.el (gnus-article-prepare):
3505         Remove message-strip-forbidden-properties from the local hook.
3507 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3509         * mml.el (mml-generate-mime-1): Convert string into unibyte when
3510         inserting " *mml*" buffer's contents into a unibyte temp buffer.
3512 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3514         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
3515         which will be inserted according to the multibyteness of a buffer
3516         rather than the type of contents.  Suggested by ARISAWA Akihiro
3517         <ari@mbf.ocn.ne.jp>.
3519 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3521         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
3522         which is unreadable in some setups.
3524 2004-12-27  Simon Josefsson  <jas@extundo.com>
3526         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
3527         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
3528         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
3530 2004-12-17  Kim F. Storm  <storm@cua.dk>
3532         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
3534         * gnus-sum.el (gnus-summary-mode-map): Likewise.
3536 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3538         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
3539         correctly even if there are wide characters.
3541 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3543         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
3544         concatenating segments rather than before concatenating them.
3545         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3547 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3549         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
3551 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
3553         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
3554         unify Latin characters in XEmacs.
3555         (mm-find-mime-charset-region): Use it.
3557 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3559         * gnus-util.el (gnus-delete-directory): New function.
3561         * gnus-agent.el (gnus-agent-delete-group): Use it.
3563         * gnus-cache.el (gnus-cache-delete-group): Use it.
3565 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3567         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
3569 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3571         * gnus-group.el (gnus-group-make-rss-group):
3572         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
3574         * gnus-start.el (gnus-setup-news): Honor user's setting to
3575         gnus-message-archive-method.  Suggested by Lute Kamstra
3576         <lute@gnu.org>.
3578 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3580         * message.el (message-forward-make-body-mml): Remove headers
3581         according to message-forward-ignored-headers if a message is decoded.
3583 2004-12-02  Romain Francoise  <romain@orebokech.com>
3585         * message.el (message-forward-make-body-plain): Always remove
3586         headers according to message-forward-ignored-headers.
3588 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3590         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
3591         order to silence the byte compiler.
3593         * pop3.el (pop3-md5): Define it before being used.
3595         * spam.el: Fix the way to silence the byte compiler, which
3596         complained about bbdb-buffer, bbdb-create-internal,
3597         bbdb-search-simple, mail-check-payment, spam-BBDB-register-routine,
3598         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
3599         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
3600         spam-stat-buffer-is-spam, spam-stat-load,
3601         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
3602         spam-stat-save and spam-stat-split-fancy.
3604 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3606         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
3607         which may confuse users.
3608         (canlock-password-for-verify): Ditto.
3610         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
3612         * gnus-art.el (gnus-emphasis-alist): Ditto.
3614         * gnus-registry.el (gnus-registry-max-entries): Ditto.
3616         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
3618         * gnus-start.el (gnus-save-killed-list): Ditto.
3620         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
3621         (gnus-sum-thread-tree-root): Ditto.
3622         (gnus-sum-thread-tree-false-root): Ditto.
3623         (gnus-sum-thread-tree-single-indent): Ditto.
3625         * message.el (message-courtesy-message): Ditto.
3626         (message-archive-note): Ditto.
3627         (message-subscribed-address-file): Ditto.
3628         (message-user-fqdn): Ditto.
3630         * spam-report.el (spam-report-gmane-regex): Ditto.
3632         * spam.el (spam-blackhole-good-server-regex): Ditto.
3634 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3636         * message.el (message-forbidden-properties): Fix typo in doc string.
3638 2004-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3640         * message.el (message-strip-forbidden-properties):
3641         Bind buffer-read-only (etc) to nil.
3643 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3645         * gnus-util.el (gnus-replace-in-string): Add doc string.
3647         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
3648         to avoid problems when splitting mails with many recipients.
3650 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3652         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
3653         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3655 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
3657         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
3659 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3661         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
3662         pop-to-buffer, covered by the subsequent gnus-configure-windows.
3664 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
3666         * nnfolder.el (nnfolder-save-marks): Add missing format field in
3667         call to `error'.
3668         * nnml.el (nnml-save-marks): Ditto.
3670 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3672         * gnus-start.el (gnus-convert-old-newsrc):
3673         Assign legacy-gnus-agent to 5.10.7.
3675 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3677         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
3678         default; improve customization type.
3679         (gnus-emphasis-custom-with-format): New macro.
3680         (gnus-emphasis-custom-value-to-external): New function.
3681         (gnus-emphasis-custom-value-to-internal): New function.
3683 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3685         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
3686         "Args out of range" error.  Reported by Arnaud Giersch
3687         <arnaud.giersch@free.fr>.
3689 2004-11-04  Richard M. Stallman  <rms@gnu.org>
3691         * spam.el (spam group): Add :version.
3693         * pgg-def.el (pgg group): Add :version.
3695 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3697         * gnus-art.el (gnus-article-edit-article): Don't associate the
3698         article buffer with a draft file.  This is a temporary measure
3699         against the 2004-08-22 change to gnus-article-edit-mode.
3701 2004-11-02  Ilya N. Golubev  <gin@mo.msk.ru>.
3703         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
3704         entry.
3706 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3708         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
3709         (html2text-format-tags): Remove unused variable `attr'.
3711         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
3712         after-load-alist.
3714         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
3715         Mule-UCS is loaded under XEmacs.
3716         (mm-mime-mule-charset-alist): Avoid duplicated entries.
3718         * mm-util.el (mm-coding-system-p): Return a coding-system.
3719         (mm-mime-mule-charset-alist): Use shift_jis instead of
3720         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
3721         entries for the mime charsets iso-2022-jp-3 and shift_jis.
3722         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
3723         instead of japanese-shift-jis and iso-latin-1 respectively in
3724         order to share the default value with both Emacs and XEmacs-mule.
3725         (mm-mule-charset-to-mime-charset):
3726         Make mm-coding-system-priorities effective.
3727         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
3728         while predicating of candidates upon the priorities.
3730 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3732         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
3734         * spam-stat.el (spam-stat): Add :version.
3736         * sieve.el (sieve): Add :version.
3738         * sha1.el (sha1): Add :version.
3739         (sha1-use-external): Remove redundant version.
3741         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
3742         (nnmail-cache-ignore-groups, nnmail-spool-hook)
3743         (nnmail-split-fancy-match-partial-words)
3744         (nnmail-split-lowercase-expanded): Add :version.
3746         * nndiary.el (nndiary): Add :version.
3748         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
3750         * mml-sec.el (mml-default-sign-method)
3751         (mml-default-encrypt-method, mml-signencrypt-style-alist):
3752         Add :version.
3754         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
3756         * mm-url.el (mm-url-use-external, mm-url-program)
3757         (mm-url-arguments): Add :version.
3759         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
3760         (mm-attachment-file-modes, mm-decrypt-option)
3761         (mm-w3m-safe-url-regexp): Add :version.
3763         * message.el (message-cite-prefix-regexp)
3764         (message-sendmail-envelope-from, message-minibuffer-local-map)
3765         (message-user-fqdn, message-completion-alist): Add :version.
3767         * gnus-win.el (gnus-configure-windows-hook)
3768         (gnus-use-frames-on-any-display): Add :version.
3770         * gnus-art.el (gnus-article-address-banner-alist)
3771         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
3772         (gnus-treat-from-picon, gnus-treat-mail-picon)
3773         (gnus-treat-x-pgp-sig): Add :version.
3775         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
3776         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
3777         (gnus-summary-article-delete-hook)
3778         (gnus-summary-display-while-building): Add :version.
3780         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
3781         (gnus-get-top-new-news-hook):Add :version.
3783         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3784         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
3786         * gnus-registry.el (gnus-registry): Add :version.
3788         * gnus-spec.el (gnus-use-correct-string-widths)
3789         (gnus-make-format-preserve-properties): Add :version.
3791         * gnus.el (gnus-group-charter-alist)
3792         (gnus-group-fetch-control-use-browse-url)
3793         (gnus-install-group-spam-parameters): Add :version.
3795         * gnus-diary.el (gnus-diary): Add :version.
3797         * gnus-delay.el (gnus-delay): Add :version.
3799         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
3800         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
3801         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
3802         Add :version.
3804         * gnus-agent.el (gnus-agent-max-fetch-size)
3805         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
3806         (gnus-agent-prompt-send-queue): Add :version.
3808         * deuglify.el (gnus-outlook-deuglify): Add :version.
3810         * html2text.el: Beautify code.  Improve doc strings.  Some
3811         checkdoc cleanup.
3812         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
3814 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
3816         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
3818 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3820         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
3821         signature file.  Suggested by Manoj Srivastava
3822         <srivasta@golden-gryphon.com>.
3824         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
3825         iso-2022-jp even in the Japanese language environment.
3826         Suggested by Jason Rumney <jasonr@gnu.org>.
3828 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3830         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
3831         use the same characters as the dummy marks; make it free from
3832         getting affected by the language environment.
3833         (gnus-summary-read-group-1): Update mark positions only when the
3834         format spec is updated.
3836         * gnus-spec.el (gnus-update-format-specifications): Return a list
3837         of updated types.
3839 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3841         * nnspool.el (nnspool-spool-directory): Use news-path if the
3842         news-directory variable is not bound.
3844         * gnus-group.el (gnus-group-line-format-alist): Convert the value
3845         of gnus-tmp-news-method into string if it may be passed to
3846         gnus-correct-length which takes only a string argument.
3848 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
3850         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
3851         instead.
3853 2004-10-24  Kevin Greiner  <kevin.greiner@compsol.cc>
3855         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
3856         comparison on string.
3858 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3860         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
3861         running the major-mode function.
3863 2004-10-21  Kevin Greiner  <kevin.greiner@compsol.cc>
3865         * gnus-start.el (gnus-convert-old-newsrc): Two of the converters
3866         have been backported to 'Gnus v5.11' from 'No Gnus v0.2'.  Added a
3867         boolean check to not apply converters that apply to future
3868         versions of gnus.
3870 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3872         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
3873         dummy marks in the right way.
3875 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
3877         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
3878         avoid infinite recursion via gnus-get-function.
3880 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
3882         * gnus-agent.el (gnus-agent-synchronize-group-flags):
3883         When necessary, pass full group name to gnus-request-set-marks.
3884         (gnus-agent-synchronize-group-flags): Add support for sync'ing
3885         tick marks.
3886         (gnus-agent-synchronize-flags-server): Be silent when writing file.
3888 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
3890         * gnus-agent.el (gnus-agent-synchronize-group-flags):
3891         Replace gnus-request-update-info with explicit code to sync the
3892         in-memory info read flags with the marks being sync'd to the backend.
3894 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
3896         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore servers
3897         that are offline.  Avoids having gnus-agent-toggle-plugged first ask if
3898         you want to open a server and then, even when you responded with no,
3899         asking if you want to synchronize the server's flags.
3900         (gnus-agent-synchronize-flags-server): Rewrite read loop to handle
3901         multi-line expressions.
3902         (gnus-agent-synchronize-group-flags): New internal function.
3903         Updates marks in memory (in the info structure) AND in the backend.
3904         (gnus-agent-check-overview-buffer): Fix range of
3905         deletion to remove entire duplicate line.  Fixes merged article
3906         number bug.
3908         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
3910         * nnagent.el (nnagent-request-set-mark):
3911         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
3912         method, to ensure that synchronization updates marks in the
3913         backend and in the info (in memory) structure.
3915 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
3917         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
3918         unless plugged.  Disable the agent so that an open failure causes
3919         an error.
3921 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
3923         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
3924         (gnus-agent-go-online): Change :version.
3925         (gnus-agent-expire-unagentized-dirs)
3926         (gnus-agent-auto-agentize-methods): Add :version.
3928 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
3930         * legacy-gnus-agent.el
3931         (gnus-agent-convert-to-compressed-agentview-prompt):
3932         New function.  Used internally to only display 'gnus converting
3933         files' message when actually necessary.
3935         * gnus-sum.el: Remove (require 'gnus-agent) as required
3936         methods now autoloaded.
3938         * gnus-int.el (gnus-request-move-article):
3939         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
3940         improve performance.
3942 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
3944         * gnus-agent.el (gnus-agent-cat-groups): Rewrite avoiding defsetf
3945         to avoid run-time CL dependencies.
3946         (gnus-agent-unfetch-articles): New function.
3947         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
3948         article numbers even when local .overview file is missing.
3949         (gnus-agent-read-article-number): New function.  Only accepts
3950         27-bit article numbers.
3951         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
3952         Use gnus-agent-read-article-number.
3953         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
3954         from backend while recognizing that article numbers in .overview
3955         must be valid.
3957         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
3958         some users confused by references to .newsrc when they only have a
3959         .newsrc.eld file.
3960         (gnus-convert-mark-converter-prompt)
3961         (gnus-convert-converter-needs-prompt): Fix use of property list.
3963 2004-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3965         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
3967 2004-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3969         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
3970         stuff for non-living groups.
3972 2004-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3974         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
3975         (gnus-agent-regenerate-group): Using nil messages aren't valid.
3977 2004-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3979         * gnus-agent.el (gnus-agent-read-agentview):
3980         Inline gnus-uncompress-range.
3982 2004-10-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3984         * legacy-gnus-agent.el
3985         (gnus-agent-convert-to-compressed-agentview): Fix typos with
3986         help from Florian Weimer <fw@deneb.enyo.de>
3988         * gnus-agent.el (gnus-agentize):
3989         gnus-agent-send-mail-real-function no longer set to current value
3990         of message-send-mail-function but rather a lambda that calls
3991         message-send-mail-function.  The change makes the agent real-time
3992         responsive to user changes to message-send-mail-function.
3994 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
3996         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
3998 2004-10-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4000         * gnus-cache.el (gnus-cache-rename-group): New function.
4001         (gnus-cache-delete-group): New function.
4003         * gnus-agent.el (gnus-agent-rename-group): New function.
4004         (gnus-agent-delete-group): New function.
4005         (gnus-agent-save-group-info): Use gnus-command-method when
4006         `method' parameter is nil.  Don't write nil entries into the
4007         active file.
4008         (gnus-agent-get-group-info): New function.
4009         (gnus-agent-get-local): Add optional parameters to avoid calling
4010         gnus-group-real-name and gnus-find-method-for-group.
4011         (gnus-agent-set-local): Delete stored entry if either min, or max,
4012         are nil.
4013         (gnus-agent-fetch-session): Reword error/quit messages.
4014         On quit, use gnus-agent-regenerate-group to record existance of any
4015         articles fetched to disk before the quit occurred.
4017         * gnus-int.el (gnus-request-delete-group):
4018         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
4019         local disk in sync with the server.
4020         (gnus-request-rename-group):
4021         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
4022         local disk in sync with the server.
4024         * gnus-start.el (gnus-get-unread-articles):
4025         Cosmetic simplification to logic.
4027         * gnus-group.el (gnus-group-delete-group): No longer update
4028         gnus-cache-active-altered as gnus-request-delete-group now keeps
4029         the cache in sync.
4030         (gnus-group-list-active): Let the agent store a server's active
4031         list if currently plugged.
4033         * gnus-util.el (gnus-rename-file): New function.
4035 2004-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4037         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
4038         when the group's active is not available.
4040 2004-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4042         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
4043         error.
4045 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
4047         * gnus-start.el (gnus-convert-old-newsrc): Only write the conversion
4048         message to newsrc-dribble when an actual conversion is performed.
4050 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
4052         * gnus-agent.el (gnus-agent-read-local):
4053         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
4054         avoid the implicit assumption that they will always be equal.
4055         (gnus-agent-save-local): Bind buffer-file-coding-system, not
4056         coding-system-for-write, as the with-temp-file macro first prints
4057         to a buffer then saves the buffer.
4059 2004-10-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4061         * legacy-gnus-agent.el (): New.  Provides converters that are only
4062         loaded when gnus-convert-old-newsrc needs to call them.
4064         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
4065         old file versions.
4066         (gnus-group-prepare-hook): Remove function that converted list
4067         form of gnus-agent-expire-days to group properties.
4069         * gnus-start.el (gnus-convert-old-newsrc): Register new
4070         converters to handle old agent file formats.  Added logic for a
4071         "backup before upgrading warning".
4072         (gnus-convert-mark-converter-prompt): Developers can mark
4073         functions as needing (default), or not needing,
4074         gnus-convert-old-newsrc's "backup before upgrading warning".
4075         (gnus-convert-converter-needs-prompt): Tests whether the user
4076         should be protected from potentially irreversable changes by the
4077         function.
4079 2004-10-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4081         * gnus-int.el (gnus-request-accept-article): Inform the agent that
4082         articles are being added to a group.
4083         (gnus-request-replace-article): Inform the agent that articles
4084         need to be uncached as the cached contents are no longer valid.
4086         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
4087         (gnus-agent-possibly-alter-active): Avoid null in numeric comparison.
4088         (gnus-agent-set-local): Refuse to save null in local object table.
4089         (gnus-agent-regenerate-group): The REREAD parameter can now be a
4090         list of articles that will be marked as unread.
4092 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
4094         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
4095         single-interval range of the form (min . max).  Previously the
4096         range had to look like ((min . max)).  Likewise, return
4097         (min . max) rather than ((min . max)).
4098         (gnus-range-map): Use gnus-range-normalize to accept
4099         single-interval range.
4101         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
4102         the cache, but not the agent, now appear with their usual face.
4104 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
4106         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
4107         marks consisting of a single range {for example, (3 . 5)} rather
4108         than a list of a single range { ((3 . 5)) }.
4110 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
4112         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
4113         uncompressed list.
4115 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
4117         * gnus-draft.el (gnus-group-send-queue): Pass the group name
4118         "nndraft:queue" along to gnus-draft-send.
4119         Use gnus-agent-prompt-send-queue.
4120         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
4121         is "nndraft:queue".  Suggested by Gaute Strokkenes
4122         <gs234@srcf.ucam.org>
4124         * gnus-group.el (gnus-group-catchup): Use new
4125         gnus-sequence-of-unread-articles, not
4126         gnus-list-of-unread-articles, to avoid exhausting memory with huge
4127         numbers of articles.  Use gnus-range-map to avoid having to
4128         uncompress the unread list.
4129         (gnus-group-archive-directory)
4130         (gnus-group-recent-archive-directory): Fix invalid ange-ftp reference.
4132         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
4133         (gnus-sorted-range-intersection): Intersection of two ranges
4134         without requiring that they first be uncompressed.
4136         * gnus-start.el (gnus-activate-group): Unless blocked by the
4137         caller, possibly expand the active range to include both cached
4138         and agentized articles.
4139         (gnus-convert-old-newsrc): Rewrote in anticipation of having
4140         multiple version-dependent converters.
4141         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
4142         gnus-agent-save-active.
4143         (gnus-save-newsrc-file): Save dirty agent range limits.
4145         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
4146         gnus-agent-possibly-alter-active.
4147         (gnus-adjust-marked-articles): Faster handling of simple lists.
4149 2004-10-18  David Edmondson  <dme@dme.org>
4151         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
4152         excessively.
4154 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
4156         * mml.el (mml-preview): Use `pop-to-buffer'.
4158         * message.el (message-goto-mail-followup-to): Insert after "To".
4159         (message-carefully-insert-headers): Add comment.
4161         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
4163         * gnus-art.el (gnus-button-alist):
4164         Improve `gnus-button-handle-library' entry.
4166         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
4168         * gnus-group.el (gnus-group-get-new-news-this-group): Add doc-string.
4170         * gnus-start.el (gnus-activate-group): Add doc-string.
4172         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
4173         handle manual section.
4175         * imap.el (imap-store-password): New variable.
4176         (imap-interactive-login): Use it.
4177         Suggested by Mark Plaksin <happy@mcplaksin.org>.
4179         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
4180         Allow / in mailto URLs.
4182         * spam.el (spam-directory): Derive from `gnus-directory'.
4184         * gnus-sum.el (gnus-pick-line-number): Add autoload.
4186 2004-10-17  Richard M. Stallman  <rms@gnu.org>
4188         * gnus-registry.el (gnus-registry-unload-hook):
4189         Set as a variable with add-hook.
4191         * nnspool.el (nnspool-spool-directory): Use news-directory instead
4192         of news-path.
4194         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
4196         * spam.el: Delete duplicate `provide'.
4197         (spam-unload-hook): Set as a variable with add-hook.
4199 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
4201         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
4202         in the doc string.
4204         * message.el (message-ignored-news-headers)
4205         (message-ignored-supersedes-headers)
4206         (message-ignored-resent-headers)
4207         (message-forward-ignored-headers): Improve custom type.
4209 2004-10-15  Simon Josefsson  <jas@extundo.com>
4211         * pop3.el (top-level): Don't require nnheader.
4212         (pop3-read-timeout): Add.
4213         (pop3-accept-process-output): Add.
4214         (pop3-read-response, pop3-retr): Use it.
4216 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4218         * message.el (message-tokenize-header): Fix 2004-09-06 change
4219         which used point-min in the wrong place.
4221 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
4223         * message.el (message-bury): Use `window-dedicated-p'.
4225 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
4227         * gnus-sum.el: Mention that multibyte characters don't work as marks.
4229         * gnus.el (message-y-or-n-p): Autoload.
4231         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
4232         (pop3-password-required, pop3-authentication-scheme)
4233         (pop3-leave-mail-on-server): Made customizable.
4234         (pop3): New custom group.
4235         (pop3-retr): Remove `sleep-for' statements.
4236         Suggested by Dave Love <fx@gnu.org>.
4238         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
4239         Windows/DOS.
4241         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
4242         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
4243         Dave Love <fx@gnu.org>.
4245         * mml.el (mml-minibuffer-read-disposition): Require match.
4246         Suggested by Dave Love <fx@gnu.org>.
4248 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4250         * gnus-group.el (gnus-update-group-mark-positions):
4251         * gnus-sum.el (gnus-update-summary-mark-positions):
4252         * message.el (message-check-news-body-syntax):
4253         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
4254         of string-as-multibyte.
4256         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
4258 2004-10-05  Juri Linkov  <juri@jurta.org>
4260         * gnus-group.el (gnus-update-group-mark-positions):
4261         * gnus-sum.el (gnus-update-summary-mark-positions):
4262         * message.el (message-check-news-body-syntax):
4263         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
4264         8-bit unibyte values to a multibyte string for search functions.
4266 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4268         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
4269         there's no visible header.
4271 2004-10-01  Simon Josefsson  <jas@extundo.com>
4273         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
4274         acroread.
4276 2004-09-29  Jesper Harder  <harder@ifa.au.dk>
4278         * gnus.el (gnus-method-to-server): Oops, move it don't delete it.
4280 2004-09-28  Jesper Harder  <harder@ifa.au.dk>
4282         * gnus-picon.el: Require cl.
4284         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
4286         * mml-smime.el: Require cl.  Autoload message-fetch-field.
4288         * gnus-fun.el: Require gnus-ems and gnus-util.
4290         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr).
4292         * gnus-art.el (gnus-article-edit-mode): Define before first reference.
4294         * gnus.el (gnus-method-to-server): Move defsubst before first use.
4296         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
4297         Fix format string mismatch.
4298         * nnml.el (nnml-request-set-mark, nnml-save-marks): Do.
4299         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): Do.
4301 2004-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4303         * gnus.el (gnus-version-number): Set to 5.11.
4305 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4307         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
4309 2004-09-26  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
4311         * mm-util.el (mm-image-load-path): Handle nil in load-path.
4313 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
4315         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
4316         GROUP is a virtual group.
4318         * mm-util.el (mm-charset-synonym-alist): Remove obsolete entries
4319         for big5 and gb2312.
4321         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
4322         padding.
4324         * mm-bodies.el (mm-7bit-chars): Don't include \r.
4326         * mml.el (mml-compute-boundary-1): Don't uncompress files.
4328         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
4329         dependencies.
4330         (rfc2047-encode): Use it.
4332         * flow-fill.el: Typo.
4334         * mml.el (mml-generate-mime-1): Don't use format=flowed with
4335         inline PGP.
4337         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
4339         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
4340         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
4342         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
4344         * nnheader.el (nnheader-max-head-length): Increase to 8192.
4346         * message.el (message-clone-locals): Clone sendmail and smtp
4347         variables.
4349 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
4351         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
4352         in `header' match.  Reported by Svend Tollak Munkejord.
4354 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4356         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
4358 2004-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
4360         * uudecode.el (uudecode-use-external): Add :version.
4362         * smime.el (smime-CA-file, smime-encrypt-cipher)
4363         (smime-dns-server): Add :version.
4365         * smiley.el (gnus-smiley-file-types): Add :version.
4367         * sha1.el (sha1-use-external): Add :version.
4369         * pgg-def.el (pgg-query-keyserver): Add :version.
4371         * nnmail.el (nnmail-fancy-expiry-targets)
4372         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
4373         Add :version.
4375         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
4376         (nnimap-retrieve-groups-asynchronous): Add :version.
4377         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
4379         * mml.el (mml-content-disposition-parameters)
4380         (mml-insert-mime-headers-always): Add :version.
4382         * mm-util.el (mm-coding-system-priorities): Add :version.
4384         * mm-decode.el (mm-inline-text-html-with-images)
4385         (mm-keep-viewer-alive-types, mm-external-terminal-program)
4386         (mm-verify-option): Add :version.
4387         (mm-text-html-renderer): Change :version.
4389         * message.el (message-fcc-externalize-attachments)
4390         (message-required-headers, message-draft-headers)
4391         (message-subject-trailing-was-query)
4392         (message-subject-trailing-was-ask-regexp)
4393         (message-subject-trailing-was-regexp, message-mark-insert-begin)
4394         (message-mark-insert-end, message-archive-header)
4395         (message-archive-note, message-cross-post-default)
4396         (message-cross-post-note, message-followup-to-note)
4397         (message-cross-post-note-function, message-use-mail-followup-to)
4398         (message-subscribed-address-functions)
4399         (message-subscribed-address-file, message-subscribed-addresses)
4400         (message-subscribed-regexps, message-allow-no-recipients)
4401         (message-yank-cited-prefix, message-signature-insert-empty-line)
4402         (message-hidden-headers, message-hierarchical-addresses)
4403         (message-mail-user-agent, message-use-idna)
4404         (message-valid-fqdn-regexp)
4405         (message-strip-special-text-properties, message-header-synonyms)
4406         (message-beginning-of-line, message-tab-body-function): Add :version.
4407         (message-insert-canlock, message-wide-reply-confirm-recipients):
4408         Change :version.
4410         * mail-source.el (mail-source-ignore-errors): Add :group, :type
4411         and :version.
4412         (mail-source-delete-old-incoming-confirm)
4413         (mail-source-movemail-program): Add :version.
4415         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
4416         (gnus-agent-cache, gnus-agent): Change :version.
4418         * gnus-util.el (gnus-use-byte-compile): Change :version.
4420         * gnus-sum.el (gnus-summary-make-false-root-always)
4421         (gnus-summary-default-high-score)
4422         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
4423         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
4424         (gnus-read-all-available-headers, gnus-article-emulate-mime)
4425         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
4426         (gnus-sum-thread-tree-single-indent)
4427         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
4428         (gnus-sum-thread-tree-leaf-with-other)
4429         (gnus-sum-thread-tree-single-leaf): Add :version.
4430         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
4431         (gnus-article-loose-mime): Change :version.
4433         * gnus-start.el (gnus-backup-startup-file)
4434         (gnus-save-startup-file-via-temp-buffer): Add :version.
4436         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
4437         (gnus-server-offline-face): Add :version.
4439         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
4441         * gnus-msg.el (gnus-gcc-externalize-attachments)
4442         (gnus-debug-files, gnus-debug-exclude-variables)
4443         (gnus-discouraged-post-methods): Change :version.
4444         (gnus-confirm-mail-reply-to-news)
4445         (gnus-confirm-treat-mail-like-news): Add :version.
4447         * gnus-int.el (gnus-server-unopen-status): Add :version.
4449         * gnus-group.el (gnus-group-jump-to-group-prompt)
4450         (gnus-large-ephemeral-newsgroup)
4451         (gnus-fetch-old-ephemeral-headers): Add :version.
4453         * gnus-fun.el (gnus-x-face-directory)
4454         (gnus-convert-pbm-to-x-face-command)
4455         (gnus-convert-image-to-x-face-command)
4456         (gnus-convert-image-to-face-command): Add :version.
4458         * gnus-delay.el (gnus-delay-default-hour): Add :version.
4460         * gnus-cite.el (gnus-cite-blank-line-after-header)
4461         (gnus-article-boring-faces): Add :version.
4463         * gnus-art.el (gnus-buttonized-mime-types)
4464         (gnus-inhibit-mime-unbuttonizing)
4465         (gnus-treat-display-face)
4466         (gnus-treat-body-boundary): Change :version.
4467         (gnus-body-boundary-delimiter, gnus-picon-databases)
4468         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
4469         (gnus-treat-date-english, gnus-treat-fold-headers)
4470         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
4471         (gnus-treat-mail-picon, gnus-treat-wash-html)
4472         (gnus-article-encrypt-protocol)
4473         (gnus-use-idna, gnus-article-over-scroll)
4474         (gnus-mime-display-multipart-alternative-as-mixed)
4475         (gnus-mime-display-multipart-related-as-mixed)
4476         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
4477         (gnus-ctan-url, gnus-button-ctan-handler)
4478         (gnus-button-handle-ctan-bogus-regexp)
4479         (gnus-button-ctan-directory-regexp)
4480         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
4481         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
4482         (gnus-button-man-level, gnus-button-emacs-level)
4483         (gnus-button-message-level, gnus-button-browse-level): Add :version.
4485         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
4486         (gnus-agent-go-online): Change :version.
4487         (gnus-agent-expire-unagentized-dirs)
4488         (gnus-agent-auto-agentize-methods): Add :version.
4490         * flow-fill.el (fill-flowed-display-column)
4491         (fill-flowed-encode-column): Add :version.
4493         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4494         (gnus-outlook-deuglify-unwrap-max)
4495         (gnus-outlook-deuglify-cite-marks)
4496         (gnus-outlook-deuglify-unwrap-stop-chars)
4497         (gnus-outlook-deuglify-no-wrap-chars)
4498         (gnus-outlook-deuglify-attrib-cut-regexp)
4499         (gnus-outlook-deuglify-attrib-verb-regexp)
4500         (gnus-outlook-deuglify-attrib-end-regexp)
4501         (gnus-outlook-display-hook): Add :version.
4503         * binhex.el (binhex-use-external): Add :version.
4505 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
4507         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
4508         and `invisible'.
4510 2004-09-13  Simon Josefsson  <jas@extundo.com>
4512         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
4514 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
4516         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
4518 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
4520         * nnimap.el (nnimap-open-connection): Remove extraneous end-paren.
4522 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4524         * nnimap.el (nnimap-open-connection): Allow 'imaps' as a synonym
4525         for the 'imap' port in netrc files.
4527         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
4528         in gnus-registry-trim.
4530 2004-09-10  Simon Josefsson  <jas@extundo.com>
4532         * nndb.el (require): Remove tcp and duplicate cl.
4534 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
4536         * nntp.el (nntp): New customization group.
4537         (nntp-authinfo-file): Add customization group.
4539         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
4541         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
4543         * gnus.el (to-address, to-list, subscribed)
4544         (large-newsgroup-initial): Ditto.
4546         * flow-fill.el (fill-flowed-display-column)
4547         (fill-flowed-encode-column): Ditto.
4549 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4551         * message.el (message-tokenize-header, message-send-mail-with-qmail):
4552         Use point-min rather than 1.
4553         (message-send-mail): Use buffer-size rather than point-max.
4555         * gnus-sum.el (gnus-summary-search-article-forward):
4556         Signal a specific `search-failed' rather than a generic `error'.
4558         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
4559         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
4560         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
4562 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4564         * gnus-sum.el (gnus-summary-insert-subject): Remove list identifiers.
4566 2004-09-03  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
4568         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
4569         (spam-stat-save): Accept prefix argument.
4571 2004-09-01  Simon Josefsson  <jas@extundo.com>
4573         * message.el (message-canlock-generate): Require sha1, not
4574         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
4575         to require within a function.  Sadly, if sha1.el isn't loaded, the
4576         let binding in m-c-g will hide the defcustom definition, which is
4577         bad.)
4579         * canlock.el: Require sha1, not sha1-el.
4581         * message.el: Don't autoload sha1 (there is a autoload cookie in
4582         sha1.el).
4584         * sha1-el.el: Renamed to sha1.el.
4586 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4588         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
4590 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
4592         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
4593         isn't a string.
4595 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
4597         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
4599 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4601         * canlock.el: Don't autoload mail-fetch-field.
4603 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4605         * canlock.el (base64-encode-string): Don't autoload it.
4607 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4609         * canlock.el: Always require sha1-el.
4610         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
4612 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4614         * message.el (message-canlock-generate): Require sha1-el.
4616 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4618         * canlock.el (canlock-insert-header): Remove excessive grouping in
4619         regexp.
4621 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4623         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
4625 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4627         * canlock.el (canlock-sha1-function): Remove.
4628         (canlock-sha1-function-for-verify): Remove.
4629         (canlock-openssl-program): Remove.
4630         (canlock-openssl-args): Remove.
4631         (canlock-ignore-errors): Remove.
4632         (canlock-sha1-with-openssl): Remove.
4633         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
4634         (canlock-verify): Don't use canlock-ignore-errors.
4636         * sha1-el.el (sha1-string-external): Make it can return a string
4637         in binary form.
4638         (sha1-region-external): Ditto.
4639         (sha1-string-internal): Ditto.
4640         (sha1-region-internal): Ditto.
4641         (sha1-region): Ditto.
4642         (sha1-string): Ditto.
4643         (sha1): Ditto.
4645 2003-11-15  Simon Josefsson  <jas@extundo.com>
4647         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
4648         (pgg-gpg-lookup-key): Use regexp match instead of
4649         split-string (split-string is different between emacs 21.2 and
4650         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
4652 2004-07-28  Simon Josefsson  <jas@extundo.com>
4654         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
4655         parameter (but don't use it, for now).
4657 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
4659         * sieve.el (sieve-deactivate-all): Fix format string mismatch.
4661 2004-08-30  Andreas Schwab  <schwab@suse.de>
4663         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
4664         ?* and ?\;.
4666         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
4667         and ?\' to symbol instead of whitespace.
4669 2004-08-31  Jesper Harder  <harder@ifa.au.dk>
4671         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
4672         invalid addresses.
4674 2004-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
4676         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
4678 2004-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4680         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
4682 2004-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4684         * gnus-art.el (article-decode-idna-rhs): Don't use
4685         message-idna-inside-rhs-p.
4687 2004-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4689         * message.el (message-idna-inside-rhs-p): Remove.
4690         (message-idna-to-ascii-rhs-1): Use proper address parsing.
4692 2004-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4694         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
4696 2004-08-30  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
4698         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
4700 2004-08-26  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
4702         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
4703         end-of-buffer.
4705 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
4707         * gnus-sum.el (gnus-read-header): Don't remove a header for the
4708         parent article of a sparse article in the thread hashtb.
4710 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
4712         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
4713         (nnmail-expand-newtext): Lowercase expanded entries if
4714         nnmail-split-lowercase-expanded is non-nil.
4716         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
4717         when the group's active is not available.
4719         * gnus-art.el (article-hide-headers): Refer to the values for
4720         gnus-ignored-headers and gnus-visible-headers in the summary
4721         buffer since a user may have set them as group parameters.
4722         (gnus-article-read-summary-keys): Restore new window-start and
4723         hscroll to summary window.
4724         (gnus-prev-page-map): Remove duplicated one.
4726         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
4727         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
4728         Karl Chen <quarl@nospam.quarl.org> and Reiner Steib
4729         <Reiner.Steib@gmx.de>.
4731         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
4732         Replace pp-to-string with gnus-pp-to-string.
4734         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
4736         * gnus-group.el (gnus-group-make-kiboze-group): Replace pp with
4737         gnus-pp.
4739         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
4740         parsing gnus-posting-styles when the message is not for replying.
4741         (gnus-summary-resend-message-edit): Call mime-to-mml.
4742         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
4743         (gnus-debug): Replace pp with gnus-pp.
4745         * gnus-score.el (gnus-score-save): Replace pp with gnus-pp.
4747         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
4748         gnus-pp-to-string.
4750         * gnus-util.el (gnus-bind-print-variables): New macro.
4751         (gnus-prin1): Use it.
4752         (gnus-prin1-to-string): Use it.
4753         (gnus-pp): New function.
4754         (gnus-pp-to-string): New function.
4756         * gnus.el: Don't make unnecessary *Group* buffer when loading.
4758         * mail-source.el (mail-source-touch-pop): Doc fix.
4760         * message.el (message-mode): Don't modify paragraph-separate there.
4761         (message-setup-fill-variables): Add mml tags to paragraph-start
4762         and paragraph-separate.  Suggested by Andrew Korty <ajk@iu.edu>.
4763         (message-smtpmail-send-it): Doc fix.
4764         (message-exchange-point-and-mark): Don't activate region if it was
4765         inactive.  Suggested by Hiroshi Fujishima
4766         <pooh@nature.tsukuba.ac.jp> and Jesper Harder <harder@ifa.au.dk>.
4768         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
4769         t while entering a file name using the mm-with-multibyte macro.
4770         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
4772         * mm-encode.el (mm-content-transfer-encoding-defaults):
4773         Use qp-or-base64 for the application/* types.
4774         (mm-safer-encoding): Consider 7bit is safe.
4776         * mm-util.el (mm-with-multibyte-buffer): New macro.
4777         (mm-with-multibyte): New macro.
4779         * mm-view.el (mm-inline-render-with-function): Use multibyte
4780         buffer; decode html source by charset.
4782         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
4783         add generate-head-function and generate-article-function to the
4784         rfc822-forward entry.
4785         (nndoc-forward-type-p): Recognize envelope From_.
4786         (nndoc-rfc822-forward-generate-article): New function.
4787         (nndoc-rfc822-forward-generate-head): New function.
4789         * score-mode.el (gnus-score-pretty-print): Replace pp with gnus-pp.
4791         * webmail.el (webmail-debug): Replace pp with gnus-pp.
4793         * gnus-art.el (gnus-article-wash-html-with-w3m):
4794         Bind w3m-safe-url-regexp as the value for mm-w3m-safe-url-regexp;
4795         use w3m-minor-mode-map instead of mm-w3m-local-map-property.
4796         (gnus-mime-save-part-and-strip): Use mm-complicated-handles
4797         instead of mm-multiple-handles.
4798         (gnus-mime-delete-part): Ditto.
4800         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
4801         handle, as well as a list.
4802         (mm-complicated-handles): Former definition of mm-multiple-handles.
4804         * mm-view.el (mm-w3m-mode-map): Remove.
4805         (mm-w3m-local-map-property): Remove.
4806         (mm-w3m-cid-retrieve-1): Call itself recursively.  Suggested by
4807         ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
4808         (mm-w3m-cid-retrieve): Simplify.
4809         (mm-inline-text-html-render-with-w3m): Decode html source by
4810         charset; check META tags only when charsets are not specified in
4811         headers; specify charset to w3m-region; use w3m-minor-mode-map
4812         instead of mm-w3m-local-map-property.
4814 2004-08-30  Juanma Barranquero  <lektu@terra.es>
4816         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
4818 2004-08-30  Andreas Schwab  <schwab@suse.de>
4820         * nnlistserv.el (nnlistserv-kk-wash-article): Fix paren nesting.
4822         * gnus-score.el (gnus-summary-increase-score): Fix format string.
4824 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4826         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
4828 2004-08-30  Kim F. Storm  <storm@cua.dk>
4830         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
4832         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
4833         Add :group 'nnimap.
4835 2004-08-23  Reiner Steib  <Reiner.Steib@gmx.de>
4837         * mm-decode.el (mime-display, mime-security): Fix custom-manual
4838         entries.
4840         * gnus-art.el (gnus-article): Ditto.
4842 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4844         * gnus-art.el (article-hide-list-identifiers):
4845         Bind inhibit-read-only as t.
4847 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
4849         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
4851 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4853         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
4854         (gnus-narrow-to-page): Don't assume point-min == 1.
4855         (gnus-article-edit-mode): Derive from message-mode.
4857         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
4858         point-min == 1.
4860         * imap.el (imap-parse-address-list, imap-parse-body-ext):
4861         Disable incorrect use of `assert'.
4863         * message.el (message-mode): Set comment-start-skip.
4865 2004-08-22  Sam Steingold  <sds@gnu.org>
4867         * pop3.el (pop3-leave-mail-on-server): New user variable.
4868         (pop3-movemail): Delete mail only when it is nil.
4870 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
4872         * netrc.el, tls.el: Removed; use files from ../net instead.
4874 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
4876         * gnus-mule.el, smiley-ems.el: Removed obsolete files.
4878         * mailcap.el (mailcap-mime-data): Mark as risky.
4880         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
4881         Fix custom-manual entries.
4883         * time-date.el: Removed.  Merged into ../calendar/time-date.el.
4885 2004-08-02  Reiner Steib  <Reiner.Steib@gmx.de>
4887         * blink.pbm, blink.xpm, braindamaged.xpm, cry.xpm, dead.xpm,
4888         evil.xpm, forced.xpm, frown.xpm, grin.xpm, indifferent.xpm,
4889         reverse-smile.xpm, sad.pbm, sad.xpm, smile.xpm, time-date.el,
4890         wry.xpm: Added new files from the v5_10 branch of Gnus.
4892 2004-07-22  Andreas Schwab  <schwab@suse.de>
4894         Import Gnus 5.10 from the v5_10 branch of the Gnus repository.
4896 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4898         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
4899         addition to emacs-w3m.
4901 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
4903         * gnus-msg.el (gnus-summary-followup-with-original):
4904         Document yanking of region when active.
4906 2004-04-13  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4908         * gnus-agent.el: Merged 7.3 through 7.7 updates into branch.
4909         Revision 7.2 changes excluded to maintain compatibility with all
4910         targeted emacs versions.
4912         * gnus-cus.el: Merged revisions 7.2 through 7.5 into branch to support
4913         gnus-agent.el update and incorporate bug fixes.
4915 See ChangeLog.2 for earlier changes.
4917     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
4919   This file is part of GNU Emacs.
4921   GNU Emacs is free software; you can redistribute it and/or modify
4922   it under the terms of the GNU General Public License as published by
4923   the Free Software Foundation; either version 3, or (at your option)
4924   any later version.
4926   GNU Emacs is distributed in the hope that it will be useful,
4927   but WITHOUT ANY WARRANTY; without even the implied warranty of
4928   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4929   GNU General Public License for more details.
4931   You should have received a copy of the GNU General Public License
4932   along with GNU Emacs; see the file COPYING.  If not, write to the
4933   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
4934   Boston, MA 02110-1301, USA.
4936 ;; Local Variables:
4937 ;; coding: iso-2022-7bit
4938 ;; fill-column: 79
4939 ;; add-log-time-zone-rule: t
4940 ;; End:
4942 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4