(save-completions-file-name): Fix typo in last change.
[emacs.git] / lisp / gnus / ChangeLog
blob01babcddc863acc0c13d3a180a6f293674e2d307
1 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * gnus-delay.el (gnus-delay-group): Don't autoload.
4         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5         to be re-loaded when customizing the `gnus-delay' group.
7 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9         * message.el: Revert last changes.
10         (message-insert-citation-line): Use newlines.
12 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14         * message.el (message-courtesy-message)
15         (message-mark-insert-begin, message-mark-insert-end)
16         (message-elide-ellipsis, message-cancel-message)
17         (message-add-header, message-change-subject)
18         (message-cross-post-followup-to-header)
19         (message-cross-post-insert-note, message-reduce-to-to-cc)
20         (message-widen-reply, message-delete-not-region)
21         (message-kill-to-signature, message-insert-signature)
22         (message-insert-importance-high, message-insert-importance-low)
23         (message-insert-or-toggle-importance)
24         (message-insert-disposition-notification-to)
25         (message-indent-citation, message-yank-original)
26         (message-cite-original-without-signature, message-cite-original)
27         (message-insert-citation-line, message-position-on-field)
28         (message-fix-before-sending, message-send-mail-partially)
29         (message-send-mail, message-send-mail-with-sendmail)
30         (message-send-mail-with-qmail, message-send-news)
31         (message-check-news-header-syntax, message-generate-headers)
32         (message-insert-courtesy-copy, message-fill-address)
33         (message-fill-header, message-shorten-references)
34         (message-setup-1, message-cancel-news)
35         (message-forward-make-body-plain) (message-forward-make-body-mime)
36         (message-forward-make-body-mml) (message-encode-message-body)
37         (message-forward-make-body-digest-plain)
38         (message-forward-make-body-digest-mime)
39         (message-use-alternative-email-as-from): Insert `hard-newline'
40         instead of ordinary newlines.
42 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
44         * message.el (message-generate-headers): Downcase the argument
45         given to message-check-element.
47 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
49         * gnus.el (gnus-parameters-case-fold-search): New variable.
50         (gnus-parameters-get-parameter): Use it.
52         * gnus-score.el (gnus-home-score-file): Doc fix.
54 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
56         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
58 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
60         * mml.el (mml-preview): Doc fix.
62 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
64         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
65         whitespace removed in revision 7.8.  Use concatenated string to
66         protect trailing whitespace.
68 2005-10-27  Jouni K Seppanen <jks@iki.fi>  (tiny change)
70         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
71         (nnimap-request-expire-articles): Use it to avoid sending 'UID
72         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
73         Courier IMAP ("some version from 2004").  Mostly based on similar
74         code in the same function.
76 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
78         * message.el (message-display-completion-list): New function.
79         (message-expand-group): Use it; make sure the Completions buffer
80         is modifiable.
82 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
84         * imap.el (imap-open): Handle case where buffer is a buffer
85         object.
87 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
89         * pgg-def.el:
90         * pgg-gpg.el:
91         * pgg-parse.el:
92         * pgg-pgp.el:
93         * pgg-pgp5.el:
94         * pgg.el: Move to the parent lisp directory.
96 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
98         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
99         user-mail-name is an empty string.
101 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
103         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
104         depending on gnus-score-decay-constant.
106 2005-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
108         * nnslashdot.el (nnslashdot-request-article)
109         (nnslashdot-retrieve-headers-1): Update to new HTML.
111 2005-10-23  Simon Josefsson  <jas@extundo.com>
113         * imap.el (imap-gssapi-program): Align command line parameters
114         with latest GNU SASL.
115         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
117 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
119         * mail-source.el (mail-source-fetch-pop): Require pop3.
120         (mail-source-check-pop): Ditto.
122 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
124         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
125         errors.
127 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
129         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
130         (gnus-treat-strip-leading-blank-lines): Improve doc string.
132         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
134 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
136         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
137         (rfc2047-charset-to-coding-system): New function.
138         (rfc2047-decode-encoded-words): New function.
139         (rfc2047-decode-region): Use them.
140         (rfc2047-decode-cte): Remove.
141         (rfc2047-parse-and-decode): Remove.
142         (rfc2047-decode): Remove.
144 2005-10-15  Kenichi Handa  <handa@m17n.org>
146         * rfc2047.el (rfc2047-decode-cte): New function.
147         (rfc2047-decode-region): Change the way to decode successive
148         encoded-words: decode B- or Q-encoding in each encoded-word,
149         concatenate them, and decode it as charset.
151 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
153         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
154         widget-move-and-invoke.
155         (gnus-custom-mode): Use gnus-custom-map.
157 2005-10-15  Bill Wohler  <wohler@newt.com>
159         * message.el (message-tool-bar-map): Renamed image file from
160         mail_send to mail/send.
162 2005-10-16  Masatake YAMATO  <jet@gyve.org>
164         * message.el (message-expand-group): Pass the common
165         prefix substring of completion to `display-completion-list'.
167 2005-10-09  Daniel Brockman <daniel@brockman.se>
169         * format-spec.el (format-spec): Propagate text properties of % spec.
171 2005-01-21  Derek Atkins <warlord@MIT.EDU>  (tiny change)
173         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
175 2005-10-08  Simon Josefsson  <jas@extundo.com>
177         * pgg-parse.el (top-level): Don't require custom, it is
178         autoloaded.  (To sync with No Gnus.)
180 2005-05-09  Simon Josefsson  <jas@extundo.com>
182         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching,
183         tiny patch from "Georg C. F. Greve" <greve@gnu.org>.
185 2005-10-08  Simon Josefsson  <jas@extundo.com>
187         * pgg-def.el (top-level): Don't require custom, it is
188         autoloaded.  (To sync with No Gnus.)
190 2005-10-04  David Hansen  <david.hansen@gmx.net>
192         * nnrss.el (nnrss-request-article): Add support for the comments tag.
193         (nnrss-check-group): Ditto.
195 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
197         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
199         * gnus-util.el (gnus-remove-duplicates): Remove.
201         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
202         instead of gnus-remove-duplicates.
204         * message.el (message-remove-duplicates): Remove.
205         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
206         message-remove-duplicates.
208         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
209         available, else use implementation from `delete-dups'.
211 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
213         * time-date.el: Autoload parse-time-string, XEmacs needs it.
215 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
217         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
218         function rather than the diff-mode.el package.
219         (mm-display-external): Use with-current-buffer.
220         (mm-viewer-completion-map, mm-viewer-completion-map):
221         Move initialization inside declaration.
223 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
225         * message.el: Remove useless autoloads.
227 2005-09-28  Simon Josefsson  <jas@extundo.com>
229         * message.el (message-use-idna): Default to t.
230         (message-use-idna): Test whether encoding works too.  Doc fix.
232 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
234         * nntp.el (nntp-warn-about-losing-connection): Remove.
236 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
238         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
239         customizable.  Change default value.
240         (mm-uu-diff-groups-regexp): Change default value.
241         (mm-uu-type-alist): Add doc string.
242         (mm-uu-configure): Add doc string.  Make it interactive.
243         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
245 2005-09-27  Simon Josefsson  <jas@extundo.com>
247         * message.el (message-idna-to-ascii-rhs-1): Reformat.
249 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
251         * message.el (message-remove-duplicates): New function.
252         Implementation borrowed from `gnus-remove-duplicates'.
253         (message-idna-to-ascii-rhs): Also encode idna addresses in
254         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
255         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
256         only ask about the same idna domain once per header and also tell
257         in what header to replace the idna domain.
259         * gnus-art.el (article-decode-idna-rhs): Also decode idna
260         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
261         (article-decode-idna-rhs): Fix regexp so that all idna-address in
262         a header is decoded and not just the last one.
264 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
266         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
267         has been decoded.
269         * mm-decode.el (mm-insert-part): Don't modify text if it has been
270         decoded.
272         * mm-view.el (mm-inline-text): Don't strip text props unless
273         decoding enriched or richtext parts.
275 2005-09-25  Romain Francoise  <romain@orebokech.com>
277         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
278         * gnus-start.el (gnus-subscribe-interactively):
279         * gnus-uu.el (gnus-uu-grab-articles):
280         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
281         space.
283 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
285         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
286         * mm-view.el (mm-view-pkcs7-decrypt):
287         * gnus-sum.el (gnus-summary-limit-to-extra)
288         (gnus-summary-respool-article, gnus-read-move-group-name):
289         * gnus-score.el (gnus-summary-increase-score):
290         * gnus-util.el (gnus-completing-read-with-default):
291         * gnus-art.el (gnus-read-save-file-name)
292         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
293         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
294         * message.el (message-check-news-header-syntax):
295         Follow convention for reading with the minibuffer.
297 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
299         * spam-report.el (spam-report-url-ping-plain):
300         Use gnus-extended-version as User-Agent.
302         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
303         default value is nil.
305 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
307         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
308         default to nil, to be able to use Gnus at all.  If the default
309         switches to something else, then the function should be fixed not
310         be exceedingly slow.
312 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
314         * mm-url.el (mm-url-decode-entities): Fix regexp.
316 2005-09-18  Deepak Goel  <deego@gnufans.org>
318         * sieve.el (sieve-help): Fix `message' call: first arg should be a
319         format spec.
321 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
323         * gnus.el (gnus-group-startup-message): Bind image-load-path.
325 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
327         * gnus-art.el (gnus-mime-display-part): Protect against broken
328         MIME messages.
330 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
332         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
333         before parsing header.
335 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
337         * spam-report.el (spam-report-gmane): Fix generation of spam
338         report URL.
340 2005-09-10  Simon Josefsson  <jas@extundo.com>
342         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
343         t, based on discussion on the ding list with Robert Epprecht
344         <epprecht@solnet.ch>.
346 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
348         * spam-report.el (spam-report-gmane): Make it work without
349         X-Report-Spam header.  Gmane now only provides Archived-At.
350         This is only used if `spam-report-gmane-use-article-number' is nil.
351         (spam-report-gmane-spam-header): Remove.  Not used anymore.
353         * nnweb.el (nnweb-google-wash-article): Print a message if article
354         is not available.
356 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
358         * gnus-art.el (gnus-mime-display-single): Decode text/* parts
359         content before displaying.
361 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
363         * mml-smime.el: Remove defvar of gnus-extract-address-components.
365 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
367         * mm-view.el (mm-display-inline-fontify): Disable support modes.
369 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
371         * message.el (message-tab-body-function): Fixed mismatched custom
372         type.
374         * gnus.el (gnus-group-change-level-function): Ditto.
376         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
378         * gnus-art.el (gnus-signature-limit)
379         (gnus-article-mime-part-function): Ditto.
381 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
383         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
384         Make fetching article by MID work again for Google Groups.  Added
385         FIXME concerning gnus-group-make-web-group.
387         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
388         Don't depend on Gnus by using mail-extract-address-components if
389         gnus-extract-address-components is not bound.
391         * gnus.el (gnus-user-agent): Use list of symbols instead of
392         symbols.  Display full version number for (S)XEmacs.  Optionally
393         display (S)XEmacs codename.
395         * gnus-util.el (gnus-emacs-version): Update for new
396         `gnus-user-agent'.
398         * gnus-msg.el (gnus-extended-version): Make it possible to omit
399         Gnus version.
401 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
403         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
404         when encoding.
406         * mm-bodies.el (mm-decode-content-transfer-encoding):
407         De-canonicalize CRLF for all text content types, not just
408         text/plain.
410 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
412         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
414         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
415         list, not listp.
417 2005-08-29  Romain Francoise  <romain@orebokech.com>
419         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
420         docstring.
421         (gnus-face-from-file): Likewise.
423 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
425         * gnus-art.el (w3m-minor-mode-map):
426         * gnus-spec.el (gnus-newsrc-file-version):
427         * gnus-util.el (nnmail-active-file-coding-system)
428         (gnus-original-article-buffer, gnus-user-agent):
429         * gnus.el (gnus-ham-process-destinations)
430         (gnus-parameter-ham-marks-alist)
431         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
432         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
433         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
434         * mm-decode.el (gnus-current-window-configuration):
435         * mm-extern.el (gnus-article-mime-handles):
436         * mm-url.el (url-current-object, url-package-name)
437         (url-package-version):
438         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
439         (smime-keys, w3m-cid-retrieve-function-alist)
440         (w3m-current-buffer, w3m-display-inline-images)
441         (w3m-minor-mode-map):
442         * mml-smime.el (gnus-extract-address-components):
443         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
444         (gnus-newsrc-hashtb, message-default-charset)
445         (message-deletable-headers, message-options)
446         (message-posting-charset, message-required-mail-headers)
447         (message-required-news-headers):
448         * mml1991.el (mc-pgp-always-sign):
449         * mml2015.el (mc-pgp-always-sign):
450         * nnheader.el (nnmail-extra-headers):
451         * rfc1843.el (gnus-decode-encoded-word-function)
452         (gnus-decode-header-function, gnus-newsgroup-name):
453         * spam-stat.el (gnus-original-article-buffer): Add defvars.
455 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
457         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
458         the end of the date treatments.
460 2005-08-15  Simon Josefsson  <jas@extundo.com>
462         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
463         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
464         Capello and Romain Francoise.
465         (pgg-fetch-key-function): Removed, not used?
466         (pgg-insert-url-with-w3): Require url, to get
467         url-insert-file-contents regardless of where it is defined.
469 2005-08-08  Simon Josefsson  <jas@extundo.com>
471         * pgg.el: Autoload url-insert-file-contents instead of loading
472         w3/url.
473         (pgg-insert-url-with-w3): Don't load url here.
475 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
477         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
479         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
481 2005-08-06  Romain Francoise  <romain@orebokech.com>
483         * message.el: Fix typo in docstring.
485 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
487         * mm-bodies.el (mm-encode-body): Use coding system rather than
488         charset to encode text.
490         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
491         number of charsets if utf-8 is available (XEmacs).
493 2005-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
495         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
496         start of the lines.
497         (gnus-picon-databases): Add /usr/share/picons.
499 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
501         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
502         taken from `gnus-button-mid-or-mail-regexp'.
503         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
504         (gnus-button-alist): Improve regexp for domain part of the MIDs
505         for news:localpart@domain buttons.
506         (gnus-button-ctan-directory-regexp): Update.
508         * message.el (message-kill-buffer): Raise the current frame.
509         (message-bury): Use `window-dedicated-p'.
511 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
513         * sieve-manage.el (sieve-manage-interactive-login): Use
514         make-local-variable rather than make-variable-buffer-local.
515         (sieve-manage-open): Ditto.
516         (sieve-manage-authenticate): Ditto.
518         * mml.el (mml-generate-mime-1): Make the content type default to
519         text/plain if the filename is not specified.
521 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
523         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
524         instead of insert-buffer.
526         * message.el (message-yank-original): Ditto; set the mark at the
527         end of the yanked message.
529 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
531         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
532         lines to scroll rather than to stop it.
534         * mml.el (mml-generate-default-type): Add doc string.
535         (mml-generate-mime-1): Use mm-default-file-encoding or make it
536         default to application/octet-stream when determining the content
537         type if it is not specified for the part or the mml contents; add
538         a comment about mml-generate-default-type.
540 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
542         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
543         make it default to application/octet-stream when determining the
544         content type if it is not specified for the external contents.
546 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
548         * rfc2231.el (rfc2231-parse-string): Take care that not only a
549         segmented parameter but also other parameters might be there.
551 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
553         * mm-decode.el (mm-display-external): Delete temp file, directory
554         and buffer immediately if the external process is exited.
556 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
558         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
559         fewer lines than that of scroll-margin.
560         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
562 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
564         * gnus-art.el (gnus-article-next-page): Revert.
565         (gnus-article-beginning-of-window): New macro.
566         (gnus-article-next-page-1): Use it.
567         (gnus-article-prev-page): Ditto.
568         (gnus-mime-save-part-and-strip): Use insert-buffer-substring
569         instead of insert-buffer.
570         (gnus-mime-delete-part): Ditto.
571         (gnus-article-edit-exit): Ditto.
573         * gnus-util.el (gnus-beginning-of-window): Remove.
574         (gnus-end-of-window): Remove.
576 2005-07-25  Simon Josefsson  <jas@extundo.com>
578         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
579         to have the url package without w3.  Reported by Daiki Ueno
580         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
582 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
584         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
585         for text/rtf.  Display default in prompt.  Pass default for M-n.
587         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
589 2005-07-16  Romain Francoise  <romain@orebokech.com>
591         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
592         instead of `current-time-string' as the latter creates a time
593         string that is not RFC 2822 compliant (it lacks the zone).
595 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
597         * gnus-msg.el (gnus-button-mailto): Remove
598         save-selected-window-window hackery because it relies on
599         save-selected-window internals.
601 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
603         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
604         (gnus-article-next-page-1): Use gnus-beginning-of-window.
605         (gnus-article-prev-page): Ditto.
607         * gnus-util.el (gnus-beginning-of-window): New function.
608         (gnus-end-of-window): New function.
610 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
612         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
613         gnus-add-minor-mode.
614         (gnus-binary-mode): Ditto.
616         * gnus-topic.el (gnus-topic-mode): Ditto.
618 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
620         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
621         (gnus-article-prev-page): Take scroll-margin into consideration.
623 2005-07-04  Lute Kamstra  <lute@gnu.org>
625         Update FSF's address in GPL notices.
627 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
629         * gnus.el (gnus-exit):
630         * gnus-group.el (gnus-group-icons):
631         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
633         * gnus-nocem.el (gnus-nocem):
634         * message.el (message-various, message-buffers, message-sending)
635         (message-interface, message-forwarding, message-insertion)
636         (message-headers, message-news, message-mail):
637         * pgg-gpg.el (pgg-gpg):
638         * pgg-parse.el (pgg-parse):
639         * pgg-pgp.el (pgg-pgp):
640         * pgg-pgp5.el (pgg-pgp5):
641         * pop3.el (pop3): Finish `defgroup' description with period.
643 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
645         * gnus-art.el (article-display-face): Improve the efficiency.
646         (article-display-x-face): Ditto; remove grey x-face stuff.
648 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
650         * gnus-art.el (article-display-face): Correct the position in
651         which Faces are inserted; use dolist.
653 2005-06-29  Didier Verna  <didier@xemacs.org>
655         * gnus-art.el (article-display-face): Display faces in correct
656         order.
658 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
660         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
661         (gnus-nocem-check-article): Fetch the Type header.
662         (gnus-nocem-message-wanted-p): Fix the way to examine types.
663         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
664         (gnus-nocem-enter-article): Make sure gnus-nocem-hashtb is initialized.
666         * pgg.el (pgg-verify): Return the verification result.
668 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
670         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
671         `show-nonbreak-escape'.
673 2005-06-23  Lute Kamstra  <lute@gnu.org>
675         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
677         * dig.el (dig-mode):
678         * smime.el (smime-mode): Use gnus-run-mode-hooks.
680 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
682         * nnimap.el (nnimap-split-download-body): Fix spellings.
684 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
686         * gnus-art.el (gnus-article-encrypt-body):
687         * gnus-cus.el (gnus-score-customize):
688         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
689         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
691 2005-06-16  Miles Bader  <miles@gnu.org>
693         * spam.el (spam): Remove "-face" suffix from face name.
694         (spam-face): New backward-compatibility alias for renamed face.
695         (spam-face, spam-initialize): Use renamed spam face.
697         * message.el (message-header-to, message-header-cc)
698         (message-header-subject, message-header-newsgroups)
699         (message-header-other, message-header-name)
700         (message-header-xheader, message-separator, message-cited-text)
701         (message-mml): Remove "-face" suffix from face names.
702         (message-header-to-face, message-header-cc-face)
703         (message-header-subject-face, message-header-newsgroups-face)
704         (message-header-other-face, message-header-name-face)
705         (message-header-xheader-face, message-separator-face)
706         (message-cited-text-face, message-mml-face):
707         New backward-compatibility aliases for renamed faces.
708         (message-font-lock-keywords): Use renamed message faces.
710         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
711         (sieve-test-commands, sieve-tagged-arguments):
712         Remove "-face" suffix from face names.
713         (sieve-control-commands-face, sieve-action-commands-face)
714         (sieve-test-commands-face, sieve-tagged-arguments-face):
715         New backward-compatibility aliases for renamed faces.
716         (sieve-control-commands-face, sieve-action-commands-face)
717         (sieve-test-commands-face, sieve-tagged-arguments-face):
718         Use renamed sieve faces.
720         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
721         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
722         (gnus-group-news-3-empty, gnus-group-news-4)
723         (gnus-group-news-4-empty, gnus-group-news-5)
724         (gnus-group-news-5-empty, gnus-group-news-6)
725         (gnus-group-news-6-empty, gnus-group-news-low)
726         (gnus-group-news-low-empty, gnus-group-mail-1)
727         (gnus-group-mail-1-empty, gnus-group-mail-2)
728         (gnus-group-mail-2-empty, gnus-group-mail-3)
729         (gnus-group-mail-3-empty, gnus-group-mail-low)
730         (gnus-group-mail-low-empty, gnus-summary-selected)
731         (gnus-summary-cancelled, gnus-summary-high-ticked)
732         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
733         (gnus-summary-high-ancient, gnus-summary-low-ancient)
734         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
735         (gnus-summary-low-undownloaded)
736         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
737         (gnus-summary-low-unread, gnus-summary-normal-unread)
738         (gnus-summary-high-read, gnus-summary-low-read)
739         (gnus-summary-normal-read, gnus-splash):
740         Remove "-face" suffix from face names.
741         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
742         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
743         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
744         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
745         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
746         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
747         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
748         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
749         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
750         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
751         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
752         (gnus-summary-selected-face, gnus-summary-cancelled-face)
753         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
754         (gnus-summary-normal-ticked-face)
755         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
756         (gnus-summary-normal-ancient-face)
757         (gnus-summary-high-undownloaded-face)
758         (gnus-summary-low-undownloaded-face)
759         (gnus-summary-normal-undownloaded-face)
760         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
761         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
762         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
763         (gnus-splash-face):
764         New backward-compatibility aliases for renamed faces.
765         (gnus-group-startup-message): Use renamed gnus faces.
767         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
768         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
769         (gnus-server-agent): Remove "-face" suffix from face names.
770         (gnus-server-agent-face, gnus-server-opened-face)
771         (gnus-server-closed-face, gnus-server-denied-face)
772         (gnus-server-offline-face):
773         New backward-compatibility aliases for renamed faces.
774         (gnus-server-agent-face, gnus-server-opened-face)
775         (gnus-server-closed-face, gnus-server-denied-face)
776         (gnus-server-offline-face): Use renamed gnus faces.
778         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
779         Remove "-face" suffix from face names.
780         (gnus-picon-xbm-face, gnus-picon-face):
781         New backward-compatibility aliases for renamed faces.
783         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
784         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
785         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
786         (gnus-cite-11): Remove "-face" suffix from face names.
787         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
788         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
789         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
790         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
791         New backward-compatibility aliases for renamed faces.
792         (gnus-cite-attribution-face, gnus-cite-face-list)
793         (gnus-article-boring-faces): Use renamed gnus faces.
795         * gnus-art.el (gnus-signature, gnus-header-from)
796         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
797         (gnus-header-content): Remove "-face" suffix from face names.
798         (gnus-signature-face, gnus-header-from-face)
799         (gnus-header-subject-face, gnus-header-newsgroups-face)
800         (gnus-header-name-face, gnus-header-content-face):
801         New backward-compatibility aliases for renamed faces.
802         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
804         * gnus-sum.el (gnus-summary-selected-face)
805         (gnus-summary-highlight): Use renamed gnus faces.
806         * gnus-group.el (gnus-group-highlight): Likewise.
808 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
810         * gnus-sieve.el (gnus-sieve-article-add-rule):
811         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
812         * spam-stat.el (spam-stat-buffer-change-to-spam)
813         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
815         * message.el (message-is-yours-p):
816         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
818 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
820         * mm-view.el (mm-inline-text): Withdraw the last change.
822 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
824         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
825         executing enriched-decode.
827 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
829         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
831 2005-06-04  Lute Kamstra  <lute@gnu.org>
833         * nnfolder.el (nnfolder-read-folder): Make sure that undo
834         information is never recorded.
836 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
838         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
840 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
842         * pop3.el (pop3-md5): Run md5 in the binary mode.
843         (pop3-md5-program-args): New variable.
845         * starttls.el (starttls-set-process-query-on-exit-flag):
846         Use eval-and-compile.
848 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
850         * gnus-art.el (article-display-x-face): Replace
851         process-kill-without-query by gnus-set-process-query-on-exit-flag.
853         * gnus-group.el: Bind gnus-cache-active-hashtb when compiling.
855         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
856         set-process-query-on-exit-flag or process-kill-without-query.
858         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
859         loop instead of replace-regexp.
861         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
862         instead of process-kill-without-query if it is available.
864         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
865         instead of find-file-hooks if it is available.
867         * mml1991.el: Bind pgg-default-user-id when compiling.
869         * mml2015.el: Bind pgg-default-user-id when compiling.
871         * nndraft.el (nndraft-request-associate-buffer):
872         Use write-contents-functions instead of write-contents-hooks if it is
873         available.
875         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
876         instead of find-file-hooks if it is available.
878         * nntp.el (nntp-open-connection): Replace
879         process-kill-without-query by gnus-set-process-query-on-exit-flag.
880         (nntp-open-ssl-stream): Ditto.
881         (nntp-open-tls-stream): Ditto.
883         * pgg.el: Don't bind itimer vars; don't autoload itimer functions.
884         (pgg-run-at-time-1): New macro.
885         (pgg-run-at-time): Use it.
887         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
888         set-process-query-on-exit-flag or process-kill-without-query.
889         (starttls-open-stream-gnutls): Use it instead of
890         process-kill-without-query.
891         (starttls-open-stream): Ditto.
893 2005-05-31  Simon Josefsson  <jas@extundo.com>
895         * imap.el (imap-ssl-open): Use imap-process-connection-type,
896         instead of hard coding to nil.
898 2005-05-31  Kevin Greiner  <kgreiner@xpediantsolutions.com>
900         * gnus-group.el: Require gnus-sum and autoload functions to
901         resolve warnings when gnus-group.el compiled alone.
903 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
905         * gnus-agent.el (gnus-agent-regenerate-group)
906         (gnus-agent-fetch-articles): Replace `string-to-int' by
907         `string-to-number'.
908         * gnus-art.el (gnus-button-fetch-group): Ditto.
909         * gnus-cache.el (gnus-cache-generate-active)
910         (gnus-cache-articles-in-group): Ditto.
911         * gnus-group.el (gnus-group-set-current-level)
912         (gnus-group-insert-group-line): Ditto.
913         * gnus-score.el (gnus-score-set-expunge-below)
914         (gnus-score-set-mark-below, gnus-summary-score-effect)
915         (gnus-summary-score-entry): Ditto.
916         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
917         (gnus-soup-pack): Ditto.
918         * gnus-spec.el (gnus-xmas-format): Ditto.
919         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
920         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
921         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
922         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
923         * nndb.el (nndb-get-remote-expire-response): Ditto.
924         * nndiary.el (nndiary-parse-schedule-value)
925         (nndiary-string-to-number, nndiary-request-replace-article)
926         (nndiary-request-article): Ditto.
927         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
928         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
929         * nneething.el (nneething-make-head): Ditto.
930         * nnfolder.el (nnfolder-request-article)
931         (nnfolder-retrieve-headers): Ditto.
932         * nnheader.el (nnheader-file-to-number): Ditto.
933         * nnkiboze.el (nnkiboze-request-article): Ditto.
934         * nnmail.el (nnmail-process-unix-mail-format)
935         (nnmail-process-babyl-mail-format): Ditto.
936         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
937         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
938         (nnmh-request-create-group, nnmh-request-list-1)
939         (nnmh-request-group, nnmh-request-article): Ditto.
940         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
941         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
942         * nnsoup.el (nnsoup-make-active): Ditto.
943         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
944         * nntp.el (nntp-find-group-and-number)
945         (nntp-retrieve-headers-with-xover): Ditto.
946         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
947         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
948         (pgg-format-key-identifier): Ditto.
949         * pop3.el (pop3-last, pop3-stat): Ditto.
950         * qp.el (quoted-printable-decode-region): Ditto.
952         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
953         of concat.
955 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
957         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
959         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
961         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
963         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
965         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
967         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
969         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
970         (gnus-carpal-mode): Ditto.
972         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
973         (gnus-browse-mode): Ditto.
975         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
977         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
979 2005-05-29  Richard M. Stallman  <rms@gnu.org>
981         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
983 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
985         * gnus-util.el (gnus-run-mode-hooks): New function.
987         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
989 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
991         * gnus-agent.el (gnus-agent-make-mode-line-string):
992         Use mode-line-highlight as mouse-face.
994 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
996         * canlock.el (canlock): Change the parent group to news.
998         * deuglify.el (gnus-outlook-deuglify): Add :group.
1000         * dig.el (dig): Add :group.
1002         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Add :group.
1004         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
1005         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
1006         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
1007         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
1008         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
1010         * gnus-diary.el (gnus-diary): Add :group.
1012         * gnus.el (gnus-group-news-1-face): Add :group.
1013         (gnus-group-news-1-empty-face): Ditto.
1014         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
1015         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
1016         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
1017         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
1018         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
1019         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
1020         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
1021         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
1022         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
1023         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
1024         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
1025         (gnus-summary-high-ticked-face): Ditto.
1026         (gnus-summary-low-ticked-face): Ditto.
1027         (gnus-summary-normal-ticked-face): Ditto.
1028         (gnus-summary-high-ancient-face): Ditto.
1029         (gnus-summary-low-ancient-face): Ditto.
1030         (gnus-summary-normal-ancient-face): Ditto.
1031         (gnus-summary-high-undownloaded-face): Ditto.
1032         (gnus-summary-low-undownloaded-face): Ditto.
1033         (gnus-summary-normal-undownloaded-face): Ditto.
1034         (gnus-summary-high-unread-face): Ditto.
1035         (gnus-summary-low-unread-face): Ditto.
1036         (gnus-summary-normal-unread-face): Ditto.
1037         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
1038         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
1040         * message.el (message-minibuffer-local-map): Add :group.
1042         * sieve-manage.el (sieve-manage-log): Add :group.
1043         (sieve-manage-default-user): Diito.
1044         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
1045         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
1046         (sieve-manage-authenticators): Ditto.
1047         (sieve-manage-authenticator-alist): Ditto.
1048         (sieve-manage-default-port): Ditto.
1050         * sieve-mode.el (sieve-control-commands-face): Add :group.
1051         (sieve-action-commands-face): Ditto.
1052         (sieve-test-commands-face): Ditto.
1053         (sieve-tagged-arguments-face): Ditto.
1055         * smime.el (smime): Add :group.
1057         * spam-report.el (spam-report): Add :group.
1059         * spam.el (spam, spam-face): Add :group.
1061 2005-05-26  Lute Kamstra  <lute@gnu.org>
1063         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
1065 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1067         * gnus-art.el: Don't autoload mail-extract-address-components.
1069         * gnus.el: Use eval-and-compile to autoload message-y-or-n-p.
1071         * nndb.el: Don't declare the nndb back end two or more times; don't
1072         autoload news-reply-mode, news-setup, cancel-timer and telnet.
1074         * nntp.el: Autoload format-spec instead of format; use
1075         eval-and-compile to evaluate autoload forms.
1077         * spam-report.el (spam-report-process-queue): Use gnus-point-at-eol.
1079 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1081         * gnus-art.el (article-date-ut): Support converting date in
1082         forwarded parts as well.
1083         (gnus-article-save-original-date): New macro.
1084         (gnus-display-mime): Use it.
1086 2005-04-28  David Hansen  <david.hansen@physik.fu-berlin.de>
1088         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
1089         enclosure element of <item>.
1091 2005-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
1093         * spam-report.el (spam-report-unplug-agent)
1094         (spam-report-plug-agent, spam-report-deagentize)
1095         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
1096         support for the Agent in spam-report: when unplugged, report to a
1097         file; when plugged, submit all the requests.
1098         [Added missing offline functionality from trunk.]
1100 2005-04-24  Reiner Steib  <Reiner.Steib@gmx.de>
1102         * spam-report.el (spam-report-url-to-file)
1103         (spam-report-requests-file): New function and variable for offline
1104         reporting.
1105         (spam-report-url-ping-function): Add `spam-report-url-to-file'
1106         and user defined function.
1107         (spam-report-process-queue): New function.
1108         Process requests from `spam-report-requests-file'.
1109         (spam-report-url-ping-mm-url): Autoload.
1110         [Added missing offline functionality from trunk.]
1112 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1114         * qp.el (quoted-printable-encode-region): Save excursion.
1116 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1118         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
1119         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
1121 2005-04-13  Miles Bader  <miles@gnu.org>
1123         * mm-util.el (mm-string-to-multibyte): Use Gnus trunk definition.
1125 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1127         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
1128         contained in text because xml.el decodes entities) with LFs.
1130 2005-04-11  Lute Kamstra  <lute@gnu.org>
1132         * message.el (message-make-date): Handle byte-compiler warnings
1133         differently.
1134         * nnimap.el (nnimap-date-days-ago): Ditto.
1136 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1138         * mm-util.el (mm-string-to-multibyte): New function.
1139         (mm-detect-coding-region): Typo.
1141 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1143         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
1145 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1147         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
1148         argument in XEmacs.
1150         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
1151         (nnrss-request-group): Decode group name first.
1152         (nnrss-request-article): Make a text/plain article if mml-to-mime
1153         failed.
1154         (nnrss-get-encoding): Return a compatible encoding according to
1155         nnrss-compatible-encoding-alist.
1156         (nnrss-opml-export): Use dolist.
1157         (nnrss-find-el): Use consp instead of listp.
1158         (nnrss-order-hrefs): Use dolist.
1160 2005-04-06  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1162         * nnrss.el (nnrss-verbose): Remove.
1163         (nnrss-request-group): Use `nnheader-message' instead.
1165 2005-04-06  Mark Plaksin  <happy@usg.edu>  (tiny change)
1167         * nnrss.el (nnrss-verbose): New variable.
1168         (nnrss-request-group): Make it say nnrss is requesting a group.
1170 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1172         * gnus-agent.el (gnus-agent-group-path): Decode group name.
1173         (gnus-agent-group-pathname): Ditto.
1175         * gnus-cache.el (gnus-cache-file-name): Decode group name.
1177         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
1178         name for only %g and %c.
1179         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group
1180         instead of gnus-tmp-group to decoded group name.
1181         (gnus-group-make-group): Decode group name.
1182         (gnus-group-delete-group): Ditto.
1183         (gnus-group-make-rss-group): Exclude `/'s from group names;
1184         register the group data after opening the nnrss group; unify
1185         non-ASCII group names; encode group name.
1186         (gnus-group-catchup-current): Decode group name.
1187         (gnus-group-expire-articles-1): Ditto.
1188         (gnus-group-set-current-level): Ditto.
1189         (gnus-group-kill-group): Ditto.
1191         * gnus-spec.el (gnus-update-format-specifications): Flush the
1192         group format spec cache if it doesn't support decoded group names.
1194         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
1196         * nnrss.el: Require rfc2047 and mml.
1197         (nnrss-file-coding-system): New variable.
1198         (nnrss-format-string): Redefine it as an inline function.
1199         (nnrss-decode-group-name): New function.
1200         (nnrss-string-as-multibyte): Remove.
1201         (nnrss-retrieve-headers): Decode group name; don't use
1202         nnrss-format-string.
1203         (nnrss-request-group): Decode group name.
1204         (nnrss-request-article): Decode group name; allow a Message-ID as
1205         well as an article number; don't use nnrss-format-string; encode a
1206         Message-ID string which may contain non-ASCII characters; use
1207         mml-to-mime to compose a MIME article; use search-forward instead
1208         of re-search-forward.
1209         (nnrss-request-expire-articles): Decode group name.
1210         (nnrss-request-delete-group): Delete entries in nnrss-group-alist
1211         as well; decode group name.
1212         (nnrss-get-encoding): Fix regexp.
1213         (nnrss-fetch): Clarify error message.
1214         (nnrss-read-server-data): Use insert-file-contents instead of load;
1215         bind file-name-coding-system; use multibyte buffer.
1216         (nnrss-save-server-data): Insert newline; bind
1217         coding-system-for-write to the value of nnrss-file-coding-system;
1218         bind file-name-coding-system; add coding cookie.
1219         (nnrss-read-group-data): Use insert-file-contents instead of load;
1220         bind file-name-coding-system; use multibyte buffer.
1221         (nnrss-save-group-data): Bind coding-system-for-write to the
1222         value of nnrss-file-coding-system; bind file-name-coding-system.
1223         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
1224         make it work with non-ASCII text.
1225         (nnrss-opml-export): Use mm-set-buffer-file-coding-system instead
1226         of set-buffer-file-coding-system.
1227         (nnrss-find-el): Check carefully whether there's a list of string
1228         which old xml.el may return rather than a string; make it work
1229         with old xml.el as well.
1231 2005-04-06  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
1233         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
1235         * nnrss.el (nnrss-get-encoding): New function.
1236         (nnrss-fetch): Use unibyte buffer initially; bind
1237         coding-system-for-read while performing mm-url-insert; remove ^Ms;
1238         decode contents according to the encoding attribute.
1239         (nnrss-save-group-data): Add coding cookie.
1240         (nnrss-mime-encode-string): New function.
1241         (nnrss-check-group): Use it to encode subject and author.
1243 2005-04-06  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
1245         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
1246         failed.
1248 2005-04-06  Jesper Harder  <harder@ifa.au.dk>
1250         * mm-util.el (mm-subst-char-in-string): Support inplace.
1252         * nnrss.el: Pedantic docstring and whitespace fixes (courtesy of
1253         checkdoc.el).
1254         (nnrss-request-article): Cleanup.
1255         (nnrss-request-delete-group): Use nnrss-make-filename.
1256         (nnrss-read-server-data): Use nnrss-make-filename; use load.
1257         (nnrss-save-server-data): Use nnrss-make-filename; use gnus-prin1.
1258         (nnrss-read-group-data): Fix off-by-one error.  From Joakim Verona
1259         <joakim@verona.se>; hash on description if link is missing; use
1260         nnrss-make-filename; use load.
1261         (nnrss-save-group-data): Use nnrss-make-filename; use gnus-prin1.
1262         (nnrss-make-filename): New function.
1263         (nnrss-close): New function.
1264         (nnrss-check-group): Hash on description if link is missing.
1265         (nnrss-get-namespace-prefix): Use string= to compare strings!
1266         Reported by David D. Smith <davidsmith@acm.org>.
1267         (nnrss-opml-export): Turn on sgml-mode.
1269 2005-04-06  Mark A. Hershberger  <mah@everybody.org>
1271         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
1273 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
1275         * message.el (message-make-date): Add defvars in order to silence
1276         the byte compiler inside the defun.
1278         * nnimap.el (nnimap-date-days-ago): Ditto.
1280         * gnus-demon.el (parse-time-string): Add autoload.
1282         * gnus-delay.el (parse-time-string): Add autoload.
1284         * gnus-art.el (parse-time-string): Add autoload.
1286         * nnultimate.el (parse-time): Require for `parse-time-string'.
1288 2005-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1290         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
1291         "Unrecognized menu descriptor" error in XEmacs.
1293 2005-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1295         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
1297         * mm-util.el (mm-replace-in-string): New function.
1298         (mm-xemacs-find-mime-charset-1): Ignore errors while loading
1299         latin-unity, which cannot be used with XEmacs 21.1.
1301         * rfc2047.el (rfc2047-encode-function-alist): Rename from
1302         rfc2047-encoding-function-alist in order to avoid conflicting with
1303         the old version.
1304         (rfc2047-encode-message-header): Remove useless goto-char.
1305         (rfc2047-encodable-p): Don't move point.
1306         (rfc2047-syntax-table): Treat `(' and `)' as is.
1307         (rfc2047-encode-region): Concatenate words containing non-ASCII
1308         characters in structured fields; don't encode space-delimited
1309         ASCII words even in unstructured fields; don't break words at
1310         char-category boundaries; encode encoded words in structured
1311         fields; treat text within parentheses as special; show the
1312         original text when error has occurred; move point to the end of
1313         the region after encoding, suggested by IRIE Tetsuya
1314         <irie@t.email.ne.jp>; treat backslash-quoted characters as
1315         non-special; check carefully whether to encode special characters;
1316         fix some kind of misconfigured headers; signal a real error if
1317         debug-on-quit or debug-on-error is non-nil; don't infloop,
1318         suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>; assume
1319         the close parenthesis may be included in the encoded word; encode
1320         bogus delimiters.
1321         (rfc2047-encode-string): Use mm-with-multibyte-buffer.
1322         (rfc2047-encode-max-chars): New variable.
1323         (rfc2047-encode-1): New function.
1324         (rfc2047-encode): Use it; encode text so that it occupies the
1325         maximum width within 76-column; work correctly on Q encoding for
1326         iso-2022-* charsets; fold the line before encoding; don't append a
1327         space if the encoded word includes close parenthesis.
1328         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
1329         sure not to break a line just after the header name.
1330         (rfc2047-b-encode-region): Remove.
1331         (rfc2047-b-encode-string): New function.
1332         (rfc2047-q-encode-region): Remove.
1333         (rfc2047-q-encode-string): New function.
1334         (rfc2047-encode-parameter): New function.
1335         (rfc2047-encoded-word-regexp): Don't use shy group.
1336         (rfc2047-decode-region): Follow rfc2047-encoded-word-regexp change.
1337         (rfc2047-parse-and-decode): Ditto.
1338         (rfc2047-decode): Treat the ascii coding-system as raw-text by default.
1340 2005-03-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1342         * rfc2047.el (rfc2047-encode-encoded-words): New variable.
1343         (rfc2047-field-value): Strip props.
1344         (rfc2047-encode-message-header): Disable header folding -- not
1345         all headers can be folded, and this should be done by the message
1346         composition mode.  Probably.  I think.
1347         (rfc2047-encodable-p): Say that =? needs encoding.
1348         (rfc2047-encode-region): Encode =? strings.
1350 2005-03-25  Jesper Harder  <harder@ifa.au.dk>
1352         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
1353         language tags; remove unnecessary '+'.  Reported by Stefan Wiens
1354         <s.wi@gmx.net>.
1355         (rfc2047-decode-string): Don't cons a string unnecessarily.
1356         (rfc2047-parse-and-decode, rfc2047-decode): Use a character for
1357         the encoding to avoid consing a string.
1358         (rfc2047-decode): Use mm-subst-char-in-string instead of
1359         mm-replace-chars-in-string.
1361 2005-03-25  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1363         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
1364         encodings of MIME-encoded words, in order to improve
1365         interoperability with several broken MUAs.
1367 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1369         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
1370         pass it to `gnus-browse-read-group'.
1371         (gnus-browse-read-group): Add NUMBER argument and pass it to
1372         `gnus-group-read-ephemeral-group'.
1374         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
1375         argument and pass it to `gnus-group-read-group'.
1377 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
1379         * mm-util.el (mm-xemacs-find-mime-charset): Only call
1380         mm-xemacs-find-mime-charset-1 if we have the mule feature
1381         available at runtime.
1383 2005-03-25  Werner Lemberg  <wl@gnu.org>
1385         * nnmaildir.el: Replace `illegal' with `invalid'.
1387 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1389         * gnus-start.el (gnus-display-time-event-handler):
1390         Check display-time-timer at runtime rather than only at load time
1391         in case display-time-mode is turned off in the mean time.
1393 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1395         * nnimap.el (nnimap-open-connection): Print which authinfo file is
1396         used.
1398         * nneething.el (nneething-map-file-directory): Derive from
1399         `gnus-directory'.
1401         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
1402         the To/Cc button.
1404 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1406         * nnmaildir.el (nnmaildir-request-accept-article):
1407         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
1409 2005-03-13  Steve Youngs  <steve@sxemacs.org>
1411         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
1412         autoloaded function.
1413         From: Andrey Slusar <anrays@gmail.com>.
1415 2005-03-13  Steve Youngs  <steve@sxemacs.org>
1417         * mm-url.el: Require timer-funcs at compile time when in XEmacs
1418         for `with-timeout'.
1420         * mail-source.el: Require timer-funcs at compile time when in
1421         XEmacs for `run-with-idle-timer'.
1423         * gnus-async.el: Ditto.
1425 2005-03-16  Lute Kamstra  <lute@gnu.org>
1427         * message.el (message-make-date): Require parse-time.
1429 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1431         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
1433 2005-03-10  Arne J\e,Ax\e(Brgensen <arne@arnested.dk>  (tiny change)
1435         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
1437 2005-03-08  Bjorn Solberg <bjorn_ding@hekneby.org>  (tiny change)
1439         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
1440         buffer (since IMAP server might return FETCH response out of
1441         order, and the nntp buffer must be sorted).
1443 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
1445         * message.el: Don't autoload former message-utils variables.
1446         (message-strip-subject-trailing-was): Change doc string.
1448         * nnweb.el: Fixes for `gnus-group-make-web-group'.
1449         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
1450         (nnweb-google-search): Add "hl=en" here.
1451         (nnweb-google-parse-1, nnweb-google-create-mapping):
1452         Don't hardcode URL.
1454 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1456         * message.el (message-get-reply-headers, message-followup):
1457         Mention related variables `message-use-followup-to' and
1458         `message-use-mail-followup-to', in the information buffer.
1460         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
1461         of broken groups(-beta).google.com.
1463 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1465         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
1466         a more conservative way.
1468 2005-02-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1470         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
1471         `mm-dissect-multipart' and receive the from field as an (optional)
1472         argument from `mm-dissect-multipart'.
1473         (mm-dissect-multipart): Receive the from field as an argument and
1474         pass it on when we call `mm-dissect-buffer' on MIME parts.
1475         Fixes verification/decryption of signed/encrypted MIME parts.
1477 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1479         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
1480         buffer, so it moves the window's cursor.
1482 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1484         * nnheader.el (nnheader-find-file-noselect): Add doc string.
1486         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
1487         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
1489         * gnus-sum.el (gnus-summary-caesar-message):
1490         Apply `gnus-treat-article' after rotation.
1492         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
1493         doc string.
1495 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1497         * smime.el (smime-sign-buffer): Signal an error if
1498         `smime-sign-region' fails.
1499         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
1500         fails.
1502 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
1504         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
1505         Handle news URL with given port correctly.
1507 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1509         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
1510         containing special characters.
1512         * gnus-sum.el (gnus-summary-edit-article): Ditto.
1514         * mml.el (mime-to-mml): Ditto.
1516         * rfc2047.el (rfc2047-quote-decoded-words-containing-tspecials):
1517         New variable.
1518         (rfc2047-decode-region): Quote decoded words containing special
1519         characters when rfc2047-quote-decoded-words-containing-tspecials
1520         is non-nil.
1522 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1524         * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
1526         * gnus.el (gnus-install-group-spam-parameters): Doc fix.
1528 2005-02-15  Simon Josefsson  <jas@extundo.com>
1530         * nnimap.el (nnimap-debug): Doc fix.
1532         * imap.el (imap-debug): Doc fix.
1534 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1536         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
1537         argument in doc string.  Make query for type more clear.
1539 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
1541         * gnus.el (gnus-group-startup-message): Search for gnus images in
1542         etc/images/gnus.
1543         * mm-util.el (mm-find-charset-region): Likewise.
1544         * smiley.el (smiley-data-directory): Search for smilies in
1545         etc/images/smilies.
1547 2005-02-09  Kim F. Storm  <storm@cua.dk>
1549         Change Emacs release version from 21.4 to 22.1 throughout.
1550         Change Emacs development version from 21.3.50 to 22.0.50.
1552 2005-02-08  Simon Josefsson  <jas@extundo.com>
1554         * imap.el (imap-log): Doc fix.
1556 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1558         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
1559         prefix arg is neither nil nor a number, as info specifies.
1561 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1563         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
1565 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1567         * message.el (message-beginning-of-line): Change the behavior when
1568         invoked between BOL and : so that it first moves backward.
1570 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1572         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
1573         article buffer when editing of the article is discarded.
1574         (gnus-article-prepare): Revert.
1576 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1578         * gnus-art.el (gnus-article-prepare):
1579         Remove message-strip-forbidden-properties from the local hook.
1581 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1583         * mml.el (mml-generate-mime-1): Convert string into unibyte when
1584         inserting " *mml*" buffer's contents into a unibyte temp buffer.
1586 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1588         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
1589         which will be inserted according to the multibyteness of a buffer
1590         rather than the type of contents.  Suggested by ARISAWA Akihiro
1591         <ari@mbf.ocn.ne.jp>.
1593 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1595         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
1596         which is unreadable in some setups.
1598 2004-12-27  Simon Josefsson  <jas@extundo.com>
1600         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
1601         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
1602         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
1604 2004-12-17  Kim F. Storm  <storm@cua.dk>
1606         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
1608         * gnus-sum.el (gnus-summary-mode-map): Likewise.
1610 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1612         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
1613         correctly even if there are wide characters.
1615 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1617         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
1618         concatenating segments rather than before concatenating them.
1619         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1621 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1623         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
1625 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
1627         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
1628         unify Latin characters in XEmacs.
1629         (mm-find-mime-charset-region): Use it.
1631 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1633         * gnus-util.el (gnus-delete-directory): New function.
1635         * gnus-agent.el (gnus-agent-delete-group): Use it.
1637         * gnus-cache.el (gnus-cache-delete-group): Use it.
1639 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1641         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
1643 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1645         * gnus-group.el (gnus-group-make-rss-group):
1646         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
1648         * gnus-start.el (gnus-setup-news): Honor user's setting to
1649         gnus-message-archive-method.  Suggested by Lute Kamstra
1650         <lute@gnu.org>.
1652 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1654         * message.el (message-forward-make-body-mml): Remove headers
1655         according to message-forward-ignored-headers if a message is decoded.
1657 2004-12-02  Romain Francoise  <romain@orebokech.com>
1659         * message.el (message-forward-make-body-plain): Always remove
1660         headers according to message-forward-ignored-headers.
1662 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1664         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
1665         order to silence the byte compiler.
1667         * pop3.el (pop3-md5): Define it before being used.
1669         * spam.el: Fix the way to silence the byte compiler, which
1670         complained about bbdb-buffer, bbdb-create-internal,
1671         bbdb-search-simple, mail-check-payment, spam-BBDB-register-routine,
1672         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
1673         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
1674         spam-stat-buffer-is-spam, spam-stat-load,
1675         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
1676         spam-stat-save and spam-stat-split-fancy.
1678 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1680         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
1681         which may confuse users.
1682         (canlock-password-for-verify): Ditto.
1684         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
1686         * gnus-art.el (gnus-emphasis-alist): Ditto.
1688         * gnus-registry.el (gnus-registry-max-entries): Ditto.
1690         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
1692         * gnus-start.el (gnus-save-killed-list): Ditto.
1694         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
1695         (gnus-sum-thread-tree-root): Ditto.
1696         (gnus-sum-thread-tree-false-root): Ditto.
1697         (gnus-sum-thread-tree-single-indent): Ditto.
1699         * message.el (message-courtesy-message): Ditto.
1700         (message-archive-note): Ditto.
1701         (message-subscribed-address-file): Ditto.
1702         (message-user-fqdn): Ditto.
1704         * spam-report.el (spam-report-gmane-regex): Ditto.
1706         * spam.el (spam-blackhole-good-server-regex): Ditto.
1708 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
1710         * message.el (message-forbidden-properties): Fix typo in doc string.
1712 2004-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1714         * message.el (message-strip-forbidden-properties):
1715         Bind buffer-read-only (etc) to nil.
1717 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
1719         * gnus-util.el (gnus-replace-in-string): Add doc string.
1721         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
1722         to avoid problems when splitting mails with many recipients.
1724 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1726         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
1727         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1729 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
1731         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
1733 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1735         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
1736         pop-to-buffer, covered by the subsequent gnus-configure-windows.
1738 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
1740         * nnfolder.el (nnfolder-save-marks): Add missing format field in
1741         call to `error'.
1742         * nnml.el (nnml-save-marks): Ditto.
1744 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1746         * gnus-start.el (gnus-convert-old-newsrc):
1747         Assign legacy-gnus-agent to 5.10.7.
1749 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1751         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
1752         default; improve customization type.
1753         (gnus-emphasis-custom-with-format): New macro.
1754         (gnus-emphasis-custom-value-to-external): New function.
1755         (gnus-emphasis-custom-value-to-internal): New function.
1757 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1759         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
1760         "Args out of range" error.  Reported by Arnaud Giersch
1761         <arnaud.giersch@free.fr>.
1763 2004-11-04  Richard M. Stallman  <rms@gnu.org>
1765         * spam.el (spam group): Add :version.
1767         * pgg-def.el (pgg group): Add :version.
1769 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1771         * gnus-art.el (gnus-article-edit-article): Don't associate the
1772         article buffer with a draft file.  This is a temporary measure
1773         against the 2004-08-22 change to gnus-article-edit-mode.
1775 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1777         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
1778         (html2text-format-tags): Remove unused variable `attr'.
1780         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
1781         after-load-alist.
1783         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
1784         entry.  From Ilya N. Golubev <gin@mo.msk.ru>.
1785         (mm-enrich-utf-8-by-mule-ucs): New function run when Mule-UCS is
1786         loaded under XEmacs.
1787         (): Don't make duplicated entries in mm-mime-mule-charset-alist.
1789         * mm-util.el (mm-coding-system-p): Return a coding-system.
1790         (mm-mime-mule-charset-alist): Use shift_jis instead of
1791         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
1792         entries for the mime charsets iso-2022-jp-3 and shift_jis.
1793         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
1794         instead of japanese-shift-jis and iso-latin-1 respectively in
1795         order to share the default value with both Emacs and XEmacs-mule.
1796         (mm-mule-charset-to-mime-charset):
1797         Make mm-coding-system-priorities effective.
1798         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
1799         while predicating of candidates upon the priorities.
1801 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1803         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
1805         * tls.el (tls-process-connection-type, tls-success)
1806         (tls-certtool-program): Add :version.
1808         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
1809         (starttls-extra-arguments, starttls-process-connection-type)
1810         (starttls-connect, starttls-failure, starttls-success):
1812         * spam-stat.el (spam-stat): Add :version.
1814         * sieve.el (sieve): Add :version.
1816         * sha1.el (sha1): Add :version.
1817         (sha1-use-external): Remove redundant version.
1819         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
1820         (nnmail-cache-ignore-groups, nnmail-spool-hook)
1821         (nnmail-split-fancy-match-partial-words)
1822         (nnmail-split-lowercase-expanded):
1824         * nndiary.el (nndiary): Add :version.
1826         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
1828         * mml-sec.el (mml-default-sign-method)
1829         (mml-default-encrypt-method, mml-signencrypt-style-alist):
1830         Add :version.
1832         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
1834         * mm-url.el (mm-url-use-external, mm-url-program)
1835         (mm-url-arguments): Add :version.
1837         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
1838         (mm-attachment-file-modes, mm-decrypt-option)
1839         (mm-w3m-safe-url-regexp): Add :version.
1841         * message.el (message-cite-prefix-regexp)
1842         (message-sendmail-envelope-from, message-minibuffer-local-map)
1843         (message-user-fqdn, message-completion-alist): Add :version.
1845         * gnus-win.el (gnus-configure-windows-hook)
1846         (gnus-use-frames-on-any-display): Add :version.
1848         * gnus-art.el (gnus-article-address-banner-alist)
1849         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
1850         (gnus-treat-from-picon, gnus-treat-mail-picon)
1851         (gnus-treat-x-pgp-sig): Add :version.
1853         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
1854         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
1855         (gnus-summary-article-delete-hook)
1856         (gnus-summary-display-while-building): Add :version.
1858         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
1859         (gnus-get-top-new-news-hook):Add :version.
1861         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1862         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
1864         * gnus-registry.el (gnus-registry): Add :version.
1866         * gnus-spec.el (gnus-use-correct-string-widths)
1867         (gnus-make-format-preserve-properties): Add :version.
1869         * gnus.el (gnus-group-charter-alist)
1870         (gnus-group-fetch-control-use-browse-url)
1871         (gnus-install-group-spam-parameters): Add :version.
1873         * gnus-diary.el (gnus-diary): Add :version.
1875         * gnus-delay.el (gnus-delay): Add :version.
1877         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
1878         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
1879         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
1880         Add :version.
1882         * gnus-agent.el (gnus-agent-max-fetch-size)
1883         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
1884         (gnus-agent-prompt-send-queue): Add :version.
1886         * deuglify.el (gnus-outlook-deuglify): Add :version.
1888         * html2text.el: Beautify code.  Improve doc strings.  Some checkdoc
1889         cleanup.
1890         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
1891         (html2text-format-tag-list): Add "strong" and "em".
1892         From "Alfred M. Szmidt" <ams@kemisten.nu> (tiny change).
1894 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1896         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
1897         signature file.  Suggested by Manoj Srivastava
1898         <srivasta@golden-gryphon.com>.
1900         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
1901         iso-2022-jp even in the Japanese language environment.
1902         Suggested by Jason Rumney <jasonr@gnu.org>.
1904 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1906         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
1907         use the same characters as the dummy marks; make it free from
1908         getting affected by the language environment.
1909         (gnus-summary-read-group-1): Update mark positions only when the
1910         format spec is updated.
1912         * gnus-spec.el (gnus-update-format-specifications): Return a list
1913         of updated types.
1915 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1917         * nnspool.el (nnspool-spool-directory): Use news-path if the
1918         news-directory variable is not bound.
1920         * gnus-group.el (gnus-group-line-format-alist): Convert the value
1921         of gnus-tmp-news-method into string if it may be passed to
1922         gnus-correct-length which takes only a string argument.
1924 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
1926         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
1927         instead.
1929 2004-10-24  Kevin Greiner  <kevin.greiner@compsol.cc>
1931         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
1932         comparison on string.
1934 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1936         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
1937         running the major-mode function.
1939 2004-10-21  Kevin Greiner  <kevin.greiner@compsol.cc>
1941         * gnus-start.el (gnus-convert-old-newsrc): Two of the converters
1942         have been backported to 'Gnus v5.11' from 'No Gnus v0.2'.  Added a
1943         boolean check to not apply converters that apply to future
1944         versions of gnus.
1946 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1948         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
1949         dummy marks in the right way.
1951 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
1953         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
1954         avoid infinite recursion via gnus-get-function.
1956 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
1958         * gnus-agent.el (gnus-agent-synchronize-group-flags):
1959         When necessary, pass full group name to gnus-request-set-marks.
1960         (gnus-agent-synchronize-group-flags): Add support for sync'ing
1961         tick marks.
1962         (gnus-agent-synchronize-flags-server): Be silent when writing file.
1964 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
1966         * gnus-agent.el (gnus-agent-synchronize-group-flags):
1967         Replace gnus-request-update-info with explicit code to sync the
1968         in-memory info read flags with the marks being sync'd to the backend.
1970 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
1972         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore servers
1973         that are offline.  Avoids having gnus-agent-toggle-plugged first ask if
1974         you want to open a server and then, even when you responded with no,
1975         asking if you want to synchronize the server's flags.
1976         (gnus-agent-synchronize-flags-server): Rewrite read loop to handle
1977         multi-line expressions.
1978         (gnus-agent-synchronize-group-flags): New internal function.
1979         Updates marks in memory (in the info structure) AND in the backend.
1980         (gnus-agent-check-overview-buffer): Fix range of
1981         deletion to remove entire duplicate line.  Fixes merged article
1982         number bug.
1984         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
1986         * nnagent.el (nnagent-request-set-mark):
1987         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
1988         method, to ensure that synchronization updates marks in the
1989         backend and in the info (in memory) structure.
1991 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
1993         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
1994         unless plugged.  Disable the agent so that an open failure causes
1995         an error.
1997 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
1999         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
2000         (gnus-agent-go-online): Change :version.
2001         (gnus-agent-expire-unagentized-dirs)
2002         (gnus-agent-auto-agentize-methods): Add :version.
2004 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
2006         * legacy-gnus-agent.el
2007         (gnus-agent-convert-to-compressed-agentview-prompt):
2008         New function. Used internally to only display 'gnus converting
2009         files' message when actually necessary.
2011         * gnus-sum.el: Remove (require 'gnus-agent) as required
2012         methods now autoloaded.
2014         * gnus-int.el (gnus-request-move-article):
2015         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
2016         improve performance.
2018 2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc>
2020         * gnus-agent.el (gnus-agent-cat-groups): Rewrite avoiding defsetf
2021         to avoid run-time CL dependencies.
2022         (gnus-agent-unfetch-articles): New function.
2023         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
2024         article numbers even when local .overview file is missing.
2025         (gnus-agent-read-article-number): New function. Only accepts
2026         27-bit article numbers.
2027         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
2028         Use gnus-agent-read-article-number.
2029         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
2030         from backend while recognizing that article numbers in .overview
2031         must be valid.
2033         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
2034         some users confused by references to .newsrc when they only have a
2035         .newsrc.eld file.
2036         (gnus-convert-mark-converter-prompt)
2037         (gnus-convert-converter-needs-prompt): Fix use of property list.
2039 2004-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2041         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
2043 2004-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2045         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
2046         stuff for non-living groups.
2048 2004-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2050         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
2051         (gnus-agent-regenerate-group): Using nil messages aren't valid.
2053 2004-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2055         * gnus-agent.el (gnus-agent-read-agentview):
2056         Inline gnus-uncompress-range.
2058 2004-10-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2060         * legacy-gnus-agent.el
2061         (gnus-agent-convert-to-compressed-agentview): Fix typos with
2062         help from Florian Weimer <fw@deneb.enyo.de>
2064         * gnus-agent.el (gnus-agentize):
2065         gnus-agent-send-mail-real-function no longer set to current value
2066         of message-send-mail-function but rather a lambda that calls
2067         message-send-mail-function.  The change makes the agent real-time
2068         responsive to user changes to message-send-mail-function.
2070 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
2072         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
2074 2004-10-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2076         * gnus-cache.el (gnus-cache-rename-group): New function.
2077         (gnus-cache-delete-group): New function.
2079         * gnus-agent.el (gnus-agent-rename-group): New function.
2080         (gnus-agent-delete-group): New function.
2081         (gnus-agent-save-group-info): Use gnus-command-method when
2082         `method' parameter is nil.  Don't write nil entries into the
2083         active file.
2084         (gnus-agent-get-group-info): New function.
2085         (gnus-agent-get-local): Add optional parameters to avoid calling
2086         gnus-group-real-name and gnus-find-method-for-group.
2087         (gnus-agent-set-local): Delete stored entry if either min, or max,
2088         are nil.
2089         (gnus-agent-fetch-session): Reword error/quit messages.
2090         On quit, use gnus-agent-regenerate-group to record existance of any
2091         articles fetched to disk before the quit occurred.
2093         * gnus-int.el (gnus-request-delete-group):
2094         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
2095         local disk in sync with the server.
2096          (gnus-request-rename-group):
2097         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
2098         local disk in sync with the server.
2100         * gnus-start.el (gnus-get-unread-articles):
2101         Cosmetic simplification to logic.
2103         * gnus-group.el (gnus-group-delete-group): No longer update
2104         gnus-cache-active-altered as gnus-request-delete-group now keeps
2105         the cache in sync.
2106         (gnus-group-list-active): Let the agent store a server's active
2107         list if currently plugged.
2109         * gnus-util.el (gnus-rename-file): New function.
2111 2004-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2113         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
2114         when the group's active is not available.
2116 2004-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2118         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
2119         error.
2121 2004-10-18  Kevin Greiner <kevin.greiner@compsol.cc>
2123         * gnus-start.el (gnus-convert-old-newsrc): Only write the conversion
2124         message to newsrc-dribble when an actual conversion is performed.
2126 2004-10-18  Kevin Greiner <kevin.greiner@compsol.cc>
2128         * gnus-agent.el (gnus-agent-read-local):
2129         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
2130         avoid the implicit assumption that they will always be equal.
2131         (gnus-agent-save-local): Bind buffer-file-coding-system, not
2132         coding-system-for-write, as the with-temp-file macro first prints
2133         to a buffer then saves the buffer.
2135 2004-10-18  Kevin Greiner <kgreiner@xpediantsolutions.com>
2137         * legacy-gnus-agent.el (): New. Provides converters that are only
2138         loaded when gnus-convert-old-newsrc needs to call them.
2140         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
2141         old file versions.
2142         (gnus-group-prepare-hook): Remove function that converted list
2143         form of gnus-agent-expire-days to group properties.
2145         * gnus-start.el (gnus-convert-old-newsrc): Register new
2146         converters to handle old agent file formats.  Added logic for a
2147         "backup before upgrading warning".
2148         (gnus-convert-mark-converter-prompt): Developers can mark
2149         functions as needing (default), or not needing,
2150         gnus-convert-old-newsrc's "backup before upgrading warning".
2151         (gnus-convert-converter-needs-prompt): Tests whether the user
2152         should be protected from potentially irreversable changes by the
2153         function.
2155 2004-10-18  Kevin Greiner <kgreiner@xpediantsolutions.com>
2157         * gnus-int.el (gnus-request-accept-article): Inform the agent that
2158         articles are being added to a group.
2159         (gnus-request-replace-article): Inform the agent that articles
2160         need to be uncached as the cached contents are no longer valid.
2162         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
2163         (gnus-agent-possibly-alter-active): Avoid null in numeric comparison.
2164         (gnus-agent-set-local): Refuse to save null in local object table.
2165         (gnus-agent-regenerate-group): The REREAD parameter can now be a
2166         list of articles that will be marked as unread.
2168 2004-10-18  Kevin Greiner <kevin.greiner@compsol.cc>
2170         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
2171         single-interval range of the form (min . max).  Previously the
2172         range had to look like ((min . max)).  Likewise, return
2173         (min . max) rather than ((min . max)).
2174         (gnus-range-map): Use gnus-range-normalize to accept
2175         single-interval range.
2177         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
2178         the cache, but not the agent, now appear with their usual face.
2180 2004-10-18  Kevin Greiner <kevin.greiner@compsol.cc>
2182         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
2183         marks consisting of a single range {for example, (3 . 5)} rather
2184         than a list of a single range { ((3 . 5)) }.
2186 2004-10-18  Kevin Greiner <kevin.greiner@compsol.cc>
2188         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
2189         uncompressed list.
2191 2004-10-18  Kevin Greiner <kevin.greiner@compsol.cc>
2193         * gnus-draft.el (gnus-group-send-queue): Pass the group name
2194         "nndraft:queue" along to gnus-draft-send.
2195         Use gnus-agent-prompt-send-queue.
2196         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
2197         is "nndraft:queue".  Suggested by Gaute Strokkenes
2198         <gs234@srcf.ucam.org>
2200         * gnus-group.el (gnus-group-catchup): Use new
2201         gnus-sequence-of-unread-articles, not
2202         gnus-list-of-unread-articles, to avoid exhausting memory with huge
2203         numbers of articles.  Use gnus-range-map to avoid having to
2204         uncompress the unread list.
2205         (gnus-group-archive-directory)
2206         (gnus-group-recent-archive-directory): Fix invalid ange-ftp reference.
2208         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
2209         (gnus-sorted-range-intersection): Intersection of two ranges
2210         without requiring that they first be uncompressed.
2212         * gnus-start.el (gnus-activate-group): Unless blocked by the
2213         caller, possibly expand the active range to include both cached
2214         and agentized articles.
2215         (gnus-convert-old-newsrc): Rewrote in anticipation of having
2216         multiple version-dependent converters.
2217         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
2218         gnus-agent-save-active.
2219         (gnus-save-newsrc-file): Save dirty agent range limits.
2221         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
2222         gnus-agent-possibly-alter-active.
2223         (gnus-adjust-marked-articles): Faster handling of simple lists
2225 2004-10-18  David Edmondson  <dme@dme.org>
2227         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
2228         excessively.
2230 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
2232         * mml.el (mml-preview): Use `pop-to-buffer'.
2234         * message.el (message-goto-mail-followup-to): Insert after "To".
2235         (message-carefully-insert-headers): Add comment.
2237         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
2239         * gnus-art.el (gnus-button-alist):
2240         Improve `gnus-button-handle-library' entry.
2242         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
2244         * gnus-group.el (gnus-group-get-new-news-this-group): Add doc-string.
2246         * gnus-start.el (gnus-activate-group): Add doc-string.
2248         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
2249         handle manual section.
2251         * imap.el (imap-store-password): New variable.
2252         (imap-interactive-login): Use it.
2253         Suggested by Mark Plaksin <happy@mcplaksin.org>.
2255         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
2256         Allow / in mailto URLs.
2258         * spam.el (spam-directory): Derive from `gnus-directory'.
2260         * gnus-sum.el (gnus-pick-line-number): Add autoload.
2262 2004-10-17  Richard M. Stallman  <rms@gnu.org>
2264         * gnus-registry.el (gnus-registry-unload-hook):
2265         Set as a variable with add-hook.
2267         * nnspool.el (nnspool-spool-directory): Use news-directory instead
2268         of news-path.
2270         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
2272         * spam.el: Delete duplicate `provide'.
2273         (spam-unload-hook): Set as a variable with add-hook.
2275 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
2277         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
2278         in the doc string.
2280         * message.el (message-ignored-news-headers)
2281         (message-ignored-supersedes-headers)
2282         (message-ignored-resent-headers)
2283         (message-forward-ignored-headers): Improve custom type.
2285 2004-10-15  Simon Josefsson  <jas@extundo.com>
2287         * pop3.el (top-level): Don't require nnheader.
2288         (pop3-read-timeout): Add.
2289         (pop3-accept-process-output): Add.
2290         (pop3-read-response, pop3-retr): Use it.
2292 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2294         * message.el (message-tokenize-header): Fix 2004-09-06 change
2295         which used point-min in the wrong place.
2297 2004-10-12  Simon Josefsson  <jas@extundo.com>
2299         * net/tls.el (tls-certtool-program): New variable.
2300         (tls-certificate-information): New function, based on
2301         ssl-certificate-information.
2303 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
2305         * message.el (message-bury): Use `window-dedicated-p'.
2307 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
2309         * gnus-sum.el: Mention that multibyte characters don't work as marks.
2311         * gnus.el (message-y-or-n-p): Autoload.
2313         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
2314         (pop3-password-required, pop3-authentication-scheme)
2315         (pop3-leave-mail-on-server): Made customizable.
2316         (pop3): New custom group.
2317         (pop3-retr): Remove `sleep-for' statements.
2318         Suggested by Dave Love <fx@gnu.org>.
2320         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
2321         Windows/DOS.
2323         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
2324         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
2325         Dave Love <fx@gnu.org>.
2327         * mml.el (mml-minibuffer-read-disposition): Require match.
2328         Suggested by Dave Love <fx@gnu.org>.
2330 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2332         * gnus-group.el (gnus-update-group-mark-positions):
2333         * gnus-sum.el (gnus-update-summary-mark-positions):
2334         * message.el (message-check-news-body-syntax):
2335         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
2336         of string-as-multibyte.
2338         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
2340 2004-10-05  Juri Linkov  <juri@jurta.org>
2342         * gnus-group.el (gnus-update-group-mark-positions):
2343         * gnus-sum.el (gnus-update-summary-mark-positions):
2344         * message.el (message-check-news-body-syntax):
2345         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
2346         8-bit unibyte values to a multibyte string for search functions.
2348 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2350         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
2351         there's no visible header.
2353 2004-10-01  Simon Josefsson  <jas@extundo.com>
2355         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
2356         acroread.
2358 2004-09-29  Jesper Harder  <harder@ifa.au.dk>
2360         * gnus.el (gnus-method-to-server): Oops, move it don't delete it.
2362 2004-09-28  Jesper Harder  <harder@ifa.au.dk>
2364         * gnus-picon.el: Require cl.
2366         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
2368         * mml-smime.el: Require cl.  Autoload message-fetch-field.
2370         * gnus-fun.el: Require gnus-ems and gnus-util.
2372         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
2374         * gnus-art.el (gnus-article-edit-mode): Define before first reference.
2376         * gnus.el (gnus-method-to-server): Move defsubst before first use.
2378         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
2379         Fix format string mismatch.
2380         * nnml.el (nnml-request-set-mark, nnml-save-marks): Do.
2381         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): Do.
2383 2004-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
2385         * gnus.el (gnus-version-number): Set to 5.11.
2387 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2389         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
2391 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
2393         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
2394         GROUP is a virtual group.
2396         * mm-util.el (mm-charset-synonym-alist): Remove obsolete entries
2397         for big5 and gb2312.
2399         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
2400         padding.
2402         * mm-bodies.el (mm-7bit-chars): Don't include \r.
2404         * mml.el (mml-compute-boundary-1): Don't uncompress files.
2406         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
2407         dependencies.
2408         (rfc2047-encode): Use it.
2410         * flow-fill.el: Typo.
2412         * mml.el (mml-generate-mime-1): Don't use format=flowed with
2413         inline PGP.
2415         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
2417         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
2418         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
2420         * mm-util.el (mm-image-load-path): Handle nil in load-path.
2421         From Christian Neukirchen <chneukirchen@yahoo.de>.
2423         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
2425         * nnheader.el (nnheader-max-head-length): Increase to 8192.
2427         * message.el (message-clone-locals): Clone sendmail and smtp
2428         variables.
2430 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
2432         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
2433         in `header' match.  Reported by Svend Tollak Munkejord.
2435 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2437         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
2439 2004-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
2441         * uudecode.el (uudecode-use-external): Add :version.
2443         * smime.el (smime-CA-file, smime-encrypt-cipher)
2444         (smime-dns-server): Add :version.
2446         * smiley.el (gnus-smiley-file-types): Add :version.
2448         * sha1.el (sha1-use-external): Add :version.
2450         * pgg-def.el (pgg-query-keyserver): Add :version.
2452         * nnmail.el (nnmail-fancy-expiry-targets)
2453         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
2455         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
2456         (nnimap-retrieve-groups-asynchronous): Add :version.
2457         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
2459         * mml.el (mml-content-disposition-parameters)
2460         (mml-insert-mime-headers-always): Add :version.
2462         * mm-util.el (mm-coding-system-priorities):
2464         * mm-decode.el (mm-inline-text-html-with-images)
2465         (mm-keep-viewer-alive-types, mm-external-terminal-program)
2466         (mm-verify-option): Add :version.
2467         (mm-text-html-renderer): Change :version.
2469         * message.el (message-fcc-externalize-attachments)
2470         (message-required-headers, message-draft-headers)
2471         (message-subject-trailing-was-query)
2472         (message-subject-trailing-was-ask-regexp)
2473         (message-subject-trailing-was-regexp, message-mark-insert-begin)
2474         (message-mark-insert-end, message-archive-header)
2475         (message-archive-note, message-cross-post-default)
2476         (message-cross-post-note, message-followup-to-note)
2477         (message-cross-post-note-function, message-use-mail-followup-to)
2478         (message-subscribed-address-functions)
2479         (message-subscribed-address-file, message-subscribed-addresses)
2480         (message-subscribed-regexps, message-allow-no-recipients)
2481         (message-yank-cited-prefix, message-signature-insert-empty-line)
2482         (message-hidden-headers, message-hierarchical-addresses)
2483         (message-mail-user-agent, message-use-idna)
2484         (message-valid-fqdn-regexp)
2485         (message-strip-special-text-properties, message-header-synonyms)
2486         (message-beginning-of-line, message-tab-body-function): Add :version.
2487         (message-insert-canlock, message-wide-reply-confirm-recipients):
2488         Change :version.
2490         * mail-source.el (mail-source-ignore-errors): Add :group, :type
2491         and :version.
2492         (mail-source-delete-old-incoming-confirm)
2493         (mail-source-movemail-program): Add :version.
2495         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
2496         (gnus-agent-cache, gnus-agent): Change :version.
2498         * gnus-util.el (gnus-use-byte-compile): Change :version.
2500         * gnus-sum.el (gnus-summary-make-false-root-always)
2501         (gnus-summary-default-high-score)
2502         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
2503         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
2504         (gnus-read-all-available-headers, gnus-article-emulate-mime)
2505         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
2506         (gnus-sum-thread-tree-single-indent)
2507         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
2508         (gnus-sum-thread-tree-leaf-with-other)
2509         (gnus-sum-thread-tree-single-leaf): Add :version.
2510         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
2511         (gnus-article-loose-mime): Change :version.
2513         * gnus-start.el (gnus-backup-startup-file)
2514         (gnus-save-startup-file-via-temp-buffer): Add :version.
2516         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
2517         (gnus-server-offline-face): Add :version.
2519         * gnus-score.el (gnus-adaptive-word-length-limit):
2521         * gnus-msg.el (gnus-gcc-externalize-attachments)
2522         (gnus-debug-files, gnus-debug-exclude-variables)
2523         (gnus-discouraged-post-methods): Change :version.
2524         (gnus-confirm-mail-reply-to-news)
2525         (gnus-confirm-treat-mail-like-news): Add :version.
2527         * gnus-int.el (gnus-server-unopen-status): Add :version.
2529         * gnus-group.el (gnus-group-jump-to-group-prompt)
2530         (gnus-large-ephemeral-newsgroup)
2531         (gnus-fetch-old-ephemeral-headers): Add :version.
2533         * gnus-fun.el (gnus-x-face-directory)
2534         (gnus-convert-pbm-to-x-face-command)
2535         (gnus-convert-image-to-x-face-command)
2536         (gnus-convert-image-to-face-command): Add :version.
2538         * gnus-delay.el (gnus-delay-default-hour): Add :version.
2540         * gnus-cite.el (gnus-cite-blank-line-after-header)
2541         (gnus-article-boring-faces):
2543         * gnus-art.el (gnus-buttonized-mime-types)
2544         (gnus-inhibit-mime-unbuttonizing)
2545         (gnus-treat-display-face)
2546         (gnus-treat-body-boundary): Change :version.
2547         (gnus-body-boundary-delimiter, gnus-picon-databases)
2548         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
2549         (gnus-treat-date-english, gnus-treat-fold-headers)
2550         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
2551         (gnus-treat-mail-picon, gnus-treat-wash-html)
2552         (gnus-article-encrypt-protocol)
2553         (gnus-use-idna, gnus-article-over-scroll)
2554         (gnus-mime-display-multipart-alternative-as-mixed)
2555         (gnus-mime-display-multipart-related-as-mixed)
2556         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
2557         (gnus-ctan-url, gnus-button-ctan-handler)
2558         (gnus-button-handle-ctan-bogus-regexp)
2559         (gnus-button-ctan-directory-regexp)
2560         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
2561         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
2562         (gnus-button-man-level, gnus-button-emacs-level)
2563         (gnus-button-message-level, gnus-button-browse-level): Add :version.
2565         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
2566         (gnus-agent-go-online): Change :version.
2567         (gnus-agent-expire-unagentized-dirs)
2568         (gnus-agent-auto-agentize-methods): Add :version.
2570         * flow-fill.el (fill-flowed-display-column)
2571         (fill-flowed-encode-column): Add :version.
2573         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
2574         (gnus-outlook-deuglify-unwrap-max)
2575         (gnus-outlook-deuglify-cite-marks)
2576         (gnus-outlook-deuglify-unwrap-stop-chars)
2577         (gnus-outlook-deuglify-no-wrap-chars)
2578         (gnus-outlook-deuglify-attrib-cut-regexp)
2579         (gnus-outlook-deuglify-attrib-verb-regexp)
2580         (gnus-outlook-deuglify-attrib-end-regexp)
2581         (gnus-outlook-display-hook): Add :version.
2583         * binhex.el (binhex-use-external): Add :version.
2585 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
2587         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
2588         and `invisible'.
2590 2004-09-13  Simon Josefsson  <jas@extundo.com>
2592         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
2594 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
2596         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
2598 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
2600         * nnimap.el (nnimap-open-connection): Remove extraneous end-paren.
2602 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2604         * nnimap.el (nnimap-open-connection): Allow 'imaps' as a synonym
2605         for the 'imap' port in netrc files
2607         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
2608         in gnus-registry-trim
2610 2004-09-10  Simon Josefsson  <jas@extundo.com>
2612         * nndb.el (require): Remove tcp and duplicate cl.
2614 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
2616         * nntp.el (nntp): New customization group.
2617         (nntp-authinfo-file): Add customization group.
2619         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
2621         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
2623         * gnus.el (to-address, to-list, subscribed)
2624         (large-newsgroup-initial): Ditto.
2626         * flow-fill.el (fill-flowed-display-column)
2627         (fill-flowed-encode-column): Ditto.
2629 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
2631         * message.el (message-tokenize-header, message-send-mail-with-qmail):
2632         Use point-min rather than 1.
2633         (message-send-mail): Use buffer-size rather than point-max.
2635         * gnus-sum.el (gnus-summary-search-article-forward):
2636         Signal a specific `search-failed' rather than a generic `error'.
2638         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
2639         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
2640         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
2642 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2644         * gnus-sum.el (gnus-summary-insert-subject): Remove list identifiers.
2646         From Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change).
2647         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
2648         (spam-stat-save): Accept prefix argument.
2650 2004-09-01  Simon Josefsson  <jas@extundo.com>
2652         * message.el (message-canlock-generate): Require sha1, not
2653         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
2654         to require within a function.  Sadly, if sha1.el isn't loaded, the
2655         let binding in m-c-g will hide the defcustom definition, which is
2656         bad.)
2658         * canlock.el: Require sha1, not sha1-el.
2660         * message.el: Don't autoload sha1 (there is a autoload cookie in
2661         sha1.el).
2663         * sha1-el.el: Renamed to sha1.el.
2665 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2667         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
2669 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>
2671         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
2672         isn't a string.
2674 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
2676         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
2678 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2680         * canlock.el: Don't autoload mail-fetch-field.
2682 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2684         * canlock.el (base64-encode-string): Don't autoload it.
2686 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2688         * canlock.el: Always require sha1-el.
2689         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
2691 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2693         * message.el (message-canlock-generate): Require sha1-el.
2695 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2697         * canlock.el (canlock-insert-header): Remove excessive grouping in
2698         regexp.
2700 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2702         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
2704 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2706         * canlock.el (canlock-sha1-function): Remove.
2707         (canlock-sha1-function-for-verify): Remove.
2708         (canlock-openssl-program): Remove.
2709         (canlock-openssl-args): Remove.
2710         (canlock-ignore-errors): Remove.
2711         (canlock-sha1-with-openssl): Remove.
2712         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
2713         (canlock-verify): Don't use canlock-ignore-errors.
2715         * sha1-el.el (sha1-string-external): Make it can return a string
2716         in binary form.
2717         (sha1-region-external): Ditto.
2718         (sha1-string-internal): Ditto.
2719         (sha1-region-internal): Ditto.
2720         (sha1-region): Ditto.
2721         (sha1-string): Ditto.
2722         (sha1): Ditto.
2724 2003-11-15  Simon Josefsson  <jas@extundo.com>
2726         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
2727         (pgg-gpg-lookup-key): Use regexp match instead of
2728         split-string (split-string is different between emacs 21.2 and
2729         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
2731 2004-07-28  Simon Josefsson  <jas@extundo.com>
2733         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
2734         parameter (but don't use it, for now).
2736 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
2738         * sieve.el (sieve-deactivate-all): Fix format string mismatch.
2740 2004-05-26  Simon Josefsson  <jas@extundo.com>
2742         * starttls.el: Merge with my GNUTLS based starttls.el.
2743         (starttls-gnutls-program, starttls-use-gnutls)
2744         (starttls-extra-arguments, starttls-process-connection-type)
2745         (starttls-connect, starttls-failure, starttls-success): New variables.
2746         (starttls-program, starttls-extra-args): Doc fix.
2747         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
2748         New functions.
2749         (starttls-negotiate, starttls-open-stream):
2750         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
2751         function if it is set.
2753 2004-08-31  Simon Josefsson  <jas@extundo.com>
2755         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
2756         ?* and ?\; (tiny patch).  From Andreas Schwab <schwab@suse.de>.
2758         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
2759         and ?\' to symbol instead of whitespace (tiny patch).
2760         From Andreas Schwab <schwab@suse.de>.
2762 2004-08-31  Jesper Harder  <harder@ifa.au.dk>
2764         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
2765         invalid addresses.
2767 2004-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
2769         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
2771 2004-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2773         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
2775 2004-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2777         * gnus-art.el (article-decode-idna-rhs): Don't use
2778         message-idna-inside-rhs-p.
2780 2004-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2782         * message.el (message-idna-inside-rhs-p): Remove.
2783         (message-idna-to-ascii-rhs-1): Use proper address parsing.
2785 2004-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2787         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
2789         * gnus-sum.el (gnus-newsgroup-variables): Doc fix (tiny change).
2790         From Helmut Waitzmann <Helmut.Waitzmann@web.de>.
2792         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
2793         when the group's active is not available.
2795         * gnus-art.el (article-hide-headers): Refer to the values for
2796         gnus-ignored-headers and gnus-visible-headers in the summary
2797         buffer since a user may have set them as group parameters.
2798         (gnus-article-next-page): Fix the way to find a real end-of-buffer
2799         (tiny change).  From YAGI Tatsuya <ynyaaa@ybb.ne.jp>.
2800         (gnus-article-read-summary-keys): Restore new window-start and
2801         hscroll to summary window.
2802         (gnus-prev-page-map): Remove duplicated one.
2804         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
2805         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
2806         Karl Chen <quarl@nospam.quarl.org> and Reiner Steib
2807         <Reiner.Steib@gmx.de>.
2809         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
2810         Replace pp-to-string with gnus-pp-to-string.
2812         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
2814         * gnus-group.el (gnus-group-make-kiboze-group): Replace pp with
2815         gnus-pp.
2817         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
2818         parsing gnus-posting-styles when the message is not for replying.
2819         (gnus-summary-resend-message-edit): Call mime-to-mml.
2820         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2821         (gnus-debug): Replace pp with gnus-pp.
2823         * gnus-score.el (gnus-score-save): Replace pp with gnus-pp.
2825         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
2826         gnus-pp-to-string.
2828         * gnus-sum.el (gnus-read-header): Don't remove a header for the
2829         parent article of a sparse article in the thread hashtb.
2830         From Stefan Wiens <s.wi@gmx.net>.
2832         * gnus-util.el (gnus-bind-print-variables): New macro.
2833         (gnus-prin1): Use it.
2834         (gnus-prin1-to-string): Use it.
2835         (gnus-pp): New function.
2836         (gnus-pp-to-string): New function.
2838         * gnus.el: Don't make unnecessary *Group* buffer when loading.
2840         * mail-source.el (mail-source-touch-pop): Doc fix.
2842         * message.el (message-mode): Don't modify paragraph-separate there.
2843         (message-setup-fill-variables): Add mml tags to paragraph-start
2844         and paragraph-separate.  Suggested by Andrew Korty <ajk@iu.edu>.
2845         (message-smtpmail-send-it): Doc fix.
2846         (message-exchange-point-and-mark): Don't activate region if it was
2847         inactive.  Suggested by Hiroshi Fujishima
2848         <pooh@nature.tsukuba.ac.jp> and Jesper Harder <harder@ifa.au.dk>.
2850         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
2851         t while entering a file name using the mm-with-multibyte macro.
2852         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2854         * mm-encode.el (mm-content-transfer-encoding-defaults):
2855         Use qp-or-base64 for the application/* types.
2856         (mm-safer-encoding): Consider 7bit is safe.
2858         * mm-util.el (mm-with-multibyte-buffer): New macro.
2859         (mm-with-multibyte): New macro.
2861         * mm-view.el (mm-inline-render-with-function): Use multibyte
2862         buffer; decode html source by charset.
2864         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
2865         add generate-head-function and generate-article-function to the
2866         rfc822-forward entry.
2867         (nndoc-forward-type-p): Recognize envelope From_.
2868         (nndoc-rfc822-forward-generate-article): New function.
2869         (nndoc-rfc822-forward-generate-head): New function.
2871         From David Hedbor <dhedbor@real.com>.
2872         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
2873         (nnmail-expand-newtext): Lowercase expanded entries if
2874         nnmail-split-lowercase-expanded is non-nil.
2876         * score-mode.el (gnus-score-pretty-print): Replace pp with gnus-pp.
2878         * webmail.el (webmail-debug): Replace pp with gnus-pp.
2880         * gnus-art.el (gnus-article-wash-html-with-w3m):
2881         Bind w3m-safe-url-regexp as the value for mm-w3m-safe-url-regexp;
2882         use w3m-minor-mode-map instead of mm-w3m-local-map-property.
2883         (gnus-mime-save-part-and-strip): Use mm-complicated-handles
2884         instead of mm-multiple-handles.
2885         (gnus-mime-delete-part): Ditto.
2887         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
2888         handle, as well as a list.
2889         (mm-complicated-handles): Former definition of mm-multiple-handles.
2891         * mm-view.el (mm-w3m-mode-map): Remove.
2892         (mm-w3m-local-map-property): Remove.
2893         (mm-w3m-cid-retrieve-1): Call itself recursively.  Suggested by
2894         ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
2895         (mm-w3m-cid-retrieve): Simplify.
2896         (mm-inline-text-html-render-with-w3m): Decode html source by
2897         charset; check META tags only when charsets are not specified in
2898         headers; specify charset to w3m-region; use w3m-minor-mode-map
2899         instead of mm-w3m-local-map-property.
2901 2004-08-30  Juanma Barranquero  <lektu@terra.es>
2903         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
2905 2004-08-30  Andreas Schwab  <schwab@suse.de>
2907         * nnlistserv.el (nnlistserv-kk-wash-article): Fix paren nesting.
2909         * gnus-score.el (gnus-summary-increase-score): Fix format string.
2911 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2913         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
2915 2004-08-30  Kim F. Storm  <storm@cua.dk>
2917         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
2919         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
2920         Add :group 'nnimap.
2922 2004-08-23  Reiner Steib  <Reiner.Steib@gmx.de>
2924         * mm-decode.el (mime-display, mime-security): Fix custom-manual
2925         entries.
2927         * gnus-art.el (gnus-article): Ditto.
2929 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2931         * gnus-art.el (article-hide-list-identifiers):
2932         Bind inhibit-read-only as t.
2934 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
2936         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
2938 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2940         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
2941         (gnus-narrow-to-page): Don't assume point-min == 1.
2942         (gnus-article-edit-mode): Derive from message-mode.
2944         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
2945         point-min == 1.
2947         * imap.el (imap-parse-address-list, imap-parse-body-ext):
2948         Disable incorrect use of `assert'.
2950         * message.el (message-mode): Set comment-start-skip.
2952 2004-08-22  Sam Steingold  <sds@gnu.org>
2954         * pop3.el (pop3-leave-mail-on-server): New user variable.
2955         (pop3-movemail): Delete mail only when it is nil.
2957 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
2959         * netrc.el, tls.el: Removed; use files from ../net instead.
2961 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
2963         * gnus-mule.el, smiley-ems.el: Removed obsolete files.
2965         * mailcap.el (mailcap-mime-data): Mark as risky.
2967         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
2968         Fix custom-manual entries.
2970         * time-date.el: Removed.  Merged into ../calendar/time-date.el.
2972 2004-08-02  Reiner Steib  <Reiner.Steib@gmx.de>
2974         * blink.pbm, blink.xpm, braindamaged.xpm, cry.xpm, dead.xpm,
2975         evil.xpm, forced.xpm, frown.xpm, grin.xpm, indifferent.xpm,
2976         reverse-smile.xpm, sad.pbm, sad.xpm, smile.xpm, time-date.el,
2977         wry.xpm: Added new files from the v5_10 branch of Gnus.
2979 2004-07-22  Andreas Schwab  <schwab@suse.de>
2981         Import Gnus 5.10 from the v5_10 branch of the Gnus repository.
2983 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2985         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
2986         addition to emacs-w3m.
2988 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
2990         * gnus-msg.el (gnus-summary-followup-with-original):
2991         Document yanking of region when active.
2993 2004-04-13 Kevin Greiner <kgreiner@xpediantsolutions.com>
2995         * gnus-agent.el: Merged 7.3 through 7.7 updates into branch.
2996         Revision 7.2 changes excluded to maintain compatibility with all
2997         targeted emacs versions.
2999         * gnus-cus.el: Merged revisions 7.2 through 7.5 into branch to support
3000         gnus-agent.el update and incorporate bug fixes.
3002 See ChangeLog.2 for earlier changes.
3004     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
3005   Copying and distribution of this file, with or without modification,
3006   are permitted provided the copyright notice and this notice are preserved.
3008 ;; Local Variables:
3009 ;; coding: iso-2022-7bit
3010 ;; End:
3012 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4