Merge from gnus--rel--5.10
[emacs.git] / lisp / gnus / ChangeLog
blob6ddd513610a7bb71759329a6ec0eae4bb5e82e42
1 2006-08-13  Romain Francoise  <romain@orebokech.com>
3         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4         space.
6 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8         * compface.el (uncompface): Use binary rather than raw-text-unix.
10 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12         * compface.el (uncompface): Make sure the eol conversion doesn't take
13         place when communicating with the external programs.  Reported by
14         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18         * nnheader.el (nnheader-insert-head): Fix typo in comment.
20 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
22         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
23         Make it more robust by parsing author and date independently.
25 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
27         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
29 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
31         * nnheader.el (nnheader-insert-head): Make it work even if the file
32         uses CRLF for the line-break code.
34 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
36         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
37         workaround for the url package included with Emacs.
39         * nnweb.el (nnweb-google-create-mapping): Update regexp.
41 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
43         * nnmail.el (nnmail-article-group): If splitting raises an error, give
44         some information about the error when saying that the `bogus' mail
45         group will be used.
47 2006-07-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
49         [ Backported bug fixes from No Gnus. ]
51         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
52         (nnweb-google-search): Respect nnweb-max-hits as upper bound.
53         (nnweb-request-article): Do proper xwfu encoding when fetching articles
54         by message-id.
56         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
57         unsubscribed groups as if they were killed ones.  It causes duplicate
58         entries in gnus-newsrc-alist.
60 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
62         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
63         string.
65 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
67         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
69 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
71         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
73 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
75         * gnus-diary.el (gnus-user-format-function-d)
76         (gnus-user-format-function-D): Autoload.
78 2006-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
80         * gnus-group.el (gnus-group-select-group): Doc fix.
81         [ See 2004-05-19 change on the trunk. ]
83 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
85         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
87 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
89         * message.el (message-syntax-checks): Doc fix.
91 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
93         * message.el (message-syntax-checks): Doc fix.
94         (message-send-mail): Add check for continuation headers.
95         (message-check-news-header-syntax): Fix regexp used to check for
96         continuation headers.
98 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
100         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
102 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
104         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
105         to fill the utf-8 entry.
107 2006-06-05  Dan Christensen  <jdc@uwo.ca>
109         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
110         respect display group parameter and gnus-summary-expunge-below.
111         (gnus-articles-to-read): Remove unused reference to display group
112         parameter.
113         [ Merge 2004-07-06 change from the trunk. ]
115 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
117         * gnus-ml.el (gnus-mailing-list-subscribe)
118         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
119         (gnus-mailing-list-message): Fix doc strings.
121 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
123         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
124         of doing it manually.
126 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
128         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
129         must be explicitly online rather than "not explicitly offline" for
130         its flags to be synchronized.
131         (gnus-agent-read-local): All symbols allocated in my-obarray
132         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
133         (gnus-agent-regenerate-group): Check numeric names to see if they are
134         messages or groups.
136 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
138         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
139         (gnus-saved-headers): Ditto.
140         (gnus-default-article-saver): Doc fix; add
141         gnus-summary-write-body-to-file; mention functions may have properties.
142         (gnus-article-save-coding-system): New variable.
143         (gnus-article-save): Override gnus-save-all-headers and
144         gnus-saved-headers by :headers property which saver function may have.
145         (gnus-read-save-file-name): Add optional `dir-var' argument which
146         specifies directory in which files are saved; work even if optional
147         `variable' argument is not specified.
148         (gnus-summary-save-in-file): Add properties :decode and :headers.
149         (gnus-summary-write-to-file): Add properties :decode, :function, and
150         :headers; read file name.
151         (gnus-summary-save-body-in-file): Add :decode property; add optional
152         `overwrite' argument.
153         (gnus-summary-write-body-to-file): New function; add properties
154         :decode and :function.
155         (gnus-output-to-file): Add coding cookie and encode text according
156         to gnus-article-save-coding-system; don't use mm-append-to-file.
158         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
159         (gnus-summary-local-variables): Add it.
160         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
161         (gnus-summary-save-article): Require gnus-art; save decoded articles
162         if function that gnus-default-article-saver specifies has `:decode'
163         property; bind gnus-prompt-before-saving to t when saving many
164         articles in a file; move point to article which will be saved.
165         (gnus-summary-write-article-body-file): New function.
167 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
169         * uudecode.el (uudecode-decode-region-external): Fix previous commit.
171 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
173         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
174         after-load-alist.
176 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
178         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
179         coding system in XEmacs, use binary.
181         * mail-source.el (mail-sources): Fix custom type.
183         * imap.el (Commentary): Fix typo.
185 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
187         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
188         (gnus-summary-expire-articles-now): Shorten prompt.
190         * gmm-utils.el (wid-edit): Require.
191         (defun-gmm): Renamed from `gmm-defun-compat'.
192         (gmm-image-search-load-path): Use it.
193         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
195 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
197         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
198         (mm-copy-to-buffer): Use with-current-buffer.
199         (mm-display-part): Simplify.
200         (mm-inlinable-p): Add optional arg `type'.
202         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
203         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
204         Try harder to show the attachment internally or externally using
205         gnus-mime-view-part-as-type.
207 2006-05-04  Reiner Steib  <Reiner.Steib@gmx.de>
209         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
210         `filename' from Content-Disposition if Content-Type doesn't
211         provide `name'.
212         (gnus-mime-view-part-as-type): Set default instead of initial-input.
214 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
216         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
217         unibyte after clear-decrypt function runs.
219         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
220         returns as a unibyte string.
222 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
224         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
225         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
226         (mml1991-pgg-encrypt): Ditto.
228 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
230         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
231         (gnus-outlook-deuglify-unwrap-max): Remove autoload.
233         * mml-sec.el (mml-secure-method): New internal variable.
234         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
235         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
236         New functions using mml-secure-method.  Sync from the trunk.
238         * mml.el (mml-mode-map): Add key bindings for those functions.
239         (mml-menu): Simplify security menu entries.  Suggested by Jesper
240         Harder <harder@myrealbox.com>.  Sync from the trunk.
242         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
243         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
244         (message-in-body-p): New function.  Sync from the trunk.
246         * mml.el (mml-mode, mml-dnd-protocol-alist)
247         (mml-dnd-attach-options, mml-dnd-attach-file)
248         (mml-attach-file, mml-attach-buffer, mml-attach-external):
249         Sync DND support and use of message-in-body-p from the trunk.
251 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
253         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
254         binding pgg-* variables; reimplement the section which prevents
255         MIME header from being signed.
256         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
257         pgg-text-mode; remove a blank line at the top of body.
259         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
260         lines at the top of body; use gnus-newsgroup-charset if there's no
261         Charset header.
263 2006-04-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
265         * nnweb.el (nnweb-google-wash-article): Sync up to new Google HTML.
267 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
269         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
270         (mm-uu-pgp-encrypted-test): Ditto.
271         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
272         between header and body; return application/pgp-encrypted handle
273         if decryption failed; decode decrypted body by charset.
275         * mm-decode.el (mm-automatic-display): Don't make application/pgp
276         element match to application/pgp-*.
278 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
280         * gnus-util.el (gnus-replace-in-string):
281         Prefer replace-regexp-in-string over of replace-in-string.
283 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
285         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map.
287         * gnus-sum.el: Ditto.
289         * gnus-util.el (gnus-select-frame-set-input-focus):
290         Use select-frame-set-input-focus if it is available in XEmacs; use
291         definition defined in Emacs 22 for old Emacsen.
293 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
295         [ Merge from Gnus trunk. ]
297         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
298         (mm-charset-override-alist): New variable.
299         (mm-charset-to-coding-system): Use it.
300         (mm-codepage-setup): New helper function.
301         (mm-charset-eval-alist): New variable.
302         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
303         Warn about unknown charsets.  Add allow-override.
304         Use `mm-charset-override-alist' only when decoding.
305         (mm-detect-mime-charset-region): Use :mime-charset.
307         * mm-bodies.el (mm-decode-body, mm-decode-string):
308         Call `mm-charset-to-coding-system' with allow-override argument.
310         * message.el (message-tool-bar-zap-list, message-tool-bar)
311         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
312         (message-tool-bar-local-item-from-menu): Remove.
313         (message-tool-bar-map): Replace by `message-make-tool-bar'.
314         (message-make-tool-bar): New function.
315         (message-mode): Use `message-make-tool-bar'.
317         * gnus-sum.el (gnus-summary-tool-bar)
318         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
319         (gnus-summary-tool-bar-zap-list): New variables.
320         (gnus-summary-make-tool-bar): Complete rewrite using
321         `gmm-tool-bar-from-list'.
323         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
324         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
325         New variables.
326         (gnus-group-make-tool-bar): Complete rewrite using
327         `gmm-tool-bar-from-list'.
328         (gnus-group-tool-bar-update): New function.
330         * gmm-utils.el: New file.
332 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
334         * flow-fill.el (fill-flowed): Remove trailing space from blank
335         quoted lines.
337 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
339         * gnus-art.el (gnus-article-mode):
340         Set cursor-in-non-selected-windows to nil.
342 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
344         * gnus-art.el (gnus-mime-view-part-as-charset): Ignore charset
345         that the part specifies.
347         * mm-decode.el (mm-display-part): Work with external parts and
348         usual parts similarly.
350         * mm-extern.el (mm-inline-external-body): Use mm-display-part
351         instead of gnus-display-mime.
353         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
354         tag to summarized topics part in order to encode non-ASCII text.
356 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
358         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
360 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
362         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
363         the sieve region.
365 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
367         * gnus.el: Gnus v5.10.8 is released.
369 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
371         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new layout.
373         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
374         unknown charset.
376         * message.el (message-header-synonyms): Add Original-To to the default.
378         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Group is an
379         optional parameter.
381 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
383         * pgg-gpg.el: Revert to revision 7.15 to allow the use of gpg-agent.
385 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
387         * gnus-fun.el (gnus): Require it for gnus-directory.
389 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
391         * nnweb.el (nnweb-google-create-mapping): Update regexp.
392         Some whitespace was matched into the url, which broke browsing hits
393         > 100 when mm-url-use-external was nil.
395 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
397         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
399 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
401         * mml.el (mml-insert-mime): Ignore cached contents of
402         message/external-body part.
404         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
405         (mm-insert-part): Ditto.
407 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
409         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
410         Reported by Ralf Wachinger <rwachinger@gmx.de>.
412 2006-03-23  Kenichi Handa  <handa@m17n.org>
414         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
415         instead of set-buffer-multibyte.
417 2006-03-23  Kenichi Handa  <handa@m17n.org>
419         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
420         buffer and then decode the buffer text if necessary.
421         (rfc2231-encode-string): Be sure to work on multibyte buffer at
422         first, and after mm-encode-body, change the buffer to unibyte.
424 2006-03-21  Daniel Pittman <daniel@rimspace.net>
426         * nnimap.el (nnimap-request-update-info-internal): Optimize.
427         Don't `gnus-uncompress-range' to avoid excessive memory usage.
429 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
431         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
433         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
434         Add comment on version.
436 2006-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
438         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): New variable.
439         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
440         assigning the spam-mark to new messages.
442 2006-03-20  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
444         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
446 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
448         * smiley.el: Add missing test smiley.
450 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
452         * mm-decode.el (mm-with-part): New macro.
453         (mm-get-part): Use it; work with message/external-body as well.
454         (mm-save-part): Treat name and filename equally.
456         * mm-extern.el (mm-extern-cache-contents): New function.
457         (mm-inline-external-body): Use it; force the part to be displayed;
458         move undisplayer added to the cached handle to the parent.
460         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
461         (gnus-mime-view-part-as-type): Work with message/external-body.
463         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
465 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
467         * gnus-art.el (gnus-article-only-boring-p):
468         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
469         intangible text.
470         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
472 2006-03-14  Simon Josefsson  <jas@extundo.com>
474         * message.el (message-unique-id): Don't use message-number-base36
475         if (user-uid) is a float.
476         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
478 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
480         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
482         * gnus-art.el (gnus-mime-display-single): Make sure there is an
483         empty line between a part and a message part.
485 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
487         * smiley.el: Add more test smileys.
488         (smiley-data-directory, smiley-regexp-alist)
489         (gnus-smiley-file-types): Fix doc strings.
490         (smiley-update-cache): Clear smiley-cached-regexp-alist before
491         adding new elements.
492         (smiley-mouse-map): Unused code.  Make it a comment.
494 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
496         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
497         scan latest NoCeM messages instead of old ones.
498         (gnus-nocem-check-article): Fix regexps so as to match to PGP
499         delimiters that are recently used.
500         (gnus-nocem-load-cache): Add autoload cookie.
502         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
504         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
505         level which is larger than gnus-use-nocem is specified.
507         * gnus-group.el (gnus-group-get-new-news): Ditto.
509 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
511         * gnus-util.el (gnus-tool-bar-update): New function.
513         * gnus-group.el (gnus-group-update-tool-bar): New variable.
514         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
516         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
518 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
520         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
521         if optional last element is specified in splits (FIELD VALUE...).
523 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
525         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
526         handle is multipart when calling it recursively.
527         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
529 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
531         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
532         to "Emacs 23 (unicode)" in doc string.
534         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
535         "Emacs 23 (unicode)" in comment.
537 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
539         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
541         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
542         characters 160 through 255 in Emacs 23.
544 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
546         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
547         message/* containing non-ASCII text properly.
549 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
551         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
553 2006-02-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
555         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
557 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
559         * nnweb.el (nnweb-type-definition, nnweb-gmane-search):
560         Use new nov.php.
562 2006-02-28  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
564         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
565         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
566         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
567         output on the server side.
568         (nnweb-google-create-mapping): Update regexps and add some
569         progress indication.
571 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
573         * message.el (message-user-fqdn): Remove useless * in doc string.
575         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
576         unnecessary interaction when sending queued mails.  Reported by
577         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
579 2006-02-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
581         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
582         Merge of 2006-02-20 change from the trunk.
584 2006-02-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
586         * dns.el (query-dns): Protect more against buggy tcp output.
587         Merge of 2006-02-20 change from the trunk.
589 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
591         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
592         first or last are nil.
594 2006-02-24  Simon Josefsson  <jas@extundo.com>
596         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too.
597         Merge of 2005-10-26 change from the trunk.
599 2006-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
601         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
602         Remove space stuffing, and only do quotes that actually start with
603         ">" at the beginning of the lines.
604         Merge of 2005-11-17 and 2004-07-25 from the trunk.
606 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
608         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
609         also available in Emacs 21.3.
611         * message.el (message-fix-before-sending): Change "Emacs 22" to
612         "Emacs 23 (unicode)" in comment.
614         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
615         "Emacs 23 (unicode)" in comment.
617         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
618         comment.
619         (mm-coding-system-p): Add comment about no-MULE XEmacs.
621         * mm-view.el (mm-fill-flowed): Add :version.
623 2006-02-23  Ralf Angeli  <angeli@iwi.uni-sb.de>
625         * mm-view.el (mm-fill-flowed): New variable.
626         (mm-inline-text): Use it.
628 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
629         (tiny change)
631         * nnimap.el (nnimap-request-move-article): Change folder back to
632         source group before deleting.
634 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
636         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
637         coding system which mm-charset-to-coding-system returns for a
638         given charset is valid.
640 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
642         * html2text.el (html2text-remove-tag-list):
643         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
645 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
647         * gnus-cus.el: Revert 2005-10-17 change.
649 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
651         * gnus-art.el (article-strip-banner): Call
652         article-really-strip-banner only when the regexp match is made.
654 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
656         * gnus-art.el (article-strip-banner): Use
657         gnus-extract-address-components instead of
658         mail-header-parse-addresses to make it work with non-ASCII text.
660         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
661         values which are surrounded with \"...\"; make it never cause a
662         Lisp error; give up parsing of parameters if it failed in
663         extracting type.
665 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
667         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
668         make-temp-file; make it work with Emacs 20 and XEmacs as well.
670         * mm-decode.el (mm-display-external): Use the 3rd arg of
671         mm-make-temp-file.
672         (mm-create-image-xemacs): Ditto.
674 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
676         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
677         with message-narrow-to-headers.
678         (gnus-draft-setup): Narrow to header to run message-fetch-field.
679         (gnus-draft-check-draft-articles): New function.
680         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
682 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
684         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
685         re-loading nn* modules.
687 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
689         * gnus.el: Remove bogus comment.
691 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
693         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
694         (mml2015-pgg-encrypt): Ditto.
696         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
697         (mml1991-pgg-encrypt): Ditto.
699 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
701         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
702         message-make-date instead of current-time-string.
704         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
705         to gnus-decoded which mm-uu might set.
707 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
709         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
710         don't decode quoted parameters; remove misimported Emacs code.
711         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
712         (rfc2231-decode-encoded-string): Don't use split-string which
713         behaves differently according to Emacs version; use
714         mm-decode-coding-region to convert charset to coding-system.
715         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
716         (rfc2231-encode-string): Remove misimported Emacs code.
718 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
720         * gnus-art.el (article-decode-charset): Don't use ignore-errors
721         when calling mail-header-parse-content-type.
722         (article-de-quoted-unreadable): Ditto.
723         (article-de-base64-unreadable): Ditto.
724         (article-wash-html): Ditto.
726         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
727         calling mail-header-parse-content-type and
728         mail-header-parse-content-disposition.
729         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
730         mail-header-parse-content-type.
732         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
733         insert charset and format parameters; encode description after
734         inserting it to buffer.
735         (mml-insert-parameter): Fold lines properly even if a parameter is
736         segmented into two or more lines; change the max column to 76.
738         * rfc1843.el (rfc1843-decode-article-body): Don't use
739         ignore-errors when calling mail-header-parse-content-type.
741         * rfc2231.el (rfc2231-parse-string): Return at least type if
742         possible; don't cause an error even if it fails in parsing of
743         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
744         (rfc2231-encode-string): Don't break lines at the beginning, leave
745         it to mml-insert-parameter.
747         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
748         calling mail-header-parse-content-type.
750 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
752         * spam-report.el (spam-report-gmane-use-article-number):
753         Improve doc string.
754         (spam-report-gmane-internal): Check if a suitable header was found
755         in the article.
757 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
759         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
760         (rfc2231-encode-string): Make param*=value always begin with LWSP.
762 2006-02-05  Romain Francoise  <romain@orebokech.com>
764         Update copyright notices of all files in the gnus directory.
766 2006-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
768         * gnus-util.el (gnus-error): Describe `args'.
770 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
772         * nnweb.el (nnweb-request-group): Avoid growing overview files.
774 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
776         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
777         segmented lines of parameter value to cope with Thunderbird 1.5
778         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
779         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
780         (rfc2231-encode-string): Don't make lines exceeding 76 column.
782 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
784         * mml.el (mml-generate-mime-1): Correct the order of inline signed
785         parts.
787 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
789         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
790         there's only one active file for all servers.
791         (nnweb-request-scan): Make sure nnweb-articles is initialized on
792         solid groups.  Gnus might have used a FAST request to select the group.
793         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
794         and nnweb-search redundantly in the active file.
795         (nnweb-request-list): Don't list bogus groups.  There can only be one.
796         (nnweb-request-create-group): Don't use ARGS.
797         (nnweb-possibly-change-server, nnweb-request-group): Remove some
798         initialisations.  Let nnoo do the work.
800 2006-01-31  Romain Francoise  <romain@orebokech.com>
802         * message.el (message-alternative-emails): Improve docstring.
803         (message-setup-1): Call `message-use-alternative-email-as-from'
804         after `message-setup-hook' to give it precedence over posting
805         styles, etc.
806         (message-use-alternative-email-as-from): Add docstring.
807         Remove the original From header if present.
809 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
811         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
812         Say the part has been decoded.
814 2006-01-31  Kevin Ryde  <user42@zip.com.au>
816         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
817         mailcap-viewer-test-cache when there's no 'test clause, since that
818         will invert the meaning of a "nil" test previously determined by
819         mailcap-mailcap-entry-passes-test.
821 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
823         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
825 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
827         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
828         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
829         current Google Groups.
831 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
833         * Makefile.in (clean): New rule.
834         (distclean): Use it.
836 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
838         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
839         is dissected into a single part of which the type is the same as
840         the given one; decode charset.
842 2006-01-21  Kevin Ryde  <user42@zip.com.au>
844         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
845         into alists as symbol not string, since that's what
846         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
847         look for.
849 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
851         * mm-uu.el (mm-uu-dissect-text-parts): Reduce the number of
852         recursive calls.
854 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
856         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
857         (mm-w3m-standalone-supports-m17n-p): New function.
858         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
859         w3m usage.
861         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
862         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
864 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
866         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
867         encoding.
869 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
871         * mml.el (mml-attach-file): Describe `description' in doc string.
872         (mml-menu): Add Emacs MIME manual and PGG manual.
874 2006-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
876         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
877         (spam-group-spam-marks, spam-list-articles, spam-group-ham-marks):
878         Revert 2006-01-08 change because the functions will be used in No
879         Gnus.
881 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
883         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
885         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
887 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
889         * mm-decode.el (mm-inlined-types): Add application/pgp.
890         (mm-automatic-display): Ditto.
892         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
893         part as text.
895 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
897         * nnrss.el: Update copyright.
898         (nnrss-opml-import): Query whether to subscribe to each entry.
900         * gnus-art.el:
901         * gnus-cus.el:
902         * gnus-group.el:
903         * gnus-start.el:
904         * gnus-sum.el:
905         * mm-uu.el:
906         * mm-view.el: Update copyright.
908 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
910         * message.el (message-info): New function.
911         (message-mode-menu): Add it.
912         Update copyright.
914         * ChangeLog: Fix and update copyright.
916 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
918         * mm-uu.el (mm-uu-text-plain-type): New variable.
919         (mm-uu-pgp-signed-extract-1): Use it.
920         (mm-uu-pgp-encrypted-extract-1): Use it.
921         (mm-uu-dissect): Use it; allow two optional arguments; one is a
922         flag specifying whether there's no message header; the other is
923         for a MIME type and parameters; bind mm-uu-text-plain-type with
924         the later one.
925         (mm-uu-dissect-text-parts): New function.
927         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
928         dissect text parts.
930 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
932         * gnus-art.el (article-wash-html): Use
933         gnus-summary-show-article-charset-alist if a numeric arg is given.
934         (gnus-article-wash-html-with-w3m-standalone): New function.
936         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
937         mm-inline-text-html-render-with-w3m-standalone.
938         (mm-text-html-washer-alist): Map w3m-standalone to
939         gnus-article-wash-html-with-w3m-standalone.
940         (mm-inline-text-html-render-with-w3m-standalone): New function.
942 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
944         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
945         (nnrss-request-article): Render text/plain parts as HTML.
947         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
948         the buffer.
950 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
952         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
953         custom definition of `gnus-posting-styles'.
955         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
956         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
958 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
960         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
961         Use nntp for bug archive.
963 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
965         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
966         parts.
967         (nnrss-normalize-date): New function converts ISO 8601 date into
968         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
969         (nnrss-check-group): Use it.
971 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
973         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
975         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
976         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
977         (nnrss-insert-w3): Ditto.
979 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
981         * nnrss.el (nnrss-request-article): Fix last change; fill
982         text/plain parts.
984 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
986         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
987         in text/plain part.
988         (nnrss-check-group): Don't add excessive newline to dc:subject.
990 2005-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
992         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
993         remove MIME buttons associated with multipart/alternative parts.
994         (gnus-mime-display-alternative): Tag buttons using `article-type'
995         text property.
997         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
998         associated with multipart/alternative parts.
1000 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
1002         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
1003         article.
1005 2005-12-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1007         * dns.el (query-dns): Make sure we check the buffer size before
1008         removing tcp headers.
1010 2006-01-08  Chong Yidong  <cyd@stupidchicken.com>
1012         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
1013         (spam-group-spam-marks): Delete functions.
1014         (spam-list-articles): Just call spam-group-ham-marks directly.
1015         (spam-group-ham-marks): Simplify.
1017 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1019         * gnus-art.el (gnus-signature-separator): Fix custom type.
1021         * mm-decode.el (mm-inlined-types): Fix custom type.
1022         (mm-keep-viewer-alive-types): Ditto.
1023         (mm-automatic-display): Ditto.
1024         (mm-attachment-override-types): Ditto.
1025         (mm-inline-override-types): Ditto.
1026         (mm-automatic-external-display): Ditto.
1028 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1030         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
1031         multipart/alternative and add xref to mm-discouraged-alternatives
1032         in doc string.
1034         * mm-decode.el (mm-discouraged-alternatives): Add xref to
1035         gnus-buttonized-mime-types in doc string.
1037 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1039         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
1040         us-ascii as a MIME charset.
1042         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
1043         against the case where the 2nd arg TYPE is nil.
1045 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1047         * gnus-start.el (gnus-no-server-1): Mention
1048         `gnus-level-default-subscribed' in doc string.
1050 2005-11-26  Dave Love  <fx@gnu.org>
1052         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
1053         (tls-program, tls-success): Provide openssl alternative.
1055         * starttls.el: Doc fixes.
1056         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
1057         SERVICE to PORT.
1059 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1061         * gnus-start.el (gnus-start-draft-setup): Enforce
1062         `gnus-draft-mode' for nndraft:drafts at startup.
1064         * gnus.el (gnus-splash): Change custom group.
1065         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
1066         allow-list argument.
1068         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
1069         string.
1071 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
1073         * mm-decode.el (mm-display-external): Add missing cdr.
1075 2005-12-12  Richard M. Stallman  <rms@gnu.org>
1077         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
1079 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
1081         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
1082         Suggest image/.* in the doc string.
1084 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1086         * mm-decode.el (mm-display-external): Use nametemplate (defined in
1087         RFC1524) if it is in mailcap or add a suffix according to
1088         mailcap-mime-extensions when generating a temp filename; postpone
1089         deleting a temp file for 2 seconds for some wrappers, shell
1090         scripts, and so on, which might exit right after having started a
1091         viewer command as a background job.
1093 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1095         * gnus-art.el (gnus-default-article-saver): Add user-defined
1096         `function' to custom type.
1098 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
1100         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
1101         parens.
1103 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1105         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
1106         long lines.
1107         (gnus-cache-delete-group): Wrap doc strings.
1109         * gnus-agent.el (gnus-agent-rename-group)
1110         (gnus-agent-delete-group): Wrap doc strings.
1112 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
1114         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
1116 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1118         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
1119         of current-time-string.
1121 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
1123         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
1124         date header.
1126 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny patch)
1128         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
1130 2005-11-14  Kevin Greiner  <kevin.greiner@compsol.cc>
1132         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
1133         internal variable to a custom variable.  Changed default value
1134         from compressed(2) to uncompressed(1).
1135         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
1136         support for uncompressed agentview files.  Taken together, reading
1137         the agentview file should now be 6-7 times faster.
1138         (gnus-agent-long-article,
1139         gnus-agent-short-article, gnus-agent-score): Renamed category
1140         keywords to match gnus-cus.
1141         (gnus-agent-summary-fetch-series): Modified to protect against
1142         gnus-agent-summary-fetch-group clearing processable flags.
1143         (gnus-agent-synchronize-group-flags): Update live group buffer as
1144         synchronization may occur due to the user toggling the plugged
1145         status.
1146         (gnus-agent-braid-nov): Now tests new nov entries
1147         for duplicates which are removed.  The invalid sort check then
1148         triggers a rescan after the sort as sorting may have moved
1149         duplicate entries such that they can be cheaply detected.
1150         (gnus-agent-read-local): Trivial fix to format of
1151         error message to display actual error condition.
1152         (gnus-agent-save-local): Avoid saving symbols that are bound to
1153         nil as they simply result in a warning message in
1154         gnus-agent-read-local.
1155         (gnus-agent-fetch-group-1): Clear downloadable flag when article
1156         successfully downloaded.
1157         (gnus-agent-regenerate-group): Use
1158         gnus-agent-synchronize-group-flags to reset read status in both
1159         gnus and server.
1161         * nntp.el (nntp-end-of-line): Doc fix.
1162         (nntp-authinfo-rejected): New error condition.
1163         (nntp-wait-for): Use new error condition to signal authentication
1164         error.
1165         (nntp-retrieve-data): Rethrow new error condition to break out of
1166         recursive call to nntp-send-authinfo.
1168 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1170         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
1171         rather than make-variable-buffer-local for file-precious-flag.
1173 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1175         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
1177 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1179         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
1180         as a buffer-local variable.  This avoids creating truncated
1181         dribble files as a result of a hang up, eg.
1183 2005-11-04 Ken Manheimer  <ken.manheimer@gmail.com>
1185         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
1186         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1187         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1188         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1189         argument to all these routines, so the passphrase can be managed
1190         externally and passed in to the system.
1191         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
1192         pgg-add-passphrase-to-cache function.
1194         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
1195         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
1196         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
1197         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
1198         argument to all these routines, so the passphrase can be managed
1199         externally and passed in to the system.
1200         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
1201         function.
1203 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
1205         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1206         part of the decoded armor to find the key-identifier.
1207         (pgg-gpg-lookup-key-owner): New function to return the
1208         human-readable identifier of a key owner.
1209         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
1210         key itself.
1211         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1212         the key value) if we have a key and can match it against a secret
1213         key.  Also, added a note pointing out fact that the prompt only
1214         indicates the first matching key.
1216         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1217         pgg-decrypt-region.
1218         (pgg-pending-timers): A new hash for tracking the passphrase cache
1219         timers, so that new ones supercede old ones.
1220         (pgg-add-passphrase-to-cache): Rename from
1221         `pgg-add-passphrase-cache' to reduce confusion (all callers
1222         changed).  Modified to cancel old timers when new ones are added.
1223         (pgg-remove-passphrase-from-cache): Rename from
1224         `pgg-remove-passphrase-cache' to reduce confusion (all callers
1225         changed).  Modified to cancel old timers when their keys are
1226         removed from the cache.
1227         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
1228         XEmacs, an indirection to delete-itimer.
1229         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
1230         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
1231         users can only check cache without risk of prompting.  Correct bug in
1232         notruncate behavior.
1233         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
1234         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
1235         Add informative docstrings.
1236         (pgg-decrypt): Convey provided passphrase in subordinate call to
1237         pgg-decrypt-region.
1239 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
1241         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1242         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1243         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1244         'passphrase' argument, so the passphrase can be managed externally
1245         and then passed in to the system.
1247         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1248         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1249         so the passphrase cache can be used reliably with identifiers
1250         besides a pgp packet's key id.
1252         * pgg-gpg.el (pgg-pgp-encrypt-region)
1253         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1254         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1255         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1256         argument to all these routines, so the passphrase can be managed
1257         externally and passed in to the system.
1259         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1260         'notruncate' argument, so the passphrase cache can be used
1261         reliably with identifiers besides a pgp packet's key id.
1263 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
1265         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1266         symmetric encryption.
1267         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1268         encrypted session key.
1269         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1270         message ask for the passphrase in a proper way.
1272         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1273         New user commands for symmetric encryption.
1275 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1277         * gnus-delay.el (gnus-delay-group): Don't autoload.
1278         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
1279         to be re-loaded when customizing the `gnus-delay' group.
1281 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
1283         * message.el: Revert last changes.
1284         (message-insert-citation-line): Use newlines.
1286 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
1288         * message.el (message-courtesy-message)
1289         (message-mark-insert-begin, message-mark-insert-end)
1290         (message-elide-ellipsis, message-cancel-message)
1291         (message-add-header, message-change-subject)
1292         (message-cross-post-followup-to-header)
1293         (message-cross-post-insert-note, message-reduce-to-to-cc)
1294         (message-widen-reply, message-delete-not-region)
1295         (message-kill-to-signature, message-insert-signature)
1296         (message-insert-importance-high, message-insert-importance-low)
1297         (message-insert-or-toggle-importance)
1298         (message-insert-disposition-notification-to)
1299         (message-indent-citation, message-yank-original)
1300         (message-cite-original-without-signature, message-cite-original)
1301         (message-insert-citation-line, message-position-on-field)
1302         (message-fix-before-sending, message-send-mail-partially)
1303         (message-send-mail, message-send-mail-with-sendmail)
1304         (message-send-mail-with-qmail, message-send-news)
1305         (message-check-news-header-syntax, message-generate-headers)
1306         (message-insert-courtesy-copy, message-fill-address)
1307         (message-fill-header, message-shorten-references)
1308         (message-setup-1, message-cancel-news)
1309         (message-forward-make-body-plain, message-forward-make-body-mime)
1310         (message-forward-make-body-mml, message-encode-message-body)
1311         (message-forward-make-body-digest-plain)
1312         (message-forward-make-body-digest-mime)
1313         (message-use-alternative-email-as-from): Insert `hard-newline'
1314         instead of ordinary newlines.
1316 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1318         * message.el (message-generate-headers): Downcase the argument
1319         given to message-check-element.
1321 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1323         * gnus.el (gnus-parameters-case-fold-search): New variable.
1324         (gnus-parameters-get-parameter): Use it.
1326         * gnus-score.el (gnus-home-score-file): Doc fix.
1328 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
1330         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
1332 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1334         * mml.el (mml-preview): Doc fix.
1336 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
1338         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
1339         whitespace removed in revision 7.8.  Use concatenated string to
1340         protect trailing whitespace.
1342 2005-10-27  Jouni K Seppanen  <jks@iki.fi>  (tiny change)
1344         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
1345         (nnimap-request-expire-articles): Use it to avoid sending 'UID
1346         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
1347         Courier IMAP ("some version from 2004").  Mostly based on similar
1348         code in the same function.
1350 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1352         * message.el (message-display-completion-list): New function.
1353         (message-expand-group): Use it; make sure the Completions buffer
1354         is modifiable.
1356 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
1358         * imap.el (imap-open): Handle case where buffer is a buffer
1359         object.
1361 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
1363         * pgg-def.el:
1364         * pgg-gpg.el:
1365         * pgg-parse.el:
1366         * pgg-pgp.el:
1367         * pgg-pgp5.el:
1368         * pgg.el: Move to the parent lisp directory.
1370 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
1372         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
1373         user-mail-name is an empty string.
1375 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
1377         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
1378         depending on gnus-score-decay-constant.
1380 2005-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1382         * nnslashdot.el (nnslashdot-request-article)
1383         (nnslashdot-retrieve-headers-1): Update to new HTML.
1385 2005-10-23  Simon Josefsson  <jas@extundo.com>
1387         * imap.el (imap-gssapi-program): Align command line parameters
1388         with latest GNU SASL.
1389         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
1391 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
1393         * mail-source.el (mail-source-fetch-pop): Require pop3.
1394         (mail-source-check-pop): Ditto.
1396 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1398         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
1399         errors.
1401 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
1403         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
1404         (gnus-treat-strip-leading-blank-lines): Improve doc string.
1406         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
1408 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1410         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
1411         (rfc2047-charset-to-coding-system): New function.
1412         (rfc2047-decode-encoded-words): New function.
1413         (rfc2047-decode-region): Use them.
1414         (rfc2047-decode-cte): Remove.
1415         (rfc2047-parse-and-decode): Remove.
1416         (rfc2047-decode): Remove.
1418 2005-10-15  Kenichi Handa  <handa@m17n.org>
1420         * rfc2047.el (rfc2047-decode-cte): New function.
1421         (rfc2047-decode-region): Change the way to decode successive
1422         encoded-words: decode B- or Q-encoding in each encoded-word,
1423         concatenate them, and decode it as charset.
1425 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
1427         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
1428         widget-move-and-invoke.
1429         (gnus-custom-mode): Use gnus-custom-map.
1431 2005-10-15  Bill Wohler  <wohler@newt.com>
1433         * message.el (message-tool-bar-map): Renamed image file from
1434         mail_send to mail/send.
1436 2005-10-16  Masatake YAMATO  <jet@gyve.org>
1438         * message.el (message-expand-group): Pass the common
1439         prefix substring of completion to `display-completion-list'.
1441 2005-10-09  Daniel Brockman  <daniel@brockman.se>
1443         * format-spec.el (format-spec): Propagate text properties of % spec.
1445 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
1447         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
1449 2005-10-08  Simon Josefsson  <jas@extundo.com>
1451         * pgg-parse.el (top-level): Don't require custom, it is
1452         autoloaded.  (To sync with No Gnus.)
1454 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
1456         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
1458 2005-10-08  Simon Josefsson  <jas@extundo.com>
1460         * pgg-def.el (top-level): Don't require custom, it is
1461         autoloaded.  (To sync with No Gnus.)
1463 2005-10-04  David Hansen  <david.hansen@gmx.net>
1465         * nnrss.el (nnrss-request-article): Add support for the comments tag.
1466         (nnrss-check-group): Ditto.
1468 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1470         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
1472         * gnus-util.el (gnus-remove-duplicates): Remove.
1474         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
1475         instead of gnus-remove-duplicates.
1477         * message.el (message-remove-duplicates): Remove.
1478         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
1479         message-remove-duplicates.
1481         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
1482         available, else use implementation from `delete-dups'.
1484 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1486         * time-date.el: Autoload parse-time-string, XEmacs needs it.
1488 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1490         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
1491         function rather than the diff-mode.el package.
1492         (mm-display-external): Use with-current-buffer.
1493         (mm-viewer-completion-map, mm-viewer-completion-map):
1494         Move initialization inside declaration.
1496 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
1498         * message.el: Remove useless autoloads.
1500 2005-09-28  Simon Josefsson  <jas@extundo.com>
1502         * message.el (message-use-idna): Default to t.
1503         (message-use-idna): Test whether encoding works too.  Doc fix.
1505 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1507         * nntp.el (nntp-warn-about-losing-connection): Remove.
1509 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
1511         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
1512         customizable.  Change default value.
1513         (mm-uu-diff-groups-regexp): Change default value.
1514         (mm-uu-type-alist): Add doc string.
1515         (mm-uu-configure): Add doc string.  Make it interactive.
1516         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
1518 2005-09-27  Simon Josefsson  <jas@extundo.com>
1520         * message.el (message-idna-to-ascii-rhs-1): Reformat.
1522 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1524         * message.el (message-remove-duplicates): New function.
1525         Implementation borrowed from `gnus-remove-duplicates'.
1526         (message-idna-to-ascii-rhs): Also encode idna addresses in
1527         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
1528         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
1529         only ask about the same idna domain once per header and also tell
1530         in what header to replace the idna domain.
1532         * gnus-art.el (article-decode-idna-rhs): Also decode idna
1533         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
1534         (article-decode-idna-rhs): Fix regexp so that all idna-address in
1535         a header is decoded and not just the last one.
1537 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1539         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
1540         has been decoded.
1542         * mm-decode.el (mm-insert-part): Don't modify text if it has been
1543         decoded.
1545         * mm-view.el (mm-inline-text): Don't strip text props unless
1546         decoding enriched or richtext parts.
1548 2005-09-25  Romain Francoise  <romain@orebokech.com>
1550         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
1551         * gnus-start.el (gnus-subscribe-interactively):
1552         * gnus-uu.el (gnus-uu-grab-articles):
1553         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
1554         space.
1556 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
1558         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
1559         * mm-view.el (mm-view-pkcs7-decrypt):
1560         * gnus-sum.el (gnus-summary-limit-to-extra)
1561         (gnus-summary-respool-article, gnus-read-move-group-name):
1562         * gnus-score.el (gnus-summary-increase-score):
1563         * gnus-util.el (gnus-completing-read-with-default):
1564         * gnus-art.el (gnus-read-save-file-name)
1565         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
1566         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
1567         * message.el (message-check-news-header-syntax):
1568         Follow convention for reading with the minibuffer.
1570 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
1572         * spam-report.el (spam-report-url-ping-plain):
1573         Use gnus-extended-version as User-Agent.
1575         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
1576         default value is nil.
1578 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1580         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
1581         default to nil, to be able to use Gnus at all.  If the default
1582         switches to something else, then the function should be fixed not
1583         be exceedingly slow.
1585 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
1587         * mm-url.el (mm-url-decode-entities): Fix regexp.
1589 2005-09-18  Deepak Goel  <deego@gnufans.org>
1591         * sieve.el (sieve-help): Fix `message' call: first arg should be a
1592         format spec.
1594 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1596         * gnus.el (gnus-group-startup-message): Bind image-load-path.
1598 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1600         * gnus-art.el (gnus-mime-display-part): Protect against broken
1601         MIME messages.
1603 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1605         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
1606         before parsing header.
1608 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
1610         * spam-report.el (spam-report-gmane): Fix generation of spam
1611         report URL.
1613 2005-09-10  Simon Josefsson  <jas@extundo.com>
1615         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
1616         t, based on discussion on the ding list with Robert Epprecht
1617         <epprecht@solnet.ch>.
1619 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
1621         * spam-report.el (spam-report-gmane): Make it work without
1622         X-Report-Spam header.  Gmane now only provides Archived-At.
1623         This is only used if `spam-report-gmane-use-article-number' is nil.
1624         (spam-report-gmane-spam-header): Remove.  Not used anymore.
1626         * nnweb.el (nnweb-google-wash-article): Print a message if article
1627         is not available.
1629 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1631         * gnus-art.el (gnus-mime-display-single): Decode text/* parts
1632         content before displaying.
1634 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
1636         * mml-smime.el: Remove defvar of gnus-extract-address-components.
1638 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1640         * mm-view.el (mm-display-inline-fontify): Disable support modes.
1642 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
1644         * message.el (message-tab-body-function): Fixed mismatched custom
1645         type.
1647         * gnus.el (gnus-group-change-level-function): Ditto.
1649         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
1651         * gnus-art.el (gnus-signature-limit)
1652         (gnus-article-mime-part-function): Ditto.
1654 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
1656         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
1657         Make fetching article by MID work again for Google Groups.  Added
1658         FIXME concerning gnus-group-make-web-group.
1660         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
1661         Don't depend on Gnus by using mail-extract-address-components if
1662         gnus-extract-address-components is not bound.
1664         * gnus.el (gnus-user-agent): Use list of symbols instead of
1665         symbols.  Display full version number for (S)XEmacs.  Optionally
1666         display (S)XEmacs codename.
1668         * gnus-util.el (gnus-emacs-version): Update for new
1669         `gnus-user-agent'.
1671         * gnus-msg.el (gnus-extended-version): Make it possible to omit
1672         Gnus version.
1674 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
1676         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
1677         when encoding.
1679         * mm-bodies.el (mm-decode-content-transfer-encoding):
1680         De-canonicalize CRLF for all text content types, not just
1681         text/plain.
1683 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1685         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
1687         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
1688         list, not listp.
1690 2005-08-29  Romain Francoise  <romain@orebokech.com>
1692         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
1693         docstring.
1694         (gnus-face-from-file): Likewise.
1696 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
1698         * gnus-art.el (w3m-minor-mode-map):
1699         * gnus-spec.el (gnus-newsrc-file-version):
1700         * gnus-util.el (nnmail-active-file-coding-system)
1701         (gnus-original-article-buffer, gnus-user-agent):
1702         * gnus.el (gnus-ham-process-destinations)
1703         (gnus-parameter-ham-marks-alist)
1704         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
1705         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
1706         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
1707         * mm-decode.el (gnus-current-window-configuration):
1708         * mm-extern.el (gnus-article-mime-handles):
1709         * mm-url.el (url-current-object, url-package-name)
1710         (url-package-version):
1711         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
1712         (smime-keys, w3m-cid-retrieve-function-alist)
1713         (w3m-current-buffer, w3m-display-inline-images)
1714         (w3m-minor-mode-map):
1715         * mml-smime.el (gnus-extract-address-components):
1716         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
1717         (gnus-newsrc-hashtb, message-default-charset)
1718         (message-deletable-headers, message-options)
1719         (message-posting-charset, message-required-mail-headers)
1720         (message-required-news-headers):
1721         * mml1991.el (mc-pgp-always-sign):
1722         * mml2015.el (mc-pgp-always-sign):
1723         * nnheader.el (nnmail-extra-headers):
1724         * rfc1843.el (gnus-decode-encoded-word-function)
1725         (gnus-decode-header-function, gnus-newsgroup-name):
1726         * spam-stat.el (gnus-original-article-buffer): Add defvars.
1728 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
1730         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
1731         the end of the date treatments.
1733 2005-08-15  Simon Josefsson  <jas@extundo.com>
1735         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
1736         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
1737         Capello and Romain Francoise.
1738         (pgg-fetch-key-function): Removed, not used?
1739         (pgg-insert-url-with-w3): Require url, to get
1740         url-insert-file-contents regardless of where it is defined.
1742 2005-08-08  Simon Josefsson  <jas@extundo.com>
1744         * pgg.el: Autoload url-insert-file-contents instead of loading
1745         w3/url.
1746         (pgg-insert-url-with-w3): Don't load url here.
1748 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
1750         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
1752         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
1754 2005-08-06  Romain Francoise  <romain@orebokech.com>
1756         * message.el: Fix typo in docstring.
1758 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1760         * mm-bodies.el (mm-encode-body): Use coding system rather than
1761         charset to encode text.
1763         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
1764         number of charsets if utf-8 is available (XEmacs).
1766 2005-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1768         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
1769         start of the lines.
1770         (gnus-picon-databases): Add /usr/share/picons.
1772 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
1774         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
1775         taken from `gnus-button-mid-or-mail-regexp'.
1776         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
1777         (gnus-button-alist): Improve regexp for domain part of the MIDs
1778         for news:localpart@domain buttons.
1779         (gnus-button-ctan-directory-regexp): Update.
1781         * message.el (message-kill-buffer): Raise the current frame.
1782         (message-bury): Use `window-dedicated-p'.
1784 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1786         * sieve-manage.el (sieve-manage-interactive-login): Use
1787         make-local-variable rather than make-variable-buffer-local.
1788         (sieve-manage-open): Ditto.
1789         (sieve-manage-authenticate): Ditto.
1791         * mml.el (mml-generate-mime-1): Make the content type default to
1792         text/plain if the filename is not specified.
1794 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1796         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
1797         instead of insert-buffer.
1799         * message.el (message-yank-original): Ditto; set the mark at the
1800         end of the yanked message.
1802 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1804         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
1805         lines to scroll rather than to stop it.
1807         * mml.el (mml-generate-default-type): Add doc string.
1808         (mml-generate-mime-1): Use mm-default-file-encoding or make it
1809         default to application/octet-stream when determining the content
1810         type if it is not specified for the part or the mml contents; add
1811         a comment about mml-generate-default-type.
1813 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
1815         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
1816         make it default to application/octet-stream when determining the
1817         content type if it is not specified for the external contents.
1819 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1821         * rfc2231.el (rfc2231-parse-string): Take care that not only a
1822         segmented parameter but also other parameters might be there.
1824 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1826         * mm-decode.el (mm-display-external): Delete temp file, directory
1827         and buffer immediately if the external process is exited.
1829 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1831         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
1832         fewer lines than that of scroll-margin.
1833         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
1835 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1837         * gnus-art.el (gnus-article-next-page): Revert.
1838         (gnus-article-beginning-of-window): New macro.
1839         (gnus-article-next-page-1): Use it.
1840         (gnus-article-prev-page): Ditto.
1841         (gnus-mime-save-part-and-strip): Use insert-buffer-substring
1842         instead of insert-buffer.
1843         (gnus-mime-delete-part): Ditto.
1844         (gnus-article-edit-exit): Ditto.
1846         * gnus-util.el (gnus-beginning-of-window): Remove.
1847         (gnus-end-of-window): Remove.
1849 2005-07-25  Simon Josefsson  <jas@extundo.com>
1851         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
1852         to have the url package without w3.  Reported by Daiki Ueno
1853         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
1855 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1857         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
1858         for text/rtf.  Display default in prompt.  Pass default for M-n.
1860         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
1862 2005-07-16  Romain Francoise  <romain@orebokech.com>
1864         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
1865         instead of `current-time-string' as the latter creates a time
1866         string that is not RFC 2822 compliant (it lacks the zone).
1868 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1870         * gnus-msg.el (gnus-button-mailto): Remove
1871         save-selected-window-window hackery because it relies on
1872         save-selected-window internals.
1874 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1876         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
1877         (gnus-article-next-page-1): Use gnus-beginning-of-window.
1878         (gnus-article-prev-page): Ditto.
1880         * gnus-util.el (gnus-beginning-of-window): New function.
1881         (gnus-end-of-window): New function.
1883 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1885         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
1886         gnus-add-minor-mode.
1887         (gnus-binary-mode): Ditto.
1889         * gnus-topic.el (gnus-topic-mode): Ditto.
1891 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
1893         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
1894         (gnus-article-prev-page): Take scroll-margin into consideration.
1896 2005-07-04  Lute Kamstra  <lute@gnu.org>
1898         Update FSF's address in GPL notices.
1900 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
1902         * gnus.el (gnus-exit):
1903         * gnus-group.el (gnus-group-icons):
1904         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
1906         * gnus-nocem.el (gnus-nocem):
1907         * message.el (message-various, message-buffers, message-sending)
1908         (message-interface, message-forwarding, message-insertion)
1909         (message-headers, message-news, message-mail):
1910         * pgg-gpg.el (pgg-gpg):
1911         * pgg-parse.el (pgg-parse):
1912         * pgg-pgp.el (pgg-pgp):
1913         * pgg-pgp5.el (pgg-pgp5):
1914         * pop3.el (pop3): Finish `defgroup' description with period.
1916 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1918         * gnus-art.el (article-display-face): Improve the efficiency.
1919         (article-display-x-face): Ditto; remove grey x-face stuff.
1921 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1923         * gnus-art.el (article-display-face): Correct the position in
1924         which Faces are inserted; use dolist.
1926 2005-06-29  Didier Verna  <didier@xemacs.org>
1928         * gnus-art.el (article-display-face): Display faces in correct
1929         order.
1931 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1933         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
1934         (gnus-nocem-check-article): Fetch the Type header.
1935         (gnus-nocem-message-wanted-p): Fix the way to examine types.
1936         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
1937         (gnus-nocem-enter-article): Make sure gnus-nocem-hashtb is initialized.
1939         * pgg.el (pgg-verify): Return the verification result.
1941 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
1943         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
1944         `show-nonbreak-escape'.
1946 2005-06-23  Lute Kamstra  <lute@gnu.org>
1948         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
1950         * dig.el (dig-mode):
1951         * smime.el (smime-mode): Use gnus-run-mode-hooks.
1953 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
1955         * nnimap.el (nnimap-split-download-body): Fix spellings.
1957 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
1959         * gnus-art.el (gnus-article-encrypt-body):
1960         * gnus-cus.el (gnus-score-customize):
1961         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
1962         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
1964 2005-06-16  Miles Bader  <miles@gnu.org>
1966         * spam.el (spam): Remove "-face" suffix from face name.
1967         (spam-face): New backward-compatibility alias for renamed face.
1968         (spam-face, spam-initialize): Use renamed spam face.
1970         * message.el (message-header-to, message-header-cc)
1971         (message-header-subject, message-header-newsgroups)
1972         (message-header-other, message-header-name)
1973         (message-header-xheader, message-separator, message-cited-text)
1974         (message-mml): Remove "-face" suffix from face names.
1975         (message-header-to-face, message-header-cc-face)
1976         (message-header-subject-face, message-header-newsgroups-face)
1977         (message-header-other-face, message-header-name-face)
1978         (message-header-xheader-face, message-separator-face)
1979         (message-cited-text-face, message-mml-face):
1980         New backward-compatibility aliases for renamed faces.
1981         (message-font-lock-keywords): Use renamed message faces.
1983         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
1984         (sieve-test-commands, sieve-tagged-arguments):
1985         Remove "-face" suffix from face names.
1986         (sieve-control-commands-face, sieve-action-commands-face)
1987         (sieve-test-commands-face, sieve-tagged-arguments-face):
1988         New backward-compatibility aliases for renamed faces.
1989         (sieve-control-commands-face, sieve-action-commands-face)
1990         (sieve-test-commands-face, sieve-tagged-arguments-face):
1991         Use renamed sieve faces.
1993         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
1994         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
1995         (gnus-group-news-3-empty, gnus-group-news-4)
1996         (gnus-group-news-4-empty, gnus-group-news-5)
1997         (gnus-group-news-5-empty, gnus-group-news-6)
1998         (gnus-group-news-6-empty, gnus-group-news-low)
1999         (gnus-group-news-low-empty, gnus-group-mail-1)
2000         (gnus-group-mail-1-empty, gnus-group-mail-2)
2001         (gnus-group-mail-2-empty, gnus-group-mail-3)
2002         (gnus-group-mail-3-empty, gnus-group-mail-low)
2003         (gnus-group-mail-low-empty, gnus-summary-selected)
2004         (gnus-summary-cancelled, gnus-summary-high-ticked)
2005         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
2006         (gnus-summary-high-ancient, gnus-summary-low-ancient)
2007         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
2008         (gnus-summary-low-undownloaded)
2009         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
2010         (gnus-summary-low-unread, gnus-summary-normal-unread)
2011         (gnus-summary-high-read, gnus-summary-low-read)
2012         (gnus-summary-normal-read, gnus-splash):
2013         Remove "-face" suffix from face names.
2014         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2015         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2016         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2017         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2018         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2019         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2020         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2021         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2022         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2023         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2024         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2025         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2026         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2027         (gnus-summary-normal-ticked-face)
2028         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
2029         (gnus-summary-normal-ancient-face)
2030         (gnus-summary-high-undownloaded-face)
2031         (gnus-summary-low-undownloaded-face)
2032         (gnus-summary-normal-undownloaded-face)
2033         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2034         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2035         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2036         (gnus-splash-face):
2037         New backward-compatibility aliases for renamed faces.
2038         (gnus-group-startup-message): Use renamed gnus faces.
2040         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
2041         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
2042         (gnus-server-agent): Remove "-face" suffix from face names.
2043         (gnus-server-agent-face, gnus-server-opened-face)
2044         (gnus-server-closed-face, gnus-server-denied-face)
2045         (gnus-server-offline-face):
2046         New backward-compatibility aliases for renamed faces.
2047         (gnus-server-agent-face, gnus-server-opened-face)
2048         (gnus-server-closed-face, gnus-server-denied-face)
2049         (gnus-server-offline-face): Use renamed gnus faces.
2051         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
2052         Remove "-face" suffix from face names.
2053         (gnus-picon-xbm-face, gnus-picon-face):
2054         New backward-compatibility aliases for renamed faces.
2056         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
2057         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
2058         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
2059         (gnus-cite-11): Remove "-face" suffix from face names.
2060         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
2061         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
2062         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
2063         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
2064         New backward-compatibility aliases for renamed faces.
2065         (gnus-cite-attribution-face, gnus-cite-face-list)
2066         (gnus-article-boring-faces): Use renamed gnus faces.
2068         * gnus-art.el (gnus-signature, gnus-header-from)
2069         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
2070         (gnus-header-content): Remove "-face" suffix from face names.
2071         (gnus-signature-face, gnus-header-from-face)
2072         (gnus-header-subject-face, gnus-header-newsgroups-face)
2073         (gnus-header-name-face, gnus-header-content-face):
2074         New backward-compatibility aliases for renamed faces.
2075         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
2077         * gnus-sum.el (gnus-summary-selected-face)
2078         (gnus-summary-highlight): Use renamed gnus faces.
2079         * gnus-group.el (gnus-group-highlight): Likewise.
2081 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
2083         * gnus-sieve.el (gnus-sieve-article-add-rule):
2084         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
2085         * spam-stat.el (spam-stat-buffer-change-to-spam)
2086         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
2088         * message.el (message-is-yours-p):
2089         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
2091 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2093         * mm-view.el (mm-inline-text): Withdraw the last change.
2095 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2097         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
2098         executing enriched-decode.
2100 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
2102         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
2104 2005-06-04  Lute Kamstra  <lute@gnu.org>
2106         * nnfolder.el (nnfolder-read-folder): Make sure that undo
2107         information is never recorded.
2109 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2111         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
2113 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2115         * pop3.el (pop3-md5): Run md5 in the binary mode.
2116         (pop3-md5-program-args): New variable.
2118         * starttls.el (starttls-set-process-query-on-exit-flag):
2119         Use eval-and-compile.
2121 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2123         * gnus-art.el (article-display-x-face): Replace
2124         process-kill-without-query by gnus-set-process-query-on-exit-flag.
2126         * gnus-group.el: Bind gnus-cache-active-hashtb when compiling.
2128         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
2129         set-process-query-on-exit-flag or process-kill-without-query.
2131         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
2132         loop instead of replace-regexp.
2134         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
2135         instead of process-kill-without-query if it is available.
2137         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
2138         instead of find-file-hooks if it is available.
2140         * mml1991.el: Bind pgg-default-user-id when compiling.
2142         * mml2015.el: Bind pgg-default-user-id when compiling.
2144         * nndraft.el (nndraft-request-associate-buffer):
2145         Use write-contents-functions instead of write-contents-hooks if it is
2146         available.
2148         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
2149         instead of find-file-hooks if it is available.
2151         * nntp.el (nntp-open-connection): Replace
2152         process-kill-without-query by gnus-set-process-query-on-exit-flag.
2153         (nntp-open-ssl-stream): Ditto.
2154         (nntp-open-tls-stream): Ditto.
2156         * pgg.el: Don't bind itimer vars; don't autoload itimer functions.
2157         (pgg-run-at-time-1): New macro.
2158         (pgg-run-at-time): Use it.
2160         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
2161         set-process-query-on-exit-flag or process-kill-without-query.
2162         (starttls-open-stream-gnutls): Use it instead of
2163         process-kill-without-query.
2164         (starttls-open-stream): Ditto.
2166 2005-05-31  Simon Josefsson  <jas@extundo.com>
2168         * imap.el (imap-ssl-open): Use imap-process-connection-type,
2169         instead of hard coding to nil.
2171 2005-05-31  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2173         * gnus-group.el: Require gnus-sum and autoload functions to
2174         resolve warnings when gnus-group.el compiled alone.
2176 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
2178         * gnus-agent.el (gnus-agent-regenerate-group)
2179         (gnus-agent-fetch-articles): Replace `string-to-int' by
2180         `string-to-number'.
2181         * gnus-art.el (gnus-button-fetch-group): Ditto.
2182         * gnus-cache.el (gnus-cache-generate-active)
2183         (gnus-cache-articles-in-group): Ditto.
2184         * gnus-group.el (gnus-group-set-current-level)
2185         (gnus-group-insert-group-line): Ditto.
2186         * gnus-score.el (gnus-score-set-expunge-below)
2187         (gnus-score-set-mark-below, gnus-summary-score-effect)
2188         (gnus-summary-score-entry): Ditto.
2189         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
2190         (gnus-soup-pack): Ditto.
2191         * gnus-spec.el (gnus-xmas-format): Ditto.
2192         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
2193         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
2194         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
2195         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
2196         * nndb.el (nndb-get-remote-expire-response): Ditto.
2197         * nndiary.el (nndiary-parse-schedule-value)
2198         (nndiary-string-to-number, nndiary-request-replace-article)
2199         (nndiary-request-article): Ditto.
2200         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
2201         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
2202         * nneething.el (nneething-make-head): Ditto.
2203         * nnfolder.el (nnfolder-request-article)
2204         (nnfolder-retrieve-headers): Ditto.
2205         * nnheader.el (nnheader-file-to-number): Ditto.
2206         * nnkiboze.el (nnkiboze-request-article): Ditto.
2207         * nnmail.el (nnmail-process-unix-mail-format)
2208         (nnmail-process-babyl-mail-format): Ditto.
2209         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
2210         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
2211         (nnmh-request-create-group, nnmh-request-list-1)
2212         (nnmh-request-group, nnmh-request-article): Ditto.
2213         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
2214         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
2215         * nnsoup.el (nnsoup-make-active): Ditto.
2216         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
2217         * nntp.el (nntp-find-group-and-number)
2218         (nntp-retrieve-headers-with-xover): Ditto.
2219         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
2220         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
2221         (pgg-format-key-identifier): Ditto.
2222         * pop3.el (pop3-last, pop3-stat): Ditto.
2223         * qp.el (quoted-printable-decode-region): Ditto.
2225         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
2226         of concat.
2228 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2230         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
2232         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
2234         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
2236         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
2238         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
2240         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
2242         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
2243         (gnus-carpal-mode): Ditto.
2245         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
2246         (gnus-browse-mode): Ditto.
2248         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
2250         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
2252 2005-05-29  Richard M. Stallman  <rms@gnu.org>
2254         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
2256 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2258         * gnus-util.el (gnus-run-mode-hooks): New function.
2260         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
2262 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
2264         * gnus-agent.el (gnus-agent-make-mode-line-string):
2265         Use mode-line-highlight as mouse-face.
2267 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2269         * canlock.el (canlock): Change the parent group to news.
2271         * deuglify.el (gnus-outlook-deuglify): Add :group.
2273         * dig.el (dig): Add :group.
2275         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Add :group.
2277         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
2278         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
2279         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
2280         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
2281         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
2283         * gnus-diary.el (gnus-diary): Add :group.
2285         * gnus.el (gnus-group-news-1-face): Add :group.
2286         (gnus-group-news-1-empty-face): Ditto.
2287         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
2288         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
2289         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
2290         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
2291         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
2292         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
2293         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
2294         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
2295         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
2296         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
2297         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
2298         (gnus-summary-high-ticked-face): Ditto.
2299         (gnus-summary-low-ticked-face): Ditto.
2300         (gnus-summary-normal-ticked-face): Ditto.
2301         (gnus-summary-high-ancient-face): Ditto.
2302         (gnus-summary-low-ancient-face): Ditto.
2303         (gnus-summary-normal-ancient-face): Ditto.
2304         (gnus-summary-high-undownloaded-face): Ditto.
2305         (gnus-summary-low-undownloaded-face): Ditto.
2306         (gnus-summary-normal-undownloaded-face): Ditto.
2307         (gnus-summary-high-unread-face): Ditto.
2308         (gnus-summary-low-unread-face): Ditto.
2309         (gnus-summary-normal-unread-face): Ditto.
2310         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
2311         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
2313         * message.el (message-minibuffer-local-map): Add :group.
2315         * sieve-manage.el (sieve-manage-log): Add :group.
2316         (sieve-manage-default-user): Diito.
2317         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
2318         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
2319         (sieve-manage-authenticators): Ditto.
2320         (sieve-manage-authenticator-alist): Ditto.
2321         (sieve-manage-default-port): Ditto.
2323         * sieve-mode.el (sieve-control-commands-face): Add :group.
2324         (sieve-action-commands-face): Ditto.
2325         (sieve-test-commands-face): Ditto.
2326         (sieve-tagged-arguments-face): Ditto.
2328         * smime.el (smime): Add :group.
2330         * spam-report.el (spam-report): Add :group.
2332         * spam.el (spam, spam-face): Add :group.
2334 2005-05-26  Lute Kamstra  <lute@gnu.org>
2336         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
2338 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2340         * gnus-art.el: Don't autoload mail-extract-address-components.
2342         * gnus.el: Use eval-and-compile to autoload message-y-or-n-p.
2344         * nndb.el: Don't declare the nndb back end two or more times; don't
2345         autoload news-reply-mode, news-setup, cancel-timer and telnet.
2347         * nntp.el: Autoload format-spec instead of format; use
2348         eval-and-compile to evaluate autoload forms.
2350         * spam-report.el (spam-report-process-queue): Use gnus-point-at-eol.
2352 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2354         * gnus-art.el (article-date-ut): Support converting date in
2355         forwarded parts as well.
2356         (gnus-article-save-original-date): New macro.
2357         (gnus-display-mime): Use it.
2359 2005-04-28  David Hansen  <david.hansen@physik.fu-berlin.de>
2361         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
2362         enclosure element of <item>.
2364 2005-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
2366         * spam-report.el (spam-report-unplug-agent)
2367         (spam-report-plug-agent, spam-report-deagentize)
2368         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
2369         support for the Agent in spam-report: when unplugged, report to a
2370         file; when plugged, submit all the requests.
2371         [Added missing offline functionality from trunk.]
2373 2005-04-24  Reiner Steib  <Reiner.Steib@gmx.de>
2375         * spam-report.el (spam-report-url-to-file)
2376         (spam-report-requests-file): New function and variable for offline
2377         reporting.
2378         (spam-report-url-ping-function): Add `spam-report-url-to-file'
2379         and user defined function.
2380         (spam-report-process-queue): New function.
2381         Process requests from `spam-report-requests-file'.
2382         (spam-report-url-ping-mm-url): Autoload.
2383         [Added missing offline functionality from trunk.]
2385 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2387         * qp.el (quoted-printable-encode-region): Save excursion.
2389 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2391         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
2392         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
2394 2005-04-13  Miles Bader  <miles@gnu.org>
2396         * mm-util.el (mm-string-to-multibyte): Use Gnus trunk definition.
2398 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2400         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
2401         contained in text because xml.el decodes entities) with LFs.
2403 2005-04-11  Lute Kamstra  <lute@gnu.org>
2405         * message.el (message-make-date): Handle byte-compiler warnings
2406         differently.
2407         * nnimap.el (nnimap-date-days-ago): Ditto.
2409 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2411         * mm-util.el (mm-string-to-multibyte): New function.
2412         (mm-detect-coding-region): Typo.
2414 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2416         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
2418 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2420         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
2421         argument in XEmacs.
2423         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
2424         (nnrss-request-group): Decode group name first.
2425         (nnrss-request-article): Make a text/plain article if mml-to-mime
2426         failed.
2427         (nnrss-get-encoding): Return a compatible encoding according to
2428         nnrss-compatible-encoding-alist.
2429         (nnrss-opml-export): Use dolist.
2430         (nnrss-find-el): Use consp instead of listp.
2431         (nnrss-order-hrefs): Use dolist.
2433 2005-04-06  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2435         * nnrss.el (nnrss-verbose): Remove.
2436         (nnrss-request-group): Use `nnheader-message' instead.
2438 2005-04-06  Mark Plaksin  <happy@usg.edu>  (tiny change)
2440         * nnrss.el (nnrss-verbose): New variable.
2441         (nnrss-request-group): Make it say nnrss is requesting a group.
2443 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2445         * gnus-agent.el (gnus-agent-group-path): Decode group name.
2446         (gnus-agent-group-pathname): Ditto.
2448         * gnus-cache.el (gnus-cache-file-name): Decode group name.
2450         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
2451         name for only %g and %c.
2452         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group
2453         instead of gnus-tmp-group to decoded group name.
2454         (gnus-group-make-group): Decode group name.
2455         (gnus-group-delete-group): Ditto.
2456         (gnus-group-make-rss-group): Exclude `/'s from group names;
2457         register the group data after opening the nnrss group; unify
2458         non-ASCII group names; encode group name.
2459         (gnus-group-catchup-current): Decode group name.
2460         (gnus-group-expire-articles-1): Ditto.
2461         (gnus-group-set-current-level): Ditto.
2462         (gnus-group-kill-group): Ditto.
2464         * gnus-spec.el (gnus-update-format-specifications): Flush the
2465         group format spec cache if it doesn't support decoded group names.
2467         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
2469         * nnrss.el: Require rfc2047 and mml.
2470         (nnrss-file-coding-system): New variable.
2471         (nnrss-format-string): Redefine it as an inline function.
2472         (nnrss-decode-group-name): New function.
2473         (nnrss-string-as-multibyte): Remove.
2474         (nnrss-retrieve-headers): Decode group name; don't use
2475         nnrss-format-string.
2476         (nnrss-request-group): Decode group name.
2477         (nnrss-request-article): Decode group name; allow a Message-ID as
2478         well as an article number; don't use nnrss-format-string; encode a
2479         Message-ID string which may contain non-ASCII characters; use
2480         mml-to-mime to compose a MIME article; use search-forward instead
2481         of re-search-forward.
2482         (nnrss-request-expire-articles): Decode group name.
2483         (nnrss-request-delete-group): Delete entries in nnrss-group-alist
2484         as well; decode group name.
2485         (nnrss-get-encoding): Fix regexp.
2486         (nnrss-fetch): Clarify error message.
2487         (nnrss-read-server-data): Use insert-file-contents instead of load;
2488         bind file-name-coding-system; use multibyte buffer.
2489         (nnrss-save-server-data): Insert newline; bind
2490         coding-system-for-write to the value of nnrss-file-coding-system;
2491         bind file-name-coding-system; add coding cookie.
2492         (nnrss-read-group-data): Use insert-file-contents instead of load;
2493         bind file-name-coding-system; use multibyte buffer.
2494         (nnrss-save-group-data): Bind coding-system-for-write to the
2495         value of nnrss-file-coding-system; bind file-name-coding-system.
2496         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
2497         make it work with non-ASCII text.
2498         (nnrss-opml-export): Use mm-set-buffer-file-coding-system instead
2499         of set-buffer-file-coding-system.
2500         (nnrss-find-el): Check carefully whether there's a list of string
2501         which old xml.el may return rather than a string; make it work
2502         with old xml.el as well.
2504 2005-04-06  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
2506         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
2508         * nnrss.el (nnrss-get-encoding): New function.
2509         (nnrss-fetch): Use unibyte buffer initially; bind
2510         coding-system-for-read while performing mm-url-insert; remove ^Ms;
2511         decode contents according to the encoding attribute.
2512         (nnrss-save-group-data): Add coding cookie.
2513         (nnrss-mime-encode-string): New function.
2514         (nnrss-check-group): Use it to encode subject and author.
2516 2005-04-06  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
2518         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
2519         failed.
2521 2005-04-06  Joakim Verona  <joakim@verona.se>  (tiny change)
2523         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
2525 2005-04-06  Jesper Harder  <harder@ifa.au.dk>
2527         * mm-util.el (mm-subst-char-in-string): Support inplace.
2529         * nnrss.el: Pedantic docstring and whitespace fixes (courtesy of
2530         checkdoc.el).
2531         (nnrss-request-article): Cleanup.
2532         (nnrss-request-delete-group): Use nnrss-make-filename.
2533         (nnrss-read-server-data): Use nnrss-make-filename; use load.
2534         (nnrss-save-server-data): Use nnrss-make-filename; use gnus-prin1.
2535         (nnrss-read-group-data): hash on description if link is missing;
2536         use nnrss-make-filename; use load.
2537         (nnrss-save-group-data): Use nnrss-make-filename; use gnus-prin1.
2538         (nnrss-make-filename): New function.
2539         (nnrss-close): New function.
2540         (nnrss-check-group): Hash on description if link is missing.
2541         (nnrss-get-namespace-prefix): Use string= to compare strings!
2542         Reported by David D. Smith <davidsmith@acm.org>.
2543         (nnrss-opml-export): Turn on sgml-mode.
2545 2005-04-06  Mark A. Hershberger  <mah@everybody.org>
2547         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
2549 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
2551         * message.el (message-make-date): Add defvars in order to silence
2552         the byte compiler inside the defun.
2554         * nnimap.el (nnimap-date-days-ago): Ditto.
2556         * gnus-demon.el (parse-time-string): Add autoload.
2558         * gnus-delay.el (parse-time-string): Add autoload.
2560         * gnus-art.el (parse-time-string): Add autoload.
2562         * nnultimate.el (parse-time): Require for `parse-time-string'.
2564 2005-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2566         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
2567         "Unrecognized menu descriptor" error in XEmacs.
2569 2005-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2571         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
2573         * mm-util.el (mm-replace-in-string): New function.
2574         (mm-xemacs-find-mime-charset-1): Ignore errors while loading
2575         latin-unity, which cannot be used with XEmacs 21.1.
2577         * rfc2047.el (rfc2047-encode-function-alist): Rename from
2578         rfc2047-encoding-function-alist in order to avoid conflicting with
2579         the old version.
2580         (rfc2047-encode-message-header): Remove useless goto-char.
2581         (rfc2047-encodable-p): Don't move point.
2582         (rfc2047-syntax-table): Treat `(' and `)' as is.
2583         (rfc2047-encode-region): Concatenate words containing non-ASCII
2584         characters in structured fields; don't encode space-delimited
2585         ASCII words even in unstructured fields; don't break words at
2586         char-category boundaries; encode encoded words in structured
2587         fields; treat text within parentheses as special; show the
2588         original text when error has occurred; move point to the end of
2589         the region after encoding, suggested by IRIE Tetsuya
2590         <irie@t.email.ne.jp>; treat backslash-quoted characters as
2591         non-special; check carefully whether to encode special characters;
2592         fix some kind of misconfigured headers; signal a real error if
2593         debug-on-quit or debug-on-error is non-nil; don't infloop,
2594         suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>; assume
2595         the close parenthesis may be included in the encoded word; encode
2596         bogus delimiters.
2597         (rfc2047-encode-string): Use mm-with-multibyte-buffer.
2598         (rfc2047-encode-max-chars): New variable.
2599         (rfc2047-encode-1): New function.
2600         (rfc2047-encode): Use it; encode text so that it occupies the
2601         maximum width within 76-column; work correctly on Q encoding for
2602         iso-2022-* charsets; fold the line before encoding; don't append a
2603         space if the encoded word includes close parenthesis.
2604         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
2605         sure not to break a line just after the header name.
2606         (rfc2047-b-encode-region): Remove.
2607         (rfc2047-b-encode-string): New function.
2608         (rfc2047-q-encode-region): Remove.
2609         (rfc2047-q-encode-string): New function.
2610         (rfc2047-encode-parameter): New function.
2611         (rfc2047-encoded-word-regexp): Don't use shy group.
2612         (rfc2047-decode-region): Follow rfc2047-encoded-word-regexp change.
2613         (rfc2047-parse-and-decode): Ditto.
2614         (rfc2047-decode): Treat the ascii coding-system as raw-text by default.
2616 2005-03-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2618         * rfc2047.el (rfc2047-encode-encoded-words): New variable.
2619         (rfc2047-field-value): Strip props.
2620         (rfc2047-encode-message-header): Disable header folding -- not
2621         all headers can be folded, and this should be done by the message
2622         composition mode.  Probably.  I think.
2623         (rfc2047-encodable-p): Say that =? needs encoding.
2624         (rfc2047-encode-region): Encode =? strings.
2626 2005-03-25  Jesper Harder  <harder@ifa.au.dk>
2628         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
2629         language tags; remove unnecessary '+'.  Reported by Stefan Wiens
2630         <s.wi@gmx.net>.
2631         (rfc2047-decode-string): Don't cons a string unnecessarily.
2632         (rfc2047-parse-and-decode, rfc2047-decode): Use a character for
2633         the encoding to avoid consing a string.
2634         (rfc2047-decode): Use mm-subst-char-in-string instead of
2635         mm-replace-chars-in-string.
2637 2005-03-25  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2639         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
2640         encodings of MIME-encoded words, in order to improve
2641         interoperability with several broken MUAs.
2643 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2645         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
2646         pass it to `gnus-browse-read-group'.
2647         (gnus-browse-read-group): Add NUMBER argument and pass it to
2648         `gnus-group-read-ephemeral-group'.
2650         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
2651         argument and pass it to `gnus-group-read-group'.
2653 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
2655         * mm-util.el (mm-xemacs-find-mime-charset): Only call
2656         mm-xemacs-find-mime-charset-1 if we have the mule feature
2657         available at runtime.
2659 2005-03-25  Werner Lemberg  <wl@gnu.org>
2661         * nnmaildir.el: Replace `illegal' with `invalid'.
2663 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2665         * gnus-start.el (gnus-display-time-event-handler):
2666         Check display-time-timer at runtime rather than only at load time
2667         in case display-time-mode is turned off in the mean time.
2669 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2671         * nnimap.el (nnimap-open-connection): Print which authinfo file is
2672         used.
2674         * nneething.el (nneething-map-file-directory): Derive from
2675         `gnus-directory'.
2677         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
2678         the To/Cc button.
2680 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2682         * nnmaildir.el (nnmaildir-request-accept-article):
2683         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
2685 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
2687         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
2688         autoloaded function.
2690 2005-03-13  Steve Youngs  <steve@sxemacs.org>
2692         * mm-url.el: Require timer-funcs at compile time when in XEmacs
2693         for `with-timeout'.
2695         * mail-source.el: Require timer-funcs at compile time when in
2696         XEmacs for `run-with-idle-timer'.
2698         * gnus-async.el: Ditto.
2700 2005-03-16  Lute Kamstra  <lute@gnu.org>
2702         * message.el (message-make-date): Require parse-time.
2704 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2706         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
2708 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
2710         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
2712 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
2714         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
2715         buffer (since IMAP server might return FETCH response out of
2716         order, and the nntp buffer must be sorted).
2718 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
2720         * message.el: Don't autoload former message-utils variables.
2721         (message-strip-subject-trailing-was): Change doc string.
2723         * nnweb.el: Fixes for `gnus-group-make-web-group'.
2724         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
2725         (nnweb-google-search): Add "hl=en" here.
2726         (nnweb-google-parse-1, nnweb-google-create-mapping):
2727         Don't hardcode URL.
2729 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2731         * message.el (message-get-reply-headers, message-followup):
2732         Mention related variables `message-use-followup-to' and
2733         `message-use-mail-followup-to', in the information buffer.
2735         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
2736         of broken groups(-beta).google.com.
2738 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2740         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
2741         a more conservative way.
2743 2005-02-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2745         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
2746         `mm-dissect-multipart' and receive the from field as an (optional)
2747         argument from `mm-dissect-multipart'.
2748         (mm-dissect-multipart): Receive the from field as an argument and
2749         pass it on when we call `mm-dissect-buffer' on MIME parts.
2750         Fixes verification/decryption of signed/encrypted MIME parts.
2752 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2754         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
2755         buffer, so it moves the window's cursor.
2757 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2759         * nnheader.el (nnheader-find-file-noselect): Add doc string.
2761         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
2762         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
2764         * gnus-sum.el (gnus-summary-caesar-message):
2765         Apply `gnus-treat-article' after rotation.
2767         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
2768         doc string.
2770 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2772         * smime.el (smime-sign-buffer): Signal an error if
2773         `smime-sign-region' fails.
2774         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
2775         fails.
2777 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
2779         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
2780         Handle news URL with given port correctly.
2782 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2784         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
2785         containing special characters.
2787         * gnus-sum.el (gnus-summary-edit-article): Ditto.
2789         * mml.el (mime-to-mml): Ditto.
2791         * rfc2047.el (rfc2047-quote-decoded-words-containing-tspecials):
2792         New variable.
2793         (rfc2047-decode-region): Quote decoded words containing special
2794         characters when rfc2047-quote-decoded-words-containing-tspecials
2795         is non-nil.
2797 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2799         * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
2801         * gnus.el (gnus-install-group-spam-parameters): Doc fix.
2803 2005-02-15  Simon Josefsson  <jas@extundo.com>
2805         * nnimap.el (nnimap-debug): Doc fix.
2807         * imap.el (imap-debug): Doc fix.
2809 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2811         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
2812         argument in doc string.  Make query for type more clear.
2814 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
2816         * gnus.el (gnus-group-startup-message): Search for gnus images in
2817         etc/images/gnus.
2818         * mm-util.el (mm-find-charset-region): Likewise.
2819         * smiley.el (smiley-data-directory): Search for smilies in
2820         etc/images/smilies.
2822 2005-02-09  Kim F. Storm  <storm@cua.dk>
2824         Change Emacs release version from 21.4 to 22.1 throughout.
2825         Change Emacs development version from 21.3.50 to 22.0.50.
2827 2005-02-08  Simon Josefsson  <jas@extundo.com>
2829         * imap.el (imap-log): Doc fix.
2831 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2833         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
2834         prefix arg is neither nil nor a number, as info specifies.
2836 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2838         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
2840 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2842         * message.el (message-beginning-of-line): Change the behavior when
2843         invoked between BOL and : so that it first moves backward.
2845 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2847         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
2848         article buffer when editing of the article is discarded.
2849         (gnus-article-prepare): Revert.
2851 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2853         * gnus-art.el (gnus-article-prepare):
2854         Remove message-strip-forbidden-properties from the local hook.
2856 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2858         * mml.el (mml-generate-mime-1): Convert string into unibyte when
2859         inserting " *mml*" buffer's contents into a unibyte temp buffer.
2861 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2863         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
2864         which will be inserted according to the multibyteness of a buffer
2865         rather than the type of contents.  Suggested by ARISAWA Akihiro
2866         <ari@mbf.ocn.ne.jp>.
2868 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2870         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
2871         which is unreadable in some setups.
2873 2004-12-27  Simon Josefsson  <jas@extundo.com>
2875         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
2876         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
2877         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
2879 2004-12-17  Kim F. Storm  <storm@cua.dk>
2881         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
2883         * gnus-sum.el (gnus-summary-mode-map): Likewise.
2885 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2887         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
2888         correctly even if there are wide characters.
2890 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2892         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
2893         concatenating segments rather than before concatenating them.
2894         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2896 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2898         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
2900 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
2902         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
2903         unify Latin characters in XEmacs.
2904         (mm-find-mime-charset-region): Use it.
2906 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2908         * gnus-util.el (gnus-delete-directory): New function.
2910         * gnus-agent.el (gnus-agent-delete-group): Use it.
2912         * gnus-cache.el (gnus-cache-delete-group): Use it.
2914 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2916         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
2918 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2920         * gnus-group.el (gnus-group-make-rss-group):
2921         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
2923         * gnus-start.el (gnus-setup-news): Honor user's setting to
2924         gnus-message-archive-method.  Suggested by Lute Kamstra
2925         <lute@gnu.org>.
2927 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2929         * message.el (message-forward-make-body-mml): Remove headers
2930         according to message-forward-ignored-headers if a message is decoded.
2932 2004-12-02  Romain Francoise  <romain@orebokech.com>
2934         * message.el (message-forward-make-body-plain): Always remove
2935         headers according to message-forward-ignored-headers.
2937 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2939         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
2940         order to silence the byte compiler.
2942         * pop3.el (pop3-md5): Define it before being used.
2944         * spam.el: Fix the way to silence the byte compiler, which
2945         complained about bbdb-buffer, bbdb-create-internal,
2946         bbdb-search-simple, mail-check-payment, spam-BBDB-register-routine,
2947         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
2948         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
2949         spam-stat-buffer-is-spam, spam-stat-load,
2950         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
2951         spam-stat-save and spam-stat-split-fancy.
2953 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2955         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
2956         which may confuse users.
2957         (canlock-password-for-verify): Ditto.
2959         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
2961         * gnus-art.el (gnus-emphasis-alist): Ditto.
2963         * gnus-registry.el (gnus-registry-max-entries): Ditto.
2965         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
2967         * gnus-start.el (gnus-save-killed-list): Ditto.
2969         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
2970         (gnus-sum-thread-tree-root): Ditto.
2971         (gnus-sum-thread-tree-false-root): Ditto.
2972         (gnus-sum-thread-tree-single-indent): Ditto.
2974         * message.el (message-courtesy-message): Ditto.
2975         (message-archive-note): Ditto.
2976         (message-subscribed-address-file): Ditto.
2977         (message-user-fqdn): Ditto.
2979         * spam-report.el (spam-report-gmane-regex): Ditto.
2981         * spam.el (spam-blackhole-good-server-regex): Ditto.
2983 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
2985         * message.el (message-forbidden-properties): Fix typo in doc string.
2987 2004-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2989         * message.el (message-strip-forbidden-properties):
2990         Bind buffer-read-only (etc) to nil.
2992 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
2994         * gnus-util.el (gnus-replace-in-string): Add doc string.
2996         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
2997         to avoid problems when splitting mails with many recipients.
2999 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3001         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
3002         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3004 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
3006         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
3008 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3010         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
3011         pop-to-buffer, covered by the subsequent gnus-configure-windows.
3013 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
3015         * nnfolder.el (nnfolder-save-marks): Add missing format field in
3016         call to `error'.
3017         * nnml.el (nnml-save-marks): Ditto.
3019 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3021         * gnus-start.el (gnus-convert-old-newsrc):
3022         Assign legacy-gnus-agent to 5.10.7.
3024 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3026         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
3027         default; improve customization type.
3028         (gnus-emphasis-custom-with-format): New macro.
3029         (gnus-emphasis-custom-value-to-external): New function.
3030         (gnus-emphasis-custom-value-to-internal): New function.
3032 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3034         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
3035         "Args out of range" error.  Reported by Arnaud Giersch
3036         <arnaud.giersch@free.fr>.
3038 2004-11-04  Richard M. Stallman  <rms@gnu.org>
3040         * spam.el (spam group): Add :version.
3042         * pgg-def.el (pgg group): Add :version.
3044 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3046         * gnus-art.el (gnus-article-edit-article): Don't associate the
3047         article buffer with a draft file.  This is a temporary measure
3048         against the 2004-08-22 change to gnus-article-edit-mode.
3050 2004-11-02  Ilya N. Golubev  <gin@mo.msk.ru>.
3052         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
3053         entry.
3055 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3057         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
3058         (html2text-format-tags): Remove unused variable `attr'.
3060         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
3061         after-load-alist.
3063         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
3064         Mule-UCS is loaded under XEmacs.
3065         (mm-mime-mule-charset-alist): Avoid duplicated entries.
3067         * mm-util.el (mm-coding-system-p): Return a coding-system.
3068         (mm-mime-mule-charset-alist): Use shift_jis instead of
3069         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
3070         entries for the mime charsets iso-2022-jp-3 and shift_jis.
3071         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
3072         instead of japanese-shift-jis and iso-latin-1 respectively in
3073         order to share the default value with both Emacs and XEmacs-mule.
3074         (mm-mule-charset-to-mime-charset):
3075         Make mm-coding-system-priorities effective.
3076         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
3077         while predicating of candidates upon the priorities.
3079 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3081         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
3083         * tls.el (tls-process-connection-type, tls-success)
3084         (tls-certtool-program): Add :version.
3086         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
3087         (starttls-extra-arguments, starttls-process-connection-type)
3088         (starttls-connect, starttls-failure, starttls-success):
3090         * spam-stat.el (spam-stat): Add :version.
3092         * sieve.el (sieve): Add :version.
3094         * sha1.el (sha1): Add :version.
3095         (sha1-use-external): Remove redundant version.
3097         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
3098         (nnmail-cache-ignore-groups, nnmail-spool-hook)
3099         (nnmail-split-fancy-match-partial-words)
3100         (nnmail-split-lowercase-expanded):
3102         * nndiary.el (nndiary): Add :version.
3104         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
3106         * mml-sec.el (mml-default-sign-method)
3107         (mml-default-encrypt-method, mml-signencrypt-style-alist):
3108         Add :version.
3110         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
3112         * mm-url.el (mm-url-use-external, mm-url-program)
3113         (mm-url-arguments): Add :version.
3115         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
3116         (mm-attachment-file-modes, mm-decrypt-option)
3117         (mm-w3m-safe-url-regexp): Add :version.
3119         * message.el (message-cite-prefix-regexp)
3120         (message-sendmail-envelope-from, message-minibuffer-local-map)
3121         (message-user-fqdn, message-completion-alist): Add :version.
3123         * gnus-win.el (gnus-configure-windows-hook)
3124         (gnus-use-frames-on-any-display): Add :version.
3126         * gnus-art.el (gnus-article-address-banner-alist)
3127         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
3128         (gnus-treat-from-picon, gnus-treat-mail-picon)
3129         (gnus-treat-x-pgp-sig): Add :version.
3131         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
3132         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
3133         (gnus-summary-article-delete-hook)
3134         (gnus-summary-display-while-building): Add :version.
3136         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
3137         (gnus-get-top-new-news-hook):Add :version.
3139         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3140         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
3142         * gnus-registry.el (gnus-registry): Add :version.
3144         * gnus-spec.el (gnus-use-correct-string-widths)
3145         (gnus-make-format-preserve-properties): Add :version.
3147         * gnus.el (gnus-group-charter-alist)
3148         (gnus-group-fetch-control-use-browse-url)
3149         (gnus-install-group-spam-parameters): Add :version.
3151         * gnus-diary.el (gnus-diary): Add :version.
3153         * gnus-delay.el (gnus-delay): Add :version.
3155         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
3156         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
3157         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
3158         Add :version.
3160         * gnus-agent.el (gnus-agent-max-fetch-size)
3161         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
3162         (gnus-agent-prompt-send-queue): Add :version.
3164         * deuglify.el (gnus-outlook-deuglify): Add :version.
3166         * html2text.el: Beautify code.  Improve doc strings.  Some
3167         checkdoc cleanup.
3168         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
3170 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
3172         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
3174 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3176         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
3177         signature file.  Suggested by Manoj Srivastava
3178         <srivasta@golden-gryphon.com>.
3180         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
3181         iso-2022-jp even in the Japanese language environment.
3182         Suggested by Jason Rumney <jasonr@gnu.org>.
3184 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3186         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
3187         use the same characters as the dummy marks; make it free from
3188         getting affected by the language environment.
3189         (gnus-summary-read-group-1): Update mark positions only when the
3190         format spec is updated.
3192         * gnus-spec.el (gnus-update-format-specifications): Return a list
3193         of updated types.
3195 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3197         * nnspool.el (nnspool-spool-directory): Use news-path if the
3198         news-directory variable is not bound.
3200         * gnus-group.el (gnus-group-line-format-alist): Convert the value
3201         of gnus-tmp-news-method into string if it may be passed to
3202         gnus-correct-length which takes only a string argument.
3204 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
3206         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
3207         instead.
3209 2004-10-24  Kevin Greiner  <kevin.greiner@compsol.cc>
3211         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
3212         comparison on string.
3214 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3216         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
3217         running the major-mode function.
3219 2004-10-21  Kevin Greiner  <kevin.greiner@compsol.cc>
3221         * gnus-start.el (gnus-convert-old-newsrc): Two of the converters
3222         have been backported to 'Gnus v5.11' from 'No Gnus v0.2'.  Added a
3223         boolean check to not apply converters that apply to future
3224         versions of gnus.
3226 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3228         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
3229         dummy marks in the right way.
3231 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
3233         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
3234         avoid infinite recursion via gnus-get-function.
3236 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
3238         * gnus-agent.el (gnus-agent-synchronize-group-flags):
3239         When necessary, pass full group name to gnus-request-set-marks.
3240         (gnus-agent-synchronize-group-flags): Add support for sync'ing
3241         tick marks.
3242         (gnus-agent-synchronize-flags-server): Be silent when writing file.
3244 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
3246         * gnus-agent.el (gnus-agent-synchronize-group-flags):
3247         Replace gnus-request-update-info with explicit code to sync the
3248         in-memory info read flags with the marks being sync'd to the backend.
3250 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
3252         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore servers
3253         that are offline.  Avoids having gnus-agent-toggle-plugged first ask if
3254         you want to open a server and then, even when you responded with no,
3255         asking if you want to synchronize the server's flags.
3256         (gnus-agent-synchronize-flags-server): Rewrite read loop to handle
3257         multi-line expressions.
3258         (gnus-agent-synchronize-group-flags): New internal function.
3259         Updates marks in memory (in the info structure) AND in the backend.
3260         (gnus-agent-check-overview-buffer): Fix range of
3261         deletion to remove entire duplicate line.  Fixes merged article
3262         number bug.
3264         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
3266         * nnagent.el (nnagent-request-set-mark):
3267         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
3268         method, to ensure that synchronization updates marks in the
3269         backend and in the info (in memory) structure.
3271 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
3273         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
3274         unless plugged.  Disable the agent so that an open failure causes
3275         an error.
3277 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
3279         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
3280         (gnus-agent-go-online): Change :version.
3281         (gnus-agent-expire-unagentized-dirs)
3282         (gnus-agent-auto-agentize-methods): Add :version.
3284 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
3286         * legacy-gnus-agent.el
3287         (gnus-agent-convert-to-compressed-agentview-prompt):
3288         New function.  Used internally to only display 'gnus converting
3289         files' message when actually necessary.
3291         * gnus-sum.el: Remove (require 'gnus-agent) as required
3292         methods now autoloaded.
3294         * gnus-int.el (gnus-request-move-article):
3295         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
3296         improve performance.
3298 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
3300         * gnus-agent.el (gnus-agent-cat-groups): Rewrite avoiding defsetf
3301         to avoid run-time CL dependencies.
3302         (gnus-agent-unfetch-articles): New function.
3303         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
3304         article numbers even when local .overview file is missing.
3305         (gnus-agent-read-article-number): New function.  Only accepts
3306         27-bit article numbers.
3307         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
3308         Use gnus-agent-read-article-number.
3309         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
3310         from backend while recognizing that article numbers in .overview
3311         must be valid.
3313         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
3314         some users confused by references to .newsrc when they only have a
3315         .newsrc.eld file.
3316         (gnus-convert-mark-converter-prompt)
3317         (gnus-convert-converter-needs-prompt): Fix use of property list.
3319 2004-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3321         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
3323 2004-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3325         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
3326         stuff for non-living groups.
3328 2004-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3330         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
3331         (gnus-agent-regenerate-group): Using nil messages aren't valid.
3333 2004-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3335         * gnus-agent.el (gnus-agent-read-agentview):
3336         Inline gnus-uncompress-range.
3338 2004-10-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3340         * legacy-gnus-agent.el
3341         (gnus-agent-convert-to-compressed-agentview): Fix typos with
3342         help from Florian Weimer <fw@deneb.enyo.de>
3344         * gnus-agent.el (gnus-agentize):
3345         gnus-agent-send-mail-real-function no longer set to current value
3346         of message-send-mail-function but rather a lambda that calls
3347         message-send-mail-function.  The change makes the agent real-time
3348         responsive to user changes to message-send-mail-function.
3350 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
3352         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
3354 2004-10-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3356         * gnus-cache.el (gnus-cache-rename-group): New function.
3357         (gnus-cache-delete-group): New function.
3359         * gnus-agent.el (gnus-agent-rename-group): New function.
3360         (gnus-agent-delete-group): New function.
3361         (gnus-agent-save-group-info): Use gnus-command-method when
3362         `method' parameter is nil.  Don't write nil entries into the
3363         active file.
3364         (gnus-agent-get-group-info): New function.
3365         (gnus-agent-get-local): Add optional parameters to avoid calling
3366         gnus-group-real-name and gnus-find-method-for-group.
3367         (gnus-agent-set-local): Delete stored entry if either min, or max,
3368         are nil.
3369         (gnus-agent-fetch-session): Reword error/quit messages.
3370         On quit, use gnus-agent-regenerate-group to record existance of any
3371         articles fetched to disk before the quit occurred.
3373         * gnus-int.el (gnus-request-delete-group):
3374         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
3375         local disk in sync with the server.
3376          (gnus-request-rename-group):
3377         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
3378         local disk in sync with the server.
3380         * gnus-start.el (gnus-get-unread-articles):
3381         Cosmetic simplification to logic.
3383         * gnus-group.el (gnus-group-delete-group): No longer update
3384         gnus-cache-active-altered as gnus-request-delete-group now keeps
3385         the cache in sync.
3386         (gnus-group-list-active): Let the agent store a server's active
3387         list if currently plugged.
3389         * gnus-util.el (gnus-rename-file): New function.
3391 2004-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3393         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
3394         when the group's active is not available.
3396 2004-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3398         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
3399         error.
3401 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
3403         * gnus-start.el (gnus-convert-old-newsrc): Only write the conversion
3404         message to newsrc-dribble when an actual conversion is performed.
3406 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
3408         * gnus-agent.el (gnus-agent-read-local):
3409         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
3410         avoid the implicit assumption that they will always be equal.
3411         (gnus-agent-save-local): Bind buffer-file-coding-system, not
3412         coding-system-for-write, as the with-temp-file macro first prints
3413         to a buffer then saves the buffer.
3415 2004-10-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3417         * legacy-gnus-agent.el (): New.  Provides converters that are only
3418         loaded when gnus-convert-old-newsrc needs to call them.
3420         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
3421         old file versions.
3422         (gnus-group-prepare-hook): Remove function that converted list
3423         form of gnus-agent-expire-days to group properties.
3425         * gnus-start.el (gnus-convert-old-newsrc): Register new
3426         converters to handle old agent file formats.  Added logic for a
3427         "backup before upgrading warning".
3428         (gnus-convert-mark-converter-prompt): Developers can mark
3429         functions as needing (default), or not needing,
3430         gnus-convert-old-newsrc's "backup before upgrading warning".
3431         (gnus-convert-converter-needs-prompt): Tests whether the user
3432         should be protected from potentially irreversable changes by the
3433         function.
3435 2004-10-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3437         * gnus-int.el (gnus-request-accept-article): Inform the agent that
3438         articles are being added to a group.
3439         (gnus-request-replace-article): Inform the agent that articles
3440         need to be uncached as the cached contents are no longer valid.
3442         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
3443         (gnus-agent-possibly-alter-active): Avoid null in numeric comparison.
3444         (gnus-agent-set-local): Refuse to save null in local object table.
3445         (gnus-agent-regenerate-group): The REREAD parameter can now be a
3446         list of articles that will be marked as unread.
3448 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
3450         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
3451         single-interval range of the form (min . max).  Previously the
3452         range had to look like ((min . max)).  Likewise, return
3453         (min . max) rather than ((min . max)).
3454         (gnus-range-map): Use gnus-range-normalize to accept
3455         single-interval range.
3457         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
3458         the cache, but not the agent, now appear with their usual face.
3460 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
3462         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
3463         marks consisting of a single range {for example, (3 . 5)} rather
3464         than a list of a single range { ((3 . 5)) }.
3466 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
3468         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
3469         uncompressed list.
3471 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
3473         * gnus-draft.el (gnus-group-send-queue): Pass the group name
3474         "nndraft:queue" along to gnus-draft-send.
3475         Use gnus-agent-prompt-send-queue.
3476         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
3477         is "nndraft:queue".  Suggested by Gaute Strokkenes
3478         <gs234@srcf.ucam.org>
3480         * gnus-group.el (gnus-group-catchup): Use new
3481         gnus-sequence-of-unread-articles, not
3482         gnus-list-of-unread-articles, to avoid exhausting memory with huge
3483         numbers of articles.  Use gnus-range-map to avoid having to
3484         uncompress the unread list.
3485         (gnus-group-archive-directory)
3486         (gnus-group-recent-archive-directory): Fix invalid ange-ftp reference.
3488         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
3489         (gnus-sorted-range-intersection): Intersection of two ranges
3490         without requiring that they first be uncompressed.
3492         * gnus-start.el (gnus-activate-group): Unless blocked by the
3493         caller, possibly expand the active range to include both cached
3494         and agentized articles.
3495         (gnus-convert-old-newsrc): Rewrote in anticipation of having
3496         multiple version-dependent converters.
3497         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
3498         gnus-agent-save-active.
3499         (gnus-save-newsrc-file): Save dirty agent range limits.
3501         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
3502         gnus-agent-possibly-alter-active.
3503         (gnus-adjust-marked-articles): Faster handling of simple lists
3505 2004-10-18  David Edmondson  <dme@dme.org>
3507         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
3508         excessively.
3510 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
3512         * mml.el (mml-preview): Use `pop-to-buffer'.
3514         * message.el (message-goto-mail-followup-to): Insert after "To".
3515         (message-carefully-insert-headers): Add comment.
3517         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
3519         * gnus-art.el (gnus-button-alist):
3520         Improve `gnus-button-handle-library' entry.
3522         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
3524         * gnus-group.el (gnus-group-get-new-news-this-group): Add doc-string.
3526         * gnus-start.el (gnus-activate-group): Add doc-string.
3528         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
3529         handle manual section.
3531         * imap.el (imap-store-password): New variable.
3532         (imap-interactive-login): Use it.
3533         Suggested by Mark Plaksin <happy@mcplaksin.org>.
3535         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
3536         Allow / in mailto URLs.
3538         * spam.el (spam-directory): Derive from `gnus-directory'.
3540         * gnus-sum.el (gnus-pick-line-number): Add autoload.
3542 2004-10-17  Richard M. Stallman  <rms@gnu.org>
3544         * gnus-registry.el (gnus-registry-unload-hook):
3545         Set as a variable with add-hook.
3547         * nnspool.el (nnspool-spool-directory): Use news-directory instead
3548         of news-path.
3550         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
3552         * spam.el: Delete duplicate `provide'.
3553         (spam-unload-hook): Set as a variable with add-hook.
3555 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
3557         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
3558         in the doc string.
3560         * message.el (message-ignored-news-headers)
3561         (message-ignored-supersedes-headers)
3562         (message-ignored-resent-headers)
3563         (message-forward-ignored-headers): Improve custom type.
3565 2004-10-15  Simon Josefsson  <jas@extundo.com>
3567         * pop3.el (top-level): Don't require nnheader.
3568         (pop3-read-timeout): Add.
3569         (pop3-accept-process-output): Add.
3570         (pop3-read-response, pop3-retr): Use it.
3572 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3574         * message.el (message-tokenize-header): Fix 2004-09-06 change
3575         which used point-min in the wrong place.
3577 2004-10-12  Simon Josefsson  <jas@extundo.com>
3579         * net/tls.el (tls-certtool-program): New variable.
3580         (tls-certificate-information): New function, based on
3581         ssl-certificate-information.
3583 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
3585         * message.el (message-bury): Use `window-dedicated-p'.
3587 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
3589         * gnus-sum.el: Mention that multibyte characters don't work as marks.
3591         * gnus.el (message-y-or-n-p): Autoload.
3593         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
3594         (pop3-password-required, pop3-authentication-scheme)
3595         (pop3-leave-mail-on-server): Made customizable.
3596         (pop3): New custom group.
3597         (pop3-retr): Remove `sleep-for' statements.
3598         Suggested by Dave Love <fx@gnu.org>.
3600         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
3601         Windows/DOS.
3603         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
3604         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
3605         Dave Love <fx@gnu.org>.
3607         * mml.el (mml-minibuffer-read-disposition): Require match.
3608         Suggested by Dave Love <fx@gnu.org>.
3610 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3612         * gnus-group.el (gnus-update-group-mark-positions):
3613         * gnus-sum.el (gnus-update-summary-mark-positions):
3614         * message.el (message-check-news-body-syntax):
3615         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
3616         of string-as-multibyte.
3618         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
3620 2004-10-05  Juri Linkov  <juri@jurta.org>
3622         * gnus-group.el (gnus-update-group-mark-positions):
3623         * gnus-sum.el (gnus-update-summary-mark-positions):
3624         * message.el (message-check-news-body-syntax):
3625         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
3626         8-bit unibyte values to a multibyte string for search functions.
3628 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3630         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
3631         there's no visible header.
3633 2004-10-01  Simon Josefsson  <jas@extundo.com>
3635         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
3636         acroread.
3638 2004-09-29  Jesper Harder  <harder@ifa.au.dk>
3640         * gnus.el (gnus-method-to-server): Oops, move it don't delete it.
3642 2004-09-28  Jesper Harder  <harder@ifa.au.dk>
3644         * gnus-picon.el: Require cl.
3646         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
3648         * mml-smime.el: Require cl.  Autoload message-fetch-field.
3650         * gnus-fun.el: Require gnus-ems and gnus-util.
3652         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
3654         * gnus-art.el (gnus-article-edit-mode): Define before first reference.
3656         * gnus.el (gnus-method-to-server): Move defsubst before first use.
3658         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
3659         Fix format string mismatch.
3660         * nnml.el (nnml-request-set-mark, nnml-save-marks): Do.
3661         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): Do.
3663 2004-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
3665         * gnus.el (gnus-version-number): Set to 5.11.
3667 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3669         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
3671 2004-09-26  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
3673         * mm-util.el (mm-image-load-path): Handle nil in load-path.
3675 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
3677         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
3678         GROUP is a virtual group.
3680         * mm-util.el (mm-charset-synonym-alist): Remove obsolete entries
3681         for big5 and gb2312.
3683         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
3684         padding.
3686         * mm-bodies.el (mm-7bit-chars): Don't include \r.
3688         * mml.el (mml-compute-boundary-1): Don't uncompress files.
3690         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
3691         dependencies.
3692         (rfc2047-encode): Use it.
3694         * flow-fill.el: Typo.
3696         * mml.el (mml-generate-mime-1): Don't use format=flowed with
3697         inline PGP.
3699         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
3701         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
3702         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
3704         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
3706         * nnheader.el (nnheader-max-head-length): Increase to 8192.
3708         * message.el (message-clone-locals): Clone sendmail and smtp
3709         variables.
3711 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
3713         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
3714         in `header' match.  Reported by Svend Tollak Munkejord.
3716 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3718         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
3720 2004-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
3722         * uudecode.el (uudecode-use-external): Add :version.
3724         * smime.el (smime-CA-file, smime-encrypt-cipher)
3725         (smime-dns-server): Add :version.
3727         * smiley.el (gnus-smiley-file-types): Add :version.
3729         * sha1.el (sha1-use-external): Add :version.
3731         * pgg-def.el (pgg-query-keyserver): Add :version.
3733         * nnmail.el (nnmail-fancy-expiry-targets)
3734         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
3736         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
3737         (nnimap-retrieve-groups-asynchronous): Add :version.
3738         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
3740         * mml.el (mml-content-disposition-parameters)
3741         (mml-insert-mime-headers-always): Add :version.
3743         * mm-util.el (mm-coding-system-priorities):
3745         * mm-decode.el (mm-inline-text-html-with-images)
3746         (mm-keep-viewer-alive-types, mm-external-terminal-program)
3747         (mm-verify-option): Add :version.
3748         (mm-text-html-renderer): Change :version.
3750         * message.el (message-fcc-externalize-attachments)
3751         (message-required-headers, message-draft-headers)
3752         (message-subject-trailing-was-query)
3753         (message-subject-trailing-was-ask-regexp)
3754         (message-subject-trailing-was-regexp, message-mark-insert-begin)
3755         (message-mark-insert-end, message-archive-header)
3756         (message-archive-note, message-cross-post-default)
3757         (message-cross-post-note, message-followup-to-note)
3758         (message-cross-post-note-function, message-use-mail-followup-to)
3759         (message-subscribed-address-functions)
3760         (message-subscribed-address-file, message-subscribed-addresses)
3761         (message-subscribed-regexps, message-allow-no-recipients)
3762         (message-yank-cited-prefix, message-signature-insert-empty-line)
3763         (message-hidden-headers, message-hierarchical-addresses)
3764         (message-mail-user-agent, message-use-idna)
3765         (message-valid-fqdn-regexp)
3766         (message-strip-special-text-properties, message-header-synonyms)
3767         (message-beginning-of-line, message-tab-body-function): Add :version.
3768         (message-insert-canlock, message-wide-reply-confirm-recipients):
3769         Change :version.
3771         * mail-source.el (mail-source-ignore-errors): Add :group, :type
3772         and :version.
3773         (mail-source-delete-old-incoming-confirm)
3774         (mail-source-movemail-program): Add :version.
3776         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
3777         (gnus-agent-cache, gnus-agent): Change :version.
3779         * gnus-util.el (gnus-use-byte-compile): Change :version.
3781         * gnus-sum.el (gnus-summary-make-false-root-always)
3782         (gnus-summary-default-high-score)
3783         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
3784         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
3785         (gnus-read-all-available-headers, gnus-article-emulate-mime)
3786         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
3787         (gnus-sum-thread-tree-single-indent)
3788         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
3789         (gnus-sum-thread-tree-leaf-with-other)
3790         (gnus-sum-thread-tree-single-leaf): Add :version.
3791         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
3792         (gnus-article-loose-mime): Change :version.
3794         * gnus-start.el (gnus-backup-startup-file)
3795         (gnus-save-startup-file-via-temp-buffer): Add :version.
3797         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
3798         (gnus-server-offline-face): Add :version.
3800         * gnus-score.el (gnus-adaptive-word-length-limit):
3802         * gnus-msg.el (gnus-gcc-externalize-attachments)
3803         (gnus-debug-files, gnus-debug-exclude-variables)
3804         (gnus-discouraged-post-methods): Change :version.
3805         (gnus-confirm-mail-reply-to-news)
3806         (gnus-confirm-treat-mail-like-news): Add :version.
3808         * gnus-int.el (gnus-server-unopen-status): Add :version.
3810         * gnus-group.el (gnus-group-jump-to-group-prompt)
3811         (gnus-large-ephemeral-newsgroup)
3812         (gnus-fetch-old-ephemeral-headers): Add :version.
3814         * gnus-fun.el (gnus-x-face-directory)
3815         (gnus-convert-pbm-to-x-face-command)
3816         (gnus-convert-image-to-x-face-command)
3817         (gnus-convert-image-to-face-command): Add :version.
3819         * gnus-delay.el (gnus-delay-default-hour): Add :version.
3821         * gnus-cite.el (gnus-cite-blank-line-after-header)
3822         (gnus-article-boring-faces):
3824         * gnus-art.el (gnus-buttonized-mime-types)
3825         (gnus-inhibit-mime-unbuttonizing)
3826         (gnus-treat-display-face)
3827         (gnus-treat-body-boundary): Change :version.
3828         (gnus-body-boundary-delimiter, gnus-picon-databases)
3829         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
3830         (gnus-treat-date-english, gnus-treat-fold-headers)
3831         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
3832         (gnus-treat-mail-picon, gnus-treat-wash-html)
3833         (gnus-article-encrypt-protocol)
3834         (gnus-use-idna, gnus-article-over-scroll)
3835         (gnus-mime-display-multipart-alternative-as-mixed)
3836         (gnus-mime-display-multipart-related-as-mixed)
3837         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
3838         (gnus-ctan-url, gnus-button-ctan-handler)
3839         (gnus-button-handle-ctan-bogus-regexp)
3840         (gnus-button-ctan-directory-regexp)
3841         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
3842         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
3843         (gnus-button-man-level, gnus-button-emacs-level)
3844         (gnus-button-message-level, gnus-button-browse-level): Add :version.
3846         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
3847         (gnus-agent-go-online): Change :version.
3848         (gnus-agent-expire-unagentized-dirs)
3849         (gnus-agent-auto-agentize-methods): Add :version.
3851         * flow-fill.el (fill-flowed-display-column)
3852         (fill-flowed-encode-column): Add :version.
3854         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
3855         (gnus-outlook-deuglify-unwrap-max)
3856         (gnus-outlook-deuglify-cite-marks)
3857         (gnus-outlook-deuglify-unwrap-stop-chars)
3858         (gnus-outlook-deuglify-no-wrap-chars)
3859         (gnus-outlook-deuglify-attrib-cut-regexp)
3860         (gnus-outlook-deuglify-attrib-verb-regexp)
3861         (gnus-outlook-deuglify-attrib-end-regexp)
3862         (gnus-outlook-display-hook): Add :version.
3864         * binhex.el (binhex-use-external): Add :version.
3866 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
3868         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
3869         and `invisible'.
3871 2004-09-13  Simon Josefsson  <jas@extundo.com>
3873         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
3875 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
3877         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
3879 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
3881         * nnimap.el (nnimap-open-connection): Remove extraneous end-paren.
3883 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3885         * nnimap.el (nnimap-open-connection): Allow 'imaps' as a synonym
3886         for the 'imap' port in netrc files
3888         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
3889         in gnus-registry-trim
3891 2004-09-10  Simon Josefsson  <jas@extundo.com>
3893         * nndb.el (require): Remove tcp and duplicate cl.
3895 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
3897         * nntp.el (nntp): New customization group.
3898         (nntp-authinfo-file): Add customization group.
3900         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
3902         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
3904         * gnus.el (to-address, to-list, subscribed)
3905         (large-newsgroup-initial): Ditto.
3907         * flow-fill.el (fill-flowed-display-column)
3908         (fill-flowed-encode-column): Ditto.
3910 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3912         * message.el (message-tokenize-header, message-send-mail-with-qmail):
3913         Use point-min rather than 1.
3914         (message-send-mail): Use buffer-size rather than point-max.
3916         * gnus-sum.el (gnus-summary-search-article-forward):
3917         Signal a specific `search-failed' rather than a generic `error'.
3919         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
3920         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
3921         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
3923 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3925         * gnus-sum.el (gnus-summary-insert-subject): Remove list identifiers.
3927 2004-09-03  Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>  (tiny change)
3929         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
3930         (spam-stat-save): Accept prefix argument.
3932 2004-09-01  Simon Josefsson  <jas@extundo.com>
3934         * message.el (message-canlock-generate): Require sha1, not
3935         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
3936         to require within a function.  Sadly, if sha1.el isn't loaded, the
3937         let binding in m-c-g will hide the defcustom definition, which is
3938         bad.)
3940         * canlock.el: Require sha1, not sha1-el.
3942         * message.el: Don't autoload sha1 (there is a autoload cookie in
3943         sha1.el).
3945         * sha1-el.el: Renamed to sha1.el.
3947 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3949         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
3951 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
3953         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
3954         isn't a string.
3956 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
3958         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
3960 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3962         * canlock.el: Don't autoload mail-fetch-field.
3964 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3966         * canlock.el (base64-encode-string): Don't autoload it.
3968 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3970         * canlock.el: Always require sha1-el.
3971         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
3973 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3975         * message.el (message-canlock-generate): Require sha1-el.
3977 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3979         * canlock.el (canlock-insert-header): Remove excessive grouping in
3980         regexp.
3982 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3984         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
3986 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3988         * canlock.el (canlock-sha1-function): Remove.
3989         (canlock-sha1-function-for-verify): Remove.
3990         (canlock-openssl-program): Remove.
3991         (canlock-openssl-args): Remove.
3992         (canlock-ignore-errors): Remove.
3993         (canlock-sha1-with-openssl): Remove.
3994         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
3995         (canlock-verify): Don't use canlock-ignore-errors.
3997         * sha1-el.el (sha1-string-external): Make it can return a string
3998         in binary form.
3999         (sha1-region-external): Ditto.
4000         (sha1-string-internal): Ditto.
4001         (sha1-region-internal): Ditto.
4002         (sha1-region): Ditto.
4003         (sha1-string): Ditto.
4004         (sha1): Ditto.
4006 2003-11-15  Simon Josefsson  <jas@extundo.com>
4008         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
4009         (pgg-gpg-lookup-key): Use regexp match instead of
4010         split-string (split-string is different between emacs 21.2 and
4011         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
4013 2004-07-28  Simon Josefsson  <jas@extundo.com>
4015         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
4016         parameter (but don't use it, for now).
4018 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
4020         * sieve.el (sieve-deactivate-all): Fix format string mismatch.
4022 2004-05-26  Simon Josefsson  <jas@extundo.com>
4024         * starttls.el: Merge with my GNUTLS based starttls.el.
4025         (starttls-gnutls-program, starttls-use-gnutls)
4026         (starttls-extra-arguments, starttls-process-connection-type)
4027         (starttls-connect, starttls-failure, starttls-success): New variables.
4028         (starttls-program, starttls-extra-args): Doc fix.
4029         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
4030         New functions.
4031         (starttls-negotiate, starttls-open-stream):
4032         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
4033         function if it is set.
4035 2004-08-30  Andreas Schwab  <schwab@suse.de>
4037         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
4038         ?* and ?\;.
4040         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
4041         and ?\' to symbol instead of whitespace.
4043 2004-08-31  Jesper Harder  <harder@ifa.au.dk>
4045         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
4046         invalid addresses.
4048 2004-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
4050         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
4052 2004-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4054         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
4056 2004-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4058         * gnus-art.el (article-decode-idna-rhs): Don't use
4059         message-idna-inside-rhs-p.
4061 2004-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4063         * message.el (message-idna-inside-rhs-p): Remove.
4064         (message-idna-to-ascii-rhs-1): Use proper address parsing.
4066 2004-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4068         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
4070 2004-08-30  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
4072         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
4074 2004-08-26  YAGI Tatsuya <ynyaaa@ybb.ne.jp>  (tiny change)
4076         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
4077         end-of-buffer.
4079 2004-08-26  Stefan Wiens <s.wi@gmx.net>  (tiny change)
4081         * gnus-sum.el (gnus-read-header): Don't remove a header for the
4082         parent article of a sparse article in the thread hashtb.
4084 2004-08-26  David Hedbor <dhedbor@real.com>  (tiny change)
4086         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
4087         (nnmail-expand-newtext): Lowercase expanded entries if
4088         nnmail-split-lowercase-expanded is non-nil.
4090         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
4091         when the group's active is not available.
4093         * gnus-art.el (article-hide-headers): Refer to the values for
4094         gnus-ignored-headers and gnus-visible-headers in the summary
4095         buffer since a user may have set them as group parameters.
4096         (gnus-article-read-summary-keys): Restore new window-start and
4097         hscroll to summary window.
4098         (gnus-prev-page-map): Remove duplicated one.
4100         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
4101         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
4102         Karl Chen <quarl@nospam.quarl.org> and Reiner Steib
4103         <Reiner.Steib@gmx.de>.
4105         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
4106         Replace pp-to-string with gnus-pp-to-string.
4108         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
4110         * gnus-group.el (gnus-group-make-kiboze-group): Replace pp with
4111         gnus-pp.
4113         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
4114         parsing gnus-posting-styles when the message is not for replying.
4115         (gnus-summary-resend-message-edit): Call mime-to-mml.
4116         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
4117         (gnus-debug): Replace pp with gnus-pp.
4119         * gnus-score.el (gnus-score-save): Replace pp with gnus-pp.
4121         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
4122         gnus-pp-to-string.
4124         * gnus-util.el (gnus-bind-print-variables): New macro.
4125         (gnus-prin1): Use it.
4126         (gnus-prin1-to-string): Use it.
4127         (gnus-pp): New function.
4128         (gnus-pp-to-string): New function.
4130         * gnus.el: Don't make unnecessary *Group* buffer when loading.
4132         * mail-source.el (mail-source-touch-pop): Doc fix.
4134         * message.el (message-mode): Don't modify paragraph-separate there.
4135         (message-setup-fill-variables): Add mml tags to paragraph-start
4136         and paragraph-separate.  Suggested by Andrew Korty <ajk@iu.edu>.
4137         (message-smtpmail-send-it): Doc fix.
4138         (message-exchange-point-and-mark): Don't activate region if it was
4139         inactive.  Suggested by Hiroshi Fujishima
4140         <pooh@nature.tsukuba.ac.jp> and Jesper Harder <harder@ifa.au.dk>.
4142         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
4143         t while entering a file name using the mm-with-multibyte macro.
4144         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
4146         * mm-encode.el (mm-content-transfer-encoding-defaults):
4147         Use qp-or-base64 for the application/* types.
4148         (mm-safer-encoding): Consider 7bit is safe.
4150         * mm-util.el (mm-with-multibyte-buffer): New macro.
4151         (mm-with-multibyte): New macro.
4153         * mm-view.el (mm-inline-render-with-function): Use multibyte
4154         buffer; decode html source by charset.
4156         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
4157         add generate-head-function and generate-article-function to the
4158         rfc822-forward entry.
4159         (nndoc-forward-type-p): Recognize envelope From_.
4160         (nndoc-rfc822-forward-generate-article): New function.
4161         (nndoc-rfc822-forward-generate-head): New function.
4163         * score-mode.el (gnus-score-pretty-print): Replace pp with gnus-pp.
4165         * webmail.el (webmail-debug): Replace pp with gnus-pp.
4167         * gnus-art.el (gnus-article-wash-html-with-w3m):
4168         Bind w3m-safe-url-regexp as the value for mm-w3m-safe-url-regexp;
4169         use w3m-minor-mode-map instead of mm-w3m-local-map-property.
4170         (gnus-mime-save-part-and-strip): Use mm-complicated-handles
4171         instead of mm-multiple-handles.
4172         (gnus-mime-delete-part): Ditto.
4174         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
4175         handle, as well as a list.
4176         (mm-complicated-handles): Former definition of mm-multiple-handles.
4178         * mm-view.el (mm-w3m-mode-map): Remove.
4179         (mm-w3m-local-map-property): Remove.
4180         (mm-w3m-cid-retrieve-1): Call itself recursively.  Suggested by
4181         ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
4182         (mm-w3m-cid-retrieve): Simplify.
4183         (mm-inline-text-html-render-with-w3m): Decode html source by
4184         charset; check META tags only when charsets are not specified in
4185         headers; specify charset to w3m-region; use w3m-minor-mode-map
4186         instead of mm-w3m-local-map-property.
4188 2004-08-30  Juanma Barranquero  <lektu@terra.es>
4190         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
4192 2004-08-30  Andreas Schwab  <schwab@suse.de>
4194         * nnlistserv.el (nnlistserv-kk-wash-article): Fix paren nesting.
4196         * gnus-score.el (gnus-summary-increase-score): Fix format string.
4198 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4200         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
4202 2004-08-30  Kim F. Storm  <storm@cua.dk>
4204         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
4206         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
4207         Add :group 'nnimap.
4209 2004-08-23  Reiner Steib  <Reiner.Steib@gmx.de>
4211         * mm-decode.el (mime-display, mime-security): Fix custom-manual
4212         entries.
4214         * gnus-art.el (gnus-article): Ditto.
4216 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4218         * gnus-art.el (article-hide-list-identifiers):
4219         Bind inhibit-read-only as t.
4221 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
4223         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
4225 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4227         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
4228         (gnus-narrow-to-page): Don't assume point-min == 1.
4229         (gnus-article-edit-mode): Derive from message-mode.
4231         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
4232         point-min == 1.
4234         * imap.el (imap-parse-address-list, imap-parse-body-ext):
4235         Disable incorrect use of `assert'.
4237         * message.el (message-mode): Set comment-start-skip.
4239 2004-08-22  Sam Steingold  <sds@gnu.org>
4241         * pop3.el (pop3-leave-mail-on-server): New user variable.
4242         (pop3-movemail): Delete mail only when it is nil.
4244 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
4246         * netrc.el, tls.el: Removed; use files from ../net instead.
4248 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
4250         * gnus-mule.el, smiley-ems.el: Removed obsolete files.
4252         * mailcap.el (mailcap-mime-data): Mark as risky.
4254         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
4255         Fix custom-manual entries.
4257         * time-date.el: Removed.  Merged into ../calendar/time-date.el.
4259 2004-08-02  Reiner Steib  <Reiner.Steib@gmx.de>
4261         * blink.pbm, blink.xpm, braindamaged.xpm, cry.xpm, dead.xpm,
4262         evil.xpm, forced.xpm, frown.xpm, grin.xpm, indifferent.xpm,
4263         reverse-smile.xpm, sad.pbm, sad.xpm, smile.xpm, time-date.el,
4264         wry.xpm: Added new files from the v5_10 branch of Gnus.
4266 2004-07-22  Andreas Schwab  <schwab@suse.de>
4268         Import Gnus 5.10 from the v5_10 branch of the Gnus repository.
4270 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4272         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
4273         addition to emacs-w3m.
4275 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
4277         * gnus-msg.el (gnus-summary-followup-with-original):
4278         Document yanking of region when active.
4280 2004-04-13 Kevin Greiner  <kgreiner@xpediantsolutions.com>
4282         * gnus-agent.el: Merged 7.3 through 7.7 updates into branch.
4283         Revision 7.2 changes excluded to maintain compatibility with all
4284         targeted emacs versions.
4286         * gnus-cus.el: Merged revisions 7.2 through 7.5 into branch to support
4287         gnus-agent.el update and incorporate bug fixes.
4289 See ChangeLog.2 for earlier changes.
4291     Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
4292   Copying and distribution of this file, with or without modification,
4293   are permitted provided the copyright notice and this notice are preserved.
4295 ;; Local Variables:
4296 ;; coding: iso-2022-7bit
4297 ;; fill-column: 79
4298 ;; End:
4300 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4