Merge from emacs-24; up to 2012-12-11T09:51:12Z!dmantipov@yandex.ru
[emacs.git] / lisp / gnus / ChangeLog
blob1f1b46c85329bd7b69198a88547461360195bfff
1 2013-01-16  Glenn Morris  <rgm@gnu.org>
3         * smiley.el (smiley-style): Make the file loadable in batch mode.
5 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
8         imap process running.
10 2013-01-14  Julien Danjou  <julien@danjou.info>
12         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13         Compare addresses against addresses, not against the full From field.
15 2013-01-13  Richard Stallman  <rms@gnu.org>
17         * message.el (message-forward-make-body-mime): New args BEG, END
18         specify what part of FORWARD-BUFFER to use.  Do the work directly
19         instead of calling `mml-insert-buffer'.
21 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
23         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
24         cross-reference(s).
26         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
27         cross-reference(s).
29 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
31         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
32         and point-max-marker.
33         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
35 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
37         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
38         to mml2015-encrypt-to-self.
39         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
41 2013-01-09  Daiki Ueno  <ueno@gnu.org>
43         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
44         mml-smime-epg-find-usable-secret-key.
46 2013-01-08  Glenn Morris  <rgm@gnu.org>
48         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
50 2013-01-07  Daiki Ueno  <ueno@gnu.org>
52         * mml-smime.el: Support signing by sender.
53         Requested by Uwe Brauer.
54         (mml-smime-sign-with-sender): New user option analogous
55         to mml2015-sign-with-sender.
56         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
57         (mml-smime-epg-find-usable-secret-key): New helper function copied from
58         mml2015.el.
60 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
62         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
63         isn't running, because Gnus will probably not know how to handle the
64         Gcc header (bug#11941).
66         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
67         articles.
69 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
71         * nnfolder.el (nnfolder-recursive-directory-files): New function.
72         (nnfolder-generate-active-file): Make this function work with recursive
73         folder names.
75 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
77         * nntp.el (nntp-open-connection): Use HELP as the capability command
78         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
79         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
81 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
83         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
84         place holder since this gives `Invalid face reference: nil' messages.
85         Use the `default' face instead.  It has the same effect here, even
86         though it is not no-op.
88         * gnus-util.el
89         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
91 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
93         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
94         non-string posting styles (bug#13285).
96 2012-12-27  Glenn Morris  <rgm@gnu.org>
98         * plstore.el (plstore-passphrase-callback-function):
99         Use plstore-get-file.
101 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
103         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
104         stderr.
106         * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
107         group is nil.
109         * shr.el (shr-tag-em): Render as italic, not bold.
111 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
113         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
115 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
117         * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
118         temporary file to get PGP key image. Pass no-show-photos when extracting
119         image to avoid having it pop up twice.
121 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
123         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
124         eligible for treatment.
126         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
127         lines.  This makes summary commands with hidden threads work more
128         reliably.
130         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
131         button to mark the hidden citations (bug#9395).
133 2012-12-26  Daiki Ueno  <ueno@gnu.org>
135         * mml2015.el (mml2015-epg-signature-to-string): New function.
136         (mml2015-epg-verify-result-to-string): New function.
137         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
138         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
139         instead of epg-verify-result-to-string.
140         (epg-signature-key-id, epg-signature-to-string): Autoload.
141         (epg-verify-result-to-string): Remove autoload.
143 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
145         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
146         ID image from GPG public key.
147         (mml2015-epg-key-image-to-string): New function.
149 2012-12-25  Leo Liu  <sdl.web@gmail.com>
151         * plstore.el (plstore-passphrase-callback-function): Fix error when
152         error when plstore-cache-passphrase-for-symmetric-encryption is set
153         (bug#13264).
155 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
157         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
158         buffer to the article buffer here, because that clobbers multiple
159         article buffers.
161         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
162         buffer always points to the right summary buffer.
164 2012-12-25  John Wiegley  <jwiegley@gmail.com>
166         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
167         the password (bug#12097).
169 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
171         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
172         (bug#13263).
174         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
175         buffer exists before using it (bug#12475).
177         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
178         offline groups (bug#11937).
180         * message.el (message-yank-original): When using customize to set the
181         value of `message-cite-style', the variable it set to a symbol that's
182         the name of the variable, which must then be dereferenced (bug#12616).
184 2012-12-25  Wolfgang Jenkner  <wjenkner@inode.at>
186         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
187         the `face' property with a list whose car is the face specified in the
188         format string and whose cdr is (nil).
189         * lisp/gnus-util.el
190         (gnus-put-text-property-excluding-characters-with-faces):
191         Change accordingly.
192         (gnus-get-text-property-excluding-characters-with-faces): New function.
193         * lisp/gnus-sum.el (gnus-summary-highlight-line):
194         * lisp/gnus-salt.el (gnus-tree-highlight-node):
195         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
197 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
199         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
200         login methods.
201         (nnimap-login): Respect the `nnimap-authenticator' variable.
203         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
204         mark state when moving articles.  Otherwise unticked articles will get
205         their ticks back after moving.
207 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
209         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
211         * message.el (message-ignored-news-headers): Always remove
212         X-Message-SMTP-Method to avoid information leakage if the user
213         mistakenly inserts the header into news messages.
215         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
217         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
218         right than four characters, this command would move point to
219         `point-max'.  Don't do that.
221         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
222         to nil to allow re-selecting groups that gain articles.
223         (gnus-bug-group-download-format-alist): Update the URL.
225 2012-12-23  Andreas Schwab  <schwab@suse.de>
227         * shr.el (shr-tag-em): Render em as italic, not bold.
229 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
231         * gnus-int.el (gnus-backend-trace): Factor out into its own function
232         for reuse.
233         (gnus-open-server): Use it to add more tracing.
234         (gnus-finish-retrieve-group-infos): Add backend tracing.
235         (gnus-backend-trace): Also note the elapsed seconds.
237 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
239         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
240         Set epa-file-encrypt-to from variable to avoid querying.
242 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
244         * sieve-mode.el (sieve-font-lock-keywords):
245         Keywords should be word delimited.  (Bug#13173)
247 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
249         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
250         instead of <pre> to align message header.
252 2012-12-12  Sam Steingold  <sds@gnu.org>
254         * gnus.el (gnus-other-frame-resume-function): Add user option.
255         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
257 2012-12-06  Sam Steingold  <sds@gnu.org>
259         * gnus-start.el (gnus-before-resume-hook): Add.
260         (gnus-1): Run it when Gnus is alive.
262 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
264         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
265         * gnus-art.el (article-unsplit-urls)
266         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
267         * gnus-registry.el (gnus-registry-get-article-marks)
268         * message.el (message-goto-body): Use it.
269         (message-called-interactively-p): Remove.
271         * spam-stat.el (spam-stat-called-interactively-p): New macro.
272         (spam-stat-score-buffer): Use it.
274         * spam.el: Silence the warnings against BBDB functions when compiling.
276         * gnus-score.el (gnus-score-decode-text-parts):
277         Use append+mapcar instead of the cl function mapcan.
279         * gmm-utils.el (gmm-flet): Remove.
281         * gnus-sync.el (gnus-sync-lesync-call):
282         Avoid overriding json-alist-p.
284         * message.el (message-read-from-minibuffer):
285         Avoid overriding mail-abbrev-in-expansion-header-p.
287 2012-12-05  Sam Steingold  <sds@gnu.org>
289         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
290         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
291         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
293 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
295         * gmm-utils.el (gmm-called-interactively-p): Revert.
296         This seems to cause Emacs to get stuck!
297         * gnus-art.el (article-unsplit-urls)
298         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
299         * gnus-registry.el (gnus-registry-get-article-marks)
300         * message.el (message-goto-body)
301         (message-called-interactively-p): Revert.
303         * gmm-utils.el (gmm-called-interactively-p): New function.
304         * gnus-art.el (article-unsplit-urls)
305         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
306         * gnus-registry.el (gnus-registry-get-article-marks)
307         * message.el (message-goto-body): Use it.
308         (message-called-interactively-p): Remove.
310         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
311         * gnus-sync.el (gnus-sync-lesync-call)
312         * message.el (message-read-from-minibuffer): Use it.
314 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
316         * gmm-utils.el (gmm-flet): Remove.
317         * gnus-sync.el (gnus-sync-lesync-call)
318         * message.el (message-read-from-minibuffer): Don't use it.
320 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
322         * gmm-utils.el (gmm-labels): Use cl-labels if available.
324 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
326         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
328         * gnus-sync.el (gnus-sync-lesync-call)
329         * message.el (message-read-from-minibuffer): Use gmm-flet.
331         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
333         * gnus-util.el (gnus-macroexpand-all): Remove.
335 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
337         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
338         to TAB, not [tab].
339         (gnus-summary-article-map): Likewise.
341         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
342         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
344 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
346         * message.el (message-get-reply-headers):
347         Make sure the reply goes to the author if it is a wide reply.
349 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
351         * gnus-score.el (gnus-score-body):
352         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
353         scoring by body.
355 2012-11-16  Glenn Morris  <rgm@gnu.org>
357         * gnus-diary.el (nndiary-request-create-group-functions)
358         (nndiary-request-update-info-functions)
359         (gnus-subscribe-newsgroup-functions)
360         (nndiary-request-accept-article-functions):
361         Use new names for hooks rather than obsolete aliases.
363 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
365         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
366         in meta tag with the one the part specifies in its header.
368 2012-11-02  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
370         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
371         by default.
373 2012-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
375         New UIDL implementation.
377         * mail-source.el (mail-sources, mail-source-keyword-map):
378         Add :leave as a pop3 keyword.
379         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
381         * pop3.el (pop3-leave-mail-on-server): Allow number.
382         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
383         (pop3-movemail): Add UIDL support.
384         (pop3-send-streaming-command): Take a list of mail numbers instead of
385         the number of mails.
386         (pop3-write-to-file): Add X-UIDL header.
387         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
388         (pop3-uidl-add-xheader): New functions.
390         * message.el (message-ignored-resent-headers):
391         Add X-Content-Length and X-UIDL headers.
393 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
395         * nndiary.el (nndiary-request-create-group-functions)
396         (nndiary-request-update-info-functions)
397         (nndiary-request-accept-article-functions):
398         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
399         "-hooks" suffix.
401 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
403         * starttls.el (starttls-extra-arguments): Doc fix.
405 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
407         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
408         it.
410 2012-10-06  Glenn Morris  <rgm@gnu.org>
412         * gnus-notifications.el (gnus-notifications):
413         Add missing group :version tag.
414         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
415         (gnus-gcc-post-body-encode-hook):
416         * gnus-sync.el (gnus-sync-lesync-name)
417         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
419 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
421         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
422         a user about whether to delete temp files if once a user answered as n.
424 2012-09-17  Richard Stallman  <rms@gnu.org>
426         * message.el (message-in-body-p): Don't set mark or modify buffer.
428         * mml.el (mml-attach-file): Doc fix.
429         (mml-attach-external, mml-attach-buffer, mml-attach-file):
430         Set mail-encode-mml when in Mail mode.
431         Simplify code to set HEAD and move back to HEAD.
432         (mml-insert-multipart, mml-insert-part):
433         Set mail-encode-mml when in Mail mode.
435 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
437         * gnus-util.el (gnus-timer--function): New function.
439         * gnus-art.el (gnus-article-stop-animations): Use it.
441 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
443         Fix glitches caused by addition of psec to timers.
444         * gnus-art.el (gnus-article-stop-animations): Use timer--function
445         rather than raw access to timer vector.
447 2012-09-11  Julien Danjou  <julien@danjou.info>
449         * gnus-notifications.el (gnus-notifications): Check for nil values in
450         ignored addresses check.
452 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
454         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
456 2012-09-07  Chong Yidong  <cyd@gnu.org>
458         * gnus-util.el
459         (gnus-put-text-property-excluding-characters-with-faces): Restore.
461         * gnus-salt.el (gnus-tree-highlight-node):
462         * gnus-sum.el (gnus-summary-highlight-line):
463         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
465 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
467         * gnus-util.el: Fix compilation error on XEmacs 21.4.
469 2012-09-06  Juri Linkov  <juri@jurta.org>
471         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
472         scheme for buffer names to be more consistent with other group and
473         article buffer names in Gnus.
475 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
477         * gnus-util.el
478         (gnus-put-text-property-excluding-characters-with-faces): Remove.
480         * gnus-compat.el: Define compat function `add-face' from Wolfgang
481         Jenkner.
483         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
485         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
487         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
489 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
491         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
492         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
494         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
495         string-prefix-p in Emacs >=23.2.
497         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
498         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
499         instead of string-match-p.
500         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
502 2012-09-06  Kenichi Handa  <handa@gnu.org>
504         * qp.el (quoted-printable-decode-region): Fix previous change; handle
505         lowercase a..f.
507 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
509         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
511 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
513         * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
514         TIME is set.
516 2012-09-05  Juri Linkov  <juri@jurta.org>
518         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
519         than one group at a time (bug#11961).
521 2012-09-05  Julien Danjou  <julien@danjou.info>
523         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
524         this hide the real reason with a message giving absolutely no hint.
526 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
528         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
529         to the backend (bug#11804).
531         * message.el (message-insert-newsgroups): Don't insert newsgroup
532         duplicates (bug#12275).
534 2012-09-05  John Wiegley  <johnw@newartisans.com>
536         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
537         sieve rules.
539 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
541         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
542         function.
544         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
546         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
548 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
550         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
551         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
552         This should make nnmaildir more usable with offlineimap.
554 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
556         * gnus-notifications.el (gnus-notifications-notify): Use it.
558         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
559         warnings on XEmacs.
561 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
563         Better seeds for (random).
564         * gnus-sync.el (gnus-sync-lesync-setup):
565         * message.el (message-canlock-generate, message-unique-id):
566         Change (random t) to (random), now that the latter is more random.
568 2012-08-31  Dave Abrahams  <dave@boostpro.com>
570         * auth-source.el (auth-sources): Fix macos keychain access.
572         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
573         allow the backend `request-head' function to determine the group
574         name on its own.
575         (gnus-request-expire-articles): Filter out negative article numbers
576         during expiry (Bug#11980).
578         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
579         O(N^2) to O(N).  This makes warping into huge groups tolerable.
581         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
582         you've found the article when you haven't.
584 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
586         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
588 2012-08-30  Julien Danjou  <julien@danjou.info>
590         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
591         `gnus-notifications-timeout'.
592         (gnus-notifications-timeout): Add.
593         (gnus-notifications-action): New function.
594         (gnus-notifications-notify): Add :action using
595         `gnus-notifications-action'.
596         (gnus-notifications-id-to-msg): New variable.
597         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
598         notifications id to messages.
600 2012-08-30  Kenichi Handa  <handa@gnu.org>
602         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
603         once.
605 2012-08-29  Julien Danjou  <julien@danjou.info>
607         * gnus-notifications.el: New file.
608         (gnus-notifications-notify): New function.
609         (gnus-notifications): Use `gnus-notifications-notify'.
611 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
613         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
614         transfer encoding first; bind gnus-newsgroup-charset to the charset
615         that the article specifies (Bug#12209).
617 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
619         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
620         (gnus-group-customize-done): Encode values posting-style holds.
622         * gnus-msg.el (gnus-summary-resend-message)
623         (gnus-configure-posting-styles): Decode values posting-style group
624         parameter holds.
626 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
628         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
629         `name' and `address' in Resent-From header.
631 2012-08-14  Chong Yidong  <cyd@gnu.org>
633         * gnus-art.el (article-display-face): Handle failure in
634         gnus-create-image (Bug#11802).
636 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
638         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
639         Use defsetf.
641 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
643         * auth-source.el: (auth-source-plstore-search)
644         (auth-source-secrets-search): Ignore :require and :type in search spec.
646 2012-08-06  Julien Danjou  <julien@danjou.info>
648         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
649         Remove autoload, already handled by gnus.el.
651 2012-08-05  Julien Danjou  <julien@danjou.info>
653         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
654         Add autoload.
656 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
658         * gnus.el (gnus-valid-select-methods): Fix custom type.
660 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
662         * auth-source.el (auth-sources, auth-source-backend-parse)
663         (auth-source-macos-keychain-search)
664         (auth-source-macos-keychain-search-items)
665         (auth-source-macos-keychain-result-append)
666         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
667         auth-source.el through the /usr/bin/security utility.
668         (auth-sources): Fix syntax error.
669         (auth-source-macos-keychain-result-append): Fix variable name.
670         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
672 2012-07-27  Julien Danjou  <julien@danjou.info>
674         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
675         Emacs < 24.1
677 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
679         * message.el (message-kill-address): Don't kill last newline.
680         (message-skip-to-next-address): Don't move to the next header.
681         (message-fill-field-address): Work properly.
683 2012-07-25  Julien Danjou  <julien@danjou.info>
685         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
687 2012-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
689         * nnimap.el (nnimap-get-responses): Don't remove, still used.
691 2012-07-24  Julien Danjou  <julien@danjou.info>
693         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
695         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
696         (nntp-async-timer-handler): Remove, unused.
698         * nnimap.el (nnimap-get-responses): Remove, unused.
700         * nnheader.el (mail-header-set-extra): Remove, unused.
702         * mm-view.el (mm-view-sound-file): Remove, unused.
704         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
705         (mm-url-encode-multipart-form-data): Remove, unused.
707         * message.el (message-remove-signature, message-make-host-name)
708         (message-fill-address): Remove, unused.
710         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
711         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
712         unused.
714         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
716         * gnus-util.el (gnus-extract-address-component-name)
717         (gnus-extract-address-component-email, gnus-sortable-date)
718         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
719         (gnus-process-live-p): Remove, unused.
721         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
723         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
724         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
725         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
726         function.
728         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
730         * gnus-score.el (gnus-summary-score-crossposting)
731         (gnus-score-regexp-bad-p): Remove, unused.
733         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
735         * gnus-range.el (gnus-sublist-p): Remove, unused.
737         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
738         unused.
740         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
742         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
743         (gnus-request-associate-buffer): Remove, unused.
745         * gnus-group.el (gnus-group-set-method-info)
746         (gnus-group-set-params-info): Remove, unused.
748         * gnus-fun.el (gnus-shell-command-to-string)
749         (gnus-shell-command-on-region): Remove, unused.
751         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
753         * gnus-art.el (gnus-article-text-type-exists-p)
754         (article-translate-characters, gnus-article-hide-text-of-type)
755         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
756         Remove, unused.
758 2012-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
760         * nnir.el ("nnir"): Revert last change, that's premature to merge from
761         Gnus master.
763 2012-07-22  Andrew Cohen  <cohen@bu.edu>
765         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
767 2012-07-21  Julien Danjou  <julien@danjou.info>
769         * message.el (message-dont-reply-to-names): Replace deprecated
770         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
771         (message-get-reply-headers): Ditto.
773 2012-07-18  Julien Danjou  <julien@danjou.info>
775         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
776         `sieve-upload-and-kill'.
778         * sieve.el (sieve-bury-buffer): Remove function.
779         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
780         (sieve-upload-and-kill): New function, mapped to C-c C-c.
782 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
784         * shr.el (shr-expand-url): Handle URL starting with `//'.
786 2012-07-17  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
787 2012-07-13  Chong Yidong  <cyd@gnu.org>
789         * smime.el (smime-certificate-info): Set buffer-read-only directly,
790         instead of calling toggle-read-only with a (bogus) argument.
792 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
794         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
795         of initial input when reading the author to restrict the summary to.
797 2012-07-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
799         * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
800         buffer exists, which it doesn't if we haven't started Gnus.
802 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
804         * mm-decode.el (mm-shr):
805         Allow overriding charset by mm-charset-override-alist.
807 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
809         * gnus-art.el (gnus-article-view-part):
810         Toggle subparts of multipart/alternative part.
812 2012-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
814         * gnus-sync.el: Simply require json.
816         * registry.el: Simply require eieio and eieio-base.
818 2012-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
820         * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
822 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
824         * shr.el (shr-render-buffer): New command.
825         (shr-visit-file): Use it.
827 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
829         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
830         Set no-byte-compile and no-update-autoloads.
832 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
834         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
836 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
838         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
839         being bound to a lambda form.
841 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
843         * gnus-picon.el (gnus-picon-properties): New defcustom.
844         (gnus-picon-create-glyph): Use it.
846 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
848         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
849         locales.
851         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
852         on a handle.
854         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
855         address as the default.
857         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
858         It makes no sense to query the user about internal files.
860         * gnus-spec.el: Remove all the byte-compilation stuff, since
861         benchmarking shows that it doesn't help when entering large summary
862         buffers.
864         * gnus-util.el (gnus-byte-code): Remove.
866         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
867         grouplens stuff.
869 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
871         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
872         (bug#11514).
874 2012-06-26  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
876         * message.el (message-buffers): Return all buffers derived from Message
877         to make `gnus-dired-attach' work with mu4e.
879 2012-06-26  Daiki Ueno  <ueno@unixuser.org>
881         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
882         (mm-dissect-singlepart): Don't guess the MIME type of
883         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
884         set.
885         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
886         toplevel MIME type is multipart/encrypted.
888 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
890         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
891         In particular, add an optional argument and a docstring.
893         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
895         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
896         current before calling `gnus-groups-to-gnus-format'.
897         Note that this was already the case for `gnus-active-to-gnus-format'.
899 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
901         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
903 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
905         * mm-decode.el (mm-dissect-buffer): Doc fix.
907         * gnus-sum.el (gnus-handle-ephemeral-exit):
908         Avoid creating the group buffer if it doesn't exist.
910         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
911         is given, mark the group as ephemeral with the current window conf.
913         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
914         buffer exists, which it doesn't if we haven't started Gnus.
915         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
917 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
919         * mml.el (mml-generate-mime):
920         Allow specifying what the top-level part type is.
922         * gnus-sum.el (gnus-auto-center-summary):
923         `scroll-margin' isn't defined on XEmacs.
925 2012-06-26  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
927         * gnus-sum.el (gnus-auto-center-summary):
928         Set default to respect `scroll-margin'.
930 2012-06-26  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
932         * gnus-cite.el (gnus-dissect-cited-text): A single line without
933         citation prefix within a block of cited text should be considered
934         part of that block *only* if it is a blank line.
936 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
938         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
939         before kinsoku-bol characters nor within kinsoku-eol characters.
941 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
943         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
944         (gnus-topic-create-topic, gnus-topic-enter-dribble):
945         Silence compiler.
946         (gnus-sync-read): Use mapc instead of mapcar.
948         * mm-archive.el: Require mm-decode for some macros.
949         (gnus-recursive-directory-files, mailcap-extension-to-mime):
950         Silence the byte compiler.
951         (mm-archive-decoders): New function that returns the value of
952         the mm-archive-decoders variable.
954         * mm-decode.el:
955         Don't require mm-archive; autoload mm-archive functions instead.
956         (mm-dissect-singlepart): Use the function mm-archive-decoders.
958         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
960 2012-06-26  Peter Munster  <pmrb@free.fr>
962         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
963         (gnus-demon-cancel): Ditto.
964         (gnus-demon-run-callback): When function cannot be called due to low
965         idleness, call it when idleness reaches the expected value, instead
966         of waiting another timer period.
967         (gnus-demon-init): Add `time' to arguments of call-back.
969 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
971         * gnus.el: Register gnus-registry functions.
973         * gnus-registry.el (gnus-try-warping-via-registry):
974         Move here and indent.
976         * gnus-int.el (gnus-warp-to-article):
977         Check whether the registry is enabled before warping.
979 2012-06-26  Dave Abrahams  <dave@boostpro.com>
981         * gnus-sum.el (gnus-summary-insert-subject): Record information
982         in the registry about each article retrieved.
984         * gnus-int.el (gnus-select-group-with-message-id): New function.
985         (gnus-try-warping-via-registry): Ditto.
986         (gnus-warp-to-article): Fall back on the registry.
988 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
990         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
992 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
994         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
995         gnus-gcc-self-resent-messages may be a group parameter.
996         (gnus-summary-resend-message):
997         Don't encode encoded words in header when Gcc'ing resent message.
999 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1001         * shr.el (shr-insert): Treat non-breaking space just like normal
1002         space.  This seems to produce more pleasing results.
1003         (shr-insert):
1004         Only insert a blank line if we're starting from an image.
1005         (shr-tag-br):
1006         Allow <br> to end lines or to make a single blank line.
1007         (shr-ensure-paragraph): Consider lines with white space to be blank.
1009 2012-06-26  Christopher Schmidt  <christopher@ch.ristopher.com>
1011         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1012         and gnus-gcc-post-body-encode-hook.
1014 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1016         * mm-decode.el (mm-dissect-singlepart):
1017         Guess what the type of application/octet-stream parts really is.
1019         * gnus-sum.el (gnus-propagate-marks): Remove.
1021 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1023         * nntp.el (nntp-coding-system-for-read): Remove.
1024         (nntp-coding-system-for-write): Ditto.
1025         (nntp-open-connection): Just use `binary' directly.
1027 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1029         * registry.el (registry-usage-test, registry-persistence-test):
1030         Move to tests/gnustest-registry.el.
1031         (registry-make-testable-db, registry-match-test)
1032         (registry-instantiation-test): Move to tests/gnustest-registry.el.
1034         * gnus-registry.el (gnus-registry-misc-test)
1035         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
1037         * tests/gnustest-registry.el:
1038         New file with the registry and gnus-registry ERT tests.
1040 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1042         * gnus-msg.el (gnus-summary-resend-message):
1043         Make gnus-summary-resend-message-insert-gcc be last item in
1044         message-header-setup-hook.
1046 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1048         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
1049         (nnfolder-marks, nnfolder-marks-file-suffix)
1050         (nnfolder-marks-modtime): Remove.
1051         (nnfolder-open-server): Don't use marks.
1052         (nnfolder-request-delete-group): Ditto.
1053         (nnfolder-request-rename-group): Ditto.
1054         (nnfolder-request-set-mark, nnfolder-request-marks)
1055         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
1056         (nnfolder-save-marks, nnfolder-open-marks): Remove.
1058         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
1059         (nnml-marks-modtime): Remove.
1060         (nnml-request-delete-group): Don't use marks.
1061         (nnml-request-rename-group): Ditto.
1062         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
1063         (nnml-save-marks, nnml-open-marks): Remove.
1065         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
1066         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
1067         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
1068         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
1069         (nntp-server-to-method-cache): Remove.
1071         * shr.el (shr-rescale-image): Fix wrong merge.
1073 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1075         * shr.el (shr-remove-trailing-whitespace):
1076         Really delete the padding on too-wide lines.
1078 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1080         * mm-archive.el (mm-archive-dissect-and-inline): New function.
1081         (mm-archive-dissect-and-inline): Fix up the undisplayer.
1083         * mm-decode.el (mm-display-external): Output the text from
1084         the command in the buffer after the command finished.
1085         This makes text-based commands behave better.
1087 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1089         * message.el (smtpmail-smtp-user): Silence compiler warning.
1091 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1093         * message.el (message-multi-smtp-send-mail): Also allow specifying
1094         the SMTP user name.
1096 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1098         * gnus-sum.el (gnus-summary-article-map): Fix typo.
1100 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1102         * message.el (message-multi-smtp-send-mail): New function.
1103         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
1104         header to implement multi-SMTP functionality.
1106         * gnus-agent.el (gnus-agent-send-mail-function): Remove.
1107         (gnus-agentize): Don't set it.
1108         (gnus-agent-send-mail): Don't use it.
1110         * gnus-sum.el (gnus-summary-widget-backward):
1111         New function and keystroke.
1113         * shr.el (shr-put-image): Remove underlines from sliced images.
1114         (shr-zoom-image): Compute the region to be replaced more correctly.
1116 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1118         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
1119         (gnus-summary-resend-message-insert-gcc): New function.
1120         (gnus-summary-resend-message): Modify message-header-setup-hook and
1121         message-sent-hook to make it work for Gcc.
1122         (gnus-inews-do-gcc): Update the number of unread articles of groups
1123         that messages are Gcc'd to.
1125         * message.el (message-resend): Run message-sent-hook to do Gcc.
1127 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1129         * gnus-registry.el (gnus-registry-fixup-registry):
1130         Move the message to a higher level to silence compilation.
1132         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
1133         parameter to allow controlling the scaling.
1135         * shr.el (shr-zoom-image): New command and keystroke.
1136         (shr-put-image): Take a `size' flag to say how to scale the image.
1138         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
1139         Use recursive deletion.
1140         (mm-dissect-archive): Add support for zip files.
1142         * gnus-util.el (gnus-recursive-directory-files): New function.
1144         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
1145         (mm-archive-decoders): Add tgz support.
1147         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
1148         Otherwise inserting text into the Gnus buffer can look odd.
1150         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
1152         * mm-archive.el (mm-archive-decoders): Add support for tar.
1154         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
1156         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
1158 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1160         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
1162         * mm-archive.el: New file.
1164         * mm-decode.el (mm-dissect-singlepart):
1165         Use it to decode ms-tnef files.
1167         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
1169         * message.el (message-goto-*): Make all the `message-goto-*' commands
1170         push the mark before moving point.  This makes it easier to go back
1171         to where you came from after editing whatever you jumped to.
1173 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1175         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
1176         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
1177         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
1179 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1181         * spam.el: Move BBDB autoloads.
1182         (spam-exists-in-BBDB-p):
1183         New function to do the BBDB search directly in BBDB 2 and 3.
1184         (spam-check-BBDB): Use it.
1185         (spam-enter-ham-BBDB): Use it.
1187 2012-06-26  Peter Munster  <pmrb@free.fr>  (tiny change)
1189         * gnus-group.el (gnus-group-get-new-news):
1190         New parameter `one-level' for scanning exactly one level.
1192         * gnus-start.el (gnus-get-unread-articles): Ditto.
1194 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1196         * gnus-sync.el: More commentary about setup.
1198 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1200         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1202 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1204         * gnus-sync.el: Improve docs about CouchDB admins.
1206 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1208         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1209         not needed.  Provide xmlplistread list function to produce XML plist
1210         output for non-Gnus LeSync clients.
1212 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1214         * gnus-sync.el: Add LeSync synchronization backend and logic to read
1215         and save against it.  Group subscriptions, read marks, other marks,
1216         subscription levels, topic names, and topic offsets (the group's
1217         position within the topic) are saved.  This is an experimental
1218         backend and may change significantly.  Load json.el from
1219         the gnus-fallback-lib if it's not available otherwise.
1220         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1222 2012-06-26  David Engster  <dengste@eml.cc>
1224         * tests/gnustest-nntp.el: New file for simple NNTP testing.
1226 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1228         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1230 2012-06-17  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1232         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1233         is an integer to avoid later problems.
1235 2012-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1237         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1238         locales.
1240 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1242         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1243         articles when fetch-old is non-nil (bug#11370).
1245 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1247         * gnus-group.el (gnus-group-get-new-news):
1248         Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
1250 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1252         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1253         groups (bug#11641).
1255 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1257         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1258         (bug#11514).
1260 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1262         * nntp.el: Stop the `letf' madness.
1263         (nntp--report-1): New var.
1264         (nntp-report): Merge nntp-report-1 into it.
1265         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1266         the nntp-report function.
1268         * auth-source.el: Fix comment-style to follow the convention.
1270 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1272         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1273         a string so that Gcc works (bug#11514).
1275 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1277         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1278         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1280 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1282         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1283         jumping to *Server* from a dedicated *Group* window.
1284         (gnus-configure-frame): CSE.
1286         * gnus-registry.el: Minor style cleanup.
1287         (gnus-registry--set/remove-mark): New function, extracted from
1288         gnus-registry-install-shortcuts.
1289         (gnus-registry-install-shortcuts): Use it.
1291 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1293         * nnspool.el (news-path): Use eval-and-compile.
1295 2012-05-24  Glenn Morris  <rgm@gnu.org>
1297         * nnspool.el (news-directory, news-path, news-inews-program):
1298         Move here from paths.el.  Don't see a need for these to be autoloaded.
1300         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1301         Merge in doc from paths.el version.  Don't see any need for this to be
1302         autoloaded, or for the warning about users not setting it.
1304 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1306         Fix minor Y10k bug.
1307         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1309 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1311         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1312         message once it's actually open.
1314 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1316         * auth-source.el (auth-source--aput-1, auth-source--aput)
1317         (auth-source--aget): New functions and macros.
1318         Use them instead of aput/aget.
1320 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1322         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1324 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1326         * plstore.el (plstore-called-interactively-p): New compat macro copied
1327         from message.el.
1328         (plstore-mode): Use it.
1330 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1332         * plstore.el: Revive the editing feature.
1333         (plstore-mode): New mode to edit plstore file.
1334         (plstore-mode-toggle-display, plstore-mode-original)
1335         (plstore-mode-decoded): New command.
1336         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1337         (plstore--insert-buffer, plstore--make): New function.
1338         (plstore-open, plstore-save): Simplify by using them.
1340 2012-04-16  Glenn Morris  <rgm@gnu.org>
1342         * nndraft.el (nndraft-request-list): Fix declaration.
1344 2012-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1346         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1347         don't have a current group.
1349         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1350         have a group name.
1352         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1353         a multibyte buffer (bug#7410).
1354         (article-wash-html): Parse the original article buffer to get the
1355         unencoded data (bug#7410).
1357         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1358         .newsrc.el files.
1360 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1362         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1363         would have gotten if we posted to the group, and use that to compare
1364         against the message we want to cancel (bug#10808).
1366 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1368         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1369         "#" to avoid having them interpreted as comments.
1371 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1373         * shr.el (shr-insert): Update the text state properly to avoid
1374         inserting spurious paragraph starts.
1376 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1378         * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
1379         requested (bug#10961).
1381         * shr.el (shr-table-widths): Divide the extra width more fairly over
1382         the TDs (bug#10973).
1383         (shr-render-td): Don't delete too much padding.
1384         (shr-natural-width): Compute the natural width more correctly.
1385         (shr-insert): Allow the natural width to be computed for tables again.
1386         (shr-tag-table-1): Rework how the natural widths are computed by
1387         rendering the table a third time.
1388         (shr-natural-width): Remove.
1389         (shr-buffer-width): New function.
1390         (shr-expand-newlines): Use it.
1392         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
1393         using a `gnus-use-full-window' setup (bug#11013).
1395 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1397         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1398         24.1 release.
1400 2012-03-10  David Edmondson  <dme@dme.org>
1402         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1403         'Forwarded Message' header and the start of the message.
1405 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1407         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1408         isn't running (bug#10897).
1410 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1412         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1414 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1416         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1418 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1420         * mm-decode.el (mm-shr): Remove "soft hyphens".
1422         * nnimap.el (nnimap-request-list): Return the group names encoded as
1423         utf8.  Otherwise non-European group names don't work.
1424         (nnimap-request-newgroups): Ditto.
1426         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1427         the default in `read-string' (bug#10757).
1429         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1430         topics (bug#10843).
1432         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1433         buffer.  Suggested by Herbert Valerio Riedel.
1434         (nnimap-request-move-article): Delete the message from the correct IMAP
1435         server.
1437 2012-02-19  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
1439         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1440         Reported by Peter Münster.
1442 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1444         * shr.el (shr-image-fetched): Make sure we really kill the right
1445         buffer.
1447 2012-02-16  Leo Liu  <sdl.web@gmail.com>
1449         * gnus-start.el (gnus-1): Avoid duplicate entries.
1451 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1453         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
1454         too-wide lines.
1456 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1458         * shr.el (shr-rescale-image): Undo previous change; see
1459         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
1461 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1463         * nnimap.el (nnimap-record-commands): New variable.
1464         (nnimap-log-command): Use it.
1465         (nnimap-make-process-buffer): Add a space to the process buffer.
1466         (nnimap-transform-headers): Don't bug out on header lines containing
1467         stuff that look like IMAP length encodings.
1469         * shr.el (shr-rescale-image): Allow viewing large images.
1471 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1473         * nnml.el (nnml-request-compact-group): Delete the marks file after
1474         compaction (bug#10800).
1476         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
1477         group exit.
1479         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
1480         QRESYNC/FETCH output.
1482 2012-02-11  Glenn Morris  <rgm@gnu.org>
1484         * sieve-manage.el (sieve-manage-default-stream):
1485         * shr.el (shr):
1486         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
1487         (nnir-retrieve-headers-override-function)
1488         (nnir-imap-default-search-key, nnir-notmuch-program)
1489         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
1490         (nnir-method-default-engines):
1491         * message.el (message-cite-reply-position):
1492         * gssapi.el (gssapi-program):
1493         * gravatar.el (gravatar):
1494         * gnus-sum.el (gnus-refer-thread-use-nnir):
1495         * gnus-registry.el (gnus-registry-unfollowed-addresses)
1496         (gnus-registry-max-pruned-entries):
1497         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
1498         * gnus-int.el (gnus-after-set-mark-hook)
1499         (gnus-before-update-mark-hook):
1500         * gnus-async.el (gnus-async-post-fetch-function):
1501         * auth-source.el (auth-source-cache-expiry):
1502         Add missing :version tags to new defcustoms and defgroups.
1504 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
1506         * message.el (message-default-send-mail-function): Made into own
1507         function for reuse by emacsbug.el.
1509 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
1511         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
1512         `gnus-sloppily-equal-method-parameters' to avoid a warning.
1514 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1516         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
1517         running.
1519         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
1521         * gnus.el (gnus-server-extend-method): Don't add an -address component
1522         if the method already has one (bug#9676).
1524 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1526         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
1527         of an initial-input for consistency (bug#10757).
1529         * shr.el: Inhibit getting and sending cookies when fetching pictures.
1531         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
1533 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1535         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
1536         lines that are narrower than the window width.  Otherwise background
1537         "blocks" will look less readable.
1539 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1541         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
1543 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1545         * nnimap.el (nnimap-transform-headers): Remove unused variable.
1546         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
1547         have newlines within the strings, and where the UID comes after the
1548         BODYSTRUCTURE element (bug#10537).
1550         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
1551         (bug#10732).
1553         * shr.el (shr-insert-document): Add doc string.
1554         (shr-visit-file): Ditto.
1555         (shr-remove-trailing-whitespace): New function.
1556         (shr-insert-document): Use it to clean up trailing whitespace as the
1557         final step (bug#10714).
1559 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1561         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
1562         buffer if `gnus-kill-summary-on-exit' is nil.
1564 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1566         * gnus-sum.el (gnus-summary-show-thread):
1567         next-single-char-property-change may return nil in XEmacs.
1569 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1571         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
1572         when just reading a single group from "without" Gnus.
1574 2012-02-06  Chong Yidong  <cyd@gnu.org>
1576         * gnus-sum.el (gnus-summary-show-thread):
1577         next-single-char-property-change never returns nil (Bug#8657).
1579 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1581         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
1582         without reconnecting.
1583         (nnimap-possibly-change-group): Ditto.
1584         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
1585         connection has died before being called.
1587 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1589         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
1590         an initial sync unless we're really doing one.
1592         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
1593         address parameter if one already exists (bug#9676).
1595         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
1596         not the prefix, as documented (bug#10689).
1598 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1600         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
1601         the "server".
1603         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
1604         the real error message with the useless "previously known to be down".
1605         Which isn't even correct.
1607         * nntp.el (nntp-open-connection): Report the error message if the nntp
1608         server can't be reached.
1610         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
1611         groups we do a total scan for.
1612         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
1613         doing that.
1615 2012-01-31  Jim Meyering  <jim@meyering.net>
1617         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1618         Correct a comment (insert "not") and hide nominally-doubled "to".
1620 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1622         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
1623         section in the manual.
1625 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1627         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
1628         words.
1629         (rfc2047-encode-string): Ditto.
1630         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
1631         understand folded filename="..." parameters, for instance.
1633         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
1634         the message for greater debuggability.
1636 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1638         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
1639         instead of setting it locally, since the latter doesn't seem to have
1640         any effect (most of the time).
1642 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
1644         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
1645         function call.
1647 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
1649         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
1650         seconds, and make the repeat clause with HH:MM specs work as
1651         documented.
1653 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1655         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
1656         so that previous errors don't prohibit getting new news.
1658         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
1660         * nntp.el (nntp-retrieve-group-data-early): Ditto.
1662 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1664         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
1665         bound globally in old Emacsen and XEmacsen.
1667 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
1669         * gnus.el (gnus-group-find-parameter): Check for liveness of the
1670         buffer, not of the string which is its name.
1672 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1674         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
1675         non-server-marks groups.
1676         (gnus-group-make-articles-read): Ditto.
1678         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
1679         methods (bug#9676).
1681         * gnus.el (gnus-method-ephemeral-p): New function.
1683 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1685         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
1686         left-to-right.
1688 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1690         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
1691         warning.
1693 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1695         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
1696         macroexpand the nnir things, since they haven't been defined yet, and
1697         nnir requires gnus-sum.
1699 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1701         * mm-decode.el (mm-interactively-view-part): Fix prompt.
1703 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1705         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
1706         logical server name in addition to the actual machine address.
1708         * auth-source.el (auth-source-user-and-password): Add convenience
1709         wrapper to search by just host and optionally user.
1711 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1713         * shr.el (shr-visit-file): Move point to the beginning of the buffer
1714         after rendering.
1716 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1718         * gnus-sum.el (gnus-summary-read-group): Document more parameters
1719         (bug#9693).
1720         (gnus-summary-setup-buffer): Document return value (bug#9697).
1722         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
1723         since ido doesn't work on symbols (bug#9632).
1725         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
1726         when getting a single value as when getting all the values.  This means
1727         that atoms like `gcc-self' work cumulatively, like variable settings,
1728         instead of getting the value from the last matching clause.
1729         (gnus-group-find-parameter): Protect against the group buffer not
1730         existing (bug#9585).
1732 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1734         * gnus-start.el (gnus-activate-group): Document more parameters
1735         (bug#9694).
1737         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
1738         (bug#9692).
1740         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
1741         article was fetched, so that it can be expired later (bug#9958).
1742         (gnus-agent-summary-fetch-series): Add doc string.
1743         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
1744         (bug#9517).
1746         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
1747         retrieval is happening.
1749         * gnus.el (gnus-parameters): Doc fix.
1751 2012-01-06  Dave Abrahams  <dave@boostpro.com>
1753         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
1754         show the thread after expansion.
1756 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1758         * gnus-art.el (article-narrow-to-head): If the head is completely
1759         empty, narrow to the empty region (bug#9764).
1761         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
1762         read, and then mark them as unread only when the unread mark is used.
1763         This makes `C-- T k' actually work, even though it's confusing.
1765         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
1766         alive before we try to find its window.
1768 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
1770         * mm-decode.el (mm-display-external): Use a longer timeout for the
1771         deletion to allow slow programs to display the file.
1773 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1775         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
1776         prompt to be less confusing.
1778         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
1779         argument to `message-reply'.  This broke `special-display-*' frame
1780         pop-uping (bug#10238).
1782 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1784         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
1785         systems, since these allegedly don't work there.
1787 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
1789         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
1790         live buffer.
1792 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1794         * nnir.el (nnir-retrieve-headers): Protect against the article not
1795         existing on the server (bug#10335).
1797 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1799         * gnus-agent.el (gnus-agent-load-local):
1800         Recompute gnus-agent-article-local on changing method.
1802 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1804         * gnus.el (gnus-parameters): Note precedence.
1806 2012-01-04  Leo Liu  <sdl.web@gmail.com>
1808         * nndraft.el (nndraft-update-unread-articles): Don't move point around
1809         in the group buffer.
1811 2012-01-04  Julien Danjou  <julien@danjou.info>
1813         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
1814         change.
1816 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1818         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
1819         too.
1821         * nntp.el (nntp-retrieve-group-data-early): Use it.
1823 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1825         * nntp.el (nntp-retrieval-in-progress): New variable.
1826         (nntp-make-process-buffer): Make it buffer-local.
1828         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
1829         2010.
1830         (gnus-demon-init): Use it to compute the time if time is on the form
1831         "04:23".
1833         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
1835         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
1836         status in the correct buffer.
1838 2012-01-03  Leo Liu  <sdl.web@gmail.com>
1840         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
1841         when opening topics (bug#10407).
1843 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1845         * mm-view.el (mm-display-inline-fontify): Add comment.
1847 2011-12-15  Juri Linkov  <juri@jurta.org>
1849         * mm-decode.el (mm-inline-media-tests): Add missing
1850         `mm-handle-media-subtype'.
1852 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
1854         * message.el (message-valid-fqdn-regexp): Update with newly approved
1855         top-level domain names ".tel" and ".asia".
1857 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1859         * gnus-sum.el (gnus-summary-show-article): Don't load shr
1860         unconditionally.
1862 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1864         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
1865         pop-to-buffer-same-window for old Emacsen.
1867 2011-12-04  Chong Yidong  <cyd@gnu.org>
1869         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
1870         change (Bug#10200).
1872 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1874         * compface.el (uncompface):
1875         * gnus-art.el (gnus-article-x-face-command): Update the header format
1876         of icon data for the most recent icontopbm program.
1878 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1880         * gnus-msg.el (gnus-inews-do-gcc):
1881         * message.el (message-send-mail):
1882         * mml.el (mml-generate-mime): Share the value of the buffer-local
1883         `message-options' variable between a draft buffer and temprary working
1884         buffers.
1886 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1888         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
1890 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1892         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
1893         for Cygwin.
1895 2011-11-24  Glenn Morris  <rgm@gnu.org>
1897         * starttls.el: Fix case of "GnuTLS".
1899 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1901         * gnus-group.el (gnus-group-highlight): Fix typo.
1903 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
1905         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
1906         value of `delete-file', that returns nil for a local file but returns t
1907         for a remote file using ssh.
1909 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1911         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
1912         avoid later breakage.
1914 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1916         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1917         article buffers' name.
1919 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1921         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1922         by Paul Eggert's spellfixes two days ago.
1924 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1926         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1927         buffer-local instead of binding them to avoid warnings.  Also demote
1928         errors (bug#10063).
1929         (font-lock-mode-hook): Shut up byte compiler.
1931 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1933         * mm-util.el (mm-charset-after): Fix typo.
1935 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1937         * gnus-sum.el (gnus-summary-make-menu-bar):
1938         * gnus-uu.el (gnus-uu-decode-postscript)
1939         (gnus-uu-decode-postscript-and-save):
1940         * mailcap.el (mailcap-print-command):
1941         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
1942         Fix typos.
1944 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1946         * gnus-art.el (gnus-article-part-wrapper):
1947         * shr-color.el (shr-color-visible-distance-min)
1948         (shr-color-relative-to-absolute, set-minimum-interval)
1949         (shr-color-visible): Fix typos.
1951 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1953         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
1954         slightly clearer.
1956 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1958         * message.el (message-send-and-exit): Document `arg'.
1960 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1962         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
1964 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
1966         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
1967         we don't use `bound-and-true-p'.
1969 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1971         * gnus-util.el (gnus-bound-and-true-p): Remove.
1972         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
1973         * nnir.el: Use it.
1974         * nnmairix.el: Use it.
1976 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1978         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
1979         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
1980         for reasons unknown.
1981         * nnir.el: Use it.
1982         * nnmairix.el: Use it.
1984         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
1985         * nnir.el: Ditto.
1986         * nnmairix.el: Ditto.
1988         * gnus-registry.el (gnus-registry-enabled): Default to nil.
1990 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1992         * message.el (message-completion-function): Make sure
1993         message-tab-body-function is not attempted if one of
1994         message-completion-alist fails to find a completion (bug#9158).
1996 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
1998         * mml.el (mml-quote-region): Quote <#secure> tag.
1999         (mml-generate-mime-1): Unquote <#secure> tag.
2001 2011-10-20  Chong Yidong  <cyd@gnu.org>
2003         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2004         calling a minor mode from Lisp with nil arg enables it, so we have to
2005         make the wording a bit ambiguous here).
2007 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
2009         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2010         * nnir.el (nnir-mode): Use it.
2011         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2012         Use it.
2014         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2015         * nnmairix.el (gnus-registry-enabled): Ditto.
2017 2011-10-17  Dave Abrahams  <dave@boostpro.com>
2019         * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
2020         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
2021         only while we need to find out if it should be t or nil.
2022         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
2023         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
2024         the registry is installed.  Set it to nil when it's unloaded.
2025         (gnus-registry-install-p): Provide user guidance for the initial value
2026         of `gnus-registry-install' when it's 'ask, otherwise return its value.
2027         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
2028         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2029         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2030         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2031         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
2032         `gnus-registry-install'.
2034 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
2036         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
2037         previous change.
2038         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
2039         primary key is marked as disabled.
2041 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
2043         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
2044         primary key is marked as disabled.
2046 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
2048         * html2text.el (html2text-clean-anchor): Check for quotes around
2049         `href' value.
2051 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2053         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
2054         searching.  Drop `bbdb-cache'.
2056 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2058         * message.el (message-signed-or-encrypted-p): Exclude header when
2059         checking if there is signed or encrypted body in text/plain message.
2061 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
2063         * html2text.el (html2text-get-attr): Correctly handle attribute values
2064         containing "=".
2066 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
2068         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
2069         handle bindings.
2071 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2073         * gnus-win.el (gnus-configure-windows): Protect against reading
2074         ephemeral groups outside of Gnus.
2076 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2078         * shr.el (shr-tag-img): Don't get images displayed in tables.
2080 2011-10-03  Glenn Morris  <rgm@gnu.org>
2082         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
2083         the "maintainer" version of debbugs.gnu.org reports.
2085 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2087         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
2088         make asynchronous adjacent image insertion work better.
2090 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
2092         * plstore.el (plstore-select-keys, plstore-encrypt-to):
2093         Clarify documentation.
2095 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2097         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
2098         `gnus-asynchronous' isn't shadowed.
2100 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2102         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
2103         (nnimap-insert-partial-structure): The charset parameter isn't
2104         case-sensitive.
2106         * nnheader.el (nnheader-message-maybe): New function.
2108         * shr.el (shr-tag-table): Render totally broken tables better.
2110         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
2111         computing the boundary.
2113 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2115         * pop3.el (pop3-number-of-responses): Remove.
2116         (pop3-wait-for-messages): Rewrite to take linear time instead of
2117         exponential time.
2119 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2121         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
2122         re-fetch images.
2124         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
2125         re-fetch images when hitting `g' in Gnus.
2127 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2129         * mml.el (mml-inhibit-compute-boundary): New internal variable.
2130         (mml-compute-boundary): Don't check collision if it is non-nil.
2131         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
2132         before checking collision.
2134 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2136         * message.el (message-indent-citation): Really make sure there's a
2137         newline at the end.
2139         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
2140         Fix suggested by John Wiegley.
2142         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
2144         * gnus-art.el (gnus-treat-hide-citation): Add doc.
2146         * message.el (message-default-send-rename-function): Break out into its
2147         own function.
2149         * ecomplete.el (ecomplete-display-matches): Revert patch since it
2150         doesn't work under XEmacs.
2152         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
2153         of "imaps" to word around Windows problems.
2154         (nnimap-open-connection-1): Use it.
2156         * message.el (message-indent-citation): Revert last change which made
2157         `F' not work.
2159 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
2161         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
2162         terminal as well.
2164 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2166         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
2167         because it displays images using overlays that aren't easy to copy to
2168         the article buffer.
2170 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
2172         * message.el (message-indent-citation): Fix empty line removal at the
2173         end of the citation.
2175 2011-09-20  Julien Danjou  <julien@danjou.info>
2177         * auth-source.el (auth-source-netrc-create): Use default value for
2178         password if specified.  Evaluate default.
2179         (auth-source-plstore-create): Ditto.
2180         (auth-source-plstore-create, auth-source-netrc-create): Fix default
2181         value evaluation.
2182         (auth-source-netrc-create): Typo fix.
2183         (auth-source-plstore-create): Ditto.
2185         * auth-source.el (auth-source-format-cache-entry): New function.
2187 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2189         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2191 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2193         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
2195 2011-09-19  Julien Danjou  <julien@danjou.info>
2197         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
2198         which work with things that are not ASCII.
2200 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2202         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
2204 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2206         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
2207         message level.
2209 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2211         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
2213 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2215         * gnus.el (gnus-interactive-exit): Update defcustom spec.
2217 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2219         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
2220         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
2222 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
2224         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
2225         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
2226         articles.
2228 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
2230         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
2231         (message-mail-other-window, message-mail-other-frame)
2232         (message-news-other-window, message-news-other-frame):
2233         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
2234         instead of setting buffer display variables.
2236 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2238         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
2240         * gnus-sum.el (gnus-fetch-headers): Bump message level.
2242 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2244         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
2245         duplicates" to a higher level.
2247         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
2248         most egregious messages.
2250 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2252         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
2254 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
2256         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
2257         up the file (bug#9351).
2259 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2261         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
2262         it does with all other backends, but decode the names immediately after
2263         getting them.
2265         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
2266         decoding nnimap groups.
2268         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
2269         newsrc file.  It doesn't seem like an important optimization any more.
2271 2011-09-10  Dave Abrahams  <dave@boostpro.com>
2273         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
2274         overflows.
2276 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2278         * gnus.el (gnus-article-mark-lists): Remove `recent'.
2279         (gnus-interactive-exit): Extend to `quiet'.
2281         * gnus-sum.el (gnus-offer-save-summaries): Use it.
2283         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
2284         string.
2286         * plstore.el (plstore--get-buffer): Silence compiler warnings by
2287         renaming function arguments from `this'.
2289         * gnus-sum.el (gnus-newsgroup-recent): Remove.
2291         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
2292         has been renamed.
2293         (gnus-lrm-string-p): Include RLM and PDF, too.
2295         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
2296         (bug#9225).
2298 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
2300         Add autoload cookies for functions used by sendmail.el.
2301         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
2303         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
2305 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2307         * gnus-art.el (article-date-ut): Work properly even when there are
2308         things like Date header in the body; work for forwarded parts.
2310 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
2312         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
2313         original-article-buffer.
2315 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
2317         * nnir.el (nnir-compose-result): Fix matching of server type.
2318         (nnir-run-swish++): Ditto.
2319         (nnir-run-namazu): Ditto.
2320         (nnir-run-notmuch): Ditto.
2322 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2324         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
2325         (bug#9405).
2327         * gnus-score.el (gnus-summary-increase-score): Doc clarification
2328         (bug#9421).
2330         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
2331         (bug#9425).
2333         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
2334         thing (bug#9426).
2336 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2338         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
2339         the error message.
2341 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
2343         * message.el (message-setup-1): Return t (Bug#9392).
2345 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
2347         * gnus-sum.el: When adding article headers to a summary buffer also
2348         update gnus-newsgroup-articles (bug#9386).
2350 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2352         * auth-source.el: Autoload help-mode.
2354 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2356         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
2357         names.
2359 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
2361         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
2362         mm-replace-in-string for compatibility issues.
2363         * mml2015.el (mml2015-epg-verify): Ditto.
2365 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2367         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
2369         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2371 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2373         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
2374         continue on and do the clean-up phase (bug#9188).
2376         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
2377         just ignore groups that can't be opened instead of erroring out
2378         (bug#9225).
2380         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
2381         nil since some many people are fuddy-duddies.
2383         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
2384         images.
2386         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
2387         instead.
2389         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
2391         * gnus-util.el (gnus-process-live-p): Copy over compat function.
2393         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
2394         processing.
2396         * nntp.el (nntp-kill-buffer): Kill the process before killing the
2397         buffer to avoid warnings.
2399 2011-08-20  Simon Josefsson  <simon@josefsson.org>
2401         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
2402         specified to reduce precision.
2404 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2406         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
2407         bodystructures (bug#9314).
2409 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2411         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
2412         Make button keymap non-sticky after buttons.
2414 2011-08-18  David Engster  <dengste@eml.cc>
2416         * nnmairix.el (nnmairix-request-set-mark)
2417         (nnmairix-goto-original-article): Remove adding of article to registry,
2418         since `gnus-registry-add-group' isn't available anymore.
2419         (nnmairix-determine-original-group-from-registry):
2420         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
2421         available anymore.
2423 2011-08-12  Simon Josefsson  <simon@josefsson.org>
2425         * starttls.el (starttls-any-program-available): Define as obsolete
2426         function.
2428 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2430         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
2431         versions which Gnus use when appropriate.
2433         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
2434         a pretty destructive command.
2436         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
2438 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2440         * message.el (message-fix-before-sending): Make a different warning
2441         about NUL characters (bug#9270).
2443         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
2444         from custom (bug#9260).
2446         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
2447         things work in Emacs 22 and XEmacs, too.
2449         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
2450         default From.
2452         * gnus-spec.el (gnus-lrm-string-p): New macro.
2453         (gnus-lrm-string): New constant.
2454         (gnus-summary-line-format-spec): LRM-ify the from.
2455         (gnus-tilde-max-form): LRM-ify string chopping.
2457         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
2459         * message.el (message-is-yours-p): Allow disabling canlock checking
2460         (bug#9295).
2461         (message-shoot-gnksa-feet): Add `canlock-verify'.
2462         (message-auto-save-directory): Use ~/ as the auto-save directory if the
2463         message directory isn't writable (bug#9304).
2465         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
2466         non-world-readable.
2468 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2470         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
2471         articles.
2473 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
2475         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
2476         copy-list.
2478 2011-08-12  Sam Steingold  <sds@gnu.org>
2480         * gnus-score.el (gnus-score-find-alist): Keep the score files already
2481         in the reverse order to avoid modifying the cache with `nreverse'.
2482         (gnus-all-score-files): Do not modify the value returned by
2483         `gnus-score-find-alist' because it lives in a cache variable.
2484         (gnus-current-home-score-file): No need to `nreverse' the return value
2485         of `gnus-score-find-alist', it is already in the correct order.
2487 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
2489         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
2490         type MESSAGE and subtype RFC822 is slightly different from those of
2491         type TEXT.
2493 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
2495         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
2496         This allows article-referral to work from an nnir group.
2498 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
2500         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
2502 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
2504         * mml1991.el (mml1991-epg-find-usable-key)
2505         (mml1991-epg-find-usable-secret-key): New function.
2506         (mml1991-epg-sign): Check if signing key is usable.
2507         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
2509 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
2511         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
2512         server-variables only.  This should fix a bug introduced with commit
2513         e1889675b7f4adf057833c5513c9374134c4e053.
2514         (nnir-run-query): 'nnir-search-engine should not be set from the global
2515         environment.
2517 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
2519         * nnir.el (nnir-search-thread): Position point on referring article
2520         line.
2521         (nnir-warp-to-article): Clean up summary buffers.
2523         * nnimap.el (nnimap-request-thread): Whitespace fix.
2525 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
2527         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
2529 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2531         * starttls.el (starttls-available-p): Rename from
2532         `starttls-any-program-available' and changed return convention.
2534 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
2536         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2537         `unix-sync' unless it's defined.
2539 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
2541         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2542         `aref' for XEmacs compatibiltiy.
2544 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2546         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2548 2011-07-31  Dave Abrahams  <dave@boostpro.com>
2550         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2551         closures, quote the form properly (bug#9194).
2553 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2555         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2556         (gnus-summary-insert-new-articles): Protect against servers that are
2557         down.
2559 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2561         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
2562         in mm handle if none is specified.
2564 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
2566         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
2568 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
2570         * nnir.el (nnir-search-thread): New function to make an nnir group
2571         based on a thread query.
2573         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
2574         of nnir in thread referral.
2575         (gnus-summary-refer-thread): Use it.
2577         * nnimap.el (nnimap-request-thread): Use it.
2579 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2581         * shr.el (shr-tag-comment): Ignore HTML comments.
2583 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
2585         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
2586         argument.
2587         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
2588         Use `nnir-address' to handle server info rather than passing an arg.
2590         * nnimap.el (nnimap-make-thread-query): New utility function to format
2591         an imap thread search query.
2592         (nnimap-request-thread): Use it.
2594         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
2595         right select-method if we are not going back to the group buffer.
2597 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2599         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
2600         enter invalid buffer configurations into the quit form (bug#9107).
2601         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
2602         unplugged/plugged.
2604         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
2605         keep track of which ones are unread (bug#9061).
2607         * gnus.el (gnus-refer-article-method): Allow entering any sexp
2608         (bug#9055).
2610         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
2611         (bug#9041).
2613         * gnus-html.el (mm-util): Require (bug#9073).
2615         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2616         (gnus-summary-refer-thread): Use it to remove duplicates in the
2617         un-threaded view (bug#9053).
2618         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2620 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
2622         * nnir.el (nnir-read-server-parm): Use default value from global
2623         variable.  Without this the default search engine parameters aren't
2624         used at all.
2626 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2628         * message.el (message-unique-id): Don't use the undocumented return
2629         value from (random t) (bug#9118).
2631 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2633         * message.el (message-auto-save-directory): If the ~/Mail directory
2634         doesn't exist, use ~ as the auto-save directory (bug#4432).
2636         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2637         hasn't already been started.
2639 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2641         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
2643         * message.el (message-reply): Work around mysterious bug where
2644         `message-mode' seems to overwrite the locally bound `subject' variable.
2646 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
2648         * nnimap.el (nnimap-request-thread): Ensure search is performed in
2649         correct group.
2651         * gnus-int.el (gnus-request-thread): Add group argument.
2653         * gnus-sum.el (gnus-summary-refer-thread): Use it.
2655 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2657         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
2658         renamed to `debbugs-gnu-*'.
2660 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
2662         * plstore.el: Revert the editing feature since it is not urgent.
2663         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
2664         (plstore-mode-decoded): Remove.
2666 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2668         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
2669         isn't very interesting any more, and it leaks potentially secret data.
2670         (gnus-debug): Remove.
2672         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
2673         use of :custom-show.
2675 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
2677         * plstore.el: Add documentation.
2678         (plstore-mode): New mode to edit plstore file.
2679         (plstore-mode-toggle-display, plstore-mode-original)
2680         (plstore-mode-decoded): New command.
2681         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2682         (plstore--insert-buffer, plstore--make): New function.
2683         (plstore-open, plstore-save): Simplify by using them.
2685 2011-07-06  Glenn Morris  <rgm@gnu.org>
2687         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
2689 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2691         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
2692         no longer is much used.
2693         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
2694         Articles".
2696 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
2698         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
2699         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
2700         `notmuch' backend.
2702 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2704         * mm-decode.el (mm-text-html-renderer): Doc fix.
2706         * gnus-msg.el (gnus-bug): Fix the MML tag.
2708         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
2710 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
2712         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2713         secondary methods if started with `gnus-no-server'.
2715 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
2717         * message.el (message-return-action): Fix typo in docstring.
2719 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2721         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2722         bug reports at once.
2724         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2726 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2728         * nndraft.el: Require gnus-group.
2729         (nndraft-request-list): Declare.
2731         * nndraft.el (nndraft-update-unread-articles): Don't show group having
2732         no unread article unless it matches gnus-permanently-visible-groups.
2734         * nndraft.el (nndraft-update-unread-articles): New function.
2735         (nndraft-request-associate-buffer): Use it to update the number of
2736         unread articles for the nndraft groups in the group buffer when saving
2737         or killing a draft message.
2739 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2741         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2742         systems to binary before writing and reading the mbox files.
2744         * gnus.el (gnus-summary-line-format): Link to the info node for %U
2745         instead of trying to list them all (bug#8978).
2747 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2749         * pop3.el (pop3-open-server): Use :end-of-capability.
2751 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2753         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2754         the id is always a number.
2756         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2757         debbugs mode, if possible.
2759 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
2761         * auth-source.el (auth-source-token-passphrase-callback-function):
2762         Reindent.
2763         (epg-context-operation): Remove unnecessary autoload.
2765 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2767         * gnus.el (gnus-list-debbugs): New command.
2769         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2770         mboxstat instead of the maintbox, since the stat seems to be fuller.
2772         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2773         summary buffers.
2775         * message.el (message-get-reply-headers): Delete all duplicates,
2776         instead of the first.
2777         (message-get-reply-headers): Ensure that we have progress while
2778         deleting duplicates.
2780         * gnus-msg.el (gnus-configure-posting-styles): Get the local
2781         gnus-posting-style value from the summary buffer to make it easier to
2782         make that a per-buffer conf.
2784 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
2786         * nnir.el (nnir-run-imap): Allow halting a search when an article is
2787         found by setting `shortcut' in 'query.
2788         (nnir-request-article): Use `shortcut' setting when requesting article
2789         by Message-ID.
2791 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
2793         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2794         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2795         Bring the pseudo-headers back too.
2797 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2799         * auth-source.el (auth-source-token-passphrase-callback-function):
2800         Simplify and remove EPA dependency.
2802 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
2804         * nnir.el (nnir-request-article): Fix error message text.
2806 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2808         * auth-source.el (plstore-delete): Autoload.
2809         (auth-source-plstore-search): Support delete operation.
2810         * plstore.el (plstore-delete): New function.
2812 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2814         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
2815         mark actually existing articles as unread rather than the ones that
2816         active asserts.
2818 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2820         * nntp.el (nntp-record-command):
2821         * gnus-util.el (gnus-message-with-timestamp-1):
2822         Use format-time-string rather than decoding time stamps by hand.
2823         This is simpler and insulates the code from potential changes to
2824         current-time format.
2826 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2828         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
2830 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2832         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
2833         (plstore-save): Support public key encryption.
2834         (plstore--init-from-buffer): New function.
2835         (plstore-open): Use it; fix error when opening a non-existent file.
2836         (plstore-revert): Use plstore--init-from-buffer.
2838 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2840         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
2842 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2844         * mml2015.el (mml2015-use): Replace string-match-p with string-match
2845         for old Emacsen.
2847 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2849         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
2850         is not fully working.
2852 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2854         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
2855         quit window configuration.
2857         * auth-source.el (epg-context-set-passphrase-callback):
2858         Remove duplicate autoload.
2860 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2862         * nnir.el (nnir-request-article): Allow requesting articles by
2863         Message-ID with nnimap.
2865         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
2866         current server.
2868 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2870         * auth-source.el: Autoload EPA/EPG functions.
2871         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
2872         changed when EPA/EPG is not available.
2873         (auth-source-backend): Rename "arg" member to "data".
2874         (auth-source-backend-parse, auth-source-plstore-search)
2875         (auth-source-plstore-create): Use it.
2877 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2879         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
2880         `gnus-refer-article-methods'.
2882 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2884         * auth-source.el: Require EPA and EPG.
2885         (auth-source-passphrase-alist): New variable.
2886         (auth-source-passphrase-callback-function)
2887         (auth-source-token-passphrase-callback-function): Callbacks for the
2888         netrc field encryption (GPG tokens).
2889         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
2890         Symmetric encryption and decryption of the netrc GPG tokens.
2891         (auth-source-netrc-normalize): Use them, simplifying the closure.
2893 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2895         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
2896         non-nil, and `nnimap-split-methods' is nil, use the former.
2898 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2900         * plstore.el (plstore-revert): New function.
2901         (plstore-open): Use it; hide the buffer from user.
2903 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2905         * auth-source.el (auth-source-backend): New member "arg".
2906         (auth-source-backend-parse): Handle new backend 'plstore.
2907         * plstore.el: New file.
2909 2011-06-30  Glenn Morris  <rgm@gnu.org>
2911         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2913         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
2915 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2917         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
2918         expiring articles to.
2920         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
2921         variations as ASCII (bug#5458).
2923 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2925         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
2927 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2929         * message.el (message-point-in-header-p): Tweak the function to default
2930         to saying that we're not in the headers if there is no separator at
2931         all.  This makes it possible to use the Message version of `M-q' in
2932         buffers with no headers (bug#7987).
2933         (message-point-in-header-p): Fix last checkin to work with an empty
2934         mail-header-separator, too.
2936         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
2937         again, save the choice via customize.
2939 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2941         * message.el (message-send-mail-function): Add `sendmail-query-once'.
2943         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
2944         ended the connection, bail out before waiting infinitely on a new
2945         connection.
2947 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
2949         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
2950         reports.
2952         * gnus.el (gnus-bug-package): Use "gnus."
2953         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
2955 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2957         * gnus-art.el (gnus-article-stop-animations): New function to stop any
2958         animations going on at article exit time.
2960         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
2961         since removing it breaks people upgrading.
2963         * shr.el (shr-put-image): Use the new interface for animating images.
2964         (shr-put-image): Animate for 60 seconds.
2966         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
2967         error with `find-file-hooks' on Emacs 22.
2968         (with-auth-source-epa-overrides): Ugly hack to Wrap the
2969         `find-file-hook' things in `symbol-value' to avoid compilation warnings
2970         on all architectures.
2972         * spam.el (spam-stat): Require in a normal fashion without binding
2973         `spam-stat-install-hooks' to avoid compilation warnings.
2975         * spam-stat.el (spam-stat-install-hooks): Remove.
2976         (spam-stat-install-hooks): Don't run automatically.
2978 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
2980         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
2981         and keystroke.
2983 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2985         * auth-source.el (auth-source-netrc-cache): Move forward.
2987 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2989         * auth-source.el (auth-source-netrc-create): Don't query the bits that
2990         we already know.
2991         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
2992         (auth-source-netrc-create): Don't prompt for the stuff we already know.
2994 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2996         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
2997         %S format, since that looks odd.
2998         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
2999         file, especially when saving.
3001 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
3003         * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
3004         article found.
3006 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
3008         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
3009         `auth-source-save-secrets' with a more sensitive alist that can be
3010         configured per file.  Experimental, so defaults to 'never.
3011         (auth-source-netrc-create): Use it.  Still experimental code.
3012         (with-auth-source-epa-overrides): Use `find-file-hooks' if
3013         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
3015 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
3017         * auth-source.el (auth-source-save-secrets): New variable to control if
3018         secret tokens should be saved encrypted.
3019         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
3020         to `auth-source-netrc-normalize'.
3021         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
3022         on the EPA variables being defined.
3023         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
3024         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
3025         the lexical-let closure.
3026         (auth-source-netrc-create): Create "gpg:" tokens according to
3027         `auth-source-save-secrets'.
3029 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3031         * gnus-group.el (gnus-group-update-group): Add new argument
3032         `info-unchanged' that stops updating dribble buffer.
3034         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
3035         deletes lines matching to it in dribble buffer.
3037         * gnus-agent.el (gnus-agent-fetch-group-1):
3038         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
3039         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
3040         * gnus-start.el (gnus-group-change-level):
3041         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
3043         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
3044         if newsgroup info is not changed.
3046         * gnus-group.el (gnus-group-get-new-news-this-group):
3047         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
3048         Don't update dribble buffer.
3050 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
3052         * gnus-registry.el (gnus-registry-remove-ignored): New function to
3053         remove entries with groups we ignore.
3055 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3057         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
3058         the underline comes at the bottom.
3060 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
3062         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
3063         `gnus-registry-user-format-function-M' and declare the latter obsolete.
3064         (gnus-registry-article-marks-to-names): Rename from
3065         `gnus-registry-user-format-function-M2'.
3067 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3069         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
3070         ephemeral group.
3072 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3074         * shr.el (shr-browse-image): Copy the URL if called interactively.
3076 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3078         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
3079         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
3080         done, then unselected articles may be marked as read.
3082         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
3083         since not doing this seems to lead to a race condition in pop3-logon.
3085         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
3086         so that the call chain it correct when we call "upwards".
3088         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
3089         in read-only groups.
3091         * gnus-group.el (gnus-group-mark-article-read): Ditto.
3093         * message.el (message-cite-reply-position): Doc string fix.
3095         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
3096         avoid regexp overflow.
3097         (nnimap-transform-split-mail): Ditto.
3099         * pop3.el (pop3-retr): Error out if the server closes the connection.
3101 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3103         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
3104         mm-with-unibyte-current-buffer.  The buffer should not contain any
3105         multibyte chars anyway at this stage.
3107 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3109         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
3110         at the end of lines.
3112 2011-05-29  Julien Danjou  <julien@danjou.info>
3114         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
3116 2011-05-27  Glenn Morris  <rgm@gnu.org>
3118         * gnus-group.el (gnus-bug-group-download-format-alist):
3119         Use the "maintainer" version of debian reports as well.
3121 2011-05-26  Glenn Morris  <rgm@gnu.org>
3123         * gnus-group.el (gnus-bug-group-download-format-alist):
3124         Use the "maintainer" version of debbugs.gnu.org reports.
3126 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3128         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
3130 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3132         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
3133         the thread moves us backwards and so we loop forever.
3135 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3137         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
3138         whitespace in base64 data lines.
3140 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
3142         * gnus-registry.el (gnus-registry-user-format-function-M):
3143         Use `mapconcat'.
3144         (gnus-registry-user-format-function-M2): Use to see the full text of
3145         the marks.  Make "," the mark text separator.
3147         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
3148         authentication with auth-source.
3150 2011-05-17  Glenn Morris  <rgm@gnu.org>
3152         * gnus-group.el (gnus-import-other-newsrc-file):
3153         Use insert-file-contents.
3155 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
3157         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
3158         1000 iterations.
3160 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3162         * nntp.el (nntp-open-connection): Check if process-type is available.
3164 2011-05-16  Julien Danjou  <julien@danjou.info>
3166         * shr.el (shr-tag-del): Add support for del tag.
3168 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3170         * gnus-html.el (gnus-html-put-image): Register a displayer.
3172         * shr.el (shr-image-displayer): Don't remove text props from alt text.
3174 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
3176         * registry.el (prune-factor): New initialization parameter defaulting
3177         to 0.1.
3178         (registry-prune-hard): Use it.
3180         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
3181         0.1 expicitly.
3183 2011-05-13  Glenn Morris  <rgm@gnu.org>
3185         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
3186         is bound, since this function requires sendmail.
3188 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
3190         * registry.el (registry-usage-test): Disable pruning test.
3192 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
3194         * registry.el (registry-prune-hard-candidates)
3195         (registry-prune-soft-candidates): Helper methods for registry pruning.
3196         (registry-prune): Use them.  Make the sort function optional.
3198 2011-05-10  Jim Meyering  <meyering@redhat.com>
3200         * shr.el (shr-colorize-region): Fix typo "on on -> on".
3202 2011-05-10  Julien Danjou  <julien@danjou.info>
3204         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
3205         symbol and not a list.
3207 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3209         * gnus-art.el (gnus-article-mode): Move binding of
3210         shr-put-image-function here from gnus-article-prepare-display.
3212         * shr.el (shr-put-image-function): New variable.
3213         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
3214         (shr-put-image): Return scaled image.
3216         * gnus-art.el (gnus-shr-put-image): New function.
3217         (gnus-article-prepare-display): Bind shr-put-image-function to it.
3219         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
3220         original ones, as deletable.
3222 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3224         * nntp.el (nntp-open-connection): Set TCP keepalive option.
3226 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3228         * registry.el (registry-full): Add convenience method.  Fix logic.
3229         (registry-insert): Use it.  Fix logic here too.
3231         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
3232         `registry-prune' if `registry-full' returns t.
3233         (gnus-registry-handle-action)
3234         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
3235         (gnus-registry-usage-test): Use it.
3237 2011-05-07  Julien Danjou  <julien@danjou.info>
3239         * shr.el (shr-link): Make shr-link inherit from link by default.
3241 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
3243         * shr.el (shr-urlify, shr-link): Fix shr-link face.
3245 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3247         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
3248         error out because the face is not a list.
3250 2011-05-05  Glenn Morris  <rgm@gnu.org>
3252         * gnus-start.el (gnus-propagate-marks): Declare.
3254 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
3256         * registry.el (registry-reindex): Fix percentage message.
3258 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
3260         * shr.el: Add shr-link face for links.
3261         (shr-urlify): Use it.
3263         * registry.el (registry-insert): Make error message more helpful.
3265 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3267         * gnus-html.el (gnus-html-schedule-image-fetching):
3268         Use url-queue-retrieve, if it exists.
3270         * shr.el (shr-tag-img): Ditto.
3272         * gnus.el: Autoload more gnus-agent functions.
3274         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
3275         agent if we haven't already (bug#8502).
3277         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
3278         into the Agent, too.
3280         * gnus-agent.el (gnus-agent-store-article): New function.
3282         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
3283         and moved from that file for reuse.
3285         * pop3.el (pop3-open-server): Error messages are "-ERR".
3287 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3289         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
3290         (open-tls-stream): Remove superfluous tls/starttls autoloads.
3292 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3294         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
3295         buffer has moved to a different frame.
3297 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3299         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
3300         to get the conversion from unibyte to multibyte buffers to work on
3301         Emacs 22.
3303         * nntp.el (nntp-request-article): Slight clean-up.
3305 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3307         * shr.el (shr-strike-through): New face.
3308         (shr-tag-s): Use it to provide <s> support.
3309         (shr-tag-s): Remove duplicate definition.
3311 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3313         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
3314         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
3316 2011-04-23  Glenn Morris  <rgm@gnu.org>
3318         * gnus-sum.el (gnus-extra-headers): Bump :version.
3320 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3322         * shr.el (shr-tag-sup): New function.
3323         (shr-tag-sub): Ditto.
3325 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
3327         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
3328         for the case where `gnus-registry-ignored-groups' is a list of lists,
3329         and don't call `gnus-parameter-registry-ignore' otherwise.
3331 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
3333         * nnimap.el (nnimap-user): New backend variable.
3334         (nnimap-open-connection-1): Use it.
3335         (nnimap-credentials): Accept user parameter so it's explicit what user
3336         name is desired.
3338         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
3339         default.
3341         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
3342         not gnus-registry.el.
3344         * gnus-registry.el: Mention in comments how to modify
3345         `gnus-extra-headers' for proper recipient tracking and that it may
3346         already have To and Cc recently, which it does as of this commit.
3347         (gnus-registry-ignored-groups): Remove defcustom.
3348         Explain why in comments.
3349         (gnus-registry-action): Fix data-header reference to use the extra
3350         headers.  Explain in package commentary how to add To and Cc headers to
3351         the gnus-extra-headers.
3352         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
3353         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
3354         parameter list or a string list in `gnus-registry-ignored-groups'.
3355         Fix logic error.
3357 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3359         * shr.el (shr-expand-url): Protect against null urls.
3361 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3363         * shr.el (shr-base): New binding.
3364         (shr-tag-base): Keep track of <base>.
3365         (shr-expand-url): New function used throughout.
3367 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
3369         * gnus-registry.el
3370         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
3371         (gnus-registry-ignored-groups): New variable.
3372         (gnus-registry-ignore-group-p): Use it.
3373         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
3374         set the destination group to nil (same as delete) if it's ignored.
3376 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3378         * gnus-registry.el (gnus-registry-action)
3379         (gnus-registry-fetch-header-fast):
3380         Don't use mail-header that looks an internal function of mailheader.el.
3382 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3384         * gnus-registry.el: Eliminate cl functions.
3385         (gnus-registry-sort-addresses): New function that replaces mapcan.
3386         (gnus-registry-action, gnus-registry-spool-action)
3387         (gnus-registry-split-fancy-with-parent)
3388         (gnus-registry-fetch-recipients-fast): Use it.
3389         (gnus-registry-import-eld): Replace delete* with dolist + delq.
3391         * registry.el (initialize-instance, registry-lookup)
3392         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
3393         (registry-lookup-secondary-value, registry-search, registry-delete)
3394         (registry-insert, registry-reindex, registry-size, registry-prune):
3395         Use eval-and-compile.
3397 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
3399         * registry.el (registry-reindex): New method to recreate the secondary
3400         registry indices.
3402         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
3403         tracked field changes.
3404         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
3405         (gnus-registry-action, gnus-registry-spool-action)
3406         (gnus-registry-handle-action)
3407         (gnus-registry--split-fancy-with-parent-internal)
3408         (gnus-registry-split-fancy-with-parent)
3409         (gnus-registry-register-message-ids): Add recipient tracking on spool,
3410         move, and delete actions, and for fancy splitting with parent.
3411         (gnus-registry-extract-addresses)
3412         (gnus-registry-fetch-recipients-fast)
3413         (gnus-registry-fetch-header-fast): Convenience functions.
3414         (gnus-registry-misc-test): ERT test of
3415         `gnus-registry-extract-addresses'.
3417 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
3419         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3420         Track by subject first, then sender.
3422 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3424         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
3426         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
3427         Lisp.
3429         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
3430         (gnus-draft-send): Use it to avoid popping
3431         up frames from gnus-group-send-queue.
3433 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
3435         * gnus-registry.el: Updated gnus-registry docs.
3437 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
3439         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3440         Fix logic bug.
3441         (gnus-registry-post-process-groups): Fix logging of no results and
3442         quote sender and subject.
3444 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3446         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
3447         (gnus-read-active-for-groups): Don't try to finish getting stuff where
3448         we had no early-data returned.
3449         (gnus-get-unread-articles): Add a sanity check so that we don't issue
3450         two async commands to the same server at the same time.
3452 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
3454         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
3456 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3458         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
3459         "warning" level.
3461         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
3462         (mm-url-insert-file-contents): Don't set the package names.
3464 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
3466         * gnus-registry.el (gnus-registry-action): Remove properties and
3467         simplify subject in `gnus-registry-handle-action'.
3468         (gnus-registry-spool-action): Get subject and sender from message if
3469         they are not passed in.
3470         (gnus-registry-handle-action): Remove properties and simplify subject
3471         consistently.
3473 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3475         * registry.el: Require CL before using defmacro*.
3477 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3479         * gnus-art.el (article-treat-date): Assume that
3480         gnus-article-date-headers may be a group parameter.
3482 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
3484         * gnus-registry.el (gnus-registry-handle-action): More debugging.
3486         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3487         interactively so the newsrc file can contain foreign groups too.
3488         Useful for debugging but not much for users.
3490 2011-04-07  David Engster  <dengste@eml.cc>
3492         * registry.el (registry-usage-test): Only do
3493         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3494         lexical binding.
3496 2011-04-06  David Engster  <dengste@eml.cc>
3498         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
3499         argument NOERROR for `require', since XEmacs 21.4 does not support it.
3501 2011-04-06  David Engster  <dengste@eml.cc>
3503         * registry.el (initialize-instance): Change :after to :AFTER to be
3504         compatible with old EIEIO version in XEmacs.
3506 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3508         * gnus-registry.el (gnus-registry-post-process-groups)
3509         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
3510         and provide better messaging.
3512 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3514         * gnus-registry.el: Don't use ERT if it's not available.  Load it
3515         unconditionally anyway, discarding errors.
3516         (gnus-registry-delete-entries): New convenience function.
3517         (gnus-registry-import-eld): Import from old .eld registry.
3519         * registry.el: Don't use ERT if it's not available.  Load it
3520         unconditionally anyway, discarding errors.
3522         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3523         version from the Claudio Bley GnuTLS patch (extra optional parameters
3524         and host name).
3526 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
3528         * gnus-registry.el (gnus-registry-fixup-registry): New function to
3529         fixup the parameters that can be customized by the user between
3530         save/read cycles.
3531         (gnus-registry-read): Use it.
3532         (gnus-registry-make-db): Use it.
3533         (gnus-registry-spool-action, gnus-registry-handle-action):
3534         Fix messaging.
3535         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3536         Map references to actual group names with sender and subject tracking.
3537         (gnus-registry-post-process-groups): Use `cond' for better messaging.
3538         (gnus-registry-usage-test): Add subject lookup test.
3540         * registry.el (registry-db, initialize-instance): Set up constructor
3541         instead of :initform arguments for the sake of older Emacsen.
3542         (registry-lookup-breaks-before-lexbind): New method to demonstrate
3543         pre-lexbind merge bug.
3544         (registry-usage-test): Use it.
3545         (initialize-instance, registry-db): Move the non-function initforms
3546         back to the class definition.
3548 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
3550         * registry.el: New library to manage gnus-registry-style data.
3552         * gnus-registry.el: Use it (major rewrite).
3554         * nnregistry.el: Use it.
3556         * spam.el: Use it.
3558 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3560         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3561         marks on non-selected articles.
3563 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
3565         * proto-stream.el: Move to Emacs core, at net/network-stream.el.
3567         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3568         parameter to open-protocol-stream.
3570 2011-04-01  Julien Danjou  <julien@danjou.info>
3572         * mm-view.el (mm-display-inline-fontify): Do not fontify with
3573         fundamental-mode.
3575 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3577         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3578         servers.
3580 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3582         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3583         made marks not propagate, again.
3585 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
3587         * proto-stream.el (open-protocol-stream): Bring back `network' type.
3588         Make this the default type.
3589         (proto-stream-open-plain): Rename from proto-stream-open-default.
3590         (open-protocol-stream, proto-stream-open-starttls)
3591         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3592         with `plain'.
3594         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3595         value.
3597         * nntp.el (nntp-open-connection-function): Document the fact that some
3598         values are not functions but are instead handled specially.
3599         Recognize nntp-open-plain-stream value.
3600         (nntp-open-connection): Recognize that value.
3602 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3604         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3605         stuff.
3607         * gnus-score.el (gnus-score-string): Fix calling convention of
3608         `gnus-simplify-buffer-fuzzy' after last patches.
3610         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3611         server for articles we didn't get any headers for.  This is a sanity
3612         check.
3614 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
3616         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3617         new CAPABILITY, use it.
3619 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3621         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3622         downloading anything.
3624         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
3626 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
3628         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3629         colors.
3630         (gnus-splash-svg-color-symbols): New function.
3632 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3634         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3635         instead of using the global gnus-simplify-subject-fuzzy-regexp.
3636         (gnus-simplify-subject-fuzzy): Use the local
3637         gnus-simplify-subject-fuzzy-regex instead of the global one.
3638         This makes using this variable in group parameters work.
3640 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3642         * gnus-registry.el (gnus-registry-unfollowed-groups):
3643         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
3644         archive:sent-YYYY-MM-DD groups).
3645         (gnus-registry-split-fancy-with-parent): Bail out early in sender
3646         tracking if there are more than `gnus-registry-max-track-groups'
3647         matches.
3649 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3651         * message.el (message--yank-original-internal): New function to do the
3652         insertion cleanly inside eval in `message-yank-original'.
3653         (message-yank-original): Use it.
3655 2011-03-29  Julien Danjou  <julien@danjou.info>
3657         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3658         local variables disabled rather than `normal-mode'.
3660 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
3662         * proto-stream.el: Changes preparatory to merging open-protocol-stream
3663         with open-network-stream.
3664         (proto-stream-always-use-starttls): Option removed.
3665         (open-protocol-stream): Return a process object by default.  Provide a
3666         new parameter :return-list specifying a list-type return value, which
3667         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
3668         :type `network' to `try-starttls', and `network-only' to `default'.
3669         Make `default' the default, for compatibility with open-network-stream.
3670         Handle the no-parameter case exactly as open-network-stream, with no
3671         additional stream processing.  Search plists using plist-get.
3672         Explicitly add :end-of-commend parameter if it is missing.
3673         (proto-stream-open-default): Rename from
3674         proto-stream-open-network-only.  Return 'default as the type.
3675         (proto-stream-open-starttls): Rename from proto-stream-open-network.
3676         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
3677         failed.  Always return a list with a (possibly dead) process as the
3678         first element, for compatibility with open-network-stream.
3679         (proto-stream-open-tls): Use plist-get.  Always return a list.
3680         (proto-stream-open-shell): Return `default' as connection type.
3681         (proto-stream-capability-open): Use plist-get.
3682         (proto-stream-eoc): Function deleted.
3684         * nnimap.el (nnimap-stream, nnimap-open-connection)
3685         (nnimap-open-connection-1): Handle renaming of :type parameter for
3686         open-protocol-stream.
3687         (nnimap-open-connection-1): Pass a :return-list parameter
3688         open-protocol-stream to obtain a list return value.  Parse this list
3689         using plist-get.
3691         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3692         for open-protocol-stream.  Accept open-protocol-stream return value
3693         that is a subprocess object instead of a list.  Handle the case of a
3694         dead returned process.
3696 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
3698         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3700         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3702 2011-03-21  Julien Danjou  <julien@danjou.info>
3704         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
3705         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
3706         query.
3707         (mm-inline-text): Render normal text with fontification whenever
3708         possible.
3710         * gnus-sum.el (gnus-summary-save-parts-1):
3711         * gnus-art.el (gnus-article-browse-html-save-cid-content)
3712         (gnus-article-browse-html-parts, gnus-mime-delete-part)
3713         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3714         Use `mm-handle-filename'.
3716         * mm-util.el (mm-handle-filename): New function, return the filename of
3717         an handle.
3719 2011-03-18  Julien Danjou  <julien@danjou.info>
3721         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3722         (gnus-buffer-live-p): Check that buffer is not nil.
3724 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3726         * gnus-art.el: Require mouse, which the build bot seems to say is
3727         needed.
3729         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3730         XEmacs, since it doesn't have url-retrieve-synchronously.
3732 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
3734         * gnus-group.el (gnus-group-list-ticked): New function.
3735         (gnus-group-make-menu-bar): Provide a menu entry for it.
3736         (gnus-group-list-map): Provide a binding for it.
3738 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3740         * shr.el (shr-visit-file): New command.
3742         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
3744 2011-03-17  Bjørn Mork  <bjorn@mork.no>
3746         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
3747         servers.
3749 2011-03-16  Julien Danjou  <julien@danjou.info>
3751         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
3752         inline.
3754         * gnus-art.el (article-hide-list-identifiers):
3755         Use gnus-group-get-list-identifiers.
3757         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
3758         (gnus-summary-remove-list-identifiers):
3759         Use gnus-group-get-list-identifiers to get regexp.
3760         (gnus-select-newsgroup, gnus-summary-insert-subject)
3761         (gnus-summary-insert-articles):
3762         Call gnus-summary-remove-list-identifiers unconditionally.
3764 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3766         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
3767         we're selecting a group with unread articles.
3769         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
3771         * gssapi.el: New file separated out from imap.el to provide a general
3772         Kerberos 5 connection facility for Emacs.
3774         * message.el (message-elide-ellipsis): Document the format spec
3775         ellipsis.
3777 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3779         * message.el (message-elide-region): Allow the ellipsis to say how many
3780         lines were removed.
3782 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3784         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
3785         window configurations containing buffers that are now dead.
3787         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
3788         parsing to avoid integer overflows.
3789         (nnimap-parse-flags): Simplify the last change.
3790         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
3791         too large for 32-bit Emacsen.
3793 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3795         * auth-source.el (auth-source-netrc-create):
3796         * message.el (message-yank-original): Fix use of `case'.
3798 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3800         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
3801         XEmacs, which was one character too wide.
3803 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
3805         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
3806         default number of articles to display.
3807         (gnus-articles-to-read): Use pretty names for prompt.
3809 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3811         * gnus-int.el (gnus-open-server): Ditto.
3813         * gnus-start.el (gnus-activate-group): Give a backtrace if
3814         debug-on-quit is set and the user hits `C-g'.
3815         (gnus-read-active-file): Ditto.
3817         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
3819 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
3821         * message.el (message-yank-original): Use cond instead of CL case.
3823 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3825         * auth-source.el (auth-source-netrc-create): Use usual format for the
3826         default in prompts.
3828 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3830         * auth-source.el (auth-source-netrc-create): Show the default in the
3831         prompt when prompting for token creation.
3833 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3835         * auth-source.el (auth-source-format-prompt): Always convert the value
3836         to a string to avoid evaluating non-string arguments.
3837         (auth-source-netrc-create): Offer default properly, not as initial
3838         content in `read-string'.
3839         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
3840         of line to determine if we've been run before.  If so, don't run again,
3841         but print a trivial message to indicate the cache was hit instead.
3843 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
3845         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
3846         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
3847         The user will have to run `gnus-sync-read' manually and wait for Cloudy
3848         Gnus.
3850 2011-03-11  Julien Danjou  <julien@danjou.info>
3852         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
3853         modified file".
3855 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
3857         * auth-source.el (auth-source-read-char-choice): New function to read a
3858         character choice using `dropdown-list', `read-char-choice', or
3859         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
3860         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
3861         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
3862         (auth-source-netrc-saver): Use it.
3863         (auth-source-pick-first-password): New convenience function.
3865 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
3867         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
3868         parameter in the credentials.
3869         (nnimap-open-connection-1): Use it after a successful login.
3870         (nnimap-credentials): Add IMAP-specific user and password prompt.
3872         * auth-source.el (auth-source-search): Add :require parameter, taking a
3873         list.  Document it and the :save-function return token.  Pass :require
3874         down.  Change the CREATED message from a warning to a debug statement.
3875         (auth-source-search-backends): Pass :require down.
3876         (auth-source-netrc-search): Pass :require down.
3877         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
3878         Change save prompt to indicate all modifications saved here are
3879         deletions.
3880         (auth-source-netrc-create): Take user login name as default in user
3881         prompt.  Move all the save functionality to a lexically bound function
3882         under the :save-function token in the returned list.  Set up clearer
3883         default prompts for user, host, port, and secret.
3884         (auth-source-netrc-saver): New function, intended to be wrapped for
3885         :save-function.
3887 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
3889         * Version 23.3 released.
3891 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3893         * shr.el (shr-table-horizontal-line): Change the defaults for the table
3894         lines to be spaces instead.
3896 2011-03-07  Julien Danjou  <julien@danjou.info>
3898         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
3899         (sieve-sasl-auth): Check that auth-source-search did return something,
3900         or just return an empty string.
3902 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3904         * gnus.el (gnus-interactive): Use read-directory-name.
3906         * gnus-uu.el (gnus-uu-decode-uu-and-save)
3907         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
3908         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
3909         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
3910         Likewise.
3912         * gnus-group.el (gnus-group-make-directory-group): Likewise.
3914 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3916         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
3917         onto the list of killed groups, too.  This makes killed nnimap groups,
3918         for instance, more reliably not reappear.
3920         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
3921         the parent.
3923         * gnus-sum.el (gnus-update-read-articles): Fix typo.
3925         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
3926         really have server-side marks.
3928         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
3929         since most backends do not usefully have server-side marks.
3930         (gnus-update-read-articles): Propagate marks to all backends that
3931         really have server-side marks.
3933 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3935         * message.el (message-cite-reply-position, message-cite-style):
3936         New variables.
3937         (message-yank-original): Use the new citation styles.
3939 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
3941         * message.el (message-options): Revert the change that's a workaround
3942         for XEmacs buffer-local issue; don't mark it buffer-local when running
3943         under XEmacs.
3945 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
3947         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
3948         numbers too big to be `read'.
3950 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
3952         * message.el (message-options): Make buffer-local two ways to attempt
3953         to fix a XEmacs bug.
3955 2011-03-02  Julien Danjou  <julien@danjou.info>
3957         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
3959 2011-03-01  Julien Danjou  <julien@danjou.info>
3961         * gnus-art.el (list-identifier): Add list-identifier as a parameter
3962         group.
3963         (article-hide-list-identifiers): Use list-identifier group parameter.
3965 2011-02-28  Julien Danjou  <julien@danjou.info>
3967         * sieve.el (sieve-buffer-script-name): New local variable to store
3968         sieve script name.
3969         (sieve-edit-script): Store sieve script name.
3970         (sieve-upload): Use sieve script name when uploading.
3971         (sieve-upload): Use substitute-command-keys.
3972         (sieve-edit-script): Use substitute-command-keys.
3973         (sieve-refresh-scriptlist): Use substitute-command-keys.
3974         (sieve-manage-mode-map): Define keymap properly.
3975         (sieve-manage-mode): Do not set mode name manually, change mode-name to
3976         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
3977         Remove commented code about cvs.
3978         (sieve-manage-quit): New function.
3979         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
3981 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3983         * gnus-group.el (gnus-import-other-newsrc-file): New function.
3985 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
3987         * auth-source.el (auth-source-search): Cache empty result sets.
3989         * auth-source.el (auth-source-save-behavior): New variable to replace
3990         `auth-source-never-create'.
3991         (auth-source-netrc-create): Use it.
3992         (auth-source-never-save): Remove.
3994 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
3996         * nnimap.el (nnimap-stream): Doc fix.
3997         (nnimap-open-connection-1): Reverse the order of the ports to that the
3998         prompted-for port is first.
4000         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
4001         retrieval by the no-group selection.
4003         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
4004         numerical parameters.
4006 2011-02-25  Julien Danjou  <julien@danjou.info>
4008         * gnus-gravatar.el: Use gnus-with-article-buffer.
4010         * gnus-art.el (gnus-with-article-buffer): Check that the
4011         gnus-article-buffer is alive.
4013 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
4015         * auth-source.el (auth-source-creation-prompts): New variable to manage
4016         creation-time prompts.
4017         (auth-source-search): Document it.
4018         (auth-source-format-prompt): Add utility function.
4019         (auth-source-netrc-create): Don't default the user name to
4020         user-login-name.  Use `auth-source-creation-prompts' and some default
4021         prompts for user, host, port, and password (the default generic prompt
4022         remains ugly).
4023         (auth-source-never-save): Add customizable option to never save info.
4024         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
4025         mode excursion.
4027 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4029         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
4030         argument that XEmacs doesn't support.
4032 2011-02-23  Julien Danjou  <julien@danjou.info>
4034         * gnus-art.el (article-make-date-line): Ignore errors if time is
4035         invalid and not convertible.
4036         (article-make-date-line): Only add lapsed time if time is not nil.
4038 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
4040         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
4041         `read-char-choice' for backwards compatibility.
4042         (auth-source-netrc-element-or-first): New function to DTRT for
4043         parameter extraction.
4044         (auth-source-netrc-create): Use it and fix multiple parameter print
4045         bug.  Use the default passed from above (given-default) or the
4046         built-in (user-login-name for :user).
4048 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
4050         * gnus-start.el (gnus-dribble-read-file):
4051         Set buffer-save-without-query, since we always want to save the dribble
4052         file, probably.
4054         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
4055         nnimap.
4057         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4058         -summary- since it's a user-visible variable.
4060         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
4061         first time you use the new Gnus.
4063 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
4065         * auth-source.el: Don't load netrc.el.
4066         (auth-sources): Search ~/.netrc as well by default.
4067         (auth-source-debug): Add 'trivia option for extra output.
4068         (auth-source-do-trivia): Use it.
4069         (auth-source-search): Simplify logic to use
4070         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
4071         appropriate.  Don't keep a running count at this level.  Layer :create
4072         and :delete options appropriately on the first and second passes.
4073         Don't track the backend with the search results.
4074         (auth-source-search-backends): New function to search a list of
4075         backends for a processed spec.
4076         (auth-source-netrc-parse): Cache all netrc files, making
4077         auth-source-netrc-cache an alist keyed by the file name and using the
4078         file mtime as the caching criterion.  Keep the obfuscated data secret
4079         with a lexical bind.
4080         (auth-source-netrc-search): Don't calculate the length of the results
4081         unnecessarily.
4082         (auth-source-search-backends): Fix bug.
4083         (auth-source-netrc-create): Rework prompts.
4085 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
4087         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
4088         Lower case names of search constraints.
4089         (nnir-run-query): Cache and reuse search constraints for all imap
4090         servers.
4092 2011-02-22  Sam Steingold  <sds@gnu.org>
4094         * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
4096 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
4098         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
4099         after exit.
4100         (gnus-setup-message): Define missing variable from last checkin.
4102         * gnus-sum.el (gnus-summary-show-article): When called with t as the
4103         value, show the raw article.
4105 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4107         * nnimap.el (nnimap-open-connection-1): Revert last change, since
4108         auth-source now accepts numbers.
4110         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
4111         spec, too.
4112         (auth-source-ensure-strings): New function.
4114         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
4115         (gnus-article-setup-buffer): Always restart the date timer so that user
4116         changes to the frequency is respected.
4118         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
4119         port numbers, so make sure it gets that if nnimap-server-port is
4120         explicit.
4122 2011-02-21  Simon Josefsson  <simon@josefsson.org>
4124         * nnimap.el (nnimap-inbox): Doc fix.
4126 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
4128         * shr-color.el (shr-color->hexadecimal): Use renamed function names
4129         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
4130         color-lab-to-srgb.
4132 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4134         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4135         given method as in the group name if we're using an extended method.
4136         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
4137         command, if we're using that, instead of waiting for the beginning.
4139         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
4140         we're sure to get unique server names, and we don't output two async
4141         commands in the same buffer.  This fixes an NNTP hang for some users.
4143 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4145         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
4146         summary buffer before reading going to the next buffer.  This avoids
4147         putting the point in the group buffer if you `C-g' the command.
4149         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
4150         cache (for now) to make ~/.authinfo.gpg files usable.
4152         * nnfolder.el (copyright-update): Define for the compiler.
4154         * auth-source.el (auth-source-search): Fix unbound variable.
4156 2011-02-19  Glenn Morris  <rgm@gnu.org>
4158         * gnus.el (gnus-meta): Doc fix.
4160 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
4162         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
4163         in case it's not yet loaded.
4165 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4167         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
4168         line we're waiting for.
4170 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
4172         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
4173         face with line-width greater than zero will cause RET in gnus summary
4174         buffer to scroll down article page-wise because auto vscroll happens,
4175         it should be temporally disabled when doing a scroll-up.
4177 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
4179         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
4180         outputs from the server.
4182 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4184         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
4185         later so that bbdb can hook in easier.
4187 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4189         * auth-source.el (auth-source-search): Don't try to create credentials
4190         if the caller doesn't want that.
4191         (auth-source-search): If we don't find a match, don't bug out on
4192         non-bound variables.
4193         (auth-source-search): Only ask a single backend to create the
4194         credentials.
4196         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
4197         logging.
4198         (nnimap-credentials): Protect against auth-source-search returning nil.
4199         (nnimap-request-list): Protect against not being able to open the
4200         server.
4202 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
4204         * auth-source.el (auth-source-search): Do a two-phase search, one with
4205         no :create to get the responses from all backends.
4207         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
4208         when getting credentials.
4210         * gnus-util.el (gnus-delete-duplicates): New function.
4212 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
4214         * nnimap.el (nnimap-credentials): Instead of picking the first port as
4215         a creation default, pass the whole port list down.  It will be
4216         completed.
4218         * auth-source.el (auth-source-search): Updated docs to talk about
4219         multiple creation choices.
4220         (auth-source-netrc-create): Accept a list as a value (from the search
4221         parameters) and do completion on that list.  Keep a separate netrc line
4222         with the password obscured for showing the user.
4224         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
4225         first choice to `auth-source-search' so it will be used for entry
4226         creation instead of the server's Gnus-specific name.
4227         (nnimap-credentials): Rely on the auth-source library to select which
4228         port is actually wanted in the new netrc entry, so don't override
4229         `auth-source-creation-defaults'.
4231         * auth-source.el (auth-source-netrc-parse): Use :port instead of
4232         :protocol and accept a missing user, host, or port as a wildcard match.
4233         (auth-source-debug): Default to off.
4235         (auth-source-netrc-search, auth-source-netrc-create)
4236         (auth-source-secrets-search, auth-source-secrets-create)
4237         (auth-source-user-or-password, auth-source-backend, auth-sources)
4238         (auth-source-backend-parse-parameters, auth-source-search): Use :port
4239         instead of :protocol.
4241         * nnimap.el (nnimap-credentials): Pass a port default to
4242         `auth-source-search' in case an entry needs to be created.
4243         (nnimap-open-connection-1): Use :port instead of :protocol.
4245 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4247         * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
4248         instead of delete-dups that is not available in XEmacs 21.4.
4250 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4252         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4253         nil means that nnimap doesn't get updated.
4255 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4257         * auth-source.el (auth-source-netrc-create): Return a synthetic search
4258         result when the user doesn't want to write to the file.
4259         (auth-source-netrc-search): Expect a synthetic result and proceed
4260         accordingly.
4261         (auth-source-cache-expiry): New variable to override
4262         `password-cache-expiry'.
4263         (auth-source-remember): Use it.
4265         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
4266         parameter.  Create entry if necessary by using :create t.
4267         (nnimap-open-connection-1): Don't pass `inhibit-create'.
4269 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
4271         * auth-source.el (auth-source-debug): Enable by default and don't
4272         mention the obsolete `auth-source-hide-passwords'.
4273         (auth-source-do-warn): New function to debug unconditionally.
4274         (auth-source-do-debug): Use it.
4275         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
4276         and for Secrets API entries when the secrets.el library is not
4277         available.
4279 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4281         * gnus-sum.el (gnus-propagate-marks): Default to nil.
4282         (gnus-summary-exit): Kill the correct article buffer on exit from a
4283         `C-d' group.
4285         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
4286         gnus-propagate-marks.
4288         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
4289         before killing the buffers so that a non-full window conf gets handled
4290         correctly.
4291         (gnus-summary-exit): Ditto.
4292         (gnus-summary-read-group-1): Ditto.
4294         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
4295         async code again so that we can debug it properly.
4297         * message.el (message-reply): Take an optional switch-buffer parameter
4298         so that Gnus window confs are respected better.
4300 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4302         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4303         `plist-get' to accept non-list parameters (XEmacs issue).
4304         Fix docstring.
4305         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
4306         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
4307         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
4308         Login collection is "Login" and not "login".
4310 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4312         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
4313         multiple headers.
4315         * nnimap.el (nnimap-inhibit-logging): New variable.
4316         (nnimap-log-command): Don't log login commands.
4318         * auth-source.el (auth-source-netrc-search): The asserts seem to want
4319         to have more parameters.
4321         * nnimap.el (nnimap-send-command): Mark the command time for each
4322         command, so that we don't get NOOPs stepping on our toes.
4324         * gnus-art.el (article-date-ut): Get the date from the Date header on
4325         `t'.
4327 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4329         * auth-source.el (auth-source-search): Use copy-sequence instead of
4330         the cl.el copy-list.
4332 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
4334         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
4335         Improve prompt.
4337 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4339         * gnus-art.el (gnus-article-mode-line-format): Remove the article
4340         washing status from the default format.  It isn't very informative.
4342 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
4344         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
4345         Fix Gcc processing on imap.
4347 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4349         * message.el (message-bury): Don't pop up a new window when selected
4350         window is dedicated.
4352 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4354         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4356 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
4358         * sieve-manage.el: Autoload `auth-source-search'.
4359         (sieve-sasl-auth): Use it.
4361 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
4363         * nnimap.el: Autoload `auth-source-forget+'.
4364         (nnimap-open-connection-1): Use it if the connection fails.
4366         * auth-source.el: Require `password-cache'.
4367         (auth-source-hide-passwords, auth-source-cache): Remove and mark
4368         obsolete.
4369         (auth-source-magic): Marker for `password-cache' keys.
4370         (auth-source-do-cache): Update docstring.
4371         (auth-source-search): Use and check cache.
4372         (auth-source-forget-all-cached, auth-source-remember)
4373         (auth-source-recall, auth-source-forget, auth-source-forget+)
4374         (auth-source-specmatchp): Caching support functions.
4375         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4376         Remove and obsolete.
4377         (auth-source-user-or-password): Remove caching to further discourage
4378         using it.  Always hide passwords.
4380 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4382         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4383         code for now, since it doesn't work for all users.
4385 2011-02-09  Julien Danjou  <julien@danjou.info>
4387         * message.el (message-options): Make message-options really buffer
4388         local.
4390 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
4392         * mail-source.el: Autoload `auth-source-search'.
4393         (mail-source-keyword-map): Note order matters.
4394         (mail-source-set-1): Get all the mail-source source values and
4395         defaults and search auth-source on those if needed.  This can all
4396         probably be simplified.
4398         * nnimap.el: Autoload `auth-source-search'.
4399         (nnimap-credentials): Use it.
4400         (nnimap-open-connection-1): Ask for the virtual server and physical
4401         address in one shot.
4403         * nntp.el: Autoload `auth-source-search'.
4404         (nntp-send-authinfo): Use it.  Note TODO.
4406 2011-02-08  Julien Danjou  <julien@danjou.info>
4408         * shr.el (shr-tag-body): Add support for text attribute in body
4409         markups.
4411         * message.el (message-options): Make message-options a local variable.
4413 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4415         * auth-source.el (auth-source-secrets-search)
4416         (auth-source-user-or-password): Use `append' instead of `nconc'.
4417         (auth-source-user-or-password): Build return list better and protect
4418         against nil :secret.
4420 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4422         * nnimap.el (nnimap-update-info): Refactor slightly.
4423         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4424         (nnimap-update-info): Clean up slightly.
4425         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4426         characters.
4427         (nnimap-process-quirk): Rename function to avoid collision.
4428         (nnimap-update-info): Fix macrology bug-out.
4429         (nnimap-update-info): Simplify split history test.
4431 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
4433         * auth-source.el (top): Require 'eieio unconditionally.
4434         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4435         (auth-source-secrets-search): Limit search when `max' is greater than
4436         number of results.
4438 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4440         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4441         part not returning any data.
4443         * proto-stream.el (open-protocol-stream): Document the return value.
4445 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4447         * auth-source.el (auth-source-secrets-search): Add examples.
4449 2011-02-06  Julien Danjou  <julien@danjou.info>
4451         * message.el (message-setup-1): Handle message-generate-headers-first
4452         set to t.
4454 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4456         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4457         API with a string "secrets:collection-name" and with 'default.
4458         (auth-source-backend-parse): Parse "secrets:collection-name" and
4459         'default.  Recurse on parses instead of repeating code.  Use the
4460         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
4461         message when ignoring a source.
4462         (auth-source-search): List ignored search keys at the top level.
4463         (auth-source-netrc-create): Use `case' instead of `cond'.
4464         (auth-source-secrets-search): Created with TODOs.
4465         (auth-source-secrets-create): Created with TODOs.
4466         (auth-source-retrieve, auth-source-create, auth-source-delete)
4467         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4468         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4469         (auth-source-user-or-password-sftp)
4470         (auth-source-user-or-password-smtp): Remove.
4471         (auth-source-user-or-password): Deprecated and modified to be a wrapper
4472         around `auth-source-search'.  Not tested thoroughly.
4474 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4476         * auth-source.el: Bring in assoc and eioeio libraries.
4477         (secrets-enabled): New variable to track the status of the Secrets API.
4478         (auth-source-backend): New EIOEIO class to represent a backend.
4479         (auth-source-creation-defaults): New variable to set prompt defaults
4480         during token creation (see the `auth-source-search' docstring for
4481         details).
4482         (auth-sources): Simplify to allow a simple string as a netrc backend
4483         spec.
4484         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4485         (auth-source-backend-parse-parameters): Fill in the backend parameters.
4486         (auth-source-search): Main auth-source API entry point.
4487         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4488         (auth-source-search-collection): Helper function for searching.
4489         (auth-source-netrc-parse, auth-source-netrc-normalize)
4490         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4491         Supports search, create, and delete.
4492         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4493         backend stubs.
4494         (auth-source-user-or-password): Call `auth-source-search' but it's not
4495         ready yet.
4497 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
4499         * message.el (message-setup-1): Remove the read-only stuff, since it
4500         doesn't work under XEmacs, for some reason.
4502         * gnus-sum.el (gnus-user-date): Rename back from
4503         gnus-summary-user-date since user code refers to it.
4505         * shr.el (shr-render-td): Store the actual background color used.
4507         * message.el (message-setup-1): Don't bind the constant
4508         -forbidden-properties.
4509         (message-setup-1): Revert previous change, since it needs to bind the
4510         props to insert them.
4511         (message-resend): Allow removing the read-only separator line.
4513 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4515         * nnimap.el (nnimap-request-accept-article): Give an error message if
4516         the APPEND wasn't successful.
4518 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
4520         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4521         that have no groups.
4523 2011-02-03  Julien Danjou  <julien@danjou.info>
4525         * gnus-draft.el: Remove progn around gnus-draft-setup.
4527 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4529         * gnus-start.el (gnus-read-active-for-groups): This function is never
4530         called with a nil `infos', so clean that up.
4531         (gnus-get-unread-articles): Request active files from primary/secondary
4532         methods that have no groups (yet).
4534 2011-02-03  Julien Danjou  <julien@danjou.info>
4536         * message.el (message-setup-1): Always generate References first.
4537         (message-mail): Return the return value of message-setup, not always t.
4538         (message-setup-1): Insert mail-header-separator with read-only and
4539         intangible properties set.
4541         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4542         user-date in docstring.
4544         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4546         * gnus.el (gnus-summary-line-format): Mention &user-date format in
4547         docstring.
4549         * gnus.el (gnus-user-date-format-alist): Change default value.
4550         Use defcustom, with type and group.  Move from gnus-util.el.
4551         Rename to gnus-summary-user-date-format-alist.
4553 2011-02-03  Glenn Morris  <rgm@gnu.org>
4555         * nnimap.el (gnus-fetch-headers): Declare.
4557         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4559 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4561         * message.el (message-forward-make-body-digest-plain)
4562         (message-followup, message-reply): Clean up things noted by Stefan.
4564         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4565         gnus-article-update-date-headers is nil.
4566         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4567         it didn't really work with defcustom.
4568         (article-update-date-lapsed): Make sure the window start doesn't move,
4569         either.
4571 2011-02-01  Julien Danjou  <julien@danjou.info>
4573         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4574         format.
4576         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4577         standard in Emacs nowadays.
4579 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4581         * message.el (message-expand-name): Don't trust the return value of
4582         bbdb-complete-name.
4583         (message-check-news-header-syntax): Remove unused var `start'.
4584         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4585         (message-inhibit-body-encoding): Move to before first use.
4586         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4587         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4588         (Organization, Message-ID, Date, mh-previous-window-config):
4589         Defvar the vars using dynamic scoping.
4591 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4593         * shr.el (shr-render-td): Only do colors at the final rendering.
4594         Should be slightly faster.
4595         (shr-insert-table): Fix up TD background colors when doing the
4596         vertical padding.
4598         * gnus-art.el (article-date-ut): Protect against articles with no Date
4599         header.
4600         (article-update-date-lapsed): Don't use current-column to find the
4601         horizontal position.  It's fragile in the presence of \003 characters.
4603         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4605 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4607         * gnus-art.el (article-transform-date): Rewrite to still work when
4608         there are several rfc2822 parts.
4609         (article-transform-date): Fix infinite recursion.
4610         (article-date-ut): Replace infinitely many Date headers with a single
4611         one when called interactively.
4613         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4614         secure manner.
4616         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4617         move around by not using save-window-excursion.  It seems to work...
4619 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4621         * gnus-art.el (article-make-date-line): Work for user-defined format.
4623 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4625         * nntp.el (nntp-retrieve-group-data-early)
4626         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4627         fetching functions.
4629         * gnus-start.el (gnus-read-active-for-groups): Read the active files
4630         thoroughly for all backends that have no known groups.  This should
4631         allow new nnml methods to retrieve mail.
4633         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4634         that Gnus doesn't know exists again.
4636         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4637         (gnus-treat-date-ut): Ditto.
4638         (gnus-article-update-date-header): Rename.
4639         (gnus-treat-date-local): Remove.
4640         (gnus-treat-date-english): Remove.
4641         (gnus-treat-date-lapsed): Remove.
4642         (gnus-treat-date-combined-lapsed): Remove.
4643         (gnus-treat-date-original): Remove.
4644         (gnus-treat-date-iso8601): Remove.
4645         (gnus-treat-date-user-defined): Remove.
4646         (gnus-article-date-headers): New variable to control all the date
4647         header options.
4648         (article-date-ut): Rewrite to allow using the new way to format date
4649         headers(s).
4651 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4653         * nnmail.el (nnmail-article-group): Check for a direct fancy split
4654         method.
4655         (nnmail-article-group): A better test for fanciness.
4657         * nnimap.el (nnimap-request-head): Protect against not finding the
4658         article by Message-ID.
4660 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
4662         * gnus-art.el (article-update-date-lapsed): Try a better way to really
4663         keep point at the "same place".
4665 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4667         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
4668         data if the group is inactive.
4670 2011-01-28  Julien Danjou  <julien@danjou.info>
4672         * gnus-win.el: Remove dead function gnus-window-configuration-element.
4673         (gnus-all-windows-visible-p): Remove old compatibility code.
4674         (gnus-window-top-edge): Add docstring.
4676         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
4678 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4680         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
4681         older request-update-info.
4683         * gnus-art.el (article-make-date-line): Limit the length a bit more.
4685 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
4687         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
4688         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
4690 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4692         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
4693         groups.  This makes the nndraft:queue group pop up if it's not already
4694         there.
4696         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
4697         messages" logic, which was reversed.
4699         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
4700         the "same place" even if point is on the line being replaced.
4701         (article-update-date-lapsed): Allow updating both the combined lapsed
4702         and the lapsed headers.
4703         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
4704         (article-make-date-line): Limit the number of segments dynamically to
4705         avoid too-long lines.
4707 2011-01-27  Julien Danjou  <julien@danjou.info>
4709         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
4710         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
4712 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4714         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
4715         Use plist-get instead of the cl function getf.
4717 2011-01-27  Glenn Morris  <rgm@gnu.org>
4719         * gnus-util.el (float-time): Get rid of compiler warning, again.
4721 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4723         * shr.el (shr-put-color): Special-case background colors: Do put them
4724         at the blank parts at the front of the lines.
4726         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
4727         exit hook to nix out all data on readedness on group exit.
4729         * gnus-util.el (float-time): If float-time is bound, always use it on
4730         all Emacsen.  It's unclear why the subrp check was there.
4731         (time-date): Require to make some autoload issues on XEmacs go away.
4733         * shr.el (shr-put-color): Don't do the box padding in tables, since
4734         they're already padded.
4736 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4738         * gnus-art.el (gnus-article-next-page): When the last line of the
4739         article is displayed, scroll down once more instead of going to the
4740         next article at once.
4741         (article-lapsed-string): Refactor out and allow specifying how many
4742         segments you want.
4743         (gnus-article-setup-buffer): Start updating the lapsed header directly.
4744         (gnus-article-update-lapsed-header): New variable.
4746         * shr.el: Revert change that made headings use different-sized faces.
4747         The Emacs display engine isn't advanced enough that, for instance,
4748         tables can comfortably use differently-sized faces.
4750 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4752         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4753         used.
4754         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
4755         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
4756         we're using an encrypted connection.
4758         * proto-stream.el: Alter the interface functions to also return the
4759         actual stream type used: network or TLS.
4761 2011-01-25  Julien Danjou  <julien@danjou.info>
4763         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
4764         (mm-display-javascript-inline): New function.
4766         * mm-decode.el (mm-inline-media-tests): Add application/javascript
4767         viewing function.
4769 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4771         * shr.el (shr-expand-newlines): Fix variable name.
4773 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4775         * shr.el (shr-expand-newlines): Make nested boxes work.
4777 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4779         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
4780         backgrounds.
4781         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
4782         in a more sensible manner.
4784 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
4786         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
4787         if EPG is loaded.
4789 2011-01-24  Julien Danjou  <julien@danjou.info>
4791         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
4792         tags.
4794 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4796         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
4797         commands.
4799         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
4800         in the article buffer.
4801         (gnus-gravatar-insert): Use blank space from the current buffer to
4802         avoid breaking text properties.  This makes X-Sent updating work again.
4804         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
4806 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
4808         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
4809         fix the bug in url-http.el instead.
4811         * shr.el (shr-image-fetched): Ditto.
4813         * shr.el (shr-image-fetched): Avoid having point move in the article
4814         buffer.
4816         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
4817         buffer after being called.  It's apparently being killed by url.el, and
4818         killing it made point move to end-of-buffer in a random buffer.
4820         * shr.el (shr-image-fetched): Ditto.
4822 2011-01-23  Julien Danjou  <julien@danjou.info>
4824         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
4826         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
4827         text/x-org.
4829 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4831         * gnus-sum.el (gnus-summary-move-article): Protect against backends
4832         (i.e., nnimap) returning nil as the article number.
4834 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
4836         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
4837         "DelSp" parameter in RFC3676.
4839 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4841         * message.el (message-check-recipients): Display the encoded version of
4842         the bogus address if they differ.
4844         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
4845         after sending.
4847         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4849         * gnus-group.el (gnus-group-refresh-group): New convenience function.
4851         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
4852         group buffer after sending the queue.
4854         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4856 2011-01-22  Julien Danjou  <julien@danjou.info>
4858         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
4860 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4862         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
4863         nested related parts.
4865         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
4866         unexpired articles.  This fixes the regression that led expiry marks to
4867         disappear from nnfolder groups.
4869 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4871         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
4872         Don't confuse the "ret" of "retrograde" with RET.
4874 2011-01-21  Julien Danjou  <julien@danjou.info>
4876         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
4877         than mm-insert-inline.
4879 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4881         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
4882         Widen article buffer.
4884 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4886         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
4887         the temp buffer.
4888         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
4890 2011-01-20  Julien Danjou  <julien@danjou.info>
4892         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
4894         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
4895         than mm-insert-inline to insert inline part: this respect
4896         mm-inline-media-tests displayers.
4898         * mm-view.el (mm-display-shell-script-inline): New function.
4900         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
4902         * mm-uu.el (mm-uu-type-alist): Add org block.
4903         (mm-uu-org-src-code-block-extract): New function.
4905         * mm-view.el (mm-display-org-inline): New function.
4907         * mm-decode.el (mm-automatic-display): Add text/org.
4909         * mailcap.el (mailcap-mime-extensions): Add .org.
4911 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4913         * gnus-art.el (gnus-article-highlight): Remove argument passed to
4914         gnus-article-add-buttons.
4916 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
4918         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
4919         From header with a date and "nobody" as the sender.
4921 2011-01-19  Julien Danjou  <julien@danjou.info>
4923         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
4924         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
4925         if you have the same regexp several times.
4926         (gnus-button-push): Fix matching when regexp is symbol.
4928 2011-01-15  Glenn Morris  <rgm@gnu.org>
4930         * message.el (message-mail): A compose-mail function should
4931         accept headers as strings.
4933 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
4935         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
4936         Add :vert-only tags.
4937         (message-mail): New arg RETURN-ACTION.
4938         (message-return-action): New var.
4939         (message-bury): Use it.
4940         (message-mode): Make it buffer-local.
4941         (message-send-and-exit): Always call message-bury.
4943         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
4944         message-mail.
4946 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4948         * nnimap.el (nnimap-convert-partial-article): Protect against
4949         zero-length body parts.
4951         * mm-decode.el (mm-preferred-alternative-precedence):
4952         Discourage showing empty parts.
4954         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
4955         and stuff if the backend didn't return the article number.  This fixes
4956         an Exchange-related nnimap bug.
4958         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
4959         group window, because it does the wrong thing when a separate frame
4960         displays the group buffer.
4962         * proto-stream.el (open-protocol-stream): Protect against the low-level
4963         transport functions returning nil.
4965 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
4967         * mml2015.el (epg-sub-key-fingerprint): Autoload.
4968         (mml2015-epg-find-usable-secret-key): New function.
4969         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
4970         mml2015-epg-find-usable-key (Bug#7797).
4971         (mml2015-epg-encrypt): Ditto.
4973 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4975         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
4977 2011-01-03  Glenn Morris  <rgm@gnu.org>
4979         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
4981         * sieve.el (sieve-open-server): Give a more explicit error if
4982         sieve-manage-open returns nil.  (Bug#7720)
4984 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
4986         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
4988 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4990         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
4991         This avoids sending passwords in plain text over non-encrypted
4992         channels.
4994         * shr.el (shr-rescale-image): Display all GIF images as animated images.
4996         * nnimap.el (nnimap-login): Refactored out into own function, and
4997         implement CRAM-MD5.
4998         (nnimap-wait-for-line): Refactored out.
5000         * mm-view.el (mml-smime): Require.
5002 2010-12-20  David Engster  <deng@eml.cc>
5004         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
5005         use EPG to decrypt S/MIME messages instead of openssl.
5007 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5009         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
5011         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
5012         status is the group clearly is unreachable.
5014         * auth-source.el (auth-source-create): Add the optional second
5015         parameter to `local-variable-p' to be compatible with XEmacs.
5017 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
5019         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
5020         work when using a compressed nnml folder.
5022 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5024         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
5025         backends after sanitising on entry, because this never makes sense:
5026         If the articles have gone missing, then the data no longer exists on
5027         the backend, and if they haven't, then Gnus is wrong, and shouldn't
5028         overwrite anything anyway.
5030         * shr.el (shr-insert-document): Bind shr-width dynamically to
5031         window-width if it's nil.
5033 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
5035         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
5036         with the meaning of using the full emacs window width for rendering.
5038 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
5040         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
5041         case when sender is not given.
5043 2010-12-23  Julien Danjou  <julien@danjou.info>
5045         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
5046         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
5047         the addresses, otherwise we might misplaced the gravatar.
5049 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
5051         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
5052         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
5053         obsolete in Emacs.
5055 2010-12-20  Julien Danjou  <julien@danjou.info>
5057         * gnus-util.el (gnus-rescale-image): Revert last change.
5059 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5061         * gnus-group.el (gnus-group-delete-articles): New command.
5063 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5065         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
5067 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5069         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5070         here, since it's up to the backends to do CRLF removal if their
5071         protocol has it.
5073         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5075 2010-12-17  Julien Danjou  <julien@danjou.info>
5077         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5078         they are from file.  Can also scale up.
5080 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5082         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5083         Restore gnus-use-agent.
5084         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5086         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5088 2010-12-17  Julien Danjou  <julien@danjou.info>
5090         * gravatar.el (gravatar-retrieve-synchronously): New function.
5091         (gravatar-get-data): Make more robust.
5093 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5095         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
5096         to really consider the last line.
5098 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
5100         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
5101         list of recipient keys, or use symmetric encryption if not a list.
5102         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
5103         EPA override, replacing the call to `netrc-store-data'.
5105 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
5107         * gnus-srvr.el: Avoid passing nil regexp argument to
5108         delete-matching-lines.
5110 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5112         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
5113         fetching stops when Gnus exits.
5115         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
5116         function.
5117         (nnfolder-request-expire-articles): Save all the buffers after doing
5118         expiry.
5120         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
5121         the last article", since that led to serious performance regressions
5122         when expiring nnml groups.
5124 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
5126         * nnir.el: Improve customizations.
5128 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5130         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
5132         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
5133         group has been killed.
5134         (gnus-group-yank-group): Ditto.
5136         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
5138         * nnimap.el (nnimap-request-update-group-status): New function.
5140         * gnus-int.el (gnus-request-update-group-status): New interface
5141         function.
5143         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
5144         copying read-ness to the backends.
5146         * nnimap.el (nnimap-quirk): New function.
5147         (nnimap-retrieve-group-data-early): Use it.
5148         (nnimap-quirks): New alist.
5150 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5152         * shr.el (shr-insert): Set shr-start after deleting trailing space;
5153         don't delete it within indentation.
5155 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5157         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
5158         previous line.
5160 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5162         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
5163         QRESYNC command by deleting a superfluous space which broke Cyrus
5164         servers.  This change will break other servers that are buggy the other
5165         way around.
5167 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
5169         * spam.el: Reindent and fix long lines.
5170         (spam-copy-or-move-routine): Exclude invalid move destinations.
5172 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
5174         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
5175         installed the registry.
5177 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5179         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
5180         groupname doesn't contain "gmane".
5182 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5184         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
5185         (gnus-1): Don't create the nndrafts group twice.
5186         (gnus-setup-news): There's no need to read the active file here, since
5187         that's done again later on a per-backend basis.
5188         (gnus-start-draft-setup): Make sure that the new group is started out
5189         empty.
5191         * gnus-agent.el (gnus-agentize): Don't create the queue group
5192         automatically on startup.  It'll be created later, if needed.
5194         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
5195         of automatically subscribed groups.
5196         (gnus-auto-subscribed-categories): New variable.
5197         (gnus-matches-options-n): Use it.
5198         (gnus-default-subscribed-newsgroups): Remove unused variable.
5199         (gnus-start-draft-setup): Message a bit less.
5201 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5203         * nnir.el (nnir-run-imap): Return article list in order of increasing
5204         UID.
5206 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5208         * gnus-sum.el (gnus-summary-enter-digest-group):
5209         Mention gnus-auto-select-on-ephemeral-exit.
5211         * proto-stream.el (proto-stream-open-network-only): Fix the calling
5212         convention of the network-only option.
5214 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5216         * proto-stream.el (proto-stream-open-network-only): New function to
5217         have a way to specify non-STARTTLS upgrade connections.
5219 2010-12-10  Julien Danjou  <julien@danjou.info>
5221         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
5222         email address is nil.
5224         * message.el (message-bogus-recipient-p): Set address to "" if nil.
5226 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
5228         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
5229         deletion.
5230         (nnir-run-imap): Only need to parse list once.
5232 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5234         * shr.el (shr-tag-script): Ignore <script>.
5235         (shr-tag-label): Add <label> support.
5237 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5239         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
5241         * shr.el (shr-image-displayer): Work for images lined side by side.
5243 2010-12-08  Robert Pluim  <rpluim@gmail.com>
5245         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
5246         parameter, since XEmacs doesn't accept t as a parameter.
5248 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
5250         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
5251         ids.
5252         (nnir-run-gmane): Simplify groupspec formatting.
5253         (nnir-request-expire-articles): New function.
5255 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5257         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
5258         overflow, possibly.
5260         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
5261         (shr-render-td): Handle td style="" better.
5262         (shr-tag-table): Use the color from the style sheet.
5263         (shr-render-td): Make sure we copy over all the overlays, too.
5265 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
5267         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
5268         (nnir-request-article): Improve article retrieval.
5270 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5272         * mm-util.el (mm-extra-numeric-entities): New variable.
5274         * mm-url.el (mm-url-decode-entities):
5275         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
5277 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5279         * message.el: Use completion-at-point.
5280         (message-completion-function): New fun, extracted from message-tab.
5281         (message-mode): Use it for completion-at-point-functions.
5282         (message-tab): Use it and completion-at-point.
5284 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5286         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
5287         character if a non-breakable character follows.
5289 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5291         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
5292         any stream.
5294         * shr.el (shr-tag-font): Colorize the region.
5295         (shr-tag-body): Ditto.
5296         (shr-tag-font): Actually let the styles be inherited instead of
5297         overwriting them.
5298         (shr-tag-font): Get the background color right.
5299         (shr-tag-style): Ignore all <style> tags for the moment.
5301         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
5302         a Message-ID to avoid having nnimap depend on gnus-sum.
5304         * shr.el (shr-descend): Only colorize something if we have a node that
5305         sets colors.
5307 2010-12-06  Julien Danjou  <julien@danjou.info>
5309         * shr.el (shr-render-td): Render td content with shr-descend, so style
5310         will be applied to <td> too.
5311         (shr-colorize-region): Colorize region even if we only have a background.
5312         (shr-tag-body): Fix color and background color inheritance.
5313         Do not recolorize after shr-generic.
5314         (shr-tag-font): Let shr-generic colorize via inheritance.
5316 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5318         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
5320 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
5322         * nnir.el (nnir-request-move-article): Remove obsolete code.
5324 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5326         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
5328 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5330         * gnus-sum.el (gnus-summary-respool-article): The completion function
5331         expects a list instead of an alist.
5333         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
5334         string as the parameter.
5336         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
5338         * shr.el (shr-stylesheet): New dynamic variable for cascading the
5339         styles.
5340         (shr-colorize-region): New function.
5341         (shr-insert-background-overlay): Remove.
5342         (shr-render-td): Background setting should be taken care of on a higher
5343         level.
5344         (shr-tag-body): Use post-hoc colorizations.
5345         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
5346         (shr-put-color-1): Don't overwrite old colors.
5347         (shr-colorize-region): When the background color isn't explicit, use
5348         a fixed background.
5350         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5351         nnmail variables.
5353 2010-12-05  Bjørn Mork  <bjorn@mork.no>
5355         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5356         unless necessary.
5358 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
5360         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
5361         server.
5363 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5365         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
5366         so that TAB works.
5368         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
5369         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5371         * shr.el (shr-urlify): Show the URL before the title to avoid
5372         misleading URLs.
5374 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
5376         * shr.el (shr-urlify): Display the title in <a> tags.
5378 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
5380         * nnir.el (nnir-categorize): Replace mapcar with mapc.
5382 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
5384         * nnir.el: Rearrange code to allow macros to be autoloaded by
5385         gnus-sum.el.
5386         (nnir-retrieve-headers-override-function): Make this variable
5387         customizable.
5388         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5390         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5391         from nnir.el.
5393 2010-12-03  Julien Danjou  <julien@danjou.info>
5395         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5397 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5399         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5400         allow optional argument `environment'.
5402 2010-12-03  Glenn Morris  <rgm@gnu.org>
5404         * mm-extern.el (message-goto-body): Update declaration.
5406 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5408         * gnus-util.el (gnus-macroexpand-all): New function.
5410         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5411         instead of macroexpand-all that is unavailable in XEmacs.
5413 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
5415         * nnir.el (nnir-summary-line-format): New variable.
5416         (nnir-mode): Use it.
5417         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5418         (nnir-article-ids): Reimplement as defsubst.
5419         (nnir-retrieve-headers): Don't mangle the subject header.
5420         (nnir-run-imap): Use 100 as RSV score.
5421         (nnir-run-find-grep): Fix for full server searching.
5422         (nnir-run-gmane): Better restriction to gmane groups.
5424         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5425         summary buffers.
5427 2010-12-02  Julien Danjou  <julien@danjou.info>
5429         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5431         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5433         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5434         support.
5436 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
5438         * nnir.el: Update to handle the registry better.
5439         (autoload): Silence byte-compiler.
5440         (nnir-open-server): Add a hook for nnir groups.
5441         (nnir-request-move-article): Don't mangle the header.  Better to use
5442         formatting variables (which will be added in the future).
5443         (nnir-registry-action): Update the registry using the original article
5444         group name.
5445         (nnir-mode): Install nnir-specific hooks for updating the registry.
5447         * gnus-sum.el
5448         (gnus-article-original-subject,gnus-newsgroup-original-name):
5449         Remove obsolete variables.
5450         (gnus-summary-move-article): Remove use of obsolete variables.
5451         (gnus-summary-local-variables): Make move and delete hooks local to
5452         summary buffers.
5454 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5456         * rtree.el: New file.
5458 2010-12-01  Julien Danjou  <julien@danjou.info>
5460         * message.el (message-user-organization): Do not use
5461         gnus-local-organization.
5463         * gnus.el: Remove gnus-local-organization.
5465         * gnus-msg.el: Remove nastygram thing.
5467 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5469         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5470         funcall.
5472 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5474         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5475         names.
5477         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5478         characters.
5480         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5481         to t of inhibit-read-only since it is inside gnus-with-article-headers.
5482         Suggested by Štěpán Němec <stepnem@gmail.com>.
5483         (gnus-gravatar-transform-address): Use mail-extract-address-components
5484         that supports non-ASCII names rather than mail-header-parse-addresses.
5486 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5488         * proto-stream.el (open-protocol-stream): All STARTTLS connections are
5489         handled by the network handler.
5491 2010-11-30  Julien Danjou  <julien@danjou.info>
5493         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5494         (nnimap-open-connection-1): Fix PREAUTH.
5496         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5498 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5500         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5501         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5502         (shr-insert): Use them.
5503         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5505 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5507         * nnir.el (nnir-request-move-article): Bail out if original group
5508         doesn't support article moves.
5509         (nnir-get-active): Improve active list retrieval.
5511 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5513         * shr.el (shr-find-fill-point): Don't break before apostrophes.
5515 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
5517         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5518         seem to accept strings-with-numbers as port numbers.
5520 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5522         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5523         change the registry.
5525 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5527         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5528         delete-dups that is not available in XEmacs 21.4.
5530         * mm-util.el (mm-delete-duplicates): Add comment.
5532 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
5534         * nnir.el (nnir-ignored-newsgroups): New variable.
5535         (nnir-get-active): Use it.
5537 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5539         * proto-stream.el (proto-stream-open-network): Add some comments.
5541         * nntp.el (nntp-open-connection): Provide a :success condition.
5543         * nnimap.el (nnimap-open-connection-1): Ditto.
5545         * proto-stream.el (proto-stream-open-network): See what the response to
5546         the STARTTLS command is.
5548         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5549         backwards compatibility).
5550         (nnimap-open-connection-1): Really respect nnimap-server-port.
5552         * proto-stream.el (proto-stream-open-network): When doing opportunistic
5553         TLS upgrades we don't really care about the identity of the peer.
5554         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5555         that what we've checked for.
5556         (proto-stream-always-use-starttls): Only default to t if
5557         open-gnutls-stream exists.
5558         (proto-stream-open-network): If STARTTLS failed, then just open a
5559         normal connection.
5560         (proto-stream-open-network): Wait until the greeting before doing
5561         STARTTLS.
5563         * nntp.el (nntp-open-connection): Report what the connection error is.
5565         * proto-stream.el (open-protocol-stream): Rename from
5566         open-proto-stream.
5568 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5570         * nnimap.el (nnimap-stream): Change default to `undecided'.
5571         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5572         first, and then network.
5573         (nnimap-open-connection-1): Respect nnimap-server-port.
5574         (nnimap-open-connection): Be more backwards-compatible.
5576         * proto-stream.el (proto-stream-always-use-starttls): New variable.
5577         (proto-stream-open-starttls): De-duplicate the STARTTLS code.
5578         (proto-stream-open-starttls): Folded back into the main function.
5579         (proto-stream-open-network): Fix typo in the GnuTLS path.
5580         (proto-stream-command): Refactor out.
5582         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5584         * proto-stream.el (proto-stream-open-starttls): Actually implement the
5585         starttls.el STARTTLS.
5587         * color.el (color-lab->srgb): Fix function call name.
5589         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5590         if we're using tls.el.
5591         (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
5592         built in, then don't try to establish a STARTTLS connection.
5594         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5595         servers.
5597         * proto-stream.el (open-proto-stream): Use network, not stream.
5598         (open-proto-stream): Add a way to specify what the end of a command is.
5600         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5601         connections types.
5602         (nntp-open-network-stream): Remove.
5603         (nntp-open-ssl-stream): Remove.
5604         (nntp-open-tls-stream): Remove.
5605         (nntp-ssl-program): Remove.
5607         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5609 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
5611         * nnir.el: Fix typos.
5612         (nnir-retrieve-headers-override-function): Rename variable to reflect
5613         new semantics.
5614         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5615         macros.
5616         (nnir-request-article, nnir-request-move-article): Use them.
5617         (nnir-categorize): New function.
5618         (nnir-run-query): Use it.
5619         (nnir-retrieve-headers): Rewrite to batch header retrieval.
5620         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5621         sorted.
5622         (nnir-group-full-name): Use gnus-group-full-name instead.
5623         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5624         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5626 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5628         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5630         * proto-stream.el: New library to provide protocol-specific
5631         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5632         protocols.
5633         (open-proto-stream): Complete the documentation.
5634         (proto-stream-open-network): Fix some typos.
5636         * nnimap.el (nnimap-open-connection): Use it.
5638 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
5640         * pop3.el (pop3-open-server): Read server greeting before starting TLS
5641         negotiation.
5643 2010-11-26  Julien Danjou  <julien@danjou.info>
5645         * color.el: Rename various rgb functions to srgb.
5647 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5649         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
5650         names.
5652 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5654         * shr.el (shr-insert): Revert last change.
5655         (shr-find-fill-point): Never leave point being at bol;
5656         relax the kinsoku limitation when rendering tables.
5658 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5660         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
5661         results from -accept-article.
5663         * shr-color.el: Require cl when compiling.
5665         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
5666         checkin.
5668         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
5670         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
5672         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
5673         'add and 'delete to set backend marks.
5675         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
5677         * nnheader.el (nnheader-update-marks-actions): Refactor out.
5679         * nntp.el (nntp-request-set-mark): Use it.
5681         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5683         * nnml.el (nnml-request-set-mark): Ditto.
5685         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
5686         introduces regressions in article selection.
5687         (nnimap-find-uid-response): New function.
5688         (nnimap-request-accept-article): Use the UID returned, if any.
5689         (nnimap-request-move-article): Use the UID returned, if any.
5690         (nnimap-get-groups): Reimplement to work with folded lines.
5691         (nnimap-find-uid-response): The UID is the last element in the list.
5692         (nnimap-request-set-mark): Extend syntax with 'set.
5694         * nnml.el (nnml-request-set-mark): Ditto.
5696         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5698         * nntp.el (nntp-request-set-mark): Ditto.
5700 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5702         * message.el (message-called-interactively-p): A temporary macro.
5703         (message-goto-body): Use it temporarily.
5705 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5707         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
5708         (nnimap-last-response-string): Unfold quoted lines, if they exist.
5709         (nnimap-last-response-string): Fix last unfolding fix.
5711 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5713         * shr.el (shr-insert): Fix the way to fold lines.
5715 2010-11-25  Julien Danjou  <julien@danjou.info>
5717         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
5719         * color.el: Rename from color-lab.el
5720         (color-rgb->hex): Add.
5721         (color-complement): Add.
5722         (color-complement-hex): Add.
5724         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
5726 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5728         * shr-color.el (shr-color-visible): Don't bug out if the color names
5729         don't exist.
5731 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5733         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
5734         assuming that article displaying or another mml-preview may be
5735         interrupted for an error or for the like.
5737         * shr.el (shr-get-background): Fix argument name.
5739 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5741         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
5743         * gnus-sum.el (gnus-summary-include-articles): New function.
5745         * message.el (message-goto-body): called-interactively-p needs a
5746         parameter, so use `any'.
5748         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
5749         clear marks before moving, since they're synced from the Gnus side
5750         first.
5752         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
5753         (gnus-summary-move-article): Copy over all marks before moving, so that
5754         IMAP doesn't think a new article has arrived.
5756 2010-11-24  Julien Danjou  <julien@danjou.info>
5758         * shr.el (shr-insert-background-overlay): Fix typo.
5759         (shr-render-td): Copy the background before rendering.
5761         * shr-color.el (shr-color-visible): Fix docstring.
5763         * shr.el (shr-tag-table): Add bgcolor support.
5764         (shr-render-td): Add bgcolor support.
5765         (shr-get-background): Add.
5766         (shr-insert-foreground-overlay): Use shr-get-background.
5768         * message.el (message-goto-body): Use called-interactively-p.
5769         (message-in-body-p): message-goto-body returns point.
5771 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5773         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
5774         Fixes something or other in Emacs 23, and is backwards compatible.
5776         * message.el (message-goto-body): Remove the <#secure special-casing,
5777         which is too special.
5779         * shr.el (shr-parse-style): Drop !important from styles.
5781 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
5783         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
5784         this function to return incorrect results when calling it with an
5785         explicit article argument different from
5786         (gnus-summary-article-number).
5788 2010-11-24  Julien Danjou  <julien@danjou.info>
5790         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
5791         (shr-tag-body): Add background support.
5792         (shr-descend): Add background support.
5793         (shr-tag-title): Add.
5795         * shr-color.el (shr-color-visible): Really return original background
5796         if fixed.
5798 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5800         * shr.el (shr-color-check): Protect against non-existent color names.
5802 2010-11-24  Julien Danjou  <julien@danjou.info>
5804         * color-lab.el: Require 'cl when compiling.
5806         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
5808         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
5809         matched part.
5811         * color-lab.el: Fix all expt calls to use float type.
5813 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5815         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
5816         expression to shr-color-check as is.
5818         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
5820         * color-lab.el: Add coding cookie.
5821         (float-pi): Use eval-and-compile.
5823 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5825         * shr.el (shr-insert-color-overlay): Split stuff like
5826         "#444444 !important" to find the real color.
5827         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
5828         parse <font color="red"> entries.
5830 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
5832         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
5833         point when parsing headers.
5835         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
5836         is positioned properly when parsing headers.
5838 2010-11-23  Julien Danjou  <julien@danjou.info>
5840         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
5842         * shr-color.el (shr-color->hexadecimal): Add support for color names.
5844         * shr.el (shr-parse-style): Replace \n with space in style parsing.
5846         * shr-color.el (shr-color-hsl-to-rgb-fractions):
5847         Use shr-color-hue-to-rgb.
5848         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
5850 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5852         * shr.el (shr-color->hexadecimal): Autoload.
5853         (shr-descend): Add color to all tags.
5855 2010-11-22  Julien Danjou  <julien@danjou.info>
5857         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
5858         shr-color->hexadecimal.
5860         * shr-color.el (shr-color->hexadecimal): Add converting functions for
5861         RGB() or HSL() color representation.
5863         * shr.el (shr-tag-font): Add.
5864         (shr-tag-color-check): New function to get better colors.
5865         (shr-tag-insert-color-overlay): Factorize code between tag-font and
5866         tag-span.
5868         * shr-color.el: New file.
5870         * color-lab.el: New file.
5872         * gnus-art.el (gnus-url-mailto): Do not downcase args.
5874 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
5876         * nnir.el: Fix typo in comments.
5877         (nnir-run-imap): Simplify code.  No need to reverse artlist.
5878         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
5880 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5882         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
5884         * nnimap.el (nnimap-get-capabilities): Refactor out.
5885         (nnimap-open-connection): Re-request capabilities after STARTTLS.
5887 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
5889         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
5890         appearing when `mm-uu-hide-markers' is nil.
5892 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5894         * nnimap.el (nnimap-unselect-group): Make into its own function.
5895         (nnimap-request-rename-group): Unselect group before renaming.
5896         This had gotten lost somewhere.
5897         (nnimap-request-accept-article): Keep track of examined groups, and
5898         unselect the group before APPENDing to read-only groups.
5899         (nnimap-request-move-article): Clear flags before moving so that they
5900         can be re-set later.
5902 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5904         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
5905         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
5907 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5909         * gnus-art.el (gnus-mime-display-single):
5910         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
5911         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
5912         parameter.
5914 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5916         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
5917         (shr-table-vertical-line): New variable.
5918         (shr-insert-table): Use it.
5920 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5922         * gnus-html.el (gnus-html-wash-images): Don't display images if
5923         gnus-inhibit-images is non-nil; register displayer for cid images.
5924         (gnus-html-display-image): Work for cid image.
5925         (gnus-html-insert-image): Allow arguments.
5926         (gnus-html-put-image): Inhibit read-only.
5927         (gnus-html-prefetch-images): Don't prefetch images if
5928         gnus-inhibit-images is non-nil.
5930 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5932         * shr.el (shr-put-image): Break lines when inserting big pictures.
5934 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5936         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
5937         sender, thanks Katsumi Yamaoka.
5939 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
5941         * nnir.el (nnir-run-imap): Reverse the article list for each group
5942         rather than the whole list.
5944 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5946         * shr.el (shr-image-displayer): Protect function against non-existent
5947         image source.
5949         * gnus-art.el (gnus-inhibit-images): New user option.
5950         (gnus-mime-display-single): Don't display image if it is non-nil.
5952         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
5953         gnus-inhibit-images.
5955         * shr.el (shr-image-displayer): New function.
5956         (shr-tag-img): Use it.
5958 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5960         * mml2015.el (mml2015-epg-sign): Use From header.
5962 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5964         * gnus-html.el (gnus-html-wash-images): Register a displayer.
5966         * gnus-util.el (gnus-find-text-property-region): Return markers.
5968         * shr.el (shr-tag-img): Put a displayer in the text property.
5970         * gnus-util.el (gnus-find-text-property-region): New utility function.
5972         * gnus-html.el (gnus-html-display-image): Make the alt optional.
5973         (gnus-html-show-images): Remove.
5975         * gnus-art.el (gnus-article-show-images): New, more general function.
5977         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
5978         image url text properties.
5980         * shr.el: Ditto.
5982         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
5983         gnus-agent-auto-agentize-methods is set.  Which it isn't.
5985 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5987         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
5988         work for two or more articles.
5990 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5992         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
5993         divide an image that's in an html article to two or more when washing
5994         non-ASCII characters in alt text of it.
5996 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5998         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
5999         smime-decrypt-region using function argument.
6000         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
6002         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
6004         * smime.el (smime-decrypt-region): Catch it.
6006 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6008         * smime.el (smime-mode-map): Move initialization into declaration.
6009         (gnus-run-mode-hooks): Don't autoload.
6010         (smime-mode): Use define-derived-mode.
6012 2010-11-11  Glenn Morris  <rgm@gnu.org>
6014         * smime.el (from): Restrict declaration to XEmacs.
6016         * nnir.el (gnus-group-topic-name): Autoload.
6018 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6020         * shr.el (shr-insert): Don't break long line if it is because of
6021         kinsoku-bol characters in the line end.
6023 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
6025         * nnir.el (nnir-request-move-article): Fix to provide original group
6026         and subject.
6027         (nnir-warp-to-article): Don't fail on articles whose headers haven't
6028         been retrieved.
6030         * gnus-sum.el (gnus-summary-move-article): Use original group and
6031         subject for virtual articles such as those in an nnir summary buffer.
6033 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6035         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
6036         least 21.5).
6038         * smime.el (from): Declare it again for XEmacs.
6040 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6042         * message.el (message-resend): Don't disable encoding unless it's
6043         already encoded.
6045         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
6046         low-numbered articles.
6048 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6050         * rfc2047.el (rfc2047-syntax-table): Simplify.
6052         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
6053         set-char-table-range for XEmacs.
6055 2010-11-10  Glenn Morris  <rgm@gnu.org>
6057         * smime.el (from): Remove unused declaration.
6059         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
6060         (gnus-float-time): On Emacs, always an alias.
6062         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
6063         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
6065 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6067         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6069 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6071         * shr.el (browse-url-mailto): Autoload.
6073         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6075         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6076         regexp doesn't need quoting.
6078 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
6080         * message.el (message-subject-trailing-was-ask-regexp)
6081         (message-subject-trailing-was-regexp): Match was: in addition to was.
6083 2010-11-09  Glenn Morris  <rgm@gnu.org>
6085         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6086         (nnbabyl-check-mbox): Use point-at-bol.
6088 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6090         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
6092         * message.el (message-mailto): New function.
6093         (message-mailto): Should accept other parameters.
6094         (message-mailto): Remove since it duplicates browse-url-mailto
6095         functionality.
6097 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6099         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
6100         methods.
6101         (gnus-read-active-file): Ditto.
6103         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
6104         ": " from the prompt.
6105         (gnus-group-make-group): Ditto.
6107 2010-11-07  Glenn Morris  <rgm@gnu.org>
6109         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
6110         (gnus-bookmark-kill-line): Use point-at-eol.
6112 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6114         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
6115         asterisks in From header.
6117 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6119         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
6120         string to avoid making the From headers syntactically invalid.
6122         * message.el (message-send-mail): Don't insert courtesy messages if the
6123         message already has List-Post and List-ID messages.
6125 2010-11-06  Glenn Morris  <rgm@gnu.org>
6127         * gnus-art.el (gnus-treat-article): Give dynamic local variables
6128         `condition', `type', `length' a prefix.
6129         (gnus-treat-predicate): Update for above name changes.
6131 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
6133         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
6134         binding.  Handled by `gnus-summary-refer-thread' instead.
6135         (nnir-warp-to-article): New backend function.
6137         * nnimap.el (nnimap-request-thread): Force dependency updating.
6139         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
6140         (gnus-summary-refer-thread): Rework to improve thread-referral.
6142         * gnus-int.el (gnus-warp-to-article): New function.
6144         * gnus-sum.el (gnus-summary-article-map): Bind it.
6146 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
6148         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
6149         gnus-summary-refer-thread.
6151         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
6152         headers.
6153         (gnus-summary-limit-include-thread): Prevent articles in thread from
6154         being cut in gnus-cut-threads.
6155         (gnus-summary-refer-thread): Limit retrieved headers to those in
6156         thread.
6158 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6160         * message.el (message-send-mail): Use the value of
6161         message-courtesy-message from the message buffer.
6163         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
6165         * shr.el (shr-browse-url): Implement mailto: URLs.
6167         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
6168         "raw".
6170         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
6171         if it's already selected.
6173         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
6175 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6177         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
6178         to measure the length and truncate alt text.
6180 2010-11-03  Glenn Morris  <rgm@gnu.org>
6182         * nndiary.el (nndiary-generate-nov-databases-1)
6183         (nndiary-generate-active-info): Rename dynamic variable `files' to
6184         something less generic.
6186 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
6188         * nnir.el (nnir-request-move-article): Call the underlying backend to
6189         move articles from nnir.
6191 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6193         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
6195 2010-11-02  Julien Danjou  <julien@danjou.info>
6197         * nnir.el: Remove wais support.
6199 2010-11-02  Glenn Morris  <rgm@gnu.org>
6201         * gnus-html.el: Reorder requirements to quieten compiler.
6203 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6205         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
6206         properly for XEmacs as well.
6207         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
6208         (gnus-article-natural-long-line-p): Use window-width rather than
6209         frame-width.
6211 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
6213         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
6214         (nnir-read-parms): Don't modify query.
6215         (nnir-run-query): Add ability to search topic on current line.
6216         (nnir-get-active): Clean up.
6218 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6220         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
6221         degenerate articles.
6223         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
6224         (gnus-print-buffer): Just print the buffer as is, without any copying
6225         to a buffer and then re-highlighting.
6227         * nnimap.el (nnimap-request-group): Store the new updated info.
6228         (nnimap-request-group): Select the group when we don't know whether it
6229         exists or not.
6231         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
6232         groups.
6234         * gnus-group.el (gnus-group-find-new-groups): Display all the new
6235         groups.
6237         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
6238         groups.
6240         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
6241         long-lines case by only filling the long lines.
6243         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
6244         (bug #7311).
6246 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6248         * shr.el: No need to declare `declare-function' since shr.el is for
6249         only Emacsen that provide `libxml-parse-html-region'.
6251 2010-11-01  Glenn Morris  <rgm@gnu.org>
6253         * mm-util.el (gnus-completing-read): Autoload.
6254         (mm-read-coding-system): Simplify Emacs definition.
6256         * nnmail.el (gnus-activate-group):
6257         * nnimap.el (gnutls-negotiate):
6258         * nntp.el (netrc-parse): Fix declarations.
6260 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6262         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
6263         string-match-p in Emacs >=23.
6265         * gnus-msg.el (gnus-configure-posting-styles):
6266         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
6268 2010-11-01  Glenn Morris  <rgm@gnu.org>
6270         * nnir.el (declare-function): Add compat stub.
6271         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
6272         (nnir-run-gmane): Require 'mm-url.
6274         * mm-util.el (mm-string-to-multibyte): Simplify.
6276         * shr.el (declare-function): Add compat stub.
6277         (url-cache-create-filename): Declare.
6278         (mm-disable-multibyte, widget-convert-button): Autoload.
6280         * smime.el (ldap-search): Declare.
6281         (smime-cert-by-ldap-1): Require ldap on Emacs.
6283         * nnimap.el: Require nnmail, and gnus-sum when compiling.
6284         (nnimap-keepalive): Use gnus-float-time.
6286         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
6287         (mail-source-delete-crash-box): Use gnus-float-time.
6289         * gnus-dired.el (gnus-completing-read): Autoload.
6291         * mm-view.el (gnus-rescale-image): Autoload.
6293         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
6295         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
6297         * sieve-manage.el: Require 'cl when compiling.
6299         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
6300         (gnus-iswitchb-completing-read): Require iswitchb.
6301         (gnus-select-frame-set-input-focus): Silence compiler.
6303 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6305         * message.el (message-subject-trailing-was-query): Change default to t,
6306         since I think that's what most people want.
6308         * nnimap.el (nnimap-request-accept-article): Erase buffer before
6309         appending for easier debugging.
6310         (nnimap-wait-for-connection): Take a regexp.
6311         (nnimap-request-accept-article): Wait for the continuation line before
6312         sending anything unless we're streaming.
6314         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
6315         leave the header washing to take place.
6317 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6319         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
6320         regular expression match and replace in posting styles.
6322 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
6324         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
6325         an entire server.
6326         (nnir-get-active): New function.
6327         (nnir-run-imap): Use it.
6328         (nnir-run-gmane): Who knew, gmane search returns an article score!
6330         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
6331         server on the current line with nnir.
6333 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6335         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
6336         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
6337         left edge.
6338         (gnus-article-foldable-buffer): Skip past the prefix when determining
6339         raggedness.
6341         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
6342         the raw article, and change `C-u g' to show the article without doing
6343         treatments.
6345         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
6346         on to `gnus-treat-article'.
6347         (gnus-inhibit-article-treatments): New variable.
6349         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6351         * gnus-art.el (gnus-treatment-function-alist): Have
6352         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6353         (gnus-treat-fill-long-lines): Change default to fill all text/plain
6354         sections.
6356         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
6357         parameter.
6358         (gnus-article-fill-cited-long-lines): New function.
6359         (gnus-article-fill-cited-article): Allow filling only long sections.
6361         * shr.el (shr-find-fill-point): Don't break lines between punctuation
6362         and non-punctuation (like after the apostrophe in "'We").
6364         * gnus-sum.el (gnus-summary-select-article): Make sure
6365         gnus-original-article-buffer is alive.
6367         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
6368         reflect the order they are in the digest.
6370         * gnus.el (gnus-group-startup-message): Move point to the start of the
6371         buffer.
6373         * nnimap.el (nnimap-capability): New function.
6374         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6375         is set.
6377 2010-10-31  David Engster  <dengste@eml.cc>
6379         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6380         conform with changes to gnus-completing-read.
6382 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6384         * shr.el (shr-tag-img): Output "*" instead of "[img]".
6386 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6388         * nnir.el: Move defvar, defcustom around to keep file organized
6389         and keep byte-compiler quiet.
6390         (nnir-read-parms): Accept search-engine as arg.
6391         (nnir-run-query): Pass search-engine as arg.
6392         (nnir-search-engine): Remove.
6394 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6396         * shr.el (shr-generic): The text nodes should be text, not :text.
6398         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6399         later in the file.
6401 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6403         * nnir.el: General clean up.  Allow searching with multiple engines.
6404         Allow separate extra-parameters for each engine.
6405         Batch queries when possible.
6406         (nnir-imap-default-search-key,nnir-method-default-engines):
6407         Add customize interface.
6408         (nnir-run-gmane): New engine.
6409         (nnir-engines): Use it.  Qualify all prompts with engine name.
6410         (nnir-search-engine): Remove global variable.
6411         (nnir-run-hyrex): Restore for now.
6412         (nnir-extra-parms,nnir-search-history): New variables.
6413         (gnus-group-make-nnir-group): Use them.
6414         (nnir-group-server): Remove in favor of gnus-group-server.
6415         (nnir-request-group): Avoid searching twice.
6416         (nnir-sort-groups-by-server): New function.
6418 2010-10-30  Julien Danjou  <julien@danjou.info>
6420         * gnus-group.el: Remove gnus-group-fetch-control.
6422         * gnus-start.el (gnus-find-new-newsgroups):
6423         Remove gnus-check-first-time-used.
6425         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6427 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6429         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6430         set on groups that don't have \* permanentflags.
6432 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6434         * shr.el (shr-tag-span): Drop colorization of regions since we don't
6435         control the background color.
6436         (shr-tag-img): Ignore very small web bug type images.
6437         (shr-put-image): Add help-echo alt texts to the images.
6438         (shr-tag-video): Show the video poster image.
6440 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6442         * shr.el (shr-table-depth): New variable.
6443         (shr-tag-table-1): Only insert the images after the top-level table.
6445         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6447         * gnus-util.el (gnus-list-memq-of-list): New function.
6449         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6450         selected.
6451         (nnimap-unsplittable-articles): New slot.
6452         (nnimap-new-articles): Use it.
6454 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
6456         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6457         move to the previous line on `M-g'.
6459 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6461         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6462         *-request-group, which seems unnecessary.
6464         * nnimap.el (nnimap-quote-specials): Function copied over from
6465         imap.el.
6466         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6467         they support that.  Suggested by Tom Regner.
6469 2010-10-29  Julien Danjou  <julien@danjou.info>
6471         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6472         defalias.
6473         (gnus-summary-delete-marked-with): Remove obsolete defalias.
6475         * gnus.el: Remove `gnus-nntp-service' variable.
6476         (gnus-secondary-servers): Make obsolete.
6477         (gnus-nntp-server): Make obsolete.
6479         * gnus-start.el (gnus-1): Remove x-splash calls.
6481         * gnus-ems.el (gnus-x-splash): Remove.
6483         * gnus.el (gnus-group-startup-message): Simplify/update code.
6485         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6486         capability before doing anything.
6487         (gnus-group-insert-group-line): Remove useless
6488         gnus-group-remove-excess-properties.
6490 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6492         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6494 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6496         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6497         config after reselecting.
6499 2010-10-28  Julien Danjou  <julien@danjou.info>
6501         * shr.el (shr-put-image): Use point even if only inserting text.
6502         (shr-put-image): Save excursion when inserting alt text on non-graphic
6503         display, so the behavior is the same when we are on a graphic display.
6505         * nnir.el (nnir-run-swish-e): Remove hyrex support.
6507 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6509         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6510         (gnus-mime-copy-part): Check coding system, not charset.
6511         (gnus-mime-view-part-externally): Never remove part.
6512         (gnus-mime-view-part-internally): Don't remove part here.
6513         (gnus-article-part-wrapper): Make sure MIME tag is visible.
6514         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6515         multipart/alternative.
6517         * mm-decode.el (mm-display-part): Take optional arg `force'.
6519 2010-10-26  Julien Danjou  <julien@danjou.info>
6521         * gnus-group.el (gnus-group-default-list-level): Add this function to
6522         compute the default list level.
6523         (gnus-group-default-list-level): Add possibility to use a function.
6525 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6527         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6529         * gnus-group.el (gnus-group-completing-read)
6530         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6531         gnus-replace-in-string.
6533 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6535         * shr.el (shr-tag-div): Add.
6537 2010-10-25  Julien Danjou  <julien@danjou.info>
6539         * gnus-util.el: Remove `gnus-with-local-quit'.
6541         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6543 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6545         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6546         the original article buffer.
6548 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6550         * nnimap.el (nnimap-request-head): New function.
6551         (nnimap-request-move-article): Try to be slightly faster by not
6552         requesting the entire message when moving.
6553         (nnimap-transform-headers): Don't bug out on bodiless articles.
6554         (nnimap-send-command): Have no outstanding messages if the IMAP server
6555         doesn't support streaming.
6556         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6558 2010-10-24  Julien Danjou  <julien@danjou.info>
6560         * message.el (message-default-headers): Fix type.
6562 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6564         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6565         prefetching images.
6567         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6568         backend for unknown groups.  This is mainly useful for nnimap groups.
6570         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6571         group isn't covered by the agent.
6573 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
6575         * nnir.el (nnir-method-default-engines): New variable.
6576         (nnir-run-query): Use it.
6577         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6578         (gnus-summary-nnir-goto-thread): Change group if needed.
6580         * gnus-group.el (gnus-group-group-map): Add key binding for
6581         gnus-group-make-nnir-group.
6583 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6585         * shr.el (shr-tag-object): Add.
6587         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6588         original article buffer live.
6589         (gnus-summary-select-article-buffer):
6590         Mention gnus-widen-article-buffer.
6592 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6594         * shr.el (shr-tag-strong): Add.
6596 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6598         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6599         group names.  They mess up the group buffer badly.
6601         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6603         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6604         instead of the summary one.
6606 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6608         * mml.el (mml-preview): Work properly when editing article.
6610         * gnus-start.el (gnus-read-active-file-1): Don't add method to
6611         gnus-have-read-active-file if it's already been in.
6613 2010-10-22  Tom Tromey  <tromey@redhat.com>
6615         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6616         gnus-group-completing-read.
6618 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6620         * message.el (message-mode-map): Don't bind M-; to comment region, to
6621         allow the global comment-dwim to work.
6623 2010-10-21  Julien Danjou  <julien@danjou.info>
6625         * message.el (message-setup-1): Allow message-default-headers to be a
6626         function.
6628 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6630         * shr.el (shr-tag-table): Simplify.
6632 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6634         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6635         to avoid trying to snarf invalid stuff.
6637         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
6639         * gnus.el (gnus-message-archive-group): Quote value.
6640         (gnus-message-archive-group): Mark as changed.
6642         * shr.el (shr-add-font): Don't put the font properties on the newline
6643         or the indentation.
6645         * message.el (message-fix-before-sending): Change options when sending
6646         non-printable characters.
6648         * gnus.el (gnus-message-archive-method): Change the default to
6649         monthly outgoing groups.
6651         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
6652         that have gotten new numbers.
6654         * nnimap.el (nnimap-request-replace-article): New function.
6656 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6658         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
6659         (nnrss-request-article): Don't use special html washing code.
6661 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6663         * shr.el (shr-tag-table): Remove useless nconc.
6665 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6667         * gnus-art.el (article-wash-html): Simplify and remove the charset
6668         stuff.  Use the normal html rendering code instead of the special html
6669         washing code.
6671         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
6672         `gnus-w3m' symbols.
6673         (mm-text-html-washer-alist): Remove.
6675         * mm-decode.el (mm-inline-text-html-renderer): Remove.
6676         (mm-inline-media-tests): Remove use.
6677         (mm-text-html-renderer): Change default to the `shr' symbol.
6679         * mm-view.el (mm-inline-text-html): Remove use.
6681         * gnus-art.el (gnus-blocked-images): New function.  Allow the
6682         `gnus-blocked-images' to be a function.
6683         (gnus-article-wash-function): Remove.
6685 2010-10-20  Julien Danjou  <julien@danjou.info>
6687         * spam.el (spam-list-of-processors): Mark as obsolete.
6689         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
6690         (nnimap-insert-partial-structure): Fix boundary detection.
6692 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
6694         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
6695         run file-truename on remote files.  This can be expensive and even
6696         prevent one from editing drafts if some unrelated buffer has a stale
6697         connection.
6699 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6701         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
6702         kinsoku-eol regardless of shr-kinsoku-shorten.
6703         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
6704         (shr-tag-table): Support caption, thead, and tfoot.
6706 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6708         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
6709         lines.
6710         (shr-save-contents): New command and keystroke.
6712         * nndoc.el (nndoc-type-alist): Add git support.
6713         (nndoc-git-type-p): New function.
6714         (nndoc-transform-git-article): Ditto.
6715         (nndoc-transform-git-headers): Ditto.
6716         (nndoc-transform-git-headers): Generate Subject headers.
6718         * shr.el (shr-parse-style): New function.
6719         (shr-tag-span): Ditto.
6721         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
6722         to `G G' to avoid collisions.
6724 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6726         * shr.el: Load kinsoku if necessary.
6727         (shr-kinsoku-shorten): New internal variable.
6728         (shr-find-fill-point): Make kinsoku shorten text line if
6729         shr-kinsoku-shorten is bound to non-nil.
6730         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
6731         shr-indentation too when testing if table is wider than frame width.
6732         (shr-insert-table): Use `string-width' instead of `length' to measure
6733         text width.
6734         (shr-insert-table-ruler): Make sure indentation is done at bol.
6736 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6738         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
6739         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
6740         undecoded network data.
6742 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6744         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
6745         name in the mode line spec so that the mode line menu works
6746         (bug #2431).
6748         * message.el (message-get-reply-headers): If we're fed `to-address',
6749         then always use that.
6751         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
6752         aren't so wide as to need to switch off the edit menu.
6754         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
6755         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
6757         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
6758         `M-g'.
6759         (nnimap-update-info): Update flags/read marks even if \* isn't part of
6760         the permanent marks.
6762 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
6764         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6765         Splitting according to references/in-reply-to obeys the ignore-groups
6766         variable, while splitting by sender and subject do not.
6768 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6770         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
6771         alist, so that we can look for non-Unicode chars.
6772         (article-translate-strings): Allow both character and string maps.
6774 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6776         * shr.el (shr-insert): Don't insert space behind a wide character
6777         categorized as kinsoku-bol, or between characters both categorized as
6778         nospace.
6780 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
6782         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
6783         headers to gnus-newsgroup-headers.
6785 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6787         * shr.el (shr-tag-img): Don't align images -- since we're not
6788         rescaling, this often leads to ugly displays.
6790 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
6792         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
6793         duplicates.
6795 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
6797         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
6798         call.
6800 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6802         * gnus.el: Autoload gnus-html-show-images.
6804         * nnimap.el: Use nnheader-message throughout.
6806         * shr.el (shr-tag-img): Ignore images with no data.
6808 2010-10-15  Julien Danjou  <julien@danjou.info>
6810         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
6811         a possibility to disable format=flow encoding when using hard newlines.
6813 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6815         * shr.el (shr-insert): Remove space inserted before or after a
6816         breakable character or at the beginning or the end of a line.
6817         (shr-find-fill-point): Do kinsoku; find the second best point or give
6818         it up if there's no breakable point.
6820 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6822         * nnimap.el (nnimap-open-connection): Message when opening connection
6823         for debugging purposes.
6825         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
6826         on every setup buffer call to allow this to change from article to
6827         article.
6829         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
6830         buffers where we have a wide table.
6832 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
6834         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
6835         uses *-request-thread.
6837 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6839         * nnimap.el (nnimap-open-connection): Remove %s from openssl
6840         incantation, which is no longer valid.
6842 2010-10-14  Julien Danjou  <julien@danjou.info>
6844         * shr.el: Fix defcustom type (char -> character).
6846 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6848         * nnimap.el (nnimap-open-connection): tls-program should be a list of
6849         programs.
6851 2010-10-14  Julien Danjou  <julien@danjou.info>
6853         * shr.el (shr-tag-a): Use url-link as widget type.
6855         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
6856         `gnus-group-get-icon'.
6858 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6860         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
6861         This should make server editing work better.
6863         * shr.el (shr-find-fill-point): Don't inloop on indented text.
6865         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
6866         (nnimap-parse-flags): Fix regexp.
6868         * shr.el (shr-find-fill-point): Use a filling algorithm that should
6869         probably work for CJVK text, too.
6871         * nnimap.el (nnimap-extend-tls-programs): Remove.
6872         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
6874 2010-10-13  Julien Danjou  <julien@danjou.info>
6876         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
6877         responses.
6879 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6881         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
6883         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
6884         anything in Emacs.
6886         * shr.el (shr-current-column): Remove buggy and unnecessary function.
6888 2010-10-13  Julien Danjou  <julien@danjou.info>
6890         * shr.el (shr-width): Make shr-width a defcustom with default to
6891         fill-column.
6892         (shr-tag-img): Use shr-width rather than fill-column.
6894 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6896         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
6898         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
6899         position when (X-)Faces exist.
6900         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
6901         avatars when called interactively.
6903 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6905         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
6906         gnus-article-x-face-too-ugly is bound.
6908 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6910         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
6912         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
6913         mailbox that doesn't exist.
6915 2010-10-12  Julien Danjou  <julien@danjou.info>
6917         * shr.el (shr-tag-img): Encode URL properly when retrieving.
6918         (shr-get-image-data): Encode URL properly when fetching from cache.
6919         (shr-tag-img): Use aligned-to spaces to align correctly images.
6921         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
6922         before inserting the Gravatar.
6924         * shr.el (shr-tag-img): Add align attribute support for <img>.
6926 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6928         * gnus-gravatar.el (gnus-art): Require.
6930         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
6931         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6932         Remove long obsoleted functions.
6934 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6936         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
6938         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
6939         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
6940         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
6941         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
6942         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
6943         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
6944         Fix comment for declare-function.
6946 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6948         * nnimap.el (nnimap-request-rename-group): Select group read-only
6949         before renaming it.
6951         * shr.el (shr-insert): Fix up the white space only regexp.
6953         * nnimap.el (nnimap-transform-split-mail): Not all articles have
6954         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
6956         * shr.el (shr-current-column): New function.
6957         (shr-find-fill-point): New function.
6959 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6961         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
6962         numbers.
6964 2010-10-11  Julien Danjou  <julien@danjou.info>
6966         * shr.el (shr-hr-line): Add.
6967         (shr-tag-hr): Use shr-hr-line to specify which character to use to
6968         display hr lines.
6969         (shr-max-columns): Do not change state to nil if we just inserting
6970         spaces.
6972 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6974         * gnus-topic.el (gnus-topic-read-group): If after the last group,
6975         select the last group.
6977 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
6979         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
6981 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6983         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
6984         for Gnus.
6985         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
6986         (nnimap-update-qresync-info): Mark \Seen articles as read.
6988         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
6989         non-variable, too.
6991         * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
6992         available.
6993         (nnimap-update-info): Rely more on the current active than the param
6994         active to avoid marking articles as read too much.
6996         * auth-source.el (auth-source-create): Use (user-login-name) for the
6997         user name default.
6999         * nnimap.el (nnimap-update-info): If the server doesn't return any
7000         useful info, just use the previous info.
7001         (nnimap-update-info): Prefer old info over start-article.
7002         (nnimap-update-qresync-info): Finish implementing QRESYNC.
7004 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
7006         * nnir.el (autoload): Clean up autoloads.
7007         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
7008         Use key rather than value.
7009         (nnir-imap-search-other): New variable.
7010         (nnir-read-parm): Use it.
7011         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
7012         (gnus-summary-nnir-goto-thread): Modify to work with imap.
7014 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7016         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
7017         the process, too.
7019 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7021         * spam.el (gnus-summary-mode-map): Bind to "$".
7022         Suggested by Russ Allbery.
7024         * shr.el: Rework the way things are indented by <li> slightly.
7026         * gnus.el (gnus-group-set-parameter): Fix typo.
7028         * nnimap.el: Start implementing QRESYNC support.
7030 2010-10-09  Julien Danjou  <julien@danjou.info>
7032         * nnir.el (nnir-engines): Fix too many arguments.
7034 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7036         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
7037         group is the "last", so that the backends like nnfolder actually save
7038         their folders.
7040         * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
7041         try to use that for the TLS stream.
7042         (nnimap-retrieve-group-data-early): Rework the marks code to heed
7043         UIDVALIDITY and find out which groups are read-only and not.
7044         (nnimap-get-flags): Use the same marks parsing code as the rest of
7045         nnimap.
7047 2010-10-09  Julien Danjou  <julien@danjou.info>
7049         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
7051         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7052         retrieving gravatars.
7054         * shr.el (shr-table-corner): Add.
7055         (shr-table-line): Add.
7056         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
7058 2010-10-08  Julien Danjou  <julien@danjou.info>
7060         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
7062 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
7064         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
7066         * gnus-sum.el (gnus-mark-article-as-unread)
7067         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7068         (gnus-summary-set-bookmark): Use it.
7070         * gnus-msg.el (gnus-setup-message): Use it.
7072         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7074         * gnus.el (gnus-group-remove-parameter): Use it.
7076         * gnus-group.el (gnus-group-make-web-group): Use it.
7078         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7080         * nnregistry.el: Update docs to mention manual.
7082         * gnus-registry.el: Update docs to mention nnregistry.el.
7083         (gnus-registry-initialize): Don't install nnregistry refer method
7084         automatically.
7085         (gnus-registry-install-nnregistry): Remove it.
7087 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7089         * shr.el (shr-insert): Don't insert double spaces.
7091 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7093         * gnus-gravatar.el (gnus-treat-from-gravatar)
7094         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
7095         called interactively.
7097         * gnus-art.el (gnus-mime-view-part-externally)
7098         (gnus-mime-view-part-internally): Make predicate function passed to
7099         gnus-mime-view-part-as-type assume argument is a mime type, not a list
7100         of a mime type.
7102         * shr.el (shr-table-widths): Don't use cl function `reduce'.
7104 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7106         * shr.el (require): Require cl when compiling.
7107         (shr-tag-hr): New function.
7109         * nnimap.el (nnimap-update-info): Remove double setting of high.
7110         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
7111         This makes nnimap work properly on Courier again.
7113         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
7114         the variable for backwards compatibility.
7116         * mm-decode.el (mm-save-part): If given a non-directory result, expand
7117         the file name before using to avoid setting mm-default-directory to
7118         nil.
7120         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
7121         bidning gnus-agent variables.
7123         * shr.el (shr-render-td): Use a cache for the table rendering function
7124         to avoid getting an exponential rendering behavior in nested tables.
7125         (shr-insert): Rework the line-breaking algorithm.
7126         (shr-insert): Don't leave trailing spaces.
7127         (shr-insert-table): Also insert empty TDs.
7128         (shr-tag-blockquote): Ensure paragraphs after </ul>.
7130 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7132         * gnus-sum.el (gnus-number): Rename from `number'.
7133         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
7134         (gnus-summary-limit-children): Update uses correspondingly.
7136 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7138         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
7139         (gnus-gravatar-transform-address): Don't show avatars of people of
7140         which mail addresses match gnus-gravatar-too-ugly.
7142 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7144         * shr.el (shr-table-widths): Expand TD elements to fill available
7145         space.
7147 2010-10-07  Julien Danjou  <julien@danjou.info>
7149         * nnimap.el (nnimap-request-rename-group): Add this method.
7151 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7153         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
7154         name from XEmacs' function-arglist.
7156         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
7157         gravatar under XEmacs.
7159 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
7161         * auth-source.el: Update docs with TODO items.
7163         * gnus-sync.el: Update docs to explain state and plans.
7165         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
7166         Hooks for mark updates.
7167         (gnus-request-set-mark, gnus-request-update-mark): Use them.
7169         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
7170         hooks with arguments, which is needed for mark update hooks.
7172 2010-10-06  Julien Danjou  <julien@danjou.info>
7174         * gnus.el (gnus-expand-group-parameter): Only return and act on what
7175         was matched.
7177         * sieve-manage.el: Update example in `Commentary'.
7179         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
7181         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
7182         not 2000.
7183         (sieve-manage-authenticate): Re-add function.
7185 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7187         * shr.el (shr-insert): Get 'space transition right.
7188         (shr-render-td): Only delete space at the end of the TD.
7190         * nnimap.el (nnimap-open-connection): Prepare to support
7191         open-gnutls-stream.
7193         * shr.el: Rearrange function order to be more logical.
7195 2010-10-06  Julien Danjou  <julien@danjou.info>
7197         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
7198         (nnrss-discover-feed): Remove 404 URL in docstring.
7200         * nnir.el: Fix Swish-E URL.
7201         Fix Namazu URL.
7203         * message.el (message-change-subject): Remove 404 URL in a comment.
7205 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7207         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
7208         called interactively.
7210         * gnus-util.el (gnus-remove-if): Allow hash table.
7211         (gnus-remove-if-not): New function.
7213         * gnus-art.el (gnus-mime-view-part-as-type):
7214         * gnus-score.el (gnus-summary-score-effect):
7215         * gnus-sum.el (gnus-read-move-group-name):
7216         Replace remove-if-not with gnus-remove-if-not.
7218         * gnus-group.el (gnus-group-completing-read):
7219         Regard collection as a hash table if it is not a list.
7221 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7223         * shr.el (shr-render-td): Allow blank/missing <TD>s.
7225         * shr.el: Document the table-rendering algorithm.
7227         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
7228         invalid URLs.
7230         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
7231         line-broken.
7232         (shr-tag-img): Ignore image fetching errors.
7233         (shr-overlays-in-region): Compute overlay positions correctly.
7235         * mm-decode.el (mm-shr): Require shr.
7237         * gnus-art.el (gnus-blocked-images): Move variable here.
7239         * shr.el (shr-insert-table): Bind free variable.
7241         * mm-decode.el (mm-shr): Bind shr-content-function.
7243         * shr.el (shr-content-function): New variable.
7245         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
7246         added for symmetry.
7248         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
7250         * gnus-group.el (gnus-group-make-group): Doc fix.
7252         * nnimap.el (nnimap-request-newgroups): Return success.
7254         * shr.el (shr-find-elements): New function.
7255         (shr-tag-table): Put all the images after the table.
7256         (shr-tag-table): Really inhibit images inside the table.
7257         (shr-collect-overlays): Copy over overlays from the TD elements to the
7258         main document.
7260         * mm-decode.el (mm-shr): Bind shr-blocked-images to
7261         gnus-blocked-images.
7263 2010-10-05  Julien Danjou  <julien@danjou.info>
7265         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
7267         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
7268         (gnus-html-maximum-image-size): Add this function.
7269         (gnus-html-put-image): Use gnus-html-maximum-image-size.
7271         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
7272         server-value of the capability is nil.
7274 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7276         * shr.el (shr-tag-em): Add <EM> tag.
7278 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
7280         * sieve-manage.el (sieve-manage-default-stream): Make default stream
7281         customizable.
7283         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
7284         handing broken links to browse-url.
7286 2010-10-05  Julien Danjou  <julien@danjou.info>
7288         * gnus-util.el (gnus-emacs-completing-read)
7289         (gnus-iswitchb-completing-read): Use autoload rather than require.
7291 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7293         * gnus-util.el (gnus-completing-read-function): Exclude
7294         gnus-icompleting-read and gnus-ido-completing-read from candidates for
7295         XEmacs since iswitchb.el is very old and ido.el is unavailable in
7296         XEmacs.
7298         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
7299         not to use `delete-dups' that is unavailable in XEmacs 21.4.
7301         * gnus-html.el: Don't require help-fns under XEmacs.
7302         (gnus-html-schedule-image-fetching): Work for XEmacs.
7304         * mm-decode.el (mm-shr): Decode contents by charset.
7306 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7308         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
7309         unknown.
7311         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
7312         (shr-get-image-data): Ensure against the cache file missing.
7314         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
7315         for data.
7317         * spam-report.el (spam-report-url-ping-plain): Don't query about
7318         killing the process.
7320         * shr.el (shr-render-td): Protect against too-wide text.
7322 2010-10-04  Julien Danjou  <julien@danjou.info>
7324         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
7325         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
7327         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
7328         retrieved.
7330 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7332         * shr.el (browse-url): Require.
7333         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
7334         lines.
7335         (shr-show-alt-text, shr-browse-image): New commands.
7336         (shr-browse-url, shr-copy-url): New commands.
7338         * gnus-sum.el (gnus-widen-article-window): New variable.
7339         (gnus-summary-select-article-buffer): Use it.
7341         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
7342         without @ signs.
7344 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7346         * nnir.el (nnir-run-imap): Remove spurious space in search string.
7348 2010-10-04  Julien Danjou  <julien@danjou.info>
7350         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7351         for XEmacs.
7353 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7355         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7357         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7358         (nnimap-close-server): Implement.
7360         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7361         (shr-insert): Tweak line breaking.
7362         (shr-insert): Handle <pre> better.
7363         (shr-tag-li): Get <li> indentation right.
7364         (shr-tag-li): Get <li> indentation even righter.
7365         (shr-tag-blockquote): Ensure paragraph start.
7366         (shr-make-table): Tweak table generation.
7367         (shr-make-table): Fix typo.
7369         * shr.el: Implement table rendering.
7371 2010-10-04  Julien Danjou  <julien@danjou.info>
7373         * gnus-html.el (gnus-html-put-image): Fix resize image code.
7375 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7377         * shr.el (shr-insert): Use string anchors instead of line anchors.
7379 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7381         * shr.el: Add headings.
7382         (shr-ensure-paragraph): Actually work.
7383         (shr-tag-li): Make <ul> prettier.
7384         (shr-insert): Get white space at the beginning/end of elements right.
7385         (shr-tag-p): Collapse subsequent <p>s.
7386         (shr-ensure-paragraph): Don't insert double line feeds after blank
7387         lines.
7388         (shr-insert): \t is also space.
7389         (shr-tag-s): Fix "s" tag name function.
7390         (shr-tag-s): Fix face prop name.
7392 2010-10-03  Julien Danjou  <julien@danjou.info>
7394         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7396         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7397         gnus-window-inside-pixel-edges.
7399         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7400         gnus-ems.
7402         * mm-view.el (mm-inline-image-emacs): Support image resizing.
7404         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7405         function.
7407         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7408         resize choice.
7410 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7412         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7413         beginning of the buffer.
7415         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7416         article buffer again.
7418         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7420         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7421         when it's at the start of the buffer.
7423         * shr.el (shr-tag-blockquote): Convert name.
7424         (shr-rescale-image): Use the right image-size variant.
7426         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7427         buffer isn't shown, then select the current article first instead of
7428         bugging out.
7429         (gnus-summary-select-article-buffer): Show both the article and summary
7430         buffers again.
7432         * shr.el (shr-fontize-cont): Protect against regions with no text.
7433         Rename tag functions to shr-tag-* for enhanced security.
7434         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7436 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
7438         * shr.el (shr-insert):
7439         * pop3.el (pop3-movemail):
7440         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7441         loaded.
7443 2010-10-03  Glenn Morris  <rgm@gnu.org>
7445         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7447         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7449         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7451         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7453         * gnus-util.el (gnus-make-local-hook): Simplify.
7455 2010-10-02  Julien Danjou  <julien@danjou.info>
7457         * gnus-util.el (gnus-iswitchb-completing-read): New function.
7458         (gnus-ido-completing-read): New function.
7459         (gnus-emacs-completing-read): New function.
7460         (gnus-completing-read): Use gnus-completing-read-function.
7461         Add gnus-completing-read-function.
7463 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7465         * shr.el (shr-insert-document): Autoload.
7466         (shr-img): Be silent.
7467         (shr-insert): Add a newline after every picture before text.
7468         (shr-add-font): Use overlays for combining faces.
7469         (shr-insert): Pass upwards the text start point.
7471         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7472         possible.
7473         (mm-shr): New function.
7475 2010-10-02  Julien Danjou  <julien@danjou.info>
7477         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7478         should go backward.
7480 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
7482         * shr.el (shr): Fix typo in provide call.
7484 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7486         * shr.el: New file.
7488         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7490         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7491         completing read.
7493 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7495         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7496         we're being queried about.  Suggested by Dan Jacobson.
7498         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7499         Suggested by Jason Eisner.
7501         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7502         table, too.  Suggested by Stefan Wiens.
7503         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7504         the table unnecessary.  Suggested by Stefan Wiens.
7506         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7507         longer needed, and probably doesn't work either, as pointed out by
7508         Stefan Wiens.
7509         (gnus-summary-exit): Remove call to the clearing function.
7510         (gnus-summary-exit-no-update): Ditto.
7512         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7513         instead of gnus-eval-in-buffer-window to avoid popping up frames.
7514         Reported by Stefan Monnier.
7515         (gnus-summary-save-in-rmail): Ditto.
7517         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7518         article buffer, instead of both the article buffer and the summary
7519         buffer.  Sort of suggested by Dan Jacobson.
7521         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7523         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7524         Suggested by Dan Jacobson.
7526         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7527         documentation clearer.
7529         * message.el (message-shorten-references): Comment on the number "21".
7530         Suggested by Stefan Monnier.
7532         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7533         Suggested by Dan Jacobson.
7535         * gnus.el (gnus-large-newsgroup):
7536         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
7538         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7539         externalize attachments.  Bug reported by Steve Wen.
7541         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7542         really message anything to the user.
7544         * nnmail.el (nnmail-article-group): Allow using the fancy split method
7545         directly.
7547         * nnimap.el (nnimap-request-group): Low higher than high to signal no
7548         messages in empty groups.
7550 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
7552         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7553         non-UIDNEXT group.
7555 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7557         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7558         not the value from the collection.
7560         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7561         values.  This sometimes happens on some groups that have no info.
7562         (nnimap-request-newgroups): New function.
7564 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
7566         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7567         check into `gnus-registry-initialize'.
7568         (gnus-registry-initialize): Ditto.
7569         Fix and extend header docs.
7571 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7573         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7574         regexp backtrace overflows.
7576         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7577         for starttls that tls.el implements; i.e. openssl.
7579 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7581         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7582         (gravatar-create-image): New function that's an alias to
7583         gnus-xmas-create-image, gnus-create-image, or create-image.
7584         (gravatar-data->image): Use it.
7586 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
7588         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7589         install the nnregistry refer method.
7590         (gnus-registry-install-hooks): Use it.
7591         (gnus-registry-unfollowed-groups): Add nnmairix to the default
7592         unfollowed groups.
7594 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
7596         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7597         expanding threads.
7599 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7601         * nnir.el: Use the server names without suffixes (bug #7009).
7603         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7604         unencrypted to STARTTLS, if possible.
7606 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7608         * message.el (message-ignored-supersedes-headers): Strip Injection-*
7609         headers before superseding.
7611 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7613         * nnrss.el (nnrss-use-local): Add documentation.
7615         * nnimap.el (nnimap-extend-tls-programs): New function.
7616         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7617         (nnimap-wait-for-connection): Accept the greeting from the stupid
7618         output from openssl s_client -starttls, too.
7620         * nnimap.el (nnimap-find-article-by-message-id): Really return the
7621         article number.
7622         (nnimap-split-fancy): New variable.
7623         (nnimap-split-incoming-mail): Use it.
7625         * nntp.el (nntp-server-list-active-group): Document.
7627         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
7628         SELECT to get the message-id.
7630         * mail-source.el (mail-sources): Remove webmail support.
7631         (defvar): Ditto.
7632         (mail-source-fetcher-alist): Ditto.
7633         (mail-source-fetch-webmail): Remove.
7635         * webmail.el: Remove -- doesn't seem relevant any more.
7637         * gnus.el: Fix up make-obsolete-variable declarations throughout.
7639         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
7640         the \r.
7642 2010-09-30  Julien Danjou  <julien@danjou.info>
7644         * gnus-agent.el (gnus-agent-add-group): Fix call to
7645         gnus-completing-read.
7647 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7649         * nndoc.el (nndoc-retrieve-groups): New function.
7651         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
7652         `default', use nnmail-split-methods.
7653         (nnimap-request-article): Downcase the NILs so that they are nil.
7655         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
7656         symbol.
7658         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
7659         code, since if the user has requested network, that's what they ought
7660         to get.
7661         (nnimap-request-set-mark): Erase the buffer before issuing commands.
7662         (nnimap-split-rule): Mark as obsolete.
7664         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
7665         New variable.
7667         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
7668         correct slot, too.
7670 2010-09-29  Julien Danjou  <julien@danjou.info>
7672         * gnus.el (gnus-local-domain): Declare variable obsolete.
7674         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
7675         Fix history computing.
7676         (gnus-ido-completing-read): Require ido.
7678 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7680         * gnus-registry.el: Don't prompt on load, which makes it impossible to
7681         build Gnus.
7683         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
7684         when interpreting the structures.
7685         (nnimap-request-accept-article): Add \r\n to the lines to make this
7686         work with Cyrus.
7688         * nndraft.el (nndraft-request-expire-articles): Use the group name
7689         instead if "nndraft".  Fix found by Nils Ackermann.
7691 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
7693         * nnregistry.el: Add.
7695 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7697         * nnmail.el (group, group-art-list, group-art):
7698         Remove unneeded directives.
7700 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7702         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
7703         (mm-mime-charset):
7704         * rfc2047.el (rfc2047-syntax-table):
7705         * utf7.el (utf7-utf-16-coding-system): Comment fix.
7707         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
7708         rather than `insert-file-contents' and `eval-region'.
7710 2010-09-29  Julien Danjou  <julien@danjou.info>
7712         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
7713         replacement of `gnus-gravatar-relief' to mimic
7714         `gnus-faces-properties-alist'.
7715         Add :version property.
7717 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7719         * mail-source.el (mail-source-report-new-mail):
7720         * message.el (message-default-mail-headers):
7721         * mm-decode.el (mm-valid-image-format-p): Comment fix.
7723         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
7725 2010-09-28  Julien Danjou  <julien@danjou.info>
7727         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
7728         mail-address contains the same string as real-name.
7730         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
7731         non-blank in header, otherwise it'll get stripped.
7733         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
7734         real-name, and then for mail address rather than doing : or , search.
7736 2010-09-27  Julien Danjou  <julien@danjou.info>
7738         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
7739         right completing-read function.
7740         (gnus-use-ido): New variable
7741         (gnus-completing-read-with-default): Remove.
7742         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
7743         (gnus-agent-add-group):
7744         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
7745         * mm-view.el (mm-view-pkcs7-decrypt):
7746         * mm-util.el (mm-codepage-setup):
7747         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7748         * mml-smime.el (mml-smime-openssl-sign-query):
7749         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
7750         (mml-insert-multipart):
7751         * gnus-msg.el (gnus-summary-yank-message):
7752         * gnus-int.el (gnus-start-news-server):
7753         * mm-decode.el (mm-interactively-view-part):
7754         * gnus-dired.el (gnus-dired-attach):
7755         * gnus.el (gnus-read-method):
7756         * gnus-bookmark.el (gnus-bookmark-jump):
7757         * gnus-art.el (gnus-mime-view-part-as-type)
7758         (gnus-mime-action-on-part, gnus-article-encrypt-body):
7759         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
7760         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
7761         * nnmairix.el (nnmairix-create-server-and-default-group)
7762         (nnmairix-update-groups, nnmairix-get-server)
7763         (nnmairix-backend-to-server, nnmairix-goto-original-article)
7764         (nnmairix-get-group-from-file-path):
7765         * nnrss.el (nnrss-find-rss-via-syndic8):
7766         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
7767         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
7768         (gnus-group-browse-foreign-server):
7769         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
7770         (gnus-summary-execute-command, gnus-summary-respool-article)
7771         (gnus-read-move-group-name):
7772         * gnus-score.el (gnus-summary-increase-score)
7773         (gnus-summary-score-effect):
7774         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
7776 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7778         * nnimap.el (auth-source-forget-user-or-password)
7779         (auth-source-user-or-password): Autoload.
7781         * message.el (message-from-style, message-interactive)
7782         (message-signature): Remove comment.
7783         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
7784         always.
7785         (message-sendmail-envelope-from): Comment fix.
7786         (message-yank-prefix): Default to mail-yank-prefix always.
7787         (message-indentation-spaces):
7788         Default to mail-indentation-spaces always.
7789         (message-signature-file): Default to mail-signature-file always.
7791 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7793         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
7794         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
7795         new articles.
7797         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
7798         parts.
7799         (nnimap-request-article): Work with the t setting, too.
7801         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
7802         that you don't get flashes of other buffers.
7803         (gnus-summary-show-complete-article): Intern before setting.
7805 2010-09-27  David Engster  <dengste@eml.cc>
7807         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
7808         well as HEADERS.
7809         (nnmairix-retrieve-headers): Provide new argument for the above.
7811 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7813         * gnus-sum.el (gnus-summary-move-article): Don't alter
7814         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
7815         group.
7817         * nnimap.el (nnimap-update-info): Don't destructively alter active.
7819         * message.el (message-cite-prefix-regexp): Revert my last edit.
7821         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
7822         variable instead of the Gnus variable.
7824         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
7826         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
7828         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
7829         since some servers don't like it.
7830         (nnimap-open-connection): Forget credentials if the server says the
7831         password was wrong.
7832         (nnimap-parse-line): Protect against invalid data.
7834         * gnus-sum.el (gnus-summary-move-article): Add comment.
7835         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
7836         nothing alters it while scanning for new messages.
7838         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
7839         which may or may not help.
7840         (nnimap-open-connection): If we're doing a stream connection, and then
7841         discover we're on a STARTTLS-capable server, then open a STARTTLS
7842         connection instead.
7844 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7846         * nnimap.el (utf7): Require.
7848         * message.el (message-cite-prefix-regexp): Remove "}" from citation
7849         prefix.
7851 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
7853         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
7855 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7857         * nnimap.el (nnimap-request-accept-article): Message the error on
7858         error.
7860 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7862         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
7864 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7866         * nndoc.el (nndoc-request-list): Return success always.
7868         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
7869         `fetch-old' -- we only want to fetch the articles we've requested.
7870         The rest are in the agent, probably.
7871         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
7872         disappeared server" to something low.  It's not important.
7874         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
7875         arrived before the FETCH data.
7877         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
7878         target here, because we don't know the Gnus name of the group.
7880         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
7881         for the correct group.
7883         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
7885         * gnus.el (gnus): Give a final warning after startup.
7887         * gnus-util.el (gnus-action-message-log): New variable.
7888         (gnus-message): Use it.
7889         (gnus-final-warning): New function.
7891         * nnimap.el (nnimap-open-connection): Record the greeting.
7892         (nnimap): Add greeting.
7894 2010-09-26  Julien Danjou  <julien@danjou.info>
7896         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
7897         arguments.
7898         (gnus-html-wash-images): Fix spec computing to include start/end.
7900         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
7902 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7904         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
7905         deletion.
7906         (nnimap-retrieve-headers): Don't select the group, because that's
7907         already done by nnimap-possibly-change-group.
7909         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
7910         (gnus-picon-transform-address): Use it.
7912         * mail-source.el (mail-source-value): Revert previous patch.
7914         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
7915         on failure.
7916         (nnimap-open-connection): Look up both virtual and physical server name
7917         credentials.
7919         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
7921 2009-02-08  Dave Love  <fx@gnu.org>
7923         * gnus-win.el (gnus-window-to-buffer-helper)
7924         (gnus-all-windows-visible-p): Function needn't be a symbol.
7926         * mail-source.el (mail-source-value): Function needn't be a symbol.
7928 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7930         * message.el (message-cite-prefix-regexp): Remove } from the cite
7931         prefix.
7933         * gnus-art.el (gnus-treatment-function-alist): Do picons before
7934         highlight again, so that the highlight is correct.
7936         * gnus-picon.el (gnus-picon): Remove again.
7937         (gnus-picon-create-glyph): Set the background XPM color explicitly.
7939         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
7940         doing the header highlightling, so that the background color of the
7941         picon is correct.
7943         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
7944         (gnus-picon): Ditto.
7945         (gnus-picon): Reinstate.  The background color for picons is white.
7946         (gnus-picon-insert-glyph): Make the background white.
7948         * nnml.el (nnml-open-nov): Don't return dead buffers.
7950         * auth-source.el (auth-source-create): Query the user for whether to
7951         store the credentials.
7953         * auth-source.el (auth-source-user-or-password): Use the existing auth
7954         sources, if any, for creation.
7956         * gnus.el (gnus-group-fast-parameter): Return the last matching
7957         parameter instead of the first matching parameter.
7959 2010-09-26  Julien Danjou  <julien@danjou.info>
7961         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
7963 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7965         * mml2015.el (mml2015-use): Remove gpg support.
7967         * mml1991.el (mml1991-function-alist): Remove gpg function.
7968         (mml1991-gpg-sign): Remove.
7970 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
7972         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
7973         (gnus-browse-unsubscribe-current-group): Document it.
7974         (gnus-browse-unsubscribe-group): Use it.
7976 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7978         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
7979         address to the To list for easier response.
7981         * gnus.el (gnus-play-startup-jingle): Remove.
7982         (gnus-splash): Don't play jingle.
7983         (gnus): Silence gnus-load message.
7985         * gnus-art.el (gnus-treat-play-sounds): Remove.
7987         * gnus.el (gnus-play-jingle): Remove audio support.
7989         * gnus-cus.el (gnus-score-customize): Remove audio reference.
7991         * earcon.el: Remove -- no users.
7993         * gnus-audio.el: Remove -- no users of this package.
7995         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
7997         * gnus-start.el (gnus-setup-news): Remove nocem support.
7999         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
8001         * gnus.el (gnus-use-nocem): Remove.
8003         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
8004         Remove.
8006         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
8007         uses NoCeM any more.
8009         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
8010         (gnus-button-ctan-handler): Ditto.
8011         (gnus-button-handle-ctan-bogus-regexp): Ditto.
8012         (gnus-button-ctan-directory-regexp): Ditto.
8013         (gnus-button-handle-ctan): Ditto.
8014         (gnus-button-tex-level): Ditto.
8015         (gnus-button-alist): Remove CTAN stuff.
8017 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8019         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
8020         nnimap-streaming test.
8022         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
8023         servers twice.
8025         * nnimap.el (nnimap-open-connection): Add more error reporting when
8026         nnimap fails early.
8028         * nnheader.el (nnheader-get-report-string): New function.
8029         (nnheader-get-report): Use it.
8031         * gnus-int.el (gnus-check-server): Say what the error was when opening
8032         failed.
8034         * nnimap.el (nnimap-wait-for-response): Search further when we're not
8035         using streaming.
8037 2010-09-25  Julien Danjou  <julien@danjou.info>
8039         * gnus-html.el (gnus-html-rescale-image): Use our defalias
8040         gnus-window-inside-pixel-edges.
8042 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8044         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
8046         * mm-decode.el (mm-save-part): Allow saving to other directories the
8047         normal Emacs way.
8049         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
8050         Suggested by Jay Berkenbilt.
8052         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
8053         there isn't a single byte.
8055         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
8056         just do it.  It doesn't really seem to matter what the user responds
8057         here, I think, so it's just a confusing question.
8059         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
8060         non-streaming case.
8062         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
8063         (gnus-article-encrypt-body): Use it.
8065         * gnus-sum.el (gnus-summary-show-complete-article): New command and
8066         keystroke.
8068         * nnimap.el (nnimap-find-wanted-parts-1):
8069         Use gnus-fetch-partial-articles.
8071         * gnus-art.el (gnus-fetch-partial-articles): New variable.
8073         * nnimap.el (nnimap-insert-partial-structure): New function.
8074         (nnimap-get-partial-article): New function.
8075         (nnimap-request-article): Use it.
8076         (nnimap-wait-for-response): Return whether the wait was successful.
8077         (nnimap-finish-retrieve-group-infos): Don't do anything if the
8078         retrieval wasn't successful.
8079         (nnimap-retrieve-group-data-early): Allow throttling servers.
8080         (nnimap-streaming): New variable.
8081         (nnimap-fetch-partial-articles): Remove.
8083         * mm-decode.el (mm-with-part): Protect against killed buffers.
8085         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
8086         for prettier summary display.
8088 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
8090         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
8092 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8094         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
8095         apparently third-party libraries depend on it.
8097         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
8098         before starting negotiation.
8100         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
8101         privacy reasons.
8102         (gnus-treat-mail-gravatar): Ditto.
8104         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
8105         buffer when inserting images.  Inserting text into the headers, for
8106         instance, can make them invalid.
8108 2010-09-25  Julien Danjou  <julien@danjou.info>
8110         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
8111         variables.
8113         * nnheader.el: Remove useless variables news-reply-yank-from and
8114         news-reply-yank-message-id.
8116         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
8117         variables.
8119         * mml1991.el: Remove useless mml1991-verbose.
8121         * gnus.el: Remove useless variable gnus-use-generic-from.
8122         Remove obsolete variable gnus-topic-indentation.
8124         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
8126         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
8128         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
8130         * gnus-group.el: Remove useless gnus-group-icon-cache.
8131         Remove useless gnus-ephemeral-group-server.
8133         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
8135         * mml2015.el: Remove useless mml2015-verbose.
8137         * mml-smime.el: Remove useless mml-smime-verbose.
8139         * gnus.el: Remove useless gnus-local-domain.
8141         * gnus-gravatar.el (gnus-gravatar-transform-address):
8142         Use gnus-gravatar-size.
8144         * gnus-art.el: Remove useless gnus-treat-translate.
8146 2010-09-24  Julien Danjou  <julien@danjou.info>
8148         * gnus-sum.el: Add support for Gravatars.
8150         * gnus-art.el: Add support for Gravatars.
8152         * gnus-gravatar.el: Add this file.
8154         * gravatar.el: Add this file.
8156 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8158         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
8160         * gnus-group.el (gnus-group-fetch-faq): Remove.
8162         * gnus.el (gnus-group-faq-directory): Remove.
8164         * gnus-group.el (gnus-group-fetch-charter): Remove.
8166         * gnus.el (gnus-group-charter-alist): Remove.
8168         * gnus-group.el (gnus-group-archive-directory): Remove.
8169         (gnus-group-recent-archive-directory): Ditto.
8170         (gnus-group-make-archive-group): Remove.
8172         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
8174         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
8175         use the same article number for all the cached articles.
8177         * nnimap.el (nnimap-command): Register the last command time so
8178         that we can use it for idling NOOPs.
8179         (nnimap-open-connection): Start the keeplive timer.
8180         (nnimap-make-process-buffer): Store all the process buffers.
8181         (nnimap-keepalive): New function.
8183         * starttls.el (starttls-open-stream): Add autoload cookie.
8185 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8187         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
8188         handling.
8190 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8192         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
8193         its data structures.
8195         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
8196         instead of the cl.el copy-list.
8197         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
8198         equalp.
8200 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8202         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
8203         and tool-bar-local-item-from-menu.
8205         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
8206         mode-line-highlight face for Emacs.
8208         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
8209         loading gnus-sum.elc; fix comment for canlock-verify.
8210         (gnus-article-jump-to-part): Use read-number.
8211         (gnus-insert-mime-button, gnus-insert-mime-security-button):
8212         Remove Emacs pre-21 compatible code for help-echo.
8213         (gnus-article-next-page-1): No need to adjust the number of lines.
8214         (gnus-article-describe-bindings): Always use help-buffer.
8216         * gnus-audio.el (gnus-audio-inline-sound):
8217         * gnus-cus.el (gnus-custom-mode):
8218         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
8220         * gnus-sum.el (gnus-remove-overlays): Doc fix.
8222         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
8223         compatible code.
8225 2010-09-24  Glenn Morris  <rgm@gnu.org>
8227         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
8228         visiting the fcc file in rmail-mode.
8230 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8232         * nnir.el: Silence the byte compiler.
8234         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
8235         alias to browse-url-url-encode-chars if any.
8236         (gnus-html-encode-url): Use it.
8238 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8240         * gnus-start.el (gnus-use-backend-marks): New variable.
8241         (gnus-get-unread-articles-in-group): Use it.
8243         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
8244         makeover.
8246 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8248         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
8250 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8252         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
8253         Remove.
8254         (gnus-setup-news-hook):
8255         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
8257         * gnus-int.el (gnus-request-update-info): Protect against backends not
8258         having the function.
8260         * nnimap.el (nnimap-stream): Mention STARTTLS.
8261         (nnimap-open-connection): Add STARTTLS support.
8263 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8265         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
8267 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8269         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
8270         BODYSTRUCTUREs.
8271         (nnimap-transform-headers): Unfold quoted {42} headers.
8273         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
8274         the info.
8275         (gnus-get-unread-articles): Only call updatep on backends that support
8276         it.
8278         * nnweb.el (nnweb-request-update-info): NOOP.
8280         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
8282         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
8283         since it only deals with marks.
8285         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
8286         gnus-request-marks, and make a new gnus-request-update-info.
8288         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
8289         the active instead of the high number, which is usually too low.
8291 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
8293         * encrypt.el: Remove.
8295 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8297         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
8298         server in symbolic form.
8300         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
8302 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8304         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
8305         (nnimap-update-info): Fix up code slightly.
8307         * gnus-int.el (gnus-open-server): Add tracing for performance
8308         debugging.
8310         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
8311         (gnus-group-insert-group-line): Pass the real group name so that it
8312         gets the right data.
8314         * gnus-start.el (gnus-get-unread-articles): Don't have
8315         `gnus-get-unread-articles-in-group' update info, since that can be
8316         really slow and doesn't seem to be needed?
8318 2010-09-22  Julien Danjou  <julien@danjou.info>
8320         * gnus-group.el (gnus-group-insert-group-line):
8321         Call gnus-group-highlight-line.
8322         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
8323         default hook list.
8324         (gnus-group-update-eval-form): Add new function.
8325         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
8326         (gnus-group-get-icon): Use gnus-group-update-eval-form.
8328 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8330         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
8331         immediate, then expire all articles.
8332         (nnimap-update-info): Fix off-by-one errors.
8333         (nnimap-flags-to-marks): Would return no marks lists for group with no
8334         flags.  Instead return the other data.
8336 2010-09-22  Julien Danjou  <julien@danjou.info>
8338         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
8339         Only return an icon.
8340         (gnus-group-insert-group-line): Compute icon to return.
8342         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
8343         (gnus-html-image-fetched): Only cache if
8344         gnus-html-image-automatic-caching is set.
8345         (gnus-html-image-fetched): Check for errors.
8347 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8349         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8350         once per method on `g'.  This ensures that backends like nnfolder don't
8351         open all their folders.
8353         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8354         (nnimap-request-list): Nix out group in the correct buffer.
8355         (nnimap-parse-flags): Implement by using `read' instead of
8356         hand-parsing.
8357         (nnimap-flags-to-marks): Pass on permanent-flags.
8358         (nnimap-make-process-buffer): Record the server name.
8359         (nnimap-parse-flags): Fix typo.
8360         (nnimap-request-scan): Run split on the server in general, not just a
8361         single group.
8363         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8364         parameter, and propagate this downwards.
8366         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8367         since EXAMINE changes it on the server.
8369         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8370         this command might take a while.
8372 2010-09-22  Julien Danjou  <julien@danjou.info>
8374         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
8375         harmful if you have 2 images side-by-side, they can't be properly
8376         update on text deletion.  Using text-property is safer here.
8377         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8378         data.
8380 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8382         * nnimap.el (nnimap-expunge-inbox): Remove.
8383         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8384         (nnimap-expunge): Flip default to t.
8386         * gnus.el (gnus-method-to-server): Don't push things to the cache
8387         unless it's unique.
8388         (gnus-server-to-method): Ditto.
8390 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8392         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8394 2010-09-22  Julien Danjou  <julien@danjou.info>
8396         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8397         get the start of data.
8398         (gnus-html-encode-url): Add this function to encode special chars in
8399         URL.
8400         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8401         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8403         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8404         default.
8405         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8407         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8408         images alt-text.
8409         (gnus-html-put-image): Put alt-text as help-echo.
8411 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8413         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8414         * mm-util.el (mm-decompress-buffer):
8415         * nnir.el (nnir-run-find-grep):
8416         * pop3.el (pop3-list): Use 3rd arg of split-string.
8418 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8420         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8421         outside the active range.  Suggested by Dan Christensen.
8423         * gnus-start.el (gnus-get-unread-articles): Get the extended method
8424         slightly later to avoid double-getting it.
8426         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8427         previous patch.
8429         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8431 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
8433         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8435 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8437         * gnus-int.el (gnus-open-server): Give a better error message in the
8438         "go offline" case.
8440         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8441         marks for nnimap, which is seldom the right thing to do.
8443         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8444         (gnus-same-method-different-name): New function.
8446         * nnimap.el (parse-time): Require.
8448         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8449         method in the presence of many similar methods.
8451         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8453         * nnimap.el (nnimap-find-expired-articles): Don't refer to
8454         nnml-inhibit-expiry.
8456         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8457         find out whether methods are equal.
8459         * nnimap.el (nnimap-find-expired-articles): New function.
8460         (nnimap-process-expiry-targets): New function.
8461         (nnimap-request-move-article): Request the article before looking at
8462         what the Message-ID is.  Fix found by Andrew Cohen.
8463         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8465         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8466         for oldness in addition to being a predicate.
8468         * nnimap.el (nnimap-request-group): When we have zero articles, return
8469         the right data to Gnus.
8470         (nnimap-request-expire-articles): Only delete articles immediately if
8471         the target is 'delete.
8473         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8474         method, this would bug out.
8476         * gnus-group.el (gnus-group-expunge-group): Rename from
8477         gnus-group-nnimap-expunge, and implemented as a normal interface
8478         function.
8480         * gnus-int.el (gnus-request-expunge-group): New function.
8482         * nnimap.el (nnimap-request-create-group): Implement.
8483         (nnimap-request-expunge-group): New function.
8485 2010-09-21  Julien Danjou  <julien@danjou.info>
8487         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8488         (gnus-html-cache-expired): Add new function.
8489         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8490         wethever we should display image for fetch it.
8491         Compute alt-text earlier to pass it to the fetching function too.
8492         (gnus-html-schedule-image-fetching): Change function argument to only
8493         get one image at a time, not a list.
8494         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8495         cache.
8496         (gnus-html-get-image-data): New function to retrieve image data from
8497         cache.
8498         (gnus-html-put-image): Change buffer argument to use image data rather
8499         than file, and place image above region rather than inserting a new
8500         one.  Do not take alt-text as argument, since it's useless now: we place
8501         the image above alt-text.
8502         (gnus-html-prune-cache): Remove.
8503         (gnus-html-show-images): Start to fetch image when we find one, do not
8504         push into a temporary list.
8505         (gnus-html-prefetch-images): Only fetch image if they have expired.
8506         (gnus-html-browse-image): Fix, use 'gnus-image-url.
8507         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8509 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8511         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8513 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8515         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8516         spec inser "*" if the group isn't active instead of 0.
8518         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8519         opening the server.
8520         (nnimap-request-delete-group): Implement group deletion.
8521         (nnimap-transform-headers): Return the size of the entire message in
8522         the Bytes header, not just the size of the first part.
8523         (nnimap-request-move-article): When moving an article from nnimap,
8524         request the article first so the accepting form has an article to
8525         accept.  Reported by Dan Christensen.
8526         (nnimap-command): Make sure that the error message doesn't error out.
8528 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
8530         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8531         we haven't requested anything.
8533 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8535         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8536         "".  Fix found by Andrew Cohen.
8538         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8539         instead of -encode-string.
8541 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8543         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8545         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8546         by mm-subst-char-in-string.
8548 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8550         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8551         waiting for the connection string.
8553         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8554         arriving.
8556         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8557         bogus characters.  This allows selecting certain Gmail groups.
8559         * nnimap.el (nnimap-find-wanted-parts-1): New function.
8560         (nnimap-fetch-partial-articles): New variable.
8561         (nnimap-open-connection): When looking for credentials, also use the
8562         nnimap-server-port.
8563         (nnimap-request-article): Return the group/article number, so that Gnus
8564         `^' works as expected.
8565         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8567         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8568         comments.
8569         (gnus-methods-sloppily-equal): New function.
8570         (gnus): When using the development version of Gnus, load the gnus-load
8571         file.
8573         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8574         `gnus-open-server' on each method before trying to scan them etc.
8575         This ensures that all the backend parameters are set correctly.
8577         * nnimap.el (nnimap-authenticator): New variable.
8578         (nnimap-open-connection): Allow anonymous login.
8579         (nnimap-transform-headers): The chars header is called Chars not Bytes.
8580         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
8582         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
8583         patch, found by Knut Anders Hatlen.
8585 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
8587         * gnus-agent.el (gnus-agent-batch-confirmation)
8588         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
8589         to gnus-message.
8590         * gnus-art.el (gnus-article-describe-briefly): Likewise.
8591         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
8592         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
8593         * gnus-int.el (gnus-open-server): Likewise.
8594         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
8595         (gnus-score-check-syntax): Likewise.
8596         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
8597         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
8598         Likewise.
8599         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
8601 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8603         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
8604         calling conventions so that prefetch doesn't bug out.
8606 2010-09-19  Julien Danjou  <julien@danjou.info>
8608         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
8609         rather than `subst-char-in-region' in order to be able to replace ASCII
8610         char by UTF-8 ones.
8612         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
8613         than curl.
8614         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
8615         the right URL and ALT text on images.
8616         (gnus-html-wash-tags): Fix tag case.
8617         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
8618         (gnus-article-html): Add -o display_ins_del=2 option.
8619         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
8621 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8623         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
8624         the extra mail headers, which sometimes seem to happen for unknown
8625         reasons.
8627         * mail-parse.el (mail-header-encode-parameter): Define as
8628         rfc2045-encode-string instead of as rfc2231-encode-string, since some
8629         (or most, perhaps?) mail readers don't understand the latter, but do
8630         understand the former.
8632         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
8633         to nil, so that no methods are automatically agentized.  I think this
8634         is probably what most users want.
8636         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8637         from url-retrieve, for instance about invalid URLs.
8639         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
8640         groups that have no articles.
8641         (nnimap-request-article): Check that we really got an article when we
8642         requested one.
8644         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
8645         doesn't exist.
8647         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
8648         nntp buffer so the agent can save it.
8649         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
8650         that CRLF doesn't get translated to \n.
8651         (nnimap-open-connection): Don't make 'shell commands only send \n.
8653 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8655         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
8656         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
8657         Update var name.
8658         (nnml-generate-nov-file): Use dolist.
8659         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
8660         Use with-current-buffer.
8662 2010-09-18  Julien Danjou  <julien@danjou.info>
8664         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
8665         parallel.
8667 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8669         * nnimap.el (nnimap-update-info): When doing partial marks update, get
8670         the range update right.
8671         (nnimap-request-group): Don't make `M-g' bug out on group with no
8672         marks.
8673         (nnoo): Require, so that other packages can require nnimap.
8674         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
8675         command we're looking for.  This helps when the server sends more
8676         responses after we've gotten everything we expected.
8677         (nnimap): Add a `newlinep' field to keep track of end-of-line
8678         conventions.
8679         Don't send CRLF to things that don't want it.
8680         (nnimap-request-accept-article): Ditto.
8682 2010-09-18  Julien Danjou  <julien@danjou.info>
8684         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
8685         than curl to retrieve images.
8687 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8689         * nnimap.el (nnimap-update-info): Extend the info so that we can set
8690         the marks.
8691         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
8692         (nnimap-wait-for-connection): New function.
8693         (nnimap-open-connection): If we have PREAUTH, don't query for login
8694         credentials.
8695         (nnimap-update-info): Fix off-by-one error when concatenating ranges
8696         when doing a partial update.
8698 2010-09-18  Julien Danjou  <julien@danjou.info>
8700         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
8701         tags.
8703 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8705         * nnimap.el (nnimap-credentials): New function.
8706         (nnimap-open-connection): Use the new function to look for credentials
8707         also on the numeric equivalents of "imap" and "imaps".
8709         * gnus-start.el (gnus-activate-group): Send the info to
8710         gnus-request-group.
8712         * nnimap.el (nnimap-request-group): Have the "check" version of the
8713         function parse flags and update the info, so that a `M-g' get a total
8714         resync of all flags from the group.
8716         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
8717         to allow backends to alter the info on group selection.  Also alter all
8718         the backend -request-group functions to take the parameter.
8720         * nnimap.el (nnimap-store-info): New function.
8721         (nnimap-update-info): Store the info for later usage.
8722         (nnimap-request-group): Use the stored info for the dont-check case, so
8723         that we don't retrieve all marks when we enter a group.
8725         * nnimap.el: Use deffoo instead of defun for interface functions.
8727         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
8728         update the group info.  This makes the nndraft groups, for instance, go
8729         back to their old behavior.
8731         * gnus-sum.el (gnus-select-newsgroup): Indent.
8733         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
8734         in.
8735         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
8736         nothing.
8738         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
8739         from methods that are denied.
8741         * gnus-int.el (gnus-method-denied-p): New function.
8743         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
8744         store the password instead of netrc.
8745         (nnimap-open-connection): Don't error out when we can't make a
8746         connections.
8748         * auth-source.el (auth-source-create): In the password prompt, say what
8749         we're querying for.  Also prompt for user name if that hasn't been
8750         given.
8752         * nnimap.el (nnimap-with-process-buffer): Remove.
8754 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8756         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
8757         method when we're reading from the agent.
8759         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
8761         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
8762         that's probably most useful for users.
8764         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
8765         "failed" all the time.
8767         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
8768         ...)) with (with-current-buffer ...).
8770         * nntp.el (nntp-open-server): Return whether the open was successful or
8771         not.
8773         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
8774         select an unread unseen article first.
8776         * nnimap.el (nnimap-open-connection): If the user doesn't have a
8777         /etc/services, supply some sensible port defaults.
8779 2010-09-17  Julien Danjou  <julien@danjou.info>
8781         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
8783 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8785         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
8786         doesn't have any parameters.
8788 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8790         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
8791         only upcased checks.
8793         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
8795         * nnimap.el (nnimap-open-shell-stream): New function.
8796         (nnimap-open-connection): Use it.
8797         (nnimap-transform-headers): Get the number of lines in each message.
8798         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
8799         number of lines.
8800         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
8801         problem.
8803         * utf7.el (utf7-encode): Autoload.
8805         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
8806         to allow the mail splitting to not return a default group.  This is
8807         useful for nnimap, which will leave unmatched mail in the inbox.
8809         * nnimap.el: Rewritten.
8811         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
8812         nnimap usage.
8814         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
8815         if the move is internal, so that nnimap can do fast internal moves.
8817         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
8818         data.
8819         (gnus-read-active-for-groups): Support finishing the early retrieval of
8820         data.
8822         * gnus-range.el (gnus-range-nconcat): New function.
8824         * gnus-int.el (gnus-finish-retrieve-group-infos)
8825         (gnus-retrieve-group-data-early): New functions.
8827 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8829         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
8830         (nnrss-retrieve-groups):
8831         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
8832         (pop3-quit): Use with-current-buffer.
8834 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8836         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
8837         instead of nnheader-accept-process-output.
8839         * gnus-html.el (gnus-html-schedule-image-fetching)
8840         (gnus-html-prefetch-images): Replace process-kill-without-query by
8841         gnus-set-process-query-on-exit-flag.
8843 2010-09-16  Romain Francoise  <romain@orebokech.com>
8845         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
8847 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8849         * gnus-registry.el (gnus-registry-install-shortcuts): The second
8850         parameter to unintern is mandatory-ish in Emacs 24.
8852         * gnus-html.el (gnus-html-schedule-image-fetching)
8853         (gnus-html-prefetch-images): Check for curl before using it.
8855         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
8856         depend on curl, which isn't essential.
8858         * imap.el: Revert back to version
8859         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
8860         seem problematic.
8862 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8864         * gnus-registry.el (gnus-registry-install-shortcuts):
8865         Explicitly pass `obarray' to `unintern' to avoid a warning.
8867 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8869         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
8870         change.
8872         * nnrss.el (nnrss-request-list): Remove this function and related
8873         functions, including the moreover stuff.
8875 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8877         * nnrss.el (nnrss-retrieve-groups): New function.
8879 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8881         * .dir-locals.el: Add no-byte-compile cookie.
8883 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8885         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
8886         for back end that doesn't support request-scan.
8888 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8890         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
8891         then do request scans from the backends.
8893         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
8894         avoid running a hook per line, since this takes a lot of time,
8895         profiling shows.
8896         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
8897         directly if gnus-visual-p is true.
8899 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8901         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
8902         groups; replace mapcar with dolist which is a bit faster; pass groups
8903         info to gnus-read-active-file-1.
8904         (gnus-read-active-file-1): Scan only specified groups if the new
8905         optional arg `infos' is given.
8907 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8909         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
8911         * pop3.el (pop3-movemail): Remove.
8912         (pop3-streaming-movemail): Rename to pop3-movemail.
8914         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
8915         don't restrict end-tag searches to the end of the line.
8917 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8919         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
8920         articles of every unchecked group to t, which means unknown since the
8921         server has never been opened.
8923 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8925         * gnus-html.el (gnus-html-show-alt-text): New command.
8926         (gnus-html-browse-image): Ditto.
8927         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
8928         to browse the image directly.
8929         (gnus-html-wash-tags): Search for images first, so that <a><img> works
8930         better.
8932         * gnus-async.el (gnus-async-article-callback):
8933         Call `gnus-html-prefetch-images' unconditionally.
8935         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
8936         before feeding URLs to curl.
8938 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8940         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
8941         internal images as deletable by `W D D'.
8943         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
8944         (gnus-async-article-callback): Fix typo.
8946 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8948         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
8949         current line to work around bugs in the output from w3m.
8951         * gnus-async.el (gnus-async-article-callback): Always prefetch images
8952         for groups that want that.
8954         * nntp.el (nntp-wait-for-string): Supply a timeout for
8955         accept-process-output to ensure progress.
8957         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
8958         level to get unread articles from, then use that for foreign groups,
8959         too.
8961         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
8962         confuses the rest of the function.
8964         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
8965         for the methods that support -retrieve-groups, too.
8967         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
8969 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8971         * pop3.el: Require cl when compiling.
8972         (pop3-number-of-responses): Search for "+OK", not "+OK ".
8974 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8976         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
8977         that aren't going to be activated.
8978         (gnus-get-unread-articles): Fix up the last commit.
8980         * gnus-html.el (gnus-article-html): Allow calling without specifying
8981         the handle.  In that case, dissect the buffer first.
8983         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
8985         * nnimap.el (nnimap-open-connection): Revert the change that would look
8986         into authinfo for imaps instead of imap.
8988         * gnus-start.el (gnus-activate-group): Take an optional parameter to
8989         say that you don't want to call gnus-request-group with don-check, but
8990         do check the response.  This is for virtual groups only.
8991         (gnus-get-unread-articles): Count the archive groups as secondary, so
8992         that they're activated the same way as before.
8994         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
8995         case-insensitively.
8996         (nnimap-debug): Remove.
8998         * mail-source.el (mail-source-fetch): Don't message if we're fetching
8999         mail from a file, and the file doesn't exist.
9001         * pop3.el (pop3-streaming-movemail): Return t for success.
9003         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
9004         .authinfo if we're using ssl connection.
9006         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
9007         already have if we're in a main Gnus `g' run.
9009         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
9011 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9013         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
9015         * nnmh.el (nnmh-request-list-1): Bind `file'.
9017         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
9018         alias to set-process-query-on-exit-flag or process-kill-without-query.
9019         (pop3-open-server): Use it.
9021 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9023         * mail-source.el (mail-source-delete-crash-box): Always move the crash
9024         box to the Incoming file.  Fixes mistake in previous checkin.
9026         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
9027         request loop (for debugging purposes) removed.
9029         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
9030         culprit is more visible.
9031         (nnml-save-incremental-nov, nnml-open-incremental-nov)
9032         (nnml-add-incremental-nov): New functions to do "incremental" nov
9033         updates, where we just append to the end of the existing nov files
9034         without reading/writing them in full.
9036         * mail-source.el (mail-source-delete-crash-box): Really only check the
9037         incoming files once in a while.
9039         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
9041         * mail-source.el (mail-source-delete-crash-box): Only check the
9042         incoming files for deletion once per day to save a lot of file
9043         accesses.
9045         * pop3.el (pop3-logon): Fix up unbound variable typo.
9047         * mail-source.el (pop3-streaming-movemail): Autoload.
9049         * pop3.el (pop3-streaming-movemail):
9050         Respect pop3-leave-mail-on-server.
9052         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
9053         retrieval.
9055         * pop3.el (pop3-process-filter): Remove unused function.
9056         (pop3-streaming-movemail, pop3-send-streaming-command)
9057         (pop3-wait-for-messages, pop3-write-to-file)
9058         (pop3-number-of-responses): New functions for streaming pop3
9059         retrieval.
9061         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
9062         come from no known methods.
9063         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
9064         list.
9066         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
9067         message sizes.
9068         (pop3-movemail): Use erase-buffer instead of looping and deleting
9069         regions, which seems rather odd.
9071         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
9072         file once per `g' run.
9074         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
9075         directories.  This makes the draft queue directory work.
9077         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
9078         data from the backends, so that we only request the list of groups from
9079         each method once.  This should speed things up considerably.
9081         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
9082         detect that it's not implemented.
9084         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
9085         we actually do recurse down into the tree, but don't stat all leaf
9086         nodes.
9088         * gnus-html.el (gnus-html-show-images): If there are no images to show,
9089         then say so instead of bugging out.
9091         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
9092         files exist before trying to read them.
9094         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
9095         around <pre_int>.
9097         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
9099         * nnmh.el (nnmh-request-list-1): Optimize for speed.
9101 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9103         * mm-util.el (mm-image-load-path): Just return the image directories,
9104         not all directories in the path in addition to the image directories.
9105         (mm-image-load-path): Maintain a cache of the image directories so that
9106         the `g' command in Gnus doesn't have to stat dozens of directories each
9107         time.
9109         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
9110         (gnus-html-wash-tags): Add a new `i' command to insert images.
9111         (gnus-html-insert-image): New command and keystroke.
9112         (gnus-html-redisplay-with-images): New command and keystroke.
9113         (gnus-html-show-images): Rename command.
9114         (gnus-html-wash-tags): Remove more white space before <pre_int> image
9115         spacers.
9116         (gnus-html-wash-tags): Decode entities at the end, so that entities
9117         inside the tags don't mess up the rest of the "parsing".
9119         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
9120         so that nnimap methods aren't agentized by default.  There's apparently
9121         many problems related to agent/imap behavior.
9123         * gnus-art.el (gnus-article-copy-string): New command and key binding.
9125         * gnus-html.el: Doc fix.
9127 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9129         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
9130         glyph-width and glyph-height instead of display-graphic-p and
9131         image-size; make avoidance of displaying small images work for XEmacs.
9133         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
9134         for XEmacs.
9136         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
9137         of symbol that holds plist data.
9138         (gnus-process-plist): Remove plist of process after getting it.
9140 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9142         * message.el (message-generate-hashcash): Change default to
9143         'opportunistic if hashcash is installed.
9145         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
9146         (gnus-html-put-image): Only call image-size once, since it's somewhat
9147         time-consuming on remote X servers.
9149 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9151         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
9152         decoded contents.
9153         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
9155 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9157         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
9158         group line format, since it isn't very interesting.
9160         * gnus-agent.el (gnus-agent-short-article),
9161         (gnus-agent-long-article): Increase values for these two variables,
9162         since most people are likely to have more network connection and
9163         storage than before.
9165         * gnus.el (gnus-refer-article-method): Change default to 'current.
9166         When referring an article, the common behavior is to refer it from the
9167         current select method, not the native select method.  The chances of
9168         the native select method having the message in question is rather slim
9169         these days.
9171         * gnus-sum.el (gnus-auto-select-subject): Change default to
9172         `unseen-or-unread'.  I think it's likely that most people want to
9173         select an unseen article over a previously seen, but unread one.
9175         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
9176         means that in the article buffer none of the minor mode elements will
9177         be shown, usually, and this is not desirable in most cases.
9179         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
9180         that commands like `d' (and the like) go to the next line in the
9181         buffer, instead of the next unread article.  I think this is the
9182         behavior that is most natural for most users.
9183         (gnus-single-article-buffer): Change default to nil, so that people can
9184         have as many article buffers open as they have summary buffer.  I think
9185         this is the most natural way for the groups to behave.
9187         * message.el (message-generate-new-buffers): Change default to
9188         `unsent', so that all new message buffers start their names with the
9189         string "*unsent", and it's easier to find the buffers if you move from
9190         them.
9192 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9194         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
9195         small.  They're probably tracking images.
9196         (gnus-html-wash-tags): Remove all <pre_int> place holders.
9197         (gnus-html-rescale-image): Yet another try at getting the image sizing
9198         right.
9200         * nntp.el (nntp-request-set-mark): Refuse to do marks if
9201         nntp-marks-file-name is nil.
9203 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9205         * gnus-html.el (gnus-html-wash-tags)
9206         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
9207         Better logging.
9209 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9211         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
9213         * gnus-html.el (gnus-html-wash-tags): Check the value of
9214         gnus-blocked-images in the summary buffer.
9216 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9218         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
9220 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9222         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
9223         like "a", it seems like.
9224         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
9225         since it needs to be picked from the correct buffer.
9227         * nnwfm.el: Remove.
9229         * nnlistserv.el: Remove.
9231 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9233         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
9234         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
9236 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9238         * nnkiboze.el: Remove.
9240         * nndb.el: Remove.
9242         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
9243         alt text.
9244         (gnus-html-rescale-image): Try to get the rescaling logic right for
9245         images that are just wide and not tall.
9247         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
9248         overshadow variable bindings.
9250 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9252         * gnus-html.el (gnus-html-wash-tags)
9253         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
9254         Add extra logging.
9256 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9258         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
9259         (gnus-max-image-proportion): New variable.
9260         (gnus-html-rescale-image): New function.
9261         (gnus-html-put-image): Rescale images.
9263 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9265         Fix up some byte-compiler warnings.
9266         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9267         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9268         (gnus-article-fill-cited-article, gnus-article-hide-citation)
9269         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9270         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9271         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9272         (gnus-group-update-group): Use save-excursion and with-current-buffer.
9274 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9276         * gnus-html.el (gnus-article-html): Decode contents by charset.
9278 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9280         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9281         (gnus-html-frame-width, gnus-blocked-images):
9282         * message.el (message-prune-recipient-rules): Add custom version.
9283         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9285         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9286         functions.
9288         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9289         gnus-process-get.
9291 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
9293         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9294         instead of lsub directly.
9296 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9298         * nnwarchive.el: Remove.
9300         * gnus-soup.el: Remove.
9302         * nnsoup.el: Remove.
9304         * nnultimate.el: Remove.
9306         * gnus-html.el (gnus-blocked-images): New variable.
9308         * message.el (message-prune-recipients): New function.
9309         (message-prune-recipient-rules): New variable.
9311         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9312         guess whether a long line is natural text or not.
9314         * gnus-html.el (gnus-html-schedule-image-fetching):
9315         Use gnus-process-plist and friends for compatibility.
9317 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9319         * gnus-html.el: Require packages that define macros used in this file.
9320         (gnus-article-mouse-face): Declare to silence byte-compiler.
9321         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9322         process-get.
9323         (gnus-html-put-image): Use plist-get to avoid getf.
9324         (gnus-html-prefetch-images): Use with-current-buffer.
9326 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9328         * gnus-ems.el: Provide compatibility functions for
9329         gnus-set-process-plist.
9331         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
9332         * gnus.el (gnus-valid-select-methods):
9333         * message.el (message-send-mail-partially-limit):
9334         * mm-decode.el (mm-text-html-renderer):
9335         * mml.el (mml-insert-mime-headers-always):
9336         * smiley.el (smiley-regexp-alist): Bump custom version.
9338 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9340         * gnus-html.el: require mm-url.
9341         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
9342         with the url to `url'.
9343         (gnus-html-wash-tags): Support cid: URLs/images.
9345 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9347         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9348         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9349         bindings, as they aren't useful at all.  `w' is moved to `W w'.
9351         * gnus-move.el: Remove file, since it doesn't really work.
9353         * gnus-html.el (gnus-article-html): Tell w3m that the input is
9354         UTF-8.  This seems to fix problems with some German web feeds.
9356         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9357         at the top so that the proper colors are applied.
9359         * gnus-art.el (gnus-article-view-part): Doc fix.
9361         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9362         XEmacs-compatible.
9363         (gnus-html-put-image): Don't do images on non-graphic displays.
9365         * nnslashdot.el: Remove this unused backend.
9367         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9368         actions.
9369         (gnus-undo-register-1): Revert last change.
9371         * gnus-group.el (gnus-group-completing-read): Protect against not
9372         having completion-styles bound.
9374         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9375         make broken recipients happier.
9377         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9379         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9380         point parameter.
9382         * gnus-group.el (gnus-group-completing-read): Add 'substring to
9383         completion-styles for group selection.
9385 2009-02-04  Andreas Schwab  <schwab@suse.de>
9387         * gnus-score.el (gnus-score-string): Fix regex for matching extra
9388         headers and regexp-quote the match if necessary.
9390 2009-03-24  Miles Bader  <miles@gnu.org>
9392         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9393         the blinking smiley.
9395 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9397         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9398         blink smiley.
9400 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9402         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9403         where the dribbel file lives exists.
9405         * message.el (message-send-mail-partially-limit): Change the default to
9406         nil, since most people don't want this.
9408         * mm-url.el (mm-url-decode-entities): Also decode entities like
9409         &#x3212.
9411 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9413         * gnus-sum.el (gnus-summary-idna-message):
9414         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9415         Hyperlink urls in docstrings with URL `...'.
9417 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
9419         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9420         functions.
9422 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9424         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9425         say what the mouseover text should be.
9427         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9428         version of the mm-w3m-safe-url-regexp variable to only download images
9429         in the groups where we want that to happen.
9431         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9433         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9434         easier debugging.
9435         (gnus-article-beginning-of-window): Add kludge to allow spacing past
9436         big pictures in the article buffer.
9438         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9439         gnus-article-html.
9440         (mm-text-html-renderer): gnus-article-html needs curl in addition to
9441         w3m.
9443         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9445 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9447         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9448         which doesn't exist.
9450         * message.el (message-inhibit-ecomplete): New variable to allow some
9451         function to inhibit ecomplete address storage.
9452         (message-resend): Disable ecomplete message storage when resending
9453         messages.
9455         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9457 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9459         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9460         Save excursion while copying, moving, and deleting articles in order to
9461         prevent the cursor from jumping to unforeseen place.
9463 2010-08-17  Glenn Morris  <rgm@gnu.org>
9465         * gnus-sync.el: Require gnus components whose functions are used.
9467         * gnus-art.el (bookmark-make-record-function):
9468         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9469         Declare for compiler.
9471         * mm-url.el (mml-compute-boundary): Autoload.
9473 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9475         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9477 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
9479         Typo fix "hoo4a" -> "hook".
9481         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9483 2010-08-14  Glenn Morris  <rgm@gnu.org>
9485         * gnus-sync.el (gnus-sync): Fix defgroup version.
9487 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
9489         Doc fixes and keep unknown groups (ammended for nunion bug fix).
9491         * gnus-sync.el: Fix docs.
9492         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9493         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9495 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9497         Optimizations for gnus-sync.el.
9499         * gnus-sync.el: Add docs about gnus-sync-backend
9500         possibilities.
9501         (gnus-sync-save): Remove unnecessary message.
9502         (gnus-sync-read): Optimize and show what groups were skipped.
9504 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9506         Minor bug fixes for gnus-sync.el.
9508         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9509         Don't read the sync on get-new-news.
9511         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9512         quiet.
9514         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9515         (fix typo).
9517 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
9519         Make saving and restoring of hidden threads work with overlays.
9520         Patch applied by Ted Zlatanov.
9522         * gnus-sum.el (gnus-hidden-threads-configuration)
9523         (gnus-restore-hidden-threads-configuration): Update to deal with text
9524         properties, rather than searching for a magic character.
9526 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9528         New gnus-sync.el library for synchronization of marks.
9530         * gnus-sync.el: New library for synchronization of marks.
9532         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9533         renamed from `gnus-registry-grep-in-list'.
9535         * gnus-registry.el (gnus-registry-follow-group-p):
9536         Use `gnus-grep-in-list'.
9538         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9540 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9542         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9543         determining charset of text fails.
9545 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9547         * nnmail.el (nnmail-get-new-mail-1): Revert.
9549         * nnml.el (nnml-active-number): Make sure names of newly created groups
9550         in nnml-group-alist are encoded.
9552 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9554         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9555         containing non-ASCII characters in active file for nnml back end.
9557 2010-07-24  David Engster  <dengste@eml.cc>
9559         * mml-smime.el (mml-smime-epg-verify): Also accept the older
9560         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9562 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
9564         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9565         tag (Bug#6654).
9567 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9569         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9570         the article buffer, not the summary buffer.
9572 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9574         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9575         Emacs 23 as well.
9577 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9579         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9580         Patch applied by Karl Fogel.
9582         * gnus-sum.el (gnus-summary-bookmark-make-record):
9583         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
9585 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9587         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
9588         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
9589         C-w still not working correctly from Article buffers; Thierry's
9590         patch to fix that will be applied after this.
9592         * gnus-art.el (bookmark-make-record-function): New local variable.
9594         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
9595         article buffer.
9596         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
9598 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
9600         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
9601         on changes in bookmark.el.
9603 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
9605         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
9606         the *other* type of HTML form submission.
9608 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
9610         * auth-source.el (auth-source-pick): If choice does not contain a
9611         questioned keyword, set the check to t.
9613 2010-06-12  Romain Francoise  <romain@orebokech.com>
9615         * gnus-util.el (gnus-date-get-time): Move up before first use.
9617 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9619         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
9620         (gnus-article-edit-part): Bind it to make last part that is substituted
9621         or deleted visible.
9622         (gnus-mime-display-single): Buttonize part of which id equals to
9623         gnus-mime-buttonized-part-id.
9625 2010-06-10  Dan Christensen  <jdc@uwo.ca>
9627         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
9628         (gnus-dd-mmm): Use gnus-date-get-time.
9629         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
9630         simplify logic.
9631         (gnus-summary-limit-to-age): Use gnus-date-get-time.
9632         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
9634 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
9636         * auth-source.el (top): Autoload `secrets-list-collections',
9637         `secrets-create-item', `secrets-delete-item'.
9638         (auth-sources): Fix tag string.
9639         (auth-get-source, auth-source-retrieve, auth-source-create)
9640         (auth-source-delete): New defuns.
9641         (auth-source-pick): Rewrite in order to avoid 2 passes.
9642         (auth-source-forget-user-or-password): New parameter USERNAME.
9643         (auth-source-user-or-password): New parameters CREATE-MISSING and
9644         DELETE-EXISTING.  Retrieve password interactively, if needed.
9646 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9648         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
9649         deleting unused directories when gnus-expert-user is t.
9651 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9653         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
9654         for each temp file when gnus-article-browse-delete-temp is ask.
9656 2010-05-20  Kevin Ryde  <user42@zip.com.au>
9658         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
9660 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9662         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
9663         article unless decoding article to be saved.
9665 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9667         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
9668         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
9669         generated within the mm-with-unibyte-current-buffer macro.
9671 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9673         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
9674         to nil when we're in a mml-preview buffer and no group is selected.
9676 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
9678         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
9679         when catching the `C-g'.  Reported by "Leo".
9681 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9683         * message.el (message-forward-make-body-plain)
9684         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
9685         multibyte-string-p.
9687 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9689         * message.el (message-forward-make-body-mml): Assume original message
9690         is multibyte string; error on unibyte.
9691         (message-forward-make-body-plain): Ditto; don't add excessive newline
9692         in body end.
9694 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
9696         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
9697         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
9699 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9701         * mm-extern.el (mm-extern-url): Don't use
9702         mm-with-unibyte-current-buffer.
9703         (mm-extern-cache-contents): Use with-current-buffer instead of
9704         save-excursion + set-buffer.
9706 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9708         * mm-util.el (mm-emacs-mule): Remove.
9710 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
9712         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
9713         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
9714         change.
9716 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9718         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
9719         bind the default value of enable-multibyte-characters to nil.
9721 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9723         * message.el (message-forward-make-body-plain)
9724         (message-forward-make-body-mml):
9725         Don't use mm-with-unibyte-current-buffer.
9727 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
9729         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
9730         (Bug#5592).
9732 2010-05-07  Julien Danjou  <julien@danjou.info>
9734         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
9735         it to mm-pipe-part.
9737         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
9738         it is given.
9740 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9742         * nnweb.el (nnweb-gmane-search):
9743         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
9744         XEmacs.
9746         * gnus-art.el (gnus-article-browse-html-parts):
9747         * gnus-group.el (gnus-read-ephemeral-gmane-group)
9748         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
9749         make-temp-file.
9751         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
9752         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
9753         compiling.
9755         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
9756         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
9757         XEmacs when compiling.
9759         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
9760         gnus-pick-mode-off-hook for XEmacs when compiling.
9761         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
9762         gnus-binary-mode-off-hook for XEmacs when compiling.
9764         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
9765         Return nil if char-charset is not available.
9767         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
9768         macro.
9770         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
9771         instead of encode-coding-string.
9773         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
9774         'xemacs) instead of mm-emacs-mule to switch function definitions.
9775         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
9777 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
9779         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
9781 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9783         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
9784         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
9786 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
9788         * mm-util.el (mm-decompress-buffer): Use `delete-file';
9789         alias `jka-compr-delete-temp-file' no longer exists.
9791 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9793         Use define-minor-mode in Gnus where applicable.
9794         * mml.el (mml-mode): Use define-minor-mode.
9795         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
9796         (gnus-undo-mode): Use define-minor-mode.
9797         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
9798         (gnus-dead-summary-mode): Use define-minor-mode.
9799         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
9800         Initialize in declaration.
9801         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
9802         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
9803         (gnus-mailing-list-mode): Use define-minor-mode.
9804         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
9805         (gnus-draft-mode): Use define-minor-mode.
9806         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
9807         (gnus-dired-mode): Use define-minor-mode.
9809 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
9811         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
9812         handles on recursive mml-to-mime translation and check them for
9813         boundary delimiter collisions.  Reported by Greg Troxel.
9815 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9817         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
9819 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9821         * mm-util.el (mm-find-buffer-file-coding-system):
9822         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
9824 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
9826         * message.el (message-generate-headers): Record insertion of optional
9827         headers as well.  Otherwise the check to prevent repeated insertion of
9828         optional headers is a no-op.
9830 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
9832         * smime.el: Don't mention CVS.
9834         * nnrss.el (nnrss-fetch): Don't mention CVS.
9836         * nnir.el: Don't mention CVS.
9838 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9840         * gnus-sum.el (gnus-summary-bookmark-make-record):
9841         Add `location' field.
9843 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9845         * gnus-sum.el: Add bookmark declarations to silence the compiler.
9846         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
9847         Use with-current-buffer to silence the byte-compiler.
9848         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
9849         bother to require `gnus'.
9850         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
9852 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9854         * gnus-sum.el (gnus-summary-bookmark-make-record)
9855         (gnus-summary-bookmark-jump): New functions.
9856         (gnus-summary-mode): Setup bookmark support.
9858 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
9860         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
9861         if set.
9863 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9865         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
9866         gnus-article-browse-html-save-cid-image; make it work recursively for
9867         forwarded messages as well.
9868         (gnus-article-browse-html-parts): Work when prefix arg is given.
9869         (gnus-article-browse-html-article): Doc fix.
9871 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
9873         * message.el (message-default-mail-headers):
9874         (message-default-headers): Carry the value mail-default-headers over
9875         into message-default-mail-headers, rather than message-default-headers.
9877 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
9879         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
9880         charset.
9882         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
9883         charset into the <meta> tag when the article is encoded to utf-8.
9885 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9887         * gnus-art.el (gnus-article-browse-delete-temp-files):
9888         Delete directories as well.
9889         (gnus-article-browse-html-parts): Work for images that do not specify
9890         file names; delete temp directory when quitting; insert header at the
9891         right place; use file: scheme for image files.
9893 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
9895         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
9896         (gnus-article-browse-html-parts): Use it to make temporary cid image
9897         files in addition to html file so that browser may display them.
9899 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9901         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
9903 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9905         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
9907 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
9909         * auth-source.el (auth-sources): Change default to be simpler.
9910         Explain about Secret Service API sources.  Improve Customize options.
9911         (auth-source-pick): Change to accept any number of search parameters.
9912         Implement fallbacks iteratively, not recursively.  Add scoring on the
9913         second pass and sort by score.  Call Secret Service API when needed.
9914         (auth-source-user-or-password): Use it.  Call Secret Service API
9915         directly when needed to get the user name and the password.
9917 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
9919         * message.el (message-interactive): Doc fix.
9920         (message-qmail-inject-args): Reflow.
9921         (message-kill-to-signature): Fix typo in docstring.
9923         * smiley.el (smiley-buffer): Fix typo in docstring.
9925 2010-03-24  Glenn Morris  <rgm@gnu.org>
9927         * mail-source.el (gnus-message): Declare.
9928         (mail-source-delete-old-incoming): Require gnus-util.
9930 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9932         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
9934         * message.el (ecomplete-setup): Autoload it for Emacs <23.
9936         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
9937         password-cache's default if it is not bound.
9938         (mml-secure-passphrase-cache-expiry): Default to 16 that is
9939         password-cache-expiry's default if it is not bound.
9941         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
9942         available in Emacs 21.
9944 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
9946         * auth-source.el (auth-sources): Fix up definition so extra parameters
9947         are always inline.
9949 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
9951         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
9952         wasn't updated after mismatch.  Clear cached mailbox info correctly
9953         when uidvalidity changes.
9954         (nnimap-group-prefixed-name): New function to avoid some code
9955         duplication.
9956         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
9957         (nnimap-request-group): Use it.
9958         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
9959         (nnimap-update-unseen): Significantly improved speed of Gnus startup
9960         with many imap folders.  This is done by caching the group status from
9961         the imap server persistently in a group parameter `imap-status'.  (This
9962         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
9963         but not persistently, so every Gnus startup was still very slow.)
9965 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9967         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
9968         secrets.el dependency.
9969         (auth-sources): Add optional user name.  Add secrets.el configuration
9970         choice (unused right now).
9972 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9974         * gnus-sum.el (gnus-summary-make-menu-bar):
9975         Let `gnus-registry-install-shortcuts' fill in the functions.
9977         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
9978         warnings.
9979         (gnus-registry-misc-menus): Variable to hold registry mark menus.
9980         (gnus-registry-install-shortcuts): Populate and use it in a
9981         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
9983 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
9985         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
9986         In-place substitutions for the group name encoding/decoding.
9987         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
9988         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
9989         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
9990         (nnimap-update-unseen, nnimap-request-list)
9991         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
9992         (nnimap-request-set-mark, nnimap-split-to-groups)
9993         (nnimap-split-articles, nnimap-request-newgroups)
9994         (nnimap-request-create-group, nnimap-request-accept-article)
9995         (nnimap-request-delete-group, nnimap-request-rename-group)
9996         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
9997         `encoded-mbx' for consistency.
9998         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
9999         variable `imap-current-mailbox'.
10001         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
10002         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
10004 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
10006         * pop3.el (pop3-display-message-size-flag): Display message size byte
10007         counts during POP3 download.
10008         (pop3-movemail): Use it.
10009         (pop3-list): Implement listing of available messages.
10011 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
10013         * nnir.el (nnir-get-article-nov-override-function): New function to
10014         override the normal NOV retrieval.
10015         (nnir-retrieve-headers): Use it.
10017 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
10019         * auth-source.el (netrc-machine-user-or-password): Autoload.
10021 2010-03-19  Glenn Morris  <rgm@gnu.org>
10023         Stop message.el from loading about 40 libraries it doesn't always need.
10024         The general approach is to autoload rather than require, and to
10025         require in the specific functions rather than the file.  (Bug#5642)
10027         * gmm-utils.el: Don't require wid-edit.
10028         (widget-create-child-value, widget-convert, widget-default-get):
10029         Autoload.
10031         * gnus-util.el: Don't require time-date, netrc.
10032         (message-fetch-field, gnus-group-name-decode): Declare rather than
10033         autoloading.
10034         (gnus-fetch-field): Require message.
10035         (gnus-decode-newsgroups): Require gnus-group.
10037         * ietf-drums.el: Don't require time-date.
10039         * message.el: Don't require hashcash, canlock, ecomplete.
10040         Do require mail-utils.  Require nnheader only when compiling.
10041         (smtpmail-default-smtp-server): Remove declaration.
10042         (message-send-mail-function): Check smtpmail-default-smtp-server
10043         is bound rather than requiring smtpmail.
10044         (message-auto-save-directory, message-insert-signature):
10045         Use expand-file-name rather than nnheader-concat.
10046         (nnheader-insert-file-contents): Autoload.
10047         (hashcash-wait-async): Declare.
10048         (message-send-mail): Only call gnus-setup-posting-charset if
10049         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
10050         (message-send-mail-with-sendmail): Require sendmail.
10051         (canlock-password, canlock-password-for-verify): Declare.
10052         (message-canlock-password): Require canlock.
10053         (nnheader-get-report): Autoload.
10054         (gnus-setup-posting-charset): Declare.
10055         (message-send-news): Require gnus-msg.
10056         (message-make-references, message-make-in-reply-to): Use mail-header-id
10057         rather than the alias mail-header-message-id.
10058         (ecomplete-add-item, ecomplete-save): Declare.
10059         (message-put-addresses-in-ecomplete): Require ecomplete.
10060         (ecomplete-display-matches): Autoload.
10062         * mm-decode.el: Don't require mailcap, gnus-util.
10063         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
10064         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
10065         Autoload.
10066         (mailcap-mime-extensions): Declare.
10068         * mm-encode.el: Don't require mailcap.
10069         (mailcap-extension-to-mime): Autoload.
10071         * mml-sec.el: Don't require password-cache.
10073         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10074         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10075         (mml-minibuffer-read-type): Require mailcap.
10076         (mml-preview): Require gnus-msg.
10078         * mml1991.el: Require password-cache.
10079         (password-cache-expiry): Remove declaration.
10081         * mml2015.el: Require password-cache.
10082         (password-cache-expiry): Remove declaration.
10084         * nneething.el (mailcap): Require mailcap.
10086         * nnheader.el (declare-function): Add compatibility stub.
10087         (message-remove-header): Declare rather than autoload.
10088         (nnheader-replace-header): Require message.
10090         * nnimap.el (declare-function): Add compatibility stub.
10091         (netrc-parse, netrc-machine-user-or-password): Declare.
10092         (nnimap-open-connection): Require netrc.
10094         * nntp.el (declare-function): Add compatibility stub.
10095         (netrc-parse, netrc-machine, netrc-get): Declare.
10096         (nntp-send-authinfo): Require netrc.
10098         * rfc2047.el: Don't require qp.
10099         (quoted-printable-encode-region, quoted-printable-decode-string):
10100         Autoload.
10102         * sieve-mode.el: Don't require easymenu.
10103         (easy-menu-add-item): Autoload it.
10105         * spam-stat.el (time-to-number-of-days): Autoload it.
10107 2010-03-17  Kevin Ryde  <user42@zip.com.au>
10109         * mml.el (mml-read-tag): Unquote values with `read' to reverse
10110         prin1 in mml-insert-tag (just stripping the quotes gave wrong
10111         value if any backslash escapes).
10113 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10115         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10116         if it is available.  (bug#5647)
10118 2010-02-26  Glenn Morris  <rgm@gnu.org>
10120         * message.el (message-send-mail-function): Change the default, so that
10121         it inherits from a customized send-mail-function.  (Bug#5643)
10123 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10125         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10126         shell-command-to-string signals an error (bug#5299).
10128 2010-02-24  Glenn Morris  <rgm@gnu.org>
10130         * message.el (message-smtpmail-send-it)
10131         (message-send-mail-with-mailclient): Doc fixes.
10133 2010-02-16  Glenn Morris  <rgm@gnu.org>
10135         * message.el (message-default-mail-headers): Change the default value
10136         to ease the transition from mail-mode to message-mode.  (Bug#5555)
10138 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
10140         * message.el (message-mail): Just pass yank-action on to message-setup.
10141         (message-setup): Handle (FUN . ARGS) form of yank-action.
10142         (message-with-reply-buffer, message-widen-reply)
10143         (message-yank-original): Handle non-buffer values of
10144         message-reply-buffer (Bug#4080).
10145         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
10147 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
10149         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10150         Fix typo in docstring.
10152 2010-01-08  Jason Rumney  <jasonr@gnu.org>
10154         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
10155         response.
10157 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10159         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10161         * message.el (message-check-news-header-syntax): Protect against a
10162         string that `rfc822-addresses' returns when parsing fails.
10164 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10166         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10167         (gnus-previous-char-property-change): New functions.
10169         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10171 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
10173         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10174         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
10176 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
10178         * message.el (message-exchange-point-and-mark): Rework last change to
10179         avoid using optional arg of exchange-point-and-mark, for backward
10180         compatibility.
10182 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
10184         * message.el (message-exchange-point-and-mark):
10185         Call exchange-point-and-mark with an argument rather than setting
10186         mark-active by hand (Bug#5175).
10188 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10190         * nntp.el (nntp-service-to-port): Work for service expressed with
10191         numeric string; replace [:digit:] with [0-9] for XEmacs.
10193 2009-12-17  Glenn Morris  <rgm@gnu.org>
10195         * gnus-group.el (gnus-bug-group-download-format-alist):
10196         Change emacs entry to debbugs.gnu.org.  Bump :version.
10198 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10200         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10202 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10204         * message.el (message-info): Explain why we use `Info-goto-node'.
10206 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10208         * message.el (message-completion-in-region): New compatibility function.
10209         (message-expand-group): Use it.
10211 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10213         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10214         with no unread article should be listed if the 2nd arg `predicate' is
10215         given.
10217 2009-11-29  Juri Linkov  <juri@jurta.org>
10219         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10220         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
10221         on `gnus-recenter'.  (Bug#4698, Bug#4981)
10223 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10225         * message.el (message-from-style, message-interactive)
10226         (message-signature): Always set default values from the corresponding
10227         mail-* variables.
10228         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10229         (message-yank-prefix, message-indentation-spaces)
10230         (message-signature-file, message-default-headers): Use boundp rather
10231         than (featurep 'xemacs) to check if the corresponding mail-* variables
10232         exist.
10234 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
10236         * message.el (message-send-mail-with-sendmail): Revert last change.
10238 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
10240         * message.el (message-from-style, message-interactive)
10241         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10242         (message-yank-prefix, message-indentation-spaces, message-signature)
10243         (message-signature-file, message-default-headers): For GNU Emacs, set
10244         default values from the corresponding mail-* variables.
10245         (message-send-mail-with-sendmail): Use envelope-from only if
10246         mail-specify-envelope-from is non-nil.
10248 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10250         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10251         containing tspecial characters if they have been already quoted.
10253 2009-10-24  Glenn Morris  <rgm@gnu.org>
10255         * gnus-art.el (help-xref-stack-item): Define for compiler.
10257 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10259         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10261 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10263         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10264         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10266 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10268         * gnus.el (gnus-overlay-get): New alias to overlay-get.
10269         (gnus-overlays-in): New alias to overlays-in.
10271         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10272         gnus-overlay-get, and gnus-delete-overlay.
10273         (gnus-summary-show-thread): Make it work as well for systems in which
10274         next-single-char-property-change is not available.
10275         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10277 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
10279         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10281 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
10283         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10284         and XEmacs that don't have `remove-overlays'.
10286 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10288         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10289         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10290         selective display.  Use overlays instead.
10292 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10294         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10296 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10298         * spam-stat.el (spam-stat-load): Fix typo in message.
10300 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
10302         * gnus-art.el (gnus-article-encrypt-body):
10303         * message.el (message-check-recipients):
10304         * mm-util.el (mm-codepage-setup):
10305         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10306         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10308 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
10310         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10311         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10312         keys from the menu if mm-{sign,encrypt}-option is 'guided.
10313         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10314         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10316 2009-09-18  Glenn Morris  <rgm@gnu.org>
10318         * gnus-diary.el (gnus-diary-check-message):
10319         * message.el (message-insert-formatted-citation-line):
10320         * nnbabyl.el (top-level):
10321         * nndiary.el (nndiary-schedule):
10322         Fix typos in condition-case handlers.
10324 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10326         * gnus-art.el (gnus-article-edit-part): Work for the buffer
10327         configuration that provides the sole article window in a frame;
10328         position point correctly after deleting a part.
10330 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
10332         * spam.el (spam-unregister-on-reregister): Add boolean variable.
10333         (spam-resolve-registrations-routine): Use it to unregister articles
10334         that change status.
10336 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10338         * nnrss.el (nnrss-request-article): Remove binding of
10339         default-enable-multibyte-characters that has gotten needless by
10340         the 2007-07-13 change in rfc2047-encode-message-header.
10342         * mml.el (mml-insert-multipart): Error on the message header.
10343         (mml-insert-part): Error on the message header; position point at
10344         the end of a MIME tag.
10346 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10348         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10349         (gnus-float-time): Alias to float-time if it exists.
10351         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10352         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10353         float-time is available; suppress compile warning for time-to-seconds.
10355 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10357         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10358         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10359         Add the optional argument `encoding' that overrides the default.
10361         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10362         mm-encode-buffer.
10364 2009-09-04  Glenn Morris  <rgm@gnu.org>
10366         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10367         mm-disable-multibyte, rather than default-enable-multibyte-characters.
10368         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10369         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10370         * mm-util.el (mm-with-unibyte-current-buffer)
10371         (mm-find-buffer-file-coding-system):
10372         * yenc.el (yenc-decode-region): Use default-value rather than
10373         default-enable-multibyte-characters.
10375 2009-09-03  Glenn Morris  <rgm@gnu.org>
10377         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10378         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10379         than default-enable-multibyte-characters.
10381 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
10383         * gnus-art.el (gnus-article-read-summary-keys):
10384         Fix gnus-buffer-configuration's value temporarily used.
10386 2009-09-02  Glenn Morris  <rgm@gnu.org>
10388         * gnus-util.el (gnus-float-time): New function.
10389         * gnus-delay.el (gnus-delay-article):
10390         * gnus-sum.el (gnus-thread-latest-date):
10391         * gnus-util.el (gnus-user-date): Use gnus-float-time.
10392         * nnspool.el (nnspool-request-newgroups):
10393         Use gnus-float-time rather than time-to-seconds.
10394         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10396         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10397         (gnus-header-subject-face, gnus-header-newsgroups-face)
10398         (gnus-header-name-face, gnus-header-content-face):
10399         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10400         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10401         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10402         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10403         (gnus-cite-face-11):
10404         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10405         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10406         (gnus-server-closed-face, gnus-server-denied-face)
10407         (gnus-server-offline-face):
10408         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10409         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10410         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10411         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10412         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10413         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10414         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10415         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10416         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10417         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10418         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10419         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10420         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10421         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10422         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10423         (gnus-summary-high-undownloaded-face)
10424         (gnus-summary-low-undownloaded-face)
10425         (gnus-summary-normal-undownloaded-face)
10426         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10427         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10428         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10429         (gnus-splash-face):
10430         * message.el (message-header-to-face, message-header-cc-face)
10431         (message-header-subject-face, message-header-newsgroups-face)
10432         (message-header-other-face, message-header-name-face)
10433         (message-header-xheader-face, message-separator-face)
10434         (message-cited-text-face, message-mml-face):
10435         * sieve-mode.el (sieve-control-commands-face)
10436         (sieve-action-commands-face, sieve-test-commands-face)
10437         (sieve-tagged-arguments-face):
10438         * spam.el (spam-face):
10439         Mark face aliases with "-face" in the name as obsolete.
10441 2009-09-01  Glenn Morris  <rgm@gnu.org>
10443         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10444         than goto-line.
10446 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10448         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10449         Don't move point if the command is invoked inside the message header.
10451 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10453         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10454         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10455         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10456         * nnir.el (nnir-swish-e-index-file):
10457         * gnus-sum.el (gnus-summary-delete-marked-as-read)
10458         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10459         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10460         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10461         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10462         (gnus-treat-display-xface): Add Emacs version of obsolescence.
10464 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10466         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10467         Don't save excursion.
10469 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10471         * nnheader.el (nnheader-find-file-noselect):
10472         * mm-util.el (mm-insert-file-contents):
10473         Use (default-value 'major-mode) instead of default-major-mode.
10475 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10477         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10479 2009-08-25  Glenn Morris  <rgm@gnu.org>
10481         * nnir.el (top-level): Don't require cl at run-time.
10482         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10483         Replace cl-function substitute with gnus-replace-in-string.
10484         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10485         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10486         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10487         simplified expansions.
10489 2009-08-22  Glenn Morris  <rgm@gnu.org>
10491         * gnus-art.el (gnus-button-patch): Use forward-line rather than
10492         goto-line.
10494 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10496         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10498         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10499         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10500         (gnus-mm-display-part, gnus-mime-display-single)
10501         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10502         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10504         * gnus-sum.el
10505         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10506         (gnus-summary-move-article): Add expirable mark to articles copied or
10507         moved to group that has auto-expire turned on if the option is non-nil.
10509 2009-07-24  Glenn Morris  <rgm@gnu.org>
10511         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10512         Fix typo.  (Bug#3903)
10514 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10516         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10517         gnus-article-read-summary-keys rather than gnus-summary-edit-article
10518         that should not be used for draft articles.
10519         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10520         that has no concern in minor mode keys.
10521         (gnus-article-summary-command, gnus-article-summary-command-nosave):
10522         Abolish.
10524 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10526         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10527         article without making inquiry to a user for unknown encoding.
10529         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10530         (nnmaildir--scan): Assume i-node and device number that file-attributes
10531         returns might be cons-cell.
10533 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
10535         * auth-source.el: Remove docs now in auth.texi.  Don't use
10536         `gnus-message' for logging.  Add new variables `auth-source-debug' and
10537         `auth-source-hide-passwords' and use them.
10539 2009-07-15  Glenn Morris  <rgm@gnu.org>
10541         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10543 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10545         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10546         excessive whitespace from the default values of title and description.
10548 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10550         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10551         mail-fetch-field to fetch Content-Description header in order to
10552         exclude newlines.
10554 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10556         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10557         to deleted part.
10559 2009-05-30  David Engster  <dengste@eml.cc>
10561         * nnmairix.el: Remove old documentation in the commentary block.
10562         (nnmairix-request-group): Do not update active file for nnml back ends.
10563         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10564         end so that overview files are ignored.
10565         (nnmairix-update-groups): Make updating the groups more robust by using
10566         marks.
10567         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10568         with dollar characters in message-id.
10570 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
10572         * spam.el: Use dns-query instead of query-dns.  Was renamed on
10573         2008-12-25 in dns.el.
10575 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10577         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
10578         could happen if the text is only composed of spaces and/or tabs.
10580 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
10582         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
10583         when sending a queued message to avoid extra mml tags.
10585 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10587         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
10589 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10591         * gnus-dired.el: Remove autoload for gnus-setup-message.
10592         (gnus-dired-attach): Fake this-command value to prevent Gnus from
10593         displaying Gnus logo; always use compose-mail.
10595 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10597         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
10599 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10601         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
10602         (gnus-nocem-issuers): List currently active issuers; fix custom type.
10603         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
10604         available.
10605         (gnus-nocem-epg-verify): New function.
10607 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
10609         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
10611 2009-02-15  Glenn Morris  <rgm@gnu.org>
10613         * gnus-util.el (rmail-insert-rmail-file-header)
10614         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
10615         autoloads.
10616         (rmail-default-rmail-file): Remove unnecessary declaration.
10617         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
10619 2009-02-14  Glenn Morris  <rgm@gnu.org>
10621         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
10622         variable (only used in gnus-util, which declares it anyway).
10623         (rmail-output-to-rmail-file): Remove autoload of deleted function,
10624         which was only needed by gnus-art (changed to not use it any more).
10625         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
10626         only used in gnus-util, which autoloads it itself.
10627         (rmail-update-summary): Fix autoload.
10629         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
10630         rather than rmail-output-to-rmail-file.
10632 2009-02-07  Glenn Morris  <rgm@gnu.org>
10634         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
10635         autoload of function that no longer exists.
10636         (rmail-toggle-header): Declare.
10637         (message-forward-rmail-make-body): Handle mbox Rmail.
10639 2009-01-31  Glenn Morris  <rgm@gnu.org>
10641         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
10642         2009-01-09 change.
10644 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
10646         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
10647         (auth-source-forget-all-cached): New convenience function.
10648         (auth-source-user-or-password): Accept list of modes or a single mode.
10650         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
10651         auth-source modes.
10653         * nnimap.el (nnimap-open-connection): Use list of
10654         auth-source modes.
10656         * nntp.el (nntp-send-authinfo): Use list of
10657         auth-source modes.
10659 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10661         * auth-source.el: Update docs to reflect epa-file-enable is to be used
10662         now.
10664 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10666         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
10667         coding system in XEmacs; add a workaround for XEmacs.
10669 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10671         * mm-util.el (mm-coding-system-priorities): Protect against nil value
10672         of current-language-environment.
10674 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10676         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
10677         available at runtime.
10679 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10681         * gnus-art.el (article-date-ut): Fix end point of narrowing.
10683 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
10685         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
10686         the greatest positive fixnum value doesn't work under an XEmacs with
10687         bignum support; use the most-positive-fixnum constant instead,
10688         available since Emacs 21.1 with cl and XEmacs 21.1.
10690 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10692         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
10693         XEmacs gets not to work.
10695 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10697         * mm-util.el (mm-coding-system-priorities): Allow the value like
10698         "Japanese (UTF-8)" of current-language-environment.
10700 2009-01-09  Glenn Morris  <rgm@gnu.org>
10702         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
10703         with last-command-event.
10705 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10707         * message.el (message-fix-before-sending): Amend comment.
10709 2009-01-07  David Engster  <dengste@eml.cc>
10711         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
10712         simplified server definitions by converting it via
10713         gnus-server-to-method.
10715 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10717         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
10718         parameter's operands.
10720 2009-01-06  David Engster  <dengste@eml.cc>
10722         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
10723         primary select method (for gnus-group-mark-article-as-read).
10725 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
10727         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
10728         `(gnus)Face', not `(gnus)X-Face'.
10730 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10732         * mm-util.el (mm-ucs-to-char): New function.
10734         * mm-url.el (mm-url-decode-entities): Use it.
10736 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10738         * message.el (message-fix-before-sending): Add `eight-bit' to
10739         illegible-text check.
10741 2009-01-03  Michael Olson  <mwolson@gnu.org>
10743         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
10744         `headers' is nil.  This can occur if the IMAP server does not have
10745         permissions to read messages from a folder, but can write new messages
10746         to the folder.
10747         (nnimap-request-article-part): Do not insert `data' if it is nil.
10749 2009-01-01  Dave Love  <fx@gnu.org>
10751         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
10753         * nnimap.el: Fix author email.
10754         (nnimap-split-rule): Add FIXME comment.
10755         (nnimap-debug): Fix doc string.
10757 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10759         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
10760         overlay-arrow-position and overlay-arrow-string buffer-local; no need
10761         to check if those variables exist (first appeared in Emacs 18.50).
10763 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10765         * mm-util.el (mm-line-number-at-pos): New function.
10767         * spam-report.el (spam-report-process-queue): Use it.
10769 2008-12-24  David Engster  <dengste@eml.cc>
10771         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
10772         parameters that haven't existed as variables as buffer-local variables.
10774 2008-12-23  Dave Love  <fx@gnu.org>
10776         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
10777         cadar.
10779         * sieve-manage.el (sieve-manage-starttls-p): Rename from
10780         imap-starttls-p.
10781         (sieve-manage-starttls-open): Rename from imap-starttls-open.
10783 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
10785         * spam-report.el (spam-report-gmane-max-requests): New constant.
10786         (spam-report-gmane-wait): New variable.
10787         (spam-report-gmane-ham, spam-report-gmane-spam)
10788         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
10789         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
10790         the server.
10792         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
10793         Add explanations.
10795         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
10796         nnheader-accept-process-output and nnheader-read-timeout if available.
10797         (pop3-movemail): Use it.
10799         * message.el (message-check-news-body-syntax): Fix signature check if
10800         there's an attachment.
10802 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10804         * mm-util.el: Add comments to the mm- emulating functions.
10806 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
10808         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
10809         Reported by Stephen Berman <stephen.berman@gmx.net>.
10811 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10813         * mm-util.el (mm-substring-no-properties): New function.
10814         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
10815         (mm-special-display-p): Enable those lambda forms to be byte compiled.
10816         (mm-string-to-multibyte): Doc fix.
10818         * mml.el (mml-attach-file): Use mm-substring-no-properties.
10820 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10822         * mml.el (mml-attach-file): Strip text properties from file name.
10823         (Bug#1574)
10825 2008-12-16  Glenn Morris  <rgm@gnu.org>
10827         * mm-util.el (mm-charset-override-alist): Declare for compiler.
10829 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10831         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
10832         knows since the charset specified might be a bogus alias that
10833         mm-charset-synonym-alist provides.
10835 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10837         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
10838         "ISO_8859-1".
10840         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
10842 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10844         * mm-util.el (mm-charset-eval-alist):
10845         Define it before mm-charset-to-coding-system.
10846         (mm-charset-to-coding-system): Add optional argument `silent';
10847         define it before mm-charset-override-alist.
10848         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
10849         default value if it can be used in Emacs currently running;
10850         silence mm-charset-to-coding-system.
10852 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10854         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
10855         `allow-override' which says whether to use `mm-charset-override-alist'.
10856         (rfc2047-decode-encoded-words): Use it.
10858         * mm-util.el (mm-charset-override-alist): Fix custom type;
10859         add `(gb2312 . gbk)' to choices.
10861 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10863         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
10864         fast.
10866         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10868 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
10870         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
10871         on links.
10873         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10875 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10877         * message.el (message-idna-to-ascii-rhs-1): Protect against local
10878         users' addresses that don't have domain parts.
10879         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
10880         rather than message-narrow-to-head since there will be the message
10881         header separator.
10883 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10885         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
10886         since the result is inserted in a unibyte buffer anyway.
10887         (nnimap-demule-use-string-to-multibyte): Remove.
10888         (nnimap-demule): Alias it to mm-string-to-multibyte.
10890 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10892         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
10893         variable for debugging bug#464 and bug#1174.
10894         (nnimap-demule): Use it.
10896 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10898         * gnus-score.el (gnus-score-find-trace): Handle default score in total
10899         score calculation correctly.
10901 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10903         * message.el (message-send-mail): Just set the buffer to unibyte
10904         rather than use mm-with-unibyte-current-buffer which does a lot more.
10905         (message-send-mail-partially): Don't bother with
10906         mm-with-unibyte-current-buffer since it's already been made unibyte by
10907         message-send-mail.
10909 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
10911         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
10913 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
10915         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
10917 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10919         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
10920         require itself and to remove `with-no-warnings'.
10922 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
10924         * starttls.el (starttls-any-program-available): Get the name of the
10925         available TLS layer program.
10926         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
10927         well as the host name in the "opening" message.
10929         * auth-source.el (auth-source-cache, auth-source-do-cache)
10930         (auth-source-user-or-password): Cache passwords and logins by default,
10931         allow override with `auth-source-do-cache'.
10932         (auth-source-forget-user-or-password): Allow users to remove cache
10933         entries if needed.
10935 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10937         * ietf-drums.el (ietf-drums-remove-comments): Localize second
10938         condition-case to only the forward-sexp call.
10940 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10942         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
10943         quotes contained.  Make it more robust regardless by an extra
10944         condition-case wrapper.
10946 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10948         * nnml.el (nnml-request-expire-articles): Check if the function set to
10949         `nnmail-expiry-target' returns the symbol `delete'.
10951         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10953         * nnmail.el (nnmail-expiry-target): Fix custom type.
10955 2008-10-02  Glenn Morris  <rgm@gnu.org>
10957         * mm-util.el (mm-codepage-setup): Tweak codepage error.
10958         Silence compiler warning.
10960 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
10962         * mml.el (mml-menu): Don't assume mml2015 is bound.
10964 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10966         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
10967         exists.
10969 2008-09-27  Glenn Morris  <rgm@gnu.org>
10971         * gnus-util.el (mail-header-remove-comments): Autoload it.
10973 2008-09-27  Andreas Schwab  <schwab@suse.de>
10975         * gnus-util.el (gnus-split-references): Strip comments.
10976         (gnus-parent-id): Likewise.
10978 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
10980         * message.el (message-confirm-send): Fix version.
10982 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10984         * message.el (message-idna-to-ascii-rhs-1): Use
10985         mail-extract-address-components rather than mail-header-parse-addresses
10986         that is an alias by default to ietf-drums-parse-addresses that does not
10987         support non-ASCII names in headers' contents.
10989 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10991         * message.el (message-confirm-send): Fix variable documentation to
10992         avoid the "y/n" wording.
10994 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
10996         * message.el (message-set-auto-save-file-name): Save to a different
10997         filename so multiple messages (especially drafts) can be recovered.
10999 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
11001         * message.el (message-confirm-send): Add appropriate version.
11003 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11005         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11006         defvar.
11008 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
11010         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11011         (mm-pkcs7-enveloped-magic): Ditto.
11013 2008-09-17  Simon Josefsson  <simon@josefsson.org>
11015         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11016         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11018 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
11020         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11021         default, it's better.
11023 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
11025         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11026         summary line gnus-number property and ignore them (with a warning
11027         message).
11029 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11031         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11032         macro caddr in the interactive form since it won't be expanded.
11034 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11036         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11037         `charset'; fix name of function called recursively.
11038         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11040 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11042         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11043         (gnus-mime-set-charset-parameters): New function.
11044         (gnus-mime-view-part-as-charset): Use it to correctly display part
11045         specifying wrong charset.
11047 2008-09-08  David Engster  <dengste@eml.cc>
11049         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11050         in completing-read for back end server.
11052 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
11054         * message.el (message-confirm-send): New variable to confirm sending a
11055         message.
11056         (message-send): Use it.
11058 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
11060         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11062 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11064         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11066 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
11068         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11069         prevent tracking too many groups.
11070         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11071         Use it.
11073 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
11075         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11076         moving point to the bottom of the window in order to avoid recentering.
11078 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11080         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11081         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11082         (gnus-article-beginning-of-window): Fix calculation.
11084 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11086         * gnus-msg.el (gnus-summary-supersede-article)
11087         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11088         value of gnus-newsgroup-charset to decode non-MIME encoded text in
11089         message header.
11091 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
11093         * message.el:
11094         * gnus-start.el:
11095         * gnus-registry.el: Remove VMS support.
11097 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11099         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11100         macro.
11101         (rfc2104-hash): Use it.
11103 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
11105         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11106         (gnus-summary-sort-by-most-recent-date): New commands.
11107         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11108         and menu entries.
11110 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11112         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11113         don't redisplay article for raw contents; remove plural articles stuff.
11115         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11116         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11117         on gnus-summary-save-article; display results properly.
11119 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11121         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11123 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11125         * gnus-art.el (gnus-summary-save-in-pipe):
11126         Consider gnus-save-all-headers.
11128 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11130         * gnus-util.el (ns-focus-frame): Remove declaration.
11131         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
11132         like x.
11134 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
11136         * rfc2104.el (rfc2104-zero): Delete defconst.
11137         (rfc2104-hex-alist): Likewise.
11138         (rfc2104-hex-to-int): Delete func.
11139         (rfc2104-hexstring-to-bitstring): Likewise.
11140         (rfc2104-nybbles): New defconst.
11141         (rfc2104-hash): Rewrite for speed.
11143 2008-07-16  Glenn Morris  <rgm@gnu.org>
11145         * gnus-util.el (ns-focus-frame): Declare for compiler.
11147 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11149         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11150         set as a group parameter.
11151         (gnus-summary-save-in-pipe): Work when it is called independently.
11152         (gnus-summary-pipe-to-muttprint): Don't modify
11153         gnus-summary-pipe-output-default-command.
11155 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11157         * message.el (message-send-mail-with-sendmail):
11158         Display the error message.
11160 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11162         * gnus-art.el (gnus-default-article-saver):
11163         Add gnus-summary-save-in-pipe to choices.
11164         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11165         gnus-summary-pipe-output-default-command as the default command.
11166         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11167         instead of gnus-last-shell-command.
11169         * gnus-sum.el (gnus-summary-pipe-output-default-command):
11170         New user option.
11171         (gnus-summary-muttprint-program): Mention the value will be changed.
11172         (gnus-summary-save-article): Force showing of all headers.
11173         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11175 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
11177         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11179 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
11181         * nnimap.el (nnimap-id):
11182         * sieve-manage.el (sieve-manage-open): Doc fixes.
11184 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
11186         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11187         if available.
11189 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11191         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11193         * nnkiboze.el (nnkiboze-generate-group):
11194         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11196         * nnmairix.el: Require CL.
11198 2008-06-15  David Engster  <dengste@eml.cc>
11200         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11202 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
11204         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11205         New macros that expand to an `aset'/`aref' call under Emacs, and to a
11206         runtime choice under XEmacs.
11208         * gnus-sum.el (gnus-summary-set-display-table):
11209         Use `gnus-put-display-table', `gnus-get-display-table',
11210         `gnus-set-display-table' for the display table, instead of `aset'.
11212 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11214         * nnmairix.el: Add autoloads.
11216 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11218         * nnmairix.el (nnmairix-delete-recreate-group)
11219         (nnmairix-update-and-clear-marks): Fix error messages.
11221 2008-06-14  David Engster  <dengste@eml.cc>
11223         * nnmairix.el: Upgrade to version 0.6.
11224         (nnmairix-group-toggle-propmarks-this-group)
11225         (nnmairix-group-toggle-readmarks-this-group)
11226         (nnmairix-group-delete-recreate-this-group)
11227         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
11228         (nnmairix-remove-tick-mark-original-article): New commands.
11229         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
11230         (nnmairix-propagate-marks-to-nnmairix-groups)
11231         (nnmairix-only-use-registry, nnmairix-allowfast-default)
11232         (nnmairix-marks-cache, nnmairix-version-output): New variables.
11233         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11234         functions needed for marks propagation and manipulation of read marks.
11235         (nnmairix-update-groups): New function.
11236         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11237         (nnmairix-determine-original-group-from-registry)
11238         (nnmairix-determine-original-group-from-path)
11239         (nnmairix-get-group-from-file-path, nnmairix-map-range)
11240         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11241         New helper functions.
11242         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11243         keystrokes for new commands.
11244         (nnmairix-delete-and-create-on-change): Doc string cleanup.
11245         (nnmairix-request-group): Check allow-fast group parameter.
11246         (nnmairix-request-create-group): Set allow-fast group parameter if
11247         nnmairix-allowfast-default is set.
11248         (nnmairix-close-group): Propagate marks upon closing if needed.
11249         (nnmairix-group-toggle-threads-this-group): Use new.
11250         nnmairix-group-toggle-parameter helper function.
11251         (nnmairix-search): Better check for empty search result.
11252         (nnmairix-goto-original-article): Use new helper functions for
11253         determining original article.
11254         (nnmairix-show-original-article): Make sure message-id is in brackets.
11255         (nnmairix-call-mairix-binary): Change variable name.
11256         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11257         helper function.
11258         (nnmairix-widget-toggle-activate): Fix doc string.
11260 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11262         * nnir.el: Require edmacro when compiling with XEmacs.
11263         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11264         available in Emacs 21.
11266 2008-06-11  Glenn Morris  <rgm@gnu.org>
11268         * gnus-util.el (x-focus-frame):
11269         * gnus.el (image-size):
11270         * mm-decode.el (image-size): Declare.
11272         * gnus-picon.el (declare-function): Add compat definition.
11273         (image-size): Declare.
11275         * gnus-group.el (tool-bar-map):
11276         * gnus-sum.el (tool-bar-map): Define for compiler.
11278         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11280         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11282         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
11283         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
11284         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
11285         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
11286         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
11287         * sieve-manage.el, spam-report.el, spam.el:
11288         Remove unnecessary eval-and-compile of autoloads.
11290 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
11292         * auth-source.el: Precise Tramp doc.
11294 2008-06-07  Glenn Morris  <rgm@gnu.org>
11296         * nnmairix.el: Remove unnecessary eval-when-compile.
11298 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
11300         * nnir.el: New file.
11302 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11304         * gnus-util.el (gnus-read-shell-command): New function.
11305         * mm-decode.el (mm-pipe-part):
11306         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
11308 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11310         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
11312 2008-06-03  Glenn Morris  <rgm@gnu.org>
11314         * pop3.el (nnheader-accept-process-output): Autoload it.
11316 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11318         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
11319         are not 2-digit hexadecimal characters that follow `%'s.
11321 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11323         * message.el (message-bogus-recipient-p): Fix type in doc string.
11324         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
11325         (message-bogus-addresses): Rename from message-bogus-address-regexp.
11326         Improve custom options.
11327         (message-bogus-recipient-p): Adjust accordingly.
11329 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11331         * nnmairix.el: Require edmacro when compiling with XEmacs.
11333 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
11335         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
11336         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
11338 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11340         * auth-source.el: Add more docs.
11342 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11344         * nnheader.el (nnheader-read-timeout): Change the default timeout from
11345         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
11346         retrieval faster in some cases, but might make CPU usage larger.
11347         If this has any bad side effects, we might revert this change.
11349         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11350         seems to make mail retrieval much, much faster.
11351         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11352         unconditionally.
11354         * gnus-draft.el (gnus-group-send-queue):
11355         Bind message-send-mail-partially-limit to nil to avoid being prompted.
11357 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11359         * mml.el (mml-attach-buffer): Prompt for `disposition'.
11361         * message.el (message-bogus-address-regexp): Fix and improve custom
11362         type.
11363         (message-setup-hook): Add message-check-recipients as custom option.
11365 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
11367         * message.el (message-cite-function): Remove bogus autoload which crept
11368         in during merge from v5-10.
11370 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11372         * nnimap.el (nnimap-open-connection): Fix login/password bug.
11374         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11376         * auth-source.el: Preliminary Tramp docs.
11377         (auth-sources): Change the default auth-sources to use
11378         EPA .gpg files.
11380 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
11382         * nntp.el: Autoload `auth-source-user-or-password'.
11383         (nntp-send-authinfo): Use it.
11385         * nnimap.el: Autoload `auth-source-user-or-password'.
11386         (nnimap-open-connection): Use it.
11388         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
11389         for the gnus-message function.
11390         (auth-source-user-or-password): Use it.
11392 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11394         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11395         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
11396         (rfc2104-hash): Use it.
11398 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11400         * gnus-art.el (gnus-article-toggle-truncate-lines):
11401         Don't use `iff' in docstring.
11403 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
11405         * gnus-registry.el: Adjusted copyright dates and added a keyword.
11407         * gnus-util.el (gnus-extract-address-component-name)
11408         (gnus-extract-address-component-email): Convenience functions around
11409         `gnus-extract-address-components'.
11411         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11412         Use `gnus-extract-address-component-email' to fix bug of comparing full
11413         sender name to `user-mail-address'.
11415 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
11417         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11418         catch/throw to optimize.
11419         (gnus-registry-find-keywords): Just use member to find a keyword.
11421 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11423         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11424         is current before calling gnus-server-prepare.
11425         (gnus-server-setup-buffer, gnus-server-update-server)
11426         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11428 2008-05-04  Juri Linkov  <juri@jurta.org>
11430         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
11431         (mailcap-file-default-commands): Use mailcap-replace-in-string
11432         instead of replace-regexp-in-string, and mailcap-delete-duplicates
11433         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
11435 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
11437         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
11439 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11441         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
11442         hooks.
11443         (gnus-update-read-articles): Speed up non-marks-using users.
11444         (gnus-use-marks): Define gnus-use-marks.
11445         (gnus-propagate-marks): Rename variable to something more sensible.
11447 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
11449         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
11450         (gmm-image-load-path-for-library): Fix typos in docstrings.
11451         (gmm-message): Reflow docstring.
11453 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
11455         * mail-source.el (mail-source-set-1, mail-source-bind):
11456         Move auth-source code out of the macro to clean it up and fix bugs.
11458 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
11460         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
11461         by sender if it's equal to user-mail-address, it's likely to be
11462         useless.
11464         * mail-source.el (mail-source-bind): Don't use user or password if they
11465         are not bound.  Unintern them if they are nil.  Don't use server unless
11466         it's bound, and default it to empty string otherwise.
11468 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
11470         * mail-source.el: Load auth-source.el.
11471         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
11472         get user name or password, if auth-sources is set up.
11474         * gnus-registry.el (gnus-registry-split-strategy): New variable for
11475         strategy of splitting with parent.
11476         (gnus-registry-split-fancy-with-parent)
11477         (gnus-registry-post-process-groups): Use it and fix prior
11478         bug (returning a list as the split result).
11480         * auth-source.el (auth-sources): Remove server parameter.
11481         (auth-source-pick, auth-source-user-or-password)
11482         (auth-source-user-or-password-imap)
11483         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11484         (auth-source-user-or-password-sftp)
11485         (auth-source-user-or-password-smtp): Remove server parameter.
11487 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
11489         * smime.el (smime-sign-region, smime-encrypt-region)
11490         (smime-decrypt-region):
11491         Remove redundant calls to `generate-new-buffer-name'.
11493 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
11495         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
11496         Don't use QP for message/rfc822.
11497         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
11499 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11501         * sieve-manage.el (sieve-string-bytes): Remove.
11502         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
11503         correct byte-length only if the process's coding-system is the same as
11504         the one used internally by Emacs to represent strings.
11506 2008-04-22  Juri Linkov  <juri@jurta.org>
11508         * mailcap.el (mailcap-file-default-commands): New function.
11510 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11512         * message.el (message-signature-separator, message-cite-function):
11513         Change custom version.
11515 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11517         * mm-decode.el (mm-display-external): Make temp file read-only.
11519 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11521         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
11522         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
11523         `C-c C-f d'.
11525 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
11527         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
11529 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
11531         * auth-source.el: Add docs.
11532         (auth-sources): Modify format to support server.
11533         (auth-source-pick, auth-source-user-or-password)
11534         (auth-source-user-or-password-imap)
11535         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11536         (auth-source-user-or-password-sftp)
11537         (auth-source-user-or-password-smtp): Add server parameter.
11539 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
11541         * gnus-registry.el: Initialize the registry when gnus-registry-install
11542         is t.
11544 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11546         * compface.el (uncompface): Make buffer unibyte.
11548 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11550         * mail-source.el (mail-source-value):
11551         Prefer fboundp to functionp so it works with macros as well.
11553 2008-04-05  Glenn Morris  <rgm@gnu.org>
11555         * gnus-ems.el (mm-disable-multibyte): Autoload it.
11557 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11559         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
11560         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
11562         * nnheader.el (nnheader-init-server-buffer): Change buffer's
11563         multibyteness after rather than before erasing it.
11565         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
11566         mm-with-multibyte.
11567         (gnus-request-article-this-buffer): Make sure the proper decoding is
11568         used if gnus-original-article-buffer happens to be unibyte.
11570         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
11571         default-enable-multibyte-characters.
11573         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
11574         default-enable-multibyte-characters.
11576         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
11578         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
11580 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11582         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11583         Fix last change in case the element is not even a symbol.
11585 2008-04-02  Simon Josefsson  <simon@josefsson.org>
11587         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
11588         imap-enable-exchange-bug-workaround.
11589         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
11591 2008-04-01  Simon Josefsson  <simon@josefsson.org>
11593         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
11594         a 100 byte status-checks into a 2-3MB transfer for each group.
11595         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
11596         to enable bug workaround or not.
11597         (nnimap-find-minmax-uid): Only enable workaround conditionally.
11599 2008-03-31  Glenn Morris  <rgm@gnu.org>
11601         * message.el (mml2015-use): Declare for compiler.
11602         (message-info): Require mml2015 when appropriate.
11604 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11606         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
11607         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
11608         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
11609         (nntp-service-to-port): New function.
11610         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
11611         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
11612         (nntp-open-netcat-stream): New function.
11613         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
11615 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
11617         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
11619 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11621         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
11623 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
11625         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
11627 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11629         * message.el (message-signature-separator): Change default.
11630         Improve custom type.
11631         (message-cite-function): Change default to
11632         message-cite-original-without-signature.
11634         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
11635         toggle.
11637         * message.el (message-check-news-body-syntax): Fix signature check.
11638         (message-setup-1): Mark buffer as unmodified _after_ running
11639         message-setup-hook and handling message-alternative-emails.
11640         (message-shorten-references): Be more strict when building list of
11641         valid references to comply with GNKSA.
11643         * gnus-group.el (gnus-read-ephemeral-bug-group)
11644         (gnus-read-ephemeral-debian-bug-group)
11645         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
11647         * message.el (message-info): Don't use booleanp which isn't supported
11648         in Emacs 21 and XEmacs.
11650 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
11652         * gnus-group.el (gnus-gmane-group-download-format): Rename from
11653         gnus-group-gmane-group-download-format.
11654         (gnus-group-read-ephemeral-gmane-group): Rename from
11655         gnus-group-read-ephemeral-gmane-group.
11656         (gnus-read-ephemeral-gmane-group-url): Rename from
11657         gnus-group-read-ephemeral-gmane-group-url.
11658         (gnus-bug-group-download-format-alist): New variable.
11659         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
11660         (gnus-read-ephemeral-emacs-bug-group): New commands.
11662 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11664         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
11665         (gnus-visible-headers): Improve custom type.
11667 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11669         * mml.el (mml-menu): Add workarounds for XEmacs.
11671         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
11672         X-Boundary header.
11674         * message.el (message-simplify-recipients): Fix previous commit.
11676 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11678         * mm-util.el (mm-set-buffer-multibyte): New function.
11679         * mm-decode.el (mm-copy-to-buffer): Use it.
11681         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11682         Prefer fboundp to functionp so it works with macros as well.
11684 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
11686         * message.el (message-alter-recipients-discard-bogus-full-name):
11687         New function.
11688         (message-alter-recipients-function): New variable.
11689         (message-get-reply-headers): Use it.
11690         (message-replace-header): New helper function.
11691         (message-recipients-without-full-name): New variable.
11692         (message-simplify-recipients): New command.
11694         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
11696         * message.el (message-info): Handle EasyPG manual.
11698         * mml.el (mml-menu): Add entry for EasyPG.
11700 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
11702         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
11703         parameter.
11705         * message.el (message-disassociate-draft): Specify drafts group name
11706         fully.
11708 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
11710         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11711         Eliminate unnecessary duplicates from the match list.
11713 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11715         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
11716         args of `how-many' of which the XEmacs version doesn't take; declare
11717         Info-index-next as function.
11719 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11721         * gnus-score.el (gnus-score-headers): Fix handling of
11722         gnus-inhibit-slow-scoring.
11724         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
11725         string.
11726         (gnus-button-url-regexp): Improve handling of parenthesis.
11727         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
11728         (gnus-button-handle-info-keystrokes): Handle index entries.
11730 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11732         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
11733         Incoming* files.
11735 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
11737         * auth-source.el (auth-sources): Rename from auth-source-choices.
11738         (auth-source-pick): Use it.
11740 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
11742         * auth-source.el (auth-source-protocols)
11743         (auth-source-protocols-customize, auth-source-choices): Add and
11744         modified variable customizations and defaults.
11745         (auth-source-pick, auth-source-user-or-password)
11746         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
11747         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11748         (auth-source-user-or-password-sftp)
11749         (auth-source-user-or-password-smtp): Use new variables and provide an
11750         interface to netrc.el.
11752 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11754         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
11755         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
11756         Make sure the nntp port to specify is a string.
11758 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11760         * nntp.el: Use with-current-buffer.
11761         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
11762         dubious mm-with-unibyte-current-buffer.
11763         (nntp-with-open-group-function): New function extracted from
11764         nntp-with-open-group macro.
11765         (nntp-with-open-group): Use the function, so it's easier to debug.
11766         Add indentation and debugging info.
11767         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
11768         Recommend the use of the netcat alternatives.
11770         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
11771         Avoid mm-string-as-multibyte as well.
11773         * nnweb.el (nnweb-insert-html):
11774         Remove use of nnheader-string-as-multibyte.
11776         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
11777         (nnheader-string-as-multibyte): Remove.
11779         * mm-view.el: Use inhibit-read-only.
11780         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
11781         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
11782         or unibyte-string.
11784         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
11785         (mm-uu-yenc-extract): Use with-current-buffer.
11787         * gnus-soup.el (gnus-soup-send-packet): Don't use
11788         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
11790         * nnmh.el: Use with-current-buffer.
11791         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
11792         mm-string-as-multibyte on the output of mm-encode-coding-string.
11794         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
11795         (nnimap-request-move-article): Use with-current-buffer.
11797         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
11798         inserting the handle-buffer's text, so the implicit multibyte->unibyte
11799         conversion uses string-make-unibyte rather than string-as-unibyte.
11801         * gnus-msg.el: Use with-current-buffer.
11803         * message.el (message-ignored-resent-headers): Add "Delivered-To".
11805 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
11807         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
11808         string for caching if it is 'PIN.
11810 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11812         * mail-source.el (mail-source-delete-old-incoming-confirm):
11813         Change default to nil.
11814         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
11816 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11818         * gnus-art.el (gnus-narrow-to-page): Position point properly.
11819         (gnus-article-goto-prev-page): Work for articles having ^L's.
11821         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
11823         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
11825 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
11827         * gnus-bookmark.el: Adjust for renames in bookmark.el.
11828         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
11829         (gnus-bookmark-jump): Adjust some variable names.
11831 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
11833         * auth-source.el: New package.
11834         (auth-source-choices): Add customization entry point variable.
11836         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
11837         bug.
11839 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
11841         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
11842         (gnus-registry-initialize, gnus-registry-install-p): Use it.
11843         (gnus-registry-install-shortcuts): Rename from
11844         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
11845         the `gnus-registry-mark-map' keymap dynamically from
11846         `gnus-registry-marks'.  The generated functions update the summary line
11847         when a registry mark is added or deleted, and will call
11848         `gnus-registry-install-p' (see the comments in the code).
11849         (gnus-registry-user-format-function-M): Use concat intelligently.
11851         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
11852         the registry mark functions.
11854 2008-03-05  Glenn Morris  <rgm@gnu.org>
11856         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
11857         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
11858         gnus-art.
11859         (top-level): No need to load own source when compiling.
11861 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11863         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
11864         Suggested by <chris.anderton@zetnet.co.uk>.
11866 2008-03-04  Glenn Morris  <rgm@gnu.org>
11868         * gnus-sum.el (top-level): No need to require gnus when compiling,
11869         since unconditionally required near start of file.
11870         (gnus-summary-display-while-building): Move definition before use.
11872 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
11874         * gnus-registry.el (gnus-registry-user-format-function-M):
11875         Add formatting function.
11877 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11879         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
11880         with plists.
11881         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
11882         Use new format.
11884 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11886         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
11887         `where-is-internal' that returns a range of key sequences.
11889 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11891         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
11893         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
11894         (gnus-summary-jump-to-group): Consider windows on other displayed
11895         frames as well.  Similar changes might be needed elsewhere, but that's
11896         the one I've bumped into during my use.
11898         * nndoc.el (nndoc-oe-dbx-type-p):
11899         * gnus-msg.el (gnus-debug):
11900         * gnus-group.el (gnus-update-group-mark-positions):
11901         Use mm-string-to-multibyte.
11903 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11905         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
11906         doesn't handle NotDashEscaped.
11908         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
11909         (mml-dnd-attach-options): Fix typo in custom choice.
11911         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
11912         Change nndoc-article-type to mbox.
11913         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
11915         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
11916         to nil, instead of html2text.
11918         * imap.el (imap-debug): Add `imap-ping-server'.
11920         * gnus-bookmark.el: Add FIXMEs.
11922         * message.el (message-form-letter-separator)
11923         (message-send-form-letter-delay): New variables.
11924         (message-send-form-letter): Use them.  New command to send form
11925         letters.  Requested by Uwe Siart.
11926         (message-send-mail-function): Doc fix.  Add "Other" custom option.
11928 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
11930         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
11931         empty author.
11933 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
11935         * gnus-registry.el (gnus-registry-marks): Add variable for
11936         customization of marks and their appearance.
11937         (gnus-registry-read-mark): Use it.
11938         (gnus-registry-do-marks): Add utility function to loop through
11939         `gnus-registry-marks'.
11940         (gnus-registry-install-shortcuts-and-menus): Add function to install
11941         shortcuts and menus.
11942         (gnus-registry-initialize): Use it.
11943         (gnus-registry-default-mark): Clarify documentation.
11945 2008-02-29  Glenn Morris  <rgm@gnu.org>
11947         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
11948         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
11949         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
11950         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
11951         Change defcustom :version from 23.0 to 23.1.
11953 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
11955         * gnus-registry.el (gnus-registry-follow-group-p)
11956         (gnus-registry-post-process-groups): Add functions to aid registry
11957         splitting and improve logging.  Clarify behavior in function
11958         documentation.
11959         (gnus-registry-split-fancy-with-parent): Use them.
11961 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11963         * gnus-art.el: Use with-current-buffer.
11965 2008-02-27  David Engster  <dengste@eml.cc>
11967         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
11968         Express real group name in the response.
11970 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11972         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
11973         (nnmairix-last-server, nnmairix-current-server): Defvar them.
11974         (nnmairix-goto-original-article): Defvar gnus-registry-install and
11975         autoload gnus-registry-fetch-group when compiling.
11976         (nnmairix-request-group-with-article-number-correction):
11977         Remove unreferenced argument passed to nnmairix-call-backend.
11979 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11981         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
11982         (mm-uu-extract): Improve face for low color ttys.
11983         Reported by Sascha Wilde.
11985 2008-02-27  Glenn Morris  <rgm@gnu.org>
11987         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
11988         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
11989         variables to defconsts.  Convert comments to doc-strings.
11990         (nnmairix-last-server, nnmairix-current-server): Convert from free
11991         variables to defvars.  Convert comments to doc-strings.
11992         (gnus-registry-fetch-group): Autoload.
11993         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
11994         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
11995         (nnmairix-widget-build-editable-fields): Use car cddr rather than
11996         caddr.
11997         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
11998         nnmairix-request-group-with-article-number-correction call.
11999         (nnmairix-fast, nnmairix-group): New, less general names, for free
12000         variables passed from nnmairix-request-group to
12001         nnmairix-request-group-with-article-number-correction.  Declare.
12002         (nnmairix-request-group-with-article-number-correction):
12003         Use nnmairix-fast, nnmairix-group rather than fast, group.
12005 2008-02-26  David Engster  <dengste@eml.cc>
12007         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
12008         version 0.5.
12010 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12012         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12013         instead of making an extra function call.  Don't add the current group
12014         to articles only when they have the group.  Use
12015         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12016         Reported by David <de_bb@arcor.de>.
12018 2008-02-24  Miles Bader  <miles@gnu.org>
12020         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12021         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12022         (mm-find-mime-charset-region):
12023         * mm-bodies.el (mm-encode-body):
12024         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12026 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
12028         * mail-source.el (mail-source-delete-incoming): Change default.
12029         Supplement doc string.
12031         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12033 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12035         * nnmail.el (nnmail-message-id-cache-file): Derive from
12036         `gnus-home-directory'.
12038 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
12040         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12041         Document negative prefix.
12043         * gnus-group.el (gnus-group-read-group): Document negative prefix.
12045 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12047         * message.el (message-unsent-separator): Add the Exim bounce
12048         separator.
12050 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
12052         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12053         list.
12054         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12055         recipient/signer list.
12057 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12059         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12060         fbound (Emacs 23 unicode), signal an error.
12062 2008-02-08  Glenn Morris  <rgm@gnu.org>
12064         * gnus-art.el (pgg-display-output-buffer): Declare as function.
12066 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
12068         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12069         ports to the calls to `netrc-machine-user-or-password' in addition to
12070         "imap" and "imaps".
12072 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12074         * gnus.el (gnus-group-startup-message): Add `find-image' call before
12075         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
12076         <hanche@math.ntnu.no>.
12078 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12080         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12082 2008-02-01  Zhang Wei  <id.brep@gmail.com>
12084         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12086         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12088 2008-02-01  Miles Bader  <miles@gnu.org>
12090         * mml.el (mml-parse-1): Remove apparently vestigial use of
12091         `mm-hack-charsets'.
12092         * mm-bodies.el (mm-encode-body): Likewise.
12094 2008-02-01  Kenichi Handa  <handa@m17n.org>
12096         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12097         rfc2104-hexstring-to-bitstring and changed to return a byte list.
12098         (rfc2104-hash): Convert the result of concat to unibyte string.
12100 2008-02-01  Dave Love  <fx@gnu.org>
12102         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12103         coding-system-for-read.
12104         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12106         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12107         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
12108         (mm-find-mime-charset-region): Remove hack-charsets stuff.
12110 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
12112         * mail-source.el (mail-sources): Add `group' choice.
12114         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12115         parameter `in-group' to control into which group the articles go.
12116         Add treatment of `group' mail-source.
12118 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
12120         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12121         * message.el (message-beginning-of-line): Use featurep instead of bound
12122         tests in order to resolve conditionals at compile time.
12124 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12126         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12128         * mm-decode.el (mm-dissect-buffer): Decode description.
12130         * mml.el (mml-to-mime): Encode message header first.
12132 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12134         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12135         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12137 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
12139         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12141 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12143         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12144         prefix keys.
12145         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12146         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12147         gnus-xmas.el.
12149 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12151         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12152         Add new variables for article mark management.
12153         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12154         list of extra data entries which, when present, will indicate that the
12155         article ID should not be trimmed from the registry.
12156         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
12157         functions.
12158         (gnus-registry-read-mark): New function to read a mark name from the
12159         user.
12160         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
12161         (gnus-registry-set-article-mark-internal): New functions to add and
12162         remove marks.
12163         (gnus-registry-get-article-marks): New function to show the marks for
12164         an article, or retrieve them for further use.
12166 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12168         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
12169         keys when no argument is given.
12171 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12173         * gnus-sum.el (gnus-article-sort-by-random)
12174         (gnus-thread-sort-by-random): Fix doc strings.
12175         Reported by jidanni@jidanni.org.
12177 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12179         * gnus-art.el (gnus-article-describe-bindings): New function.
12180         (gnus-article-read-summary-keys): Use it.
12181         (gnus-article-mode-map): Bind `C-h b' to it.
12183 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12185         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
12186         XEmacs.
12187         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12188         Protect against non-character events.
12190 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
12192         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
12193         New command.
12194         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
12195         instead of END.  Change name of the temp file.
12196         (gnus-group-gmane-group-download-format): Add doc string.  Make it
12197         customizable.
12199 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12201         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
12202         bind `S W' to gnus-article-wide-reply-with-original; set default
12203         binding to gnus-article-read-summary-send-keys.
12204         (gnus-article-read-summary-keys): Fix the order of keys; display
12205         continuation keys correctly in the echo area; describe bindings
12206         correctly when keys end with `C-h'.
12207         (gnus-article-read-summary-send-keys): New function.
12208         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12209         Work for gnus-article-read-summary-send-keys; display continuation keys
12210         correctly in the echo area.
12211         (gnus-article-reply-with-original): Ignore prefix argument.
12212         (gnus-article-wide-reply-with-original): New function.
12214 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12216         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
12217         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
12219 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12221         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
12222         (gnus-group-read-ephemeral-gmane-group): New command.
12224 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
12226         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
12228 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12230         * message.el (message-send-mail-function): Increase custom version.
12232         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
12233         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
12235 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12237         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
12238         html parts correctly; support forwarded messages.
12239         (gnus-article-browse-html-article): Remove work buffers.
12241         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
12242         compiling.
12243         (netrc-bound-and-true-p): New macro.
12244         (netrc-parse): Use it instead of bound-and-true-p that is not available
12245         in XEmacs 21.4.
12247 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
12249         * gnus-registry.el (gnus-registry-mark-article)
12250         (gnus-registry-article-marks): Add functionality to mark articles
12251         through the Gnus registry.
12253         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
12254         (netrc-parse): Use encrypt-file-alist to determine if
12255         encrypt-find-model or encrypt-insert-file-contents should be used.
12257 2007-12-19  Glenn Morris  <rgm@gnu.org>
12259         * mml.el (message-options-set, message-narrow-to-head)
12260         (message-in-body-p, message-mail-p, message-encode-message-body):
12261         Autoload.
12262         (message-remove-header, message-narrow-to-headers-or-head)
12263         (message-subscribed-p, message-make-mail-followup-to)
12264         (message-position-on-field, message-news-p)
12265         (message-options-set-recipient, message-generate-headers)
12266         (message-sort-headers): Declare as functions.
12268 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12270         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
12271         convention in doc string.
12273 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12275         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
12276         title to html parts.
12277         (gnus-article-browse-html-article): Pass message header to it.
12279         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
12281 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
12283         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
12284         or password compatible with XEmacs.
12286 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12288         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
12289         format document.
12290         (gnus-mime-delete-part): Don't write description line if empty.
12291         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
12293 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
12295         * gnus-sum.el (gnus-summary-mark-unread-as-read)
12296         (gnus-summary-mark-read-and-unread-as-read)
12297         (gnus-summary-mark-current-read-and-unread-as-read)
12298         (gnus-summary-mark-unread-as-ticked): Doc fix.
12299         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
12301 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12303         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
12304         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12306 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12308         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
12309         yes-or-no-p.
12311 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12313         * mm-decode.el (mm-add-meta-html-tag): New function.
12314         (mm-save-part-to-file, mm-pipe-part): Use it.
12316         * gnus-art.el (gnus-article-browse-delete-temp-files):
12317         Use gnus-y-or-n-p instead of y-or-n-p.
12318         (gnus-article-browse-html-parts): Work with message/external-body; use
12319         mm-add-meta-html-tag.
12321 2007-12-11  Glenn Morris  <rgm@gnu.org>
12323         * gnus-cache.el: Require gnus-sum not just when compiling.
12325         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
12327         * gnus-int.el (gnus-server-opened, gnus-status-message):
12328         Move definitions before use.
12330         * mm-decode.el: Require gnus-util.
12331         (mm-remove-part): Only call delete-annotation on XEmacs.
12333         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
12335         * nnmail.el: Require gnus-int.
12337         * spam.el: Move `require's before `eval-when-compile's.
12339         * gnus-ems.el (gnus-alive-p):
12340         * gnus-fun.el (message-goto-eoh):
12341         * gnus-util.el (gnus-group-name-decode):
12342         * mail-source.el (gnus-compress-sequence):
12343         * message.el (Info-goto-node, format-spec):
12344         * mm-bodies.el (message-options-get):
12345         * mm-decode.el (mm-view-pkcs7):
12346         * mm-util.el (gmm-write-region):
12347         * mml-smime.el (mml-compute-boundary)
12348         (gnus-completing-read-with-default):
12349         * mml.el (widget-button-press, gnus-make-hashtable):
12350         * mml1991.el (mm-decode-content-transfer-encoding)
12351         (mm-encode-content-transfer-encoding)
12352         (message-options-get, message-options-set):
12353         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
12354         * nnfolder.el (gnus-request-group):
12355         * nnheader.el (ietf-drums-unfold-fws):
12356         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
12357         * smime.el (gnus-run-mode-hooks):
12358         * spam-stat.el (gnus-message): Autoload.
12360         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
12361         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
12362         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
12363         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
12364         Add declare-function compatibility definition.
12366         * gnus-cache.el (nnvirtual-find-group-art):
12367         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
12368         (gnus-add-image, gnus-add-wash-type):
12369         * gnus-group.el (nnkiboze-score-file):
12370         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
12371         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
12372         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
12373         (message-tokenize-header, gnus-get-buffer-create)
12374         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
12375         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
12376         * gnus.el (gnus-group-decoded-name):
12377         * mail-source.el (imap-capability):
12378         * mm-bodies.el (message-options-set):
12379         * mm-decode.el (gnus-configure-windows):
12380         * mm-extern.el (message-goto-body):
12381         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
12382         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
12383         (epg-sub-key-validity, message-options-set):
12384         * mml.el (widget-event-point, gnus-configure-windows):
12385         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
12386         * mml2015.el (epg-check-configuration, epg-configuration)
12387         (message-options-set):
12388         * nndb.el (nndb-request-article):
12389         * nnfolder.el (gnus-request-create-group):
12390         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
12391         * nnmaildir.el (gnus-group-mark-article-read):
12392         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
12393         * rfc1843.el (message-fetch-field):
12394         * spam.el (gnus-extract-address-components):
12395         Declare as functions.
12397 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12399         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
12401 2007-12-09  Glenn Morris  <rgm@gnu.org>
12403         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
12405         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
12406         * message.el, mm-view.el, sieve-manage.el, smime.el:
12407         Add declare-function compatibility definition.
12409         * gnus-art.el (w3-region, w3m-region, Info-menu):
12410         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
12411         * gnus-sum.el (gnus-get-predicate):
12412         * gnus-util.el (mm-append-to-file, w32-focus-frame):
12413         * message.el (mail-abbrev-in-expansion-header-p):
12414         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
12415         (w3m-detect-meta-charset, w3m-region):
12416         * sieve-manage.el (password-read, password-cache-add)
12417         (password-cache-remove):
12418         * smime.el (password-read-and-add): Declare as functions.
12420 2007-12-08  David Kastrup  <dak@gnu.org>
12422         * gnus-sum.el (gnus-summary-simplify-subject-query):
12423         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
12424         `message'.
12426 2007-12-07  Glenn Morris  <rgm@gnu.org>
12428         * gnus-art.el (article-make-date-line): Revert previous change.
12430 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12432         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
12434 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
12436         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
12437         Call gnus-add-to-range ranges only once with a prepared article-list.
12439 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
12441         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
12442         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
12443         group names with backslashes.
12444         Reported by Tassilo Horn <tassilo@member.fsf.org>.
12446 2007-12-06  Deepak Goel  <deego3@gmail.com>
12448         * gnus-art.el (article-make-date-line):
12449         * gnus-start.el (gnus-load):
12450         * pop3.el (pop3-read-response): Fix buggy call to `error'.
12452 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12454         * gnus-art.el (gnus-use-idna):
12455         * gnus-start.el (gnus-site-init-file):
12456         * message.el (message-use-idna):
12457         * mm-uu.el (mm-uu-hide-markers):
12458         * smiley.el (smiley-style): Revert changes that suppress warnings.
12460 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12462         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
12463         specify charset to html source.
12464         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12466 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12468         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
12469         idna-program in order to suppress byte compile warning issued by XEmacs
12470         that came to byte compile the default value section of defcustom forms
12471         recently.
12473         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
12474         value of installation-directory.
12476         * message.el (message-use-idna): Don't directly refer to the value of
12477         idna-program.
12479         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
12481         * smiley.el (smiley-style): Don't directly call face-attribute.
12483 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
12485         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
12487         * gnus-dired.el: Reduce Gnus dependencies.
12488         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
12489         Don't require.  Use autoloads instead.
12490         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
12491         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
12492         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
12493         (gnus-dired-mode): Adjust doc string.
12494         (gnus-dired-mail-mode): New variable.
12495         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
12496         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
12497         (gnus-dired-mail-buffers): New function.  Return mail or message
12498         composition buffers.
12499         (gnus-dired-attach): Use it.
12500         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
12501         NO-DECODE.
12502         (gnus-dired-print): Use `gnus-print-buffer' depending on
12503         `gnus-dired-mail-mode'.
12505 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12507         * rfc2047.el (rfc2047-encoded-word-regexp)
12508         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
12509         explaining what regexp patterns are for.
12511 2007-12-04  Glenn Morris  <rgm@gnu.org>
12513         * password.el: Move to ../password-cache.el.
12515         * mml1991.el (password-read, password-cache-add, password-cache-remove):
12516         * mml2015.el (password-read, password-cache-add, password-cache-remove):
12517         * mml-smime.el (password-read, password-cache-add)
12518         (password-cache-remove):
12519         No need to autoload, since mml-sec requires password.
12521         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
12522         * message.el (gnus-extract-address-components):
12523         * mml-smime.el (gnus-extract-address-components): Define for compiler.
12525         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
12526         password.
12528 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12530         * mailcap.el: Reduce dependencies.
12531         (mail-header-parse-content-type): Autoload.
12532         (mailcap-delete-duplicates): New alias.
12533         (mailcap-mime-info): Add optional argument NO-DECODE.
12534         (mailcap-mime-types): Use mailcap-delete-duplicates.
12536         * message.el (message-ignored-supersedes-headers): Add "X-ID".
12538 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12540         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
12541         function.
12543         * gnus-uu.el (gnus-uu-decode-yenc): New command.
12544         (gnus-uu-yenc-article): New function.
12546         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
12548         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
12550 2007-12-02  Glenn Morris  <rgm@gnu.org>
12552         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
12553         Move to ../net.
12555         * binhex.el, uudecode.el: Move to ../mail.
12557         * encrypt.el: Remove file.
12559 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
12561         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
12562         matches on patches.
12564         * gnus-art.el (gnus-article-browse-html-article):
12565         Mention `mm-text-html-renderer' in the doc string.
12567         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
12568         string.  Add comments.
12570         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
12571         if rhs is ASCII.
12573 2007-12-01  Glenn Morris  <rgm@gnu.org>
12575         * dig.el, dns.el: Move to ../net.
12576         * format-spec.el, hex-util.el, sha1.el: Move to ../.
12578         * mail-source.el (top-level): Require format-spec before
12579         eval-when-compile.
12581 2007-11-30  Glenn Morris  <rgm@gnu.org>
12583         * encrypt.el: Require password, rather than autoloading password-read.
12585 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
12587         * gnus.el (gnus-method-to-server): Add an optional parameter so the
12588         caller can indicate whether the cache should be disregarded for this
12589         call.  This way the result of the call is reproducible at all times and
12590         can be considered a canonical server name for the supplied method.
12591         (gnus-agent-method-p): Canonicalize server names by pushing their
12592         method through `gnus-method-to-server' using the no-cache argument.
12594         * gnus-srvr.el (gnus-server-insert-server-line):
12595         Call `gnus-method-to-server' with `no-cache' argument.
12597         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
12598         gnus-agent-possibly-synchronize-flags as this should be called when the
12599         server is actually being opened.
12600         (gnus-agent-possibly-synchronize-flags)
12601         (gnus-agent-possibly-synchronize-flags-server): Move check for the
12602         flags file of an agentized server to the latter function.
12604         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
12605         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
12606         after a connection has been established successfully.
12608 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12610         * gnus-art.el (article-display-face): Force to display face if called
12611         interactively; check if gnus-article-x-face-too-ugly matches author.
12612         (article-display-x-face): Display face even if From header is missing
12613         as article-display-face does.
12615 2007-11-28  Richard Stallman  <rms@gnu.org>
12617         * md4.el: Move to ../.
12618         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
12620 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
12622         * mail-source.el (mail-sources): Default to fetch from file for
12623         compatibility with default of nnmail-spool-file.
12625 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12627         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
12628         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
12629         to look for encoded word that should be encoded again.
12630         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
12631         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
12632         encoding pattern.
12633         (rfc2047-decode-region): Switch strict regexp and loose one according
12634         to rfc2047-allow-irregular-q-encoded-words.
12636 2007-11-26  Simon Josefsson  <simon@josefsson.org>
12638         * imap.el: Move to ../net directory.
12640 2007-11-25  Romain Francoise  <romain@orebokech.com>
12642         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
12644 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12646         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
12647         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
12649         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
12650         `nnmail-spool-file'.
12652         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
12653         `nnmail-spool-file'.
12655         * gnus-move.el (gnus-change-server): Ditto.
12657         * gnus-kill.el (gnus-batch-score): Ditto.
12659         * gnus-cache.el (gnus-jog-cache): Ditto.
12661         * gnus-msg.el (gnus-summary-reply):
12662         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
12664 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12666         * gnus-cache.el (gnus-cache-generate-nov-databases):
12667         Use nnml-generate-nov-databases-directory instead of
12668         nnml-generate-nov-databases-1.
12670 2007-11-24  Glenn Morris  <rgm@gnu.org>
12672         * message.el (message-tool-bar-retro): Update for rename
12673         mail_send.xpm->mail-send.xpm.
12675 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
12677         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12678         `smime-ldap-search' for Emacs 22 and up.
12680 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
12682         * hashcash.el: Move to ../mail directory.
12684         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
12686         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12687         `smime-ldap-search' for Emacs 22 and up.
12689 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12691         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
12693         * message.el (message-send-mail-function): Fix error convention.
12694         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
12695         (message-widen-reply, message-send-mail, message-talkative-question)
12696         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
12697         (message-clone-locals, message-send-news): Use with-current-buffer.
12698         (message-insert-or-toggle-importance): Remove unused var `valid'.
12699         (message-make-references): Remove unused var `new-references'.
12700         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
12702 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
12704         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
12705         (spam-split-symbolic-return-positive): Reflow docstring.
12706         (spam-backends, spam-summary-exit-behavior)
12707         (spam-mark-ham-unread-before-move-from-spam-group)
12708         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
12709         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12710         (spam-clear-cache, spam-backend-check, spam-install-backend)
12711         (spam-install-statistical-backend, spam-list-of-processors)
12712         (spam-group-processor-p, spam-split, spam-bogofilter-score)
12713         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
12714         (spam-check-crm114, spam-initialize, spam-unload-hook):
12715         Fix typos in docstrings.
12717 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12719         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
12720         been checked if they have never been read and those group levels are
12721         higher than the one that a user specified.
12723 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12725         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
12726         foreign groups unless a group level is specified by a user.
12727         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
12729 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
12731         * message.el (message-send-mail-function): Require sendmail.
12733 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
12735         * message.el (message-send-mail-function): Check for smtpmail too.
12737         * utf7.el (utf7-encode, utf7-decode): Use coding system
12738         `utf-7'/`utf-7-imap' from utf-7.el' if available.
12740         * message.el (message-send-mail-function): New function.
12741         (message-send-mail-function): Set default using
12742         message-send-mail-function.  Adjust doc string.
12743         (message-send-mail-with-mailclient): New function.
12745 2007-11-17  Richard Stallman  <rms@gnu.org>
12747         * assistant.el: Remove file.
12749 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
12751         * smime.el (from):
12752         * rfc2047.el (message-posting-charset):
12753         * qp.el (mm-use-ultra-safe-encoding):
12754         * pop3.el (parse-time-months):
12755         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
12756         * nnml.el (files):
12757         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
12758         (jka-compr-compression-info-list, ange-ftp-path-format)
12759         (efs-path-regexp):
12760         * nndiary.el (files):
12761         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
12762         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
12763         (epg-digest-algorithm-alist, inhibit-redisplay)
12764         (password-cache-expiry):
12765         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
12766         (pgg-output-buffer, password-cache-expiry):
12767         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
12768         (efs-path-regexp):
12769         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
12770         (inhibit-redisplay):
12771         * mm-uu.el (file-name, start-point, end-point, entry)
12772         (gnus-newsgroup-name, gnus-newsgroup-charset):
12773         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
12774         (latin-unity-ucs-list):
12775         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
12776         (mm-uu-binhex-decode-function):
12777         * message.el (gnus-message-group-art, gnus-list-identifiers)
12778         (rmail-enable-mime-composing, gnus-local-organization)
12779         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
12780         (gnus-read-active-file, facemenu-add-face-function)
12781         (facemenu-remove-face-function, gnus-article-decoded-p)
12782         (tool-bar-mode):
12783         * mail-source.el (display-time-mail-function):
12784         * gnus-util.el (nnmail-pathname-coding-system)
12785         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
12786         (gnus-original-article-buffer, gnus-user-agent)
12787         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
12788         (xemacs-codename, sxemacs-codename, emacs-program-version):
12789         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
12790         * gnus-start.el (gnus-agent-covered-methods)
12791         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
12792         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
12793         (gnus-newsgroup-headers, gnus-group-list-mode)
12794         (gnus-group-mark-positions, gnus-newsgroup-data)
12795         (gnus-newsgroup-unreads, nnoo-state-alist)
12796         (gnus-current-select-method, mail-sources)
12797         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
12798         (nnmail-spool-file, gnus-cache-active-hashtb):
12799         * gnus-mh.el (mh-lib-progs):
12800         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
12801         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
12802         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
12803         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
12804         (gnus-group-buffer):
12805         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
12806         (font-lock-set-defaults):
12807         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
12808         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
12809         (gnus-summary-post-menu, total-parts, type, condition, length):
12810         * gnus-agent.el (gnus-agent-read-agentview):
12811         * flow-fill.el (show-trailing-whitespace):
12812         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
12813         eval-and-compile wrappers for byte compiler pacifiers.
12815         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
12816         (mm-display-inline-fontify): Check for featurep 'xemacs not
12817         extent-list.
12819         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
12820         itimer-list.
12821         (mm-create-image-xemacs): Only do something for XEmacs.
12822         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
12824         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
12826         * gnus-registry.el (gnus-adaptive-word-syntax-table):
12827         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
12829 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
12831         * nnimap.el (nnimap-split-download-body):
12832         * gnus-demon.el (gnus-demon):
12833         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
12835 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12837         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
12838         New macros.
12839         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
12840         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
12841         copy data from unibyte buffer to multibyte current buffer.
12842         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
12843         to copy data from unibyte current buffer to multibyte buffer.
12844         (nntp-make-process-buffer): Make process buffer unibyte.
12846         * pop3.el (pop3-open-server): Fix typo in Lisp code.
12848 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
12850         * pop3.el (pop3-open-server): Accept and process data more robustly at
12851         connection start to avoid spurious "POP SSL connection failed" errors.
12853 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12855         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
12856         read group names.
12858 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
12860         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
12862 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12864         * nnmail.el (nnmail-parse-active): Make group names unibyte.
12865         (nnmail-save-active): Use a unibyte buffer when saving active file,
12866         which may contain non-ASCII group names.
12868         * nnml.el (nnml-request-group): Decode group names in messages.
12870 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
12872         * message.el (message-citation-line-function)
12873         (message-insert-formatted-citation-line): Fix spelling of
12874         `message-insert-formated-citation-line'.
12876 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
12878         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
12880 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12882         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
12883         nnmail-pathname-coding-system.
12885         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
12886         that a user enters; decode group names in messages.
12888         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
12890 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12892         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
12894         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
12896         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
12897         risky local variable.
12899         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
12901 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
12903         * encrypt.el: Improve documentation to fix function name typo.
12904         Reported by Daiki Ueno <ueno@unixuser.org>.
12906 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12908         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
12909         even if the point is not in the last page of an article.
12910         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
12911         back to the previous page.
12913 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
12915         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
12917 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12919         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
12921 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12923         * message.el (message-check-news-body-syntax):
12924         Avoid mm-string-as-multibyte.
12925         (message-hide-headers): Don't assume (point-min)==1.
12927 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12929         * message.el (message-remove-blank-cited-lines): Fix if remove is
12930         given.
12931         (message-bogus-address-regexp): New variable.
12932         (message-bogus-recipient-p): New function.
12933         (message-check-recipients): New command.
12934         (message-syntax-checks): Add `bogus-recipient'.
12935         (message-fix-before-sending): Add `bogus-recipient'.
12937         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
12938         (gnus-treat-body-boundary): Don't test window-system.
12940 2007-10-28  Leo Liu  <sdl.web@gmail.com>  (tiny change)
12942         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
12944 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12946         * gnus.el: Bump version to Gnus v5.13.
12948 2007-10-28  Miles Bader  <miles@gnu.org>
12950         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
12951         at compile-time too.
12953 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12955         * gnus-msg.el (gnus-message-setup-hook):
12956         Add `message-remove-blank-cited-lines' to options.
12958 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12960         * message.el (message-remove-blank-cited-lines): New function.
12961         Suggested by Karl Plästerer.
12963 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12965         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
12966         mapc.
12968         * imap.el (imap-open): Replace mapcar called for effect with mapc.
12969         (top-level): Use mapc to set functions to be traced for debugging.
12971         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
12972         called for effect with while loop.
12974         * message.el (message-talkative-question): Replace mapcar called for
12975         effect with mapc.
12977         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
12978         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
12979         called for effect with dolist.
12981         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
12983         * nndiary.el: Use dolist instead of mapcar to add diary headers to
12984         gnus-extra-headers and nnmail-extra-headers.
12986         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
12987         called for effect with dolist.
12988         (top-level): Use mapc to set functions to be traced for debugging.
12990         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
12991         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
12992         dolist.
12994         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
12995         Replace mapcar called for effect with mapc.
12996         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
12997         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
12998         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
12999         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13001         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13002         remove-if that's a cl function.
13004         * webmail.el (webmail-debug): Replace mapcar called for effect with
13005         dolist.
13007 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13009         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13010         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13011         with while loop.
13013         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13014         functions from article-* functions.
13015         (gnus-multi-decode-header): Replace mapcar called for effect with
13016         dolist.
13018         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13019         (gnus-bookmark-show-details): Replace mapcar called for effect with
13020         while loop.
13022         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13023         called for effect with while loop.
13025         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13026         with dolist.
13028         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13029         Replace mapcar called for effect with dolist.
13031         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13033         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13034         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13035         Replace mapcar called for effect with dolist.
13036         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13037         mapc.
13039         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13040         Replace mapcar called for effect with dolist.
13041         (gnus-topic-list): Replace mapcar called for effect with mapc.
13043         * gnus.el: Use mapc instead of mapcar to add autoloads.
13045 2007-10-23  Richard Stallman  <rms@gnu.org>
13047         * gnus-group.el (gnus-group-highlight): Mark as risky.
13049 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13051         * gnus.el (gnus-server-to-method): Return method found first in
13052         gnus-newsrc-alist.
13054         * gnus-art.el (gnus-article-highlight-signature)
13055         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13056         button overlay without the front stickiness.
13058 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
13060         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13061         overview buffer needed a catch to receive its throw.
13062         (gnus-agent-flush-cache): Declare as interactive to make this function
13063         easier to use.
13065 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13067         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13068         `next-line'.
13070 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13072         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13073         exclude address matching message-dont-reply-to-names.
13075 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13077         * gnus-util.el (gnus-string<): New function.
13079         * gnus-sum.el (gnus-article-sort-by-author)
13080         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13082 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13084         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13085         the frame-focus tag is set in gnus-buffer-configuration.
13087 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13089         * gnus-art.el (gnus-article-add-button): Make a button overlay without
13090         the front stickiness.
13092 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13094         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13095         url pattern; remove duplicate one.
13096         (gnus-article-extend-url-button): New function.
13097         (gnus-article-add-buttons): Use it.
13098         (gnus-button-push): Use concatenated url that it makes.
13100 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
13102         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13103         (sieve-manage-open): Use `mapc' instead of `mapcar'.
13105 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13107         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13108         Don't hardcode point-min==1.
13110 2007-09-30  David Kastrup  <dak@gnu.org>
13112         * gnus-art.el (gnus-article-reply-with-original)
13113         (gnus-article-followup-with-original): When `transient-mark-mode' is
13114         off, refrain from active-region behavior for followups.
13116 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
13118         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13119         Fix comment about "iso8859-1".
13121 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
13123         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13124         ones returned from the verify-function.
13126         * mm-uu.el (mm-uu-pgp-signed-extract-1):
13127         Call mml2015-extract-cleartext-signature if extraction failed.
13129 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
13131         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13132         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13133         failed.
13135 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13137         * Relicense "GPLv2 or later" files to "GPLv3 or later".
13139 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13141         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13142         to mark a thread as expirable.  Add variable `hide' to handle hiding of
13143         thread for both the null and zero (kill/expire thread) universal prefix
13144         cases.
13145         (gnus-summary-expire-thread): Add new function to expire a thread,
13146         using gnus-summary-kill-thread.
13147         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13148         shortcuts for gnus-summary-expire-thread.
13149         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13150         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
13152 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13154         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
13155         extras value, so an extras entry can be deleted.
13156         (gnus-registry-delete-extra-entry): Use it.
13157         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
13158         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
13159         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
13160         storage through the gnus-registry, and provide an appropriate API for
13161         it.
13163 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13165         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
13166         Suggested by Leo <sdl.web@gmail.com>.
13168         * gnus.el: Do.
13170 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13172         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
13173         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
13175         * gnus-agent.el (gnus-agent-fetch-headers): Do.
13177         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13178         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
13180 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13182         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
13183         newline.
13184         (nnmbox-request-accept-article): Don't change article in source buffer;
13185         narrow to header to use message-fetch-field rather than
13186         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
13187         (nnmbox-request-replace-article): Quote lines that'll be misidentified
13188         as delimiters; make sure article ends with newline.
13189         (nnmbox-delete-mail): Correct last position of article to be deleted;
13190         ignore X-Gnus-Newsgroup header in article body.
13191         (nnmbox-save-mail): Quote lines looking like delimiters at the right
13192         positions; make sure article ends with newline.
13194         * message.el (message-display-abbrev): Don't infloop when a user
13195         inserts SPC in the beginning of header.
13197 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
13199         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
13200         list of groups not followed by default.  Fix type to be regexp.
13201         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
13203 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
13205         * hmac-def.el (define-hmac-function): Switch from old-style to
13206         new-style backquotes.
13208         * md4.el (md4-make-step): Likewise.
13210 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13212         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
13213         raw-text coding system when saving .newsrc file, which may contain
13214         non-ASCII group names.
13216 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13218         * gnus-cus.el (gnus-score-extra): New widget.
13219         (gnus-score-extra-convert): New function.
13220         (gnus-score-customize): Use it for Extra.
13222 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
13224         * mml2015.el (mml2015-extract-cleartext-signature): New function.
13225         (mml2015-mailcrypt-clear-verify): Use it.
13226         (mml2015-gpg-clear-verify): Use it.
13227         (mml2015-pgg-clear-verify): Use it.
13228         (mml2015-epg-clear-verify): Replace the current part with the output
13229         from GnuPG; don't extract the plaintext by itself.
13231         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
13232         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
13233         mml2015-clear-verify-function; don't touch the armor headers or
13234         dash-escaped text here.
13236 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13238         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
13239         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
13240         parts, or application/octet-stream as a last resort.
13241         (gnus-mime-view-part-as-type): Don't toggle display.
13242         (gnus-mime-view-part-as-charset): Don't turn off display before
13243         querying charset.
13245         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
13246         stuff to undisplayer function in Emacs.
13247         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
13249         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
13250         text/calendar parts.
13252 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13254         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
13255         decoding text/calendar parts.
13257         * message.el (message-forward-make-body-mime): Always mark body as
13258         having no illegible text; remove signed-or-encrypted argument.
13259         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
13261         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
13262         (mml-generate-mime-1): Don't encode body if it is specified to be in
13263         raw form; don't make buffer be unibyte when inserting multibyte string.
13265 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13267         * sha1.el: Fix up comment style.
13268         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
13269         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
13271         * hex-util.el: Fix up comment style.
13272         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
13274         * gnus-salt.el: Use with-current-buffer.
13275         (gnus-pick-setup-message): Fix long-standing typo.
13277 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13279         * imap.el (imap-logout-timeout): New variable.
13280         (imap-logout, imap-logout-wait): New functions.
13281         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
13283         * nnimap.el (nnimap-logout-timeout): New server variable.
13284         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
13285         nnimap-logout-timeout.
13287         * gnus-art.el (gnus-article-summary-command-nosave)
13288         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
13290 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13292         * gnus.el (gnus-maximum-newsgroup): New variable.
13294         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
13295         according to gnus-maximum-newsgroup.
13297         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13298         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
13299         Limit the range of articles according to gnus-maximum-newsgroup.
13301 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
13303         * gnus-art.el (gnus-sticky-article): Fix problems described in
13304         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
13305         Don't perform gnus-configure-windows here; reuse existing sticky
13306         article buffer.
13308         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
13309         it doesn't exist in gnus-article-mode.
13311 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13313         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
13314         (gnus-agent-decoded-group-name): New function.
13315         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
13316         (gnus-agent-expire-group-1): Use it; decode group name in messages.
13318 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
13320         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
13321         Add binding for gnus-sticky-article.
13322         (gnus-summary-exit): Don't kill sticky article buffers.
13324         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
13325         article buffer.
13326         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
13327         (gnus-kill-sticky-article-buffers): New commands.
13329 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13331         * nntp.el (nntp-xref-number-is-evil): New server variable.
13332         (nntp-find-group-and-number): If it is non-nil, don't trust article
13333         numbers in the Xref header.
13335 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13337         * gnus-agent.el (gnus-agent-read-group): New function.
13338         (gnus-agent-flush-group, gnus-agent-expire-group)
13339         (gnus-agent-regenerate-group): Use it.
13340         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
13341         nnmail-pathname-coding-system.
13343 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13345         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
13347         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
13348         that are unread as unread, and also as selected so that information of
13349         marks having been changed by a user may be updated when exiting group.
13351 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13353         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
13355 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13357         * gnus-art.el (gnus-mime-display-single): Pass part number that is
13358         calculated ignoring signature parts to gnus-treat-article.
13360 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13362         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
13363         a point here in order to keep the window start.
13364         (gnus-insert-mime-security-button): Make a button overlay without the
13365         front stickiness.
13366         (gnus-mime-display-security): Goto the end of a button.
13368         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
13370 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13372         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
13373         group-name-at-point.
13374         (gnus-group-completing-read): New function that offers decoded
13375         non-ASCII group names for completion.
13376         (gnus-fetch-group, gnus-group-read-ephemeral-group)
13377         (gnus-group-jump-to-group, gnus-group-make-group-simple)
13378         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
13379         (gnus-group-fetch-control): Use it.
13380         (gnus-fetch-group): Use group-name-at-point for the initial value
13381         rather than the default value; use gnus-alive-p.
13383         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
13384         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
13385         (gnus-summary-post-news): Use gnus-group-completing-read.
13387         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
13388         (gnus-read-move-group-name): Decode group name for completion.
13390 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
13392         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
13393         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
13394         Yamaoka slightly modified the code).
13396 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13398         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
13399         (nnmail-split-incoming): Bind it.
13401         * nnml.el (nnml-group-name-charset): New function.
13402         (nnml-decoded-group-name): Use it; don't decode group name if
13403         nnmail-group-names-not-encoded-p is non-nil.
13404         (nnml-encoded-group-name): New function.
13405         (nnml-group-pathname): Inline nnml-decoded-group-name.
13406         (nnml-request-expire-articles): Decode group name in message.
13407         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
13408         nnmail-pathname-coding-system.
13409         (nnml-save-mail, nnml-active-number): Work with decoded group names and
13410         not decoded ones according to nnmail-group-names-not-encoded-p.
13411         (nnml-generate-active-info): Use nnml-encoded-group-name.
13413 2007-08-08  Glenn Morris  <rgm@gnu.org>
13415         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
13416         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
13417         doc-strings and comments.
13419 2007-07-25  Glenn Morris  <rgm@gnu.org>
13421         * Relicense all FSF files to GPLv3 or later.
13423 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13425         * gnus-sum.el (gnus-summary-move-article):
13426         Make gnus-summary-respool-article work.
13428 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
13430         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
13431         string.
13433 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
13435         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
13436         that should be ignored when comparing distant RSS articles with local
13437         ones.
13438         (nnrss-make-hash-index): New function.  Create a hash index according
13439         to the ignored fields.
13440         (nnrss-check-group): Use it.
13442 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13444         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
13446         * gnus-art.el (article-decode-group-name): Decode Xref header too.
13448         * gnus-group.el (gnus-group-make-group): Encode group name here unless
13449         the new optional argument ENCODED is non-nil.
13450         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
13451         coding system for encoding group name.
13452         (gnus-group-make-rss-group): Pass un-encoded group name to
13453         gnus-group-make-group.
13454         (gnus-group-set-info): Tell gnus-group-make-group that group name is
13455         encoded.
13457         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
13458         Encode group name to which articles are moved or copied.
13459         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
13460         coding system for encoding Newsgroup, Followup-To and Xref headers.
13462         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
13463         marks; use nnheader-file-coding-system to write a file.
13464         (nnagent-retrieve-headers): Bind file-name-coding-system to
13465         nnmail-pathname-coding-system.
13467         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
13469         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
13470         (nnml-request-article, nnml-request-create-group)
13471         (nnml-request-rename-group, nnml-find-id)
13472         (nnml-possibly-change-directory, nnml-possibly-create-directory)
13473         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
13474         (nnml-save-marks): Use nnml-group-pathname instead of
13475         nnmail-group-pathname.
13477         (nnml-request-create-group, nnml-request-expire-articles)
13478         (nnml-request-move-article, nnml-request-delete-group)
13479         (nnml-deletable-article-p, nnml-possibly-create-directory)
13480         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
13481         (nnml-open-marks): Bind file-name-coding-system to
13482         nnmail-pathname-coding-system.
13484         (nnml-request-article): Pass server argument to nnml-find-group-number.
13485         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
13486         Pass server argument to nnml-possibly-create-directory.
13487         (nnml-request-accept-article): Pass server argument to
13488         nnml-active-number and nnml-save-mail.
13489         (nnml-find-group-number): Pass server argument to nnml-find-id.
13490         (nnml-request-update-info): Pass server argument to
13491         nnml-marks-changed-p.
13493         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
13494         (nnml-save-mail, nnml-active-number): Add server argument.
13496         (nnml-request-delete-group): Warn if group is missing.
13497         (nnml-get-nov-buffer): Decode group name.
13498         (nnml-generate-active-info): Encode group name.
13499         (nnml-open-marks): Decode group name in messages.
13501 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13503         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
13504         if it is not specified.
13505         (gnus-article-pipe-part, gnus-article-save-part)
13506         (gnus-article-interactively-view-part, gnus-article-copy-part)
13507         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
13508         (gnus-article-inline-part, gnus-article-save-part-and-strip)
13509         (gnus-article-replace-part, gnus-article-delete-part)
13510         (gnus-article-view-part-as-type): Pass raw prefix argument to
13511         gnus-article-part-wrapper.
13513 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13515         * gnus-agent.el (gnus-agent-save-active):
13516         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
13518         * gnus-cache.el (gnus-cache-save-buffers)
13519         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
13520         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
13521         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
13522         (gnus-cache-braid-nov, gnus-cache-braid-heads)
13523         (gnus-cache-generate-active, gnus-cache-rename-group)
13524         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
13525         (gnus-cache-update-overview-total-fetched-for):
13526         Bind file-name-coding-system to nnmail-pathname-coding-system.
13527         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
13528         New variables.
13529         (gnus-cache-decoded-group-name): New function.
13530         (gnus-cache-file-name): Use it.
13531         (gnus-cache-generate-active): Use non-decoded group name for active.
13533         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
13534         right place.
13535         (gnus-write-active-file): Don't break non-ASCII group names.
13537         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
13538         nnmail-pathname-coding-system.
13540         * gnus-uu.el (gnus-uu-decode-save): Typo.
13542 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13544         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
13546 2007-07-14  David Kastrup  <dak@gnu.org>
13548         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
13549         finishing actions if we did not edit the article.
13551 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13553         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
13554         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
13555         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
13556         (gnus-agent-flush-group, gnus-agent-flush-cache)
13557         (gnus-agent-fetch-headers, gnus-agent-load-alist)
13558         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
13559         (gnus-agent-retrieve-headers, gnus-agent-request-article)
13560         (gnus-agent-regenerate-group)
13561         (gnus-agent-update-files-total-fetched-for)
13562         (gnus-agent-update-view-total-fetched-for):
13563         Bind file-name-coding-system to nnmail-pathname-coding-system.
13564         (gnus-agent-group-pathname): Don't encode file names by
13565         nnmail-pathname-coding-system.
13566         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
13567         coding-system-for-write instead of buffer-file-coding-system to
13568         gnus-agent-file-coding-system.
13570         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
13571         Decode group name.
13573         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
13575         * gnus-start.el (gnus-update-active-hashtb-from-killed)
13576         (gnus-read-newsrc-el-file): Make group names unibyte.
13578         * nnmail.el (nnmail-group-pathname): Don't encode file names by
13579         nnmail-pathname-coding-system.
13581         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
13582         (nnrss-request-delete-group): Bind file-name-coding-system to
13583         nnmail-pathname-coding-system.
13584         (nnrss-read-server-data, nnrss-read-group-data):
13585         Bind file-name-coding-system correctly.
13586         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
13588         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
13589         (nntp-server-to-method-cache): New variable.
13590         (nntp-group-pathname): New function that decodes non-ASCII group names.
13591         (nntp-possibly-create-directory, nntp-marks-changed-p)
13592         (nntp-save-marks, nntp-open-marks): Use it.
13593         (nntp-possibly-create-directory, nntp-open-marks):
13594         Bind file-name-coding-system to nnmail-pathname-coding-system.
13595         (nntp-open-marks): Decode group names when bootstrapping marks.
13597         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
13598         Newsgroups and Followup-To headers.
13600 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13602         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13603         (gnus-server-closed-face, gnus-server-denied-face)
13604         (gnus-server-offline-face): Remove variable.
13605         (gnus-server-font-lock-keywords): Use faces that are not aliases.
13607         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
13608         of modifying message-stack directly for XEmacs.
13610         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
13611         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
13612         if the coding-system argument is nil for XEmacs.
13614         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
13615         mm-charset-override-alist.
13617         * rfc2047.el: Don't require base64; require rfc2045 for the function
13618         rfc2045-encode-string.
13619         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
13620         to quote the parameter value.
13622 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13624         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
13625         form in gnus-group-name-charset-method-alist.
13627         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
13628         overrides the default layout edit-form.
13630         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
13632         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
13634 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13636         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
13637         as unfetched articles.
13639 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
13641         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
13643 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13645         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
13646         original back end that keeps marks in the local system.
13648 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13650         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
13651         arg of pop-to-buffer for XEmacs.
13652         (gnus-article-read-summary-keys): Ditto; don't restore window
13653         configuration if summary command ends up with neither article buffer
13654         nor summary buffer; describe bindings if summary keys end with C-h.
13656 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13658         * message.el (message-fix-before-sending): Skip raw message part to be
13659         forwarded while checking illegible text.
13660         (message-forward-make-body-mime, message-forward-make-body):
13661         Mark signed or encrypted raw message as having no illegible text.
13663 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13665         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
13666         (gnus-message-with-timestamp-1): New macro.
13667         (gnus-message-with-timestamp): New function.
13668         (gnus-message): Use them.
13670         * nnheader.el (nnheader-message): Use them.
13672 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
13674         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
13675         .newsrc.eld file.
13677 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13679         * gnus-agent.el (gnus-agent-fetch-headers)
13680         (gnus-agent-retrieve-headers):
13681         Bind gnus-decode-encoded-address-function to identity.
13683         * nntp.el (nntp-send-xover-command): Recognize an xover command is
13684         available also when the server returns simply a dot.
13686         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
13688 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13690         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
13692 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13694         * gnus-ems.el (gnus-x-splash): Make it work.
13696         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
13697         from being used.
13699 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13701         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
13702         the front stickiness.
13703         (gnus-article-summary-command-nosave): Correct the order of the
13704         arguments passed to pop-to-buffer.
13705         (gnus-article-read-summary-keys): Ditto; make it work properly when the
13706         summary command ends up with the article buffer.
13708         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
13709         the same faces.
13711 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
13713         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
13715 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
13717         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
13718         * gnus-sum.el (gnus-summary-highlight):
13719         * mail-source.el (mail-source-delete-old-incoming-confirm):
13720         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
13722 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13724         * gnus-art.el (gnus-mime-view-part-externally)
13725         (gnus-mime-view-part-internally): Fix predicate function passed to
13726         completing-read.
13728         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
13730         * gnus.el (gnus-update-message-archive-method): Add :version.
13732 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13734         * gnus.el (gnus-update-message-archive-method): New variable.
13736         * gnus-start.el (gnus-setup-news): Update saved "archive" method
13737         according to gnus-message-archive-method if
13738         gnus-update-message-archive-method is non-nil.
13740 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13742         * gnus-sum.el (gnus-summary-limit-to-address): New function.
13743         Suggested by Loic Dachary <loic@dachary.org>.
13744         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13746 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13748         * message.el (message-pop-to-buffer): Add switch-function argument.
13749         (message-mail): Pass switch-function argument to it.
13751 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
13753         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
13754         Improve doc string.
13756 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13758         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
13759         (gnus-header-content):
13760         * gnus-cite.el (gnus-cite-10):
13761         * gnus-srvr.el (gnus-server-closed):
13762         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
13763         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
13764         (gnus-group-mail-3-empty, gnus-group-mail-low)
13765         (gnus-group-mail-low-empty, gnus-splash):
13766         * message.el (message-header-to, message-header-cc)
13767         (message-header-subject, message-header-other, message-header-name)
13768         (message-header-xheader, message-separator, message-cited-text)
13769         (message-mml): Lighten colors of faces used for dark background.
13771 2007-05-24  Simon Josefsson  <simon@josefsson.org>
13773         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
13774         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
13776 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13778         * message.el (message-narrow-to-headers-or-head):
13779         Ignore mail-header-separator in the body.
13781 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13783         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
13784         same as window size.
13786 2007-05-22  Kevin Ryde  <user42@zip.com.au>
13788         * message.el (message-font-lock-keywords): Use message-header-xheader
13789         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
13790         ahead of the anything pattern, to get it recognized.
13792 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
13794         * gnus-sum.el (gnus-articles-to-read)
13795         (gnus-summary-insert-old-articles): Don't truncate group name for
13796         `read-string'.
13798         * gnus-util.el (gnus-limit-string): Delete this function.
13800         * gnus-sum.el (gnus-simplify-subject-fully):
13801         Use `truncate-string-to-width' instead.
13803 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
13805         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
13806         Tell if, on summary exit, the next group has to be selected.
13807         (gnus-summary-exit): Use it.
13809 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
13811         * gnus-art.el (gnus-article-mode): Fix comment about displaying
13812         non-break space.
13814 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13816         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
13817         Check if group is not a directory.
13818         (nnfolder-request-expire-articles): Don't delete articles if the target
13819         group is not available.
13821         * nnml.el (nnml-request-create-group): Properly check if group is not a
13822         file.
13823         (nnml-request-expire-articles): Don't delete articles if the target
13824         group is not available.
13826         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13827         Don't quote characters that are within parentheses.
13829 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13831         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
13832         (gnus-handle-ephemeral-exit): Select article according to it.
13834 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13836         * message.el (message-insert-formated-citation-line): Remove newline.
13837         (message-citation-line-format): Add final \n here so that the user can
13838         avoid a blank line.
13840 2007-05-03  Dan Christensen  <jdc@uwo.ca>
13842         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
13843         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
13844         Update lanl/arXiv support.
13846 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13848         * gnus.el: Bump version number.
13850 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13852         * gnus.el (gnus-version-number): Bump version.
13854 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13856         * gnus.el: No Gnus v0.6 is released.
13858 2007-04-27  Didier Verna  <didier@xemacs.org>
13860         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
13861         * gmm-utils.el (gmm-regexp-concat): ... here.
13862         * message.el: Don't require 'gnus-util.
13863         (message-dont-reply-to-names): Handle name change above.
13864         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
13866 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13868         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
13869         since the initial value varies according to the system.
13871 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13873         * mm-util.el (mm-charset-synonym-alist): Defcustom.
13875 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
13877         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
13879 2007-04-24  Didier Verna  <didier@xemacs.org>
13881         Improve the type of gnus-ignored-from-addresses.
13882         * gnus-util.el (gnus-orify-regexp): New function.
13883         * message.el (gnus-util): Require it.
13884         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
13885         * gnus-sum.el (gnus-ignored-from-addresses): New function.
13886         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
13888 2007-04-24  Didier Verna  <didier@xemacs.org>
13890         * gnus-sum.el:
13891         * gnus-utils.el: Fix some trailing whitespaces.
13893 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13895         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
13896         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
13897         article's Message-ID; refer parent article in summary buffer.
13899         * message.el (message-bounce): Call mime-to-mml.
13901 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13903         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
13905 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13907         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
13908         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
13909         displayed of multipart/alternative part if it is invoked from summary
13910         buffer.
13912         * mm-view.el (mm-inline-text-html-render-with-w3m)
13913         (mm-inline-text-html-render-with-w3m-standalone)
13914         (mm-inline-render-with-function): Use mail-parse-charset by default.
13916 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
13918         * parse-time.el (parse-time-string-chars): Check if CHAR
13919         is less than the length of parse-time-syntax.
13921 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13923         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
13924         from gnus-newsgroup-processable.
13926 2007-04-16  Didier Verna  <didier@xemacs.org>
13928         * gnus-msg.el (gnus-configure-posting-styles):
13929         Handle message-signature-directory properly with :file syntax.
13930         Reported by "Leo".
13932 2007-04-11  Didier Verna  <didier@xemacs.org>
13934         New user option: message-signature-directory.
13935         * gnus-msg.el (gnus-configure-posting-styles): Support it.
13936         * message.el (message-insert-signature): Ditto.
13937         * message.el (message-signature-file): Doc update.
13938         * message.el (message-signature-directory): New.
13940 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13942         * gnus-msg.el (gnus-inews-yank-articles):
13943         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
13945 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13947         * message.el (message-yank-original): Make sure cited text ends with
13948         newline; don't exchange point and mark.
13950 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
13952         * tls.el (open-tls-stream): Properly handle case where there
13953         is no associated buffer.
13955 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
13957         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
13958         message-yank-original, make sure (< mark TEXT point).
13960 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13962         * message.el (message-fill-column): New variable.
13963         (message-mode): Use it.  Add comment on a possible new hook.
13965         * nnmail.el (nnmail-spool-file): Mark as obsolete.
13966         (nnmail-get-new-mail): Reformat.
13968         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
13970         * gmm-utils.el: Fix Commentary.
13971         (gmm-tool-bar-from-list): Fix typo in doc string.
13973 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
13975         * message.el (message-yank-original): Don't switch point and mark
13976         unnecessarily to put point and mark as documented.
13978 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13980         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
13981         from the message heads.
13983 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
13985         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
13986         article buffer does not have a window.  This may not be the best
13987         solution but is certainly better than setting the start of the null,
13988         that is the current, window.
13990 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13992         * gnus-draft.el (gnus-draft-setup-hook): New hook.
13993         (gnus-draft-setup): Run it.
13995         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
13996         gnus-score-fast-scoring.  Allow regexp.
13997         (gnus-score-headers): Use it.
13999         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14000         XEmacs.
14002         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14003         string.
14004         (gnus-button-alist): Also catch `<f1> k ...'.
14005         (gnus-treat-display-x-face): Fix doc string.
14007 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14009         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14010         evaluation of gnus-extended-version to ensure correct generation of the
14011         User-Agent header when message-generate-headers-first is used.
14013 2007-03-24  Simon Josefsson  <simon@josefsson.org>
14015         * hashcash.el (hashcash-generate-payment-async): Don't crash if
14016         hashcash-path is nil.  Don't call callback with incorrect number of
14017         parameters if val is 0.
14019 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14021         * message.el (message-required-news-headers):
14022         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14024 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14026         * message.el (message-generate-new-buffers): Change the meaning of the
14027         nil value; add `standard' to the choices; treat t as `unique'; improve
14028         doc string.
14029         (gnus-select-frame-set-input-focus): Autoload.
14030         (message-buffer-name): Search for the existing message buffer if
14031         message-generate-new-buffers is nil or `standard'; treat the value t of
14032         message-generate-new-buffers as `unique'.
14033         (message-pop-to-buffer): Raise the frame already displaying the message
14034         buffer; clear the echo area after querying.
14035         (message-setup): Pass the `continue' argument to compose-mail.
14036         (message-mail): Prefer `switch-function' if it is given; search for the
14037         existing message buffer if the `continue' argument is non-nil; pass
14038         continue and switch-function arguments to compose-mail by way of
14039         message-setup.
14040         (message-mail-other-window): Adjust argument of message-setup.
14041         (message-mail-other-frame): Ditto.
14043 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14045         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14046         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14047         to turn font-lock on when turning gnus-message-citation-mode on.
14049 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
14051         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14052         (mml-smime-function-alist): New variable; add epg as the backend.
14053         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14054         mml-smime- functions instead.
14055         * mm-view.el: Require smime.
14057 2007-03-05  Didier Verna  <didier@xemacs.org>
14059         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14060         instead of just inheritance for posting styles.
14061         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14063 2007-02-24  John Paul Wallington  <jpw@pobox.com>
14065         * tls.el (tls-certtool-program): Fix custom type.
14067 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14069         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14070         and point-at-eol instead of line-(beginning|end)-position.
14072         * assistant.el (assistant-parse-buffer): Ditto.
14074 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
14076         * mml2015.el (mml2015-epg-find-usable-key): New function.
14077         (mml2015-epg-sign): Use it.
14078         (mml2015-epg-encrypt): Use it.
14080 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14082         * message.el (message-make-in-reply-to): Quote name containing
14083         non-ASCII characters.  It will make the RFC2047 encoder cause an error
14084         if there are special characters.  Reported by NAKAJI Hiroyuki
14085         <nakaji@jp.freebsd.org>.
14087 2007-02-27  Didier Verna  <didier@xemacs.org>
14089         Include the group parameters as well as the topic ones in the
14090         inheritance filter process.
14091         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14092         argument GROUP-PARAMS-LIST.
14093         * gnus-topic.el (gnus-group-topic-parameters): Use it.
14095 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14097         * nntp.el (nntp-never-echoes-commands)
14098         (nntp-open-connection-functions-never-echo-commands): New variables.
14099         (nntp-send-command): Use them.
14101 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
14103         * mml2015.el (mml2015-epg-verify): Simplify.
14105 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14107         * mml.el (mml-content-disposition-alist): New user option.
14108         (mml-content-disposition): New function.
14109         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14110         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14112 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
14114         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14115         verification.
14117 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14119         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14120         articles posted in the last 24 hours.
14122 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
14124         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14126 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
14128         * nntp.el (nntp-send-command): Don't wait for echoes when
14129         nntp-open-ssl-stream is used.
14131 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14133         * gnus-cite.el (gnus-test-font-lock-add-keywords)
14134         (gnus-message-add-citation-keywords)
14135         (gnus-message-remove-citation-keywords): Remove.
14136         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14137         directly, make the variables in font-lock-defaults buffer-local, add
14138         gnus-message-citation-keywords to them and then update the value of
14139         font-lock-keywords.
14141 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14143         * message.el (message-cite-original-1): Don't call
14144         gnus-article-highlight-citation.
14146         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14147         citations; fix line count.
14149 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14151         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
14152         (gnus-message-add-citation-keywords)
14153         (gnus-message-remove-citation-keywords): Use it; fix the emulating
14154         versions of font-lock-add-keywords and font-lock-remove-keywords to
14155         work with XEmacs correctly.
14157 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14159         * gnus-cite.el (gnus-cite-face-list): Set the values of
14160         gnus-message-max-citation-depth and gnus-message-citation-keywords.
14161         (gnus-message-max-citation-depth): Use defvar rather than defconst.
14162         (gnus-message-cite-prefix-regexp): New variable.
14163         (gnus-message-search-citation-line): Use it; protect against long
14164         citation prefix; fill match data with nil rather than 0 for XEmacs; set
14165         the 0th match data for Emacs.
14166         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
14167         (gnus-message-add-citation-keywords): Append keywords rather than
14168         prepending; emulate font-lock-add-keywords if it is not available.
14169         (gnus-message-remove-citation-keywords):
14170         Emulate font-lock-remove-keywords if it is not available.
14172         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
14174         * message.el (message-cite-prefix-regexp): Set the value of
14175         gnus-message-cite-prefix-regexp.
14177 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14179         * nnweb.el (nnweb-google-parse-1): Update parser.
14181 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
14183         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
14185 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14187         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14188         regexp.
14190 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14192         * uudecode.el (uudecode-string-to-multibyte): New function emulating
14193         string-to-multibyte.
14194         (uudecode-decode-region-internal): Use it.
14196 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14198         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
14199         Fix custom choice.
14201         * gnus-art.el (gnus-signature-limit): Fix custom choice.
14203 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
14205         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
14207         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
14208         `write-region' to respect `mm-inhibit-file-name-handlers'.
14210 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
14212         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
14213         Use gnus-home-directory instead of "~/" or "$HOME".
14215 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
14217         * encrypt.el (encrypt-insert-file-contents): Add better prompt
14218         to mention filename.
14219         Add comments at beginning regarding usage.
14220         (encrypt-write-file-contents): Change interactive so a string is
14221         acceptable.  If the file has no associated model, show an error instead
14222         of a nonsense prompt.
14224 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14226         * spam.el (spam-bsfilter-ham-switch): Fix typo.
14227         Thanks to Yoshihiko Yamada for kind notification of this typo.
14229 2007-01-12  Kenichi Handa  <handa@m17n.org>
14231         * uudecode.el (uudecode-decode-region-internal): Make it work in a
14232         multibyte buffer.
14234 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14236         * gnus-score.el (gnus-score-fast-scoring): New variable.
14237         (gnus-score-headers): Use it.
14239         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
14241         * message.el (message-cite-original-1):
14242         Call gnus-article-highlight-citation if requested.
14243         (message-make-from): Allow name and address as optional arguments.
14245         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
14247         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
14248         bugs to doc string.
14249         (gnus-button-alist): Add mid\\|message-id.
14250         (gnus-button-fetch-group): Extend for use in
14251         `browse-url-browser-function'.
14252         (gnus-button-url-regexp): Try to catch paired parentheses like in
14253         Wikipedia URLs.
14255         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
14256         Suggested by Simon Krahnke <overlord@gmx.li>.
14258 2007-01-13  Romain Francoise  <romain@orebokech.com>
14260         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
14261         Update copyright.
14263 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
14265         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
14267 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14269         * gnus-registry.el (gnus-registry-unfollowed-groups)
14270         (gnus-registry-split-fancy-with-parent): Fix documentation.
14272 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14274         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
14275         from nnweb groups.
14277 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14279         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
14280         Xref urls.  Erase buffer before requesting head.
14282         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14284 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14286         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
14287         customizable.
14289 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
14291         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
14292         no signing key is found.
14293         (mml2015-epg-encrypt): Ask user whether to skip or abort if
14294         no encrypting and/or signing key is found.
14296 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14298         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
14300 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14302         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
14303         headers read from disk with the ones newly found in the current search.
14304         This should no longer cause problems, because the article numbers in
14305         Gmane's `nov.php' output are ignored since the previous change.
14307 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14309         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
14311 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14313         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14315 2007-01-01  Romain Francoise  <romain@orebokech.com>
14317         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
14319 2006-12-31  Steve Youngs  <steve@sxemacs.org>
14321         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
14322         `define-minor-mode' macro definition expanded properly.
14323         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
14324         exclude it there.
14326         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
14327         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
14328         `fboundp' test.
14329         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
14330         This is OK to autoload in (S)XEmacs now.
14332 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14334         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
14335         keystroke.
14336         (gnus-summary-limit-to-singletons): Fix typo.
14338         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
14339         else fails.
14341 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14343         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
14344         docstring.
14346         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
14347         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
14348         (gnus-summary-insert-dormant-articles): Fix typo in message.
14350 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
14352         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
14353         nil for XEmacs.
14354         (gnus-message-citation-mode): Don't autoload in XEmacs.
14356         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
14358 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
14360         * nnimap.el (nnimap-expunge-search-string):
14361         Mention nnimap-search-uids-not-since-is-evil in docstring.
14363 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14365         * spam.el: Revert to make-obsolete-variable because
14366         define-obsolete-variable-alias is not supported in Emacs 21.
14368         * spam.el (spam-ifile-path, spam-ifile-database-path)
14369         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
14370         make-obsolete-variable.
14371         (spam-bsfilter-path, spam-bsfilter-program)
14372         (spam-spamassassin-path, spam-spamassassin-program)
14373         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
14374         Don't use "path" inappropriately.
14375         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
14376         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
14377         variable names.
14379 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
14381         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
14382         summary buffer.
14384         * password.el (password-cache-remove): Use clear-string to burn
14385         password, if available.
14387 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14389         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
14391         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
14393         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
14394         (gnus-message-highlight-citation): Move defcustom here from
14395         gnus-cite.el.
14396         (gnus-message-citation-mode): Autoload.
14398         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
14399         checks to make it compile with XEmacs.
14400         (gnus-message-citation-mode): New minor mode.
14401         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
14402         (gnus-message-highlight-citation): New variables.
14403         (gnus-message-search-citation-line)
14404         (gnus-message-add-citation-keywords)
14405         (gnus-message-remove-citation-keywords)
14406         (turn-on-gnus-message-citation-mode)
14407         (turn-off-gnus-message-citation-mode): New functions.
14409 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
14411         * gnus-cite.el: Enable highlighting of different citation levels in
14412         message-mode.
14414 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14416         * message.el (message-make-fqdn): Fix comment.
14417         (message-bogus-system-names): Add ".local".
14419         * spam.el (spam-ifile-path, spam-ifile-program)
14420         (spam-ifile-database-path, spam-ifile-database)
14421         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
14422         Don't use "path" inappropriately.
14423         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
14424         strings.
14425         (spam-check-ifile, spam-ifile-register-with-ifile)
14426         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
14427         Use new variable names.
14429         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
14430         (gnus-treat-display-smileys): Simplify using
14431         gnus-image-type-available-p.
14433         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
14434         available.
14436 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14438         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
14439         one after turning on the buffer's multibyteness instead of decoding
14440         them directly in the unibyte buffer that causes unexpected conversion
14441         in Emacs 23 (unicode).
14443 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14445         * message.el (message-generate-hashcash): Fix custom type.
14447 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14449         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
14451 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14453         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
14454         disconnect icons.  Add help text.
14456 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
14458         * spam.el (spam-extra-header-to-number): CRM114 spam score is
14459         negated to be consistent with the others we handle.
14461 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14463         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
14464         version of gnus-summary-buffer to something, so that we can use two
14465         article buffers at the same time.
14467 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
14469         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
14470         trigger all the extra headers.
14471         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
14472         sorting.
14474 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14476         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
14477         solid groups.
14479 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14481         * legacy-gnus-agent.el: Add Copyright notice.
14483 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
14485         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
14487 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14489         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
14491         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
14492         to make it work reliably in CVS Emacs.
14493         (gnus-summary-limit-strange-charsets-predicate)
14494         (gnus-summary-limit-to-predicate): New functions.
14496 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
14498         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
14499         specifying array size.
14500         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
14501         array if it is too small.
14502         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
14503         (gnus-sort-threads-loop): New function.
14505 2006-12-06  Chris Moore  <dooglus@gmail.com>
14507         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
14508         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
14510 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
14512         * mm-url.el (mm-url-predefined-programs): Call curl with correct
14513         options.
14515 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14517         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
14518         DOS-ing the recipient.
14520         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
14521         the headers when creating the mapping to avoid mismappings.
14522         (nnweb-gmane-create-mapping): Always nix out old mapping.
14524 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14526         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
14527         and mm-verify-option to never.
14529 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14531         * message.el (message-signed-or-encrypted-p): New function.
14532         (message-forward-make-body): Use it.
14534         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
14535         Replace encode-coding-string with mm-encode-coding-string.
14537 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14539         * nneething.el (nneething-decode-file-name):
14540         Replace decode-coding-string with mm-decode-coding-string.
14542         * gnus-int.el (gnus-open-server): Say failed server's name.
14544 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
14546         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
14547         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
14549         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
14550         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
14551         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
14552         (gnus-group-make-directory-group, gnus-group-transpose-groups):
14553         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
14554         (gnus-subscribe-newsgroup, gnus-1):
14555         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
14556         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
14557         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
14558         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
14560 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14562         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
14563         keystroke.
14564         (gnus-summary-limit-to-bodies): Implement headersp.
14566 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14568         * dns.el (query-dns): Protect against "Process dns deleted" strings.
14570 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14572         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
14574 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14576         * message.el (message-generate-hashcash): Expand range of values to
14577         include `opportunistic'.
14578         (message-send-mail): Use it.
14580 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14582         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
14583         and comment it.
14585         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
14587 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
14589         * gnus-util.el (gnus-extract-address-components): Improve comment.
14591 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14593         * gnus-util.el (gnus-extract-address-components): Work with address in
14594         which the name portion contains @.
14596 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14598         * gnus.el (gnus-start): Move custom group up.
14599         (gnus-select-method): Don't autoload, but make it available for
14600         `customize-variable'.
14601         (gnus-getenv-nntpserver): Don't autoload.
14603 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
14605         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
14607 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14609         * message.el (message-sendmail-extra-arguments): New variable.
14610         (message-send-mail-with-sendmail): Use it.
14612 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14614         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
14615         mm-with-unibyte-current-buffer to make string unibyte.
14617         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
14618         mm-string-as-multibyte.
14620 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
14622         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
14623         Reported by Werner Koch <wk@gnupg.org>.
14625 2006-11-14  Daiki Ueno  <ueno@p360>
14627         * mml2015.el: Autoload epa-select-keys when compiling.
14629 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14631         * mml2015.el (mml2015-epg-sign): Save the signing keys in
14632         message-options.
14633         (mml2015-epg-encrypt): Save the recipient keys in message-options.
14635 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14637         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
14638         EasyPG (< 0.0.6).
14639         (mml2015-always-trust): New user option.
14640         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
14641         prompt.
14643 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14645         * nntp.el (nntp-authinfo-force): New variable.
14646         (nntp-send-authinfo): Use it.
14648 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
14650         * message.el (message-strip-subject-encoded-words): Allow _not_ to
14651         decode encoded words.  Improve prompt.  Add comment about forwarding.
14652         (message-replacement-char): Move up.
14654 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
14656         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
14657         instead of gnus-intersection because arguments of gnus-sorted-nunion
14658         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
14660 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
14662         * message.el (message-strip-subject-encoded-words): Reformat prompt.
14663         (message-simplify-subject-functions):
14664         Enable message-strip-subject-encoded-words by default.
14666 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
14668         * message.el (message-strip-subject-encoded-words): New function.
14669         (message-simplify-subject-functions): New variable.
14670         (message-simplify-subject): Use it.  Fix typo in doc string.
14671         Support message-strip-subject-encoded-words.
14673 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
14675         * gnus-diary.el (gnus-diary-delay-format-function):
14676         * nndiary.el (nndiary-reminders):
14677         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
14679 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14681         * gnus-art.el (article-hide-boring-headers): Fetch date from
14682         gnus-original-article-buffer to avoid problems with localized date
14683         strings.
14685 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14687         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
14689 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
14691         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14692         New variables.
14693         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14694         (mm-charset-synonym-alist): Move some entries to
14695         mm-codepage-iso-8859-list.
14696         (mm-charset-synonym-alist, mm-charset-override-alist):
14697         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14699 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14701         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
14703 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14705         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
14706         with Emacs 21 and XEmacs.
14708 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
14710         * spam.el (spam-parse-address): New function for better parsing,
14711         catching errors, etc.
14712         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
14714 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14716         * mm-view.el: Add interactive arg to html2text autoload.
14718 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14720         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
14722 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
14724         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14725         New variables.
14726         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14727         (mm-charset-synonym-alist): Move some entries to
14728         mm-codepage-iso-8859-list.
14730         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
14732 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
14734         * message.el (message-citation-line-format)
14735         (message-insert-formated-citation-line): Fix implementation of %E, %N
14736         and %n according to the doc string.
14738 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
14740         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14741         Use car-safe to avoid bad parses.
14743 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14745         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
14746         names.
14748         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
14750 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14752         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
14753         header.
14755         * message.el (message-draft-headers): Add Date.
14756         (message-headers-to-generate): Fix typo in docstring.
14758         * nndraft.el (nndraft-required-headers): New variable.
14759         (nndraft-generate-headers): Use it.
14761         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
14763 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
14765         * gnus-registry.el (gnus-registry-wash-for-keywords)
14766         (gnus-registry-find-keywords): New functions to allow easy searching of
14767         articles that are in the registry.
14769 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
14771         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14772         Use ietf-drums-parse-address instead of gnus-extract-address-components.
14773         Reported by Damien Elmes <damien@repose.cx>.
14775 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14777         * gnus.el (gnus-mime): Remove unused custom group.
14779 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14781         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
14782         "blank line" when searching for end of armor headers.
14784 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14786         * gmm-utils.el (gmm-write-region): Fix variable name.
14788 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14790         * gmm-utils.el (gmm-write-region): New function based on compatibility
14791         code from `mm-make-temp-file'.
14793         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
14795         * nnmaildir.el (nnmaildir--update-nov)
14796         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
14797         Use `gmm-write-region'.
14799 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14801         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
14802         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14804         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
14806         * message.el (message-replacement-char): New variable.
14807         (message-fix-before-sending): Use it.
14808         (message-simplify-subject): New function to remove duplicate code.
14809         (message-reply, message-followup): Use it.
14811         * gnus-sum.el (gnus-summary-make-menu-bar):
14812         Clarify gnus-summary-limit-to-articles.
14814 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14816         * gnus-util.el (gnus-with-local-quit): New macro.
14818         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
14820 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
14822         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
14823         ignore non-string data.
14825 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14827         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
14828         non-string data (needs to be done in the registry too).
14830 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14832         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
14833         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
14834         (gnus-registry-split-fancy-with-parent)
14835         (gnus-registry-fetch-simplified-message-subject-fast)
14836         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
14837         Remove text properties on ingress into the registry and when it's saved.
14838         (gnus-registry-clean-empty-function): Fix bug with cleaning the
14839         registry from entries with no groups.
14841 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14843         * gnus-util.el (gnus-string-remove-all-properties): Add utility
14844         function to remove string properties.
14846 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14848         * gmm-utils.el (gmm): Adjust custom version.
14850         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
14851         Adjust custom version.
14853         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
14855 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14857         * gnus-art.el (gnus-insert-prev-page-button)
14858         (gnus-insert-next-page-button): Simplify.  Reformat.
14860 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
14862         * gnus-art.el (gnus-insert-prev-page-button)
14863         (gnus-insert-next-page-button): Apply gnus-article-button-face.
14865 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
14867         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
14869 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
14871         * gnus-art.el (gnus-insert-mime-button)
14872         (gnus-insert-mime-security-button):
14873         Apply gnus-article-button-face to MIME and security buttons.
14875 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
14877         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
14878         readable.
14880 2006-09-20  Steve Youngs  <steve@sxemacs.org>
14882         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
14883         `browse-url-of-file' instead of `browse-url'.
14885 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14887         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14888         regexp.  Articles containing quotation were cut prematurely.
14890 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14892         * message.el (message-cite-original-1): Use nobody by default for the
14893         value of From header.
14894         (message-reply): Ditto.
14896 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
14898         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
14899         to the gnus-info.  This fixes a bug of inline-PGP message verification.
14900         Reported by Michael Piotrowski <mxp@dynalabs.de>.
14902 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
14904         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
14905         mails in the doc string.  Add some URLs in comment.
14906         (pop3-movemail): Warn about pop3-leave-mail-on-server.
14908 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14910         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
14911         backslashes handling and the way to find boundaries of quoted strings.
14913 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
14915         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
14916         mml1991-encrypt-to-self is set and mml1991-signers is not set.
14917         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
14918         mml2015-encrypt-to-self is set and mml2015-signers is not set.
14920 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14922         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
14923         doc string.
14924         (gnus-button-regexp, gnus-button-last): Remove unused variables.
14926 2006-09-06  Simon Josefsson  <jas@extundo.com>
14928         * mml2015.el (mml2015-use): Doc fix, mention epg.
14930 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
14932         * mml2015.el (mml2015-use): Default to epg, if available.
14934 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
14936         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
14937         message-sender.
14938         (mml1991-epg-encrypt): Ditto.
14939         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
14940         message-sender.
14941         (mml2015-epg-encrypt): Ditto.
14943 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
14945         * message.el (message-send-mail-with-sendmail): Look for sendmail in
14946         several common directories.
14948 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
14950         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
14951         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
14953 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14955         * gnus-art.el (article-decode-encoded-words): Make it fast.
14957 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14959         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
14961         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
14962         in quoted string into `\'.
14964 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14966         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14967         Use standard-syntax-table.
14969 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14971         * gnus-art.el (gnus-decode-address-function): New variable.
14972         (article-decode-encoded-words): Use it to decode headers which are
14973         assumed to contain addresses.
14974         (gnus-mime-delete-part): Remove useless `or'.
14976         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
14977         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
14978         (gnus-nov-parse-line): Use it to decode From header.
14979         (gnus-get-newsgroup-headers): Ditto.
14980         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
14982         * mail-parse.el (mail-decode-encoded-address-region): New alias.
14983         (mail-decode-encoded-address-string): New alias.
14985         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14986         New function.
14987         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
14988         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
14989         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
14990         (rfc2047-decode-string): Ditto.
14991         (rfc2047-decode-address-region): New function.
14992         (rfc2047-decode-address-string): New function.
14994 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
14996         * message.el (message-caesar-buffer-body): Allow rotating headers.
14998         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
15000         * message.el (message-insert-formated-citation-line): Fix %f.
15001         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
15003 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15005         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15006         (gnus-bookmark-mouse-available-p): New macro.
15007         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15008         (gnus-bookmark-bmenu-show-infos): Use it.
15009         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15010         (gnus-bookmark-bmenu-hide-infos): Ditto.
15011         (gnus-bookmark-remove-properties): New function.
15012         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15013         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15014         (gnus-bookmark-write-file): Bind coding-system-for-write.
15015         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15016         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15017         group before selecting it.
15018         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15019         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15020         quit-window if it is not available; use gnus-mouse-2 and bind it to
15021         gnus-bookmark-bmenu-select-by-mouse.
15022         (gnus-bookmark-show-details): Remove unused variable `details-list'.
15023         (gnus-bookmark-bmenu-select-by-mouse): New function.
15025 2006-08-13  Romain Francoise  <romain@orebokech.com>
15027         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15028         space.
15030 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15032         * compface.el (uncompface): Use binary rather than raw-text-unix.
15034 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15036         * compface.el (uncompface): Make sure the eol conversion doesn't take
15037         place when communicating with the external programs.
15038         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15040 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15042         * nnheader.el (nnheader-insert-head): Fix typo in comment.
15044 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15046         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15047         Make it more robust by parsing author and date independently.
15049 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15051         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15053 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
15055         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15056         first matching secret key.
15057         (mml2015-epg-encrypt): Ditto.
15059         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15060         first matching secret key.
15061         (mml1991-epg-encrypt): Ditto.
15063         * mml2015.el (mml2015-encrypt-to-self): New user option.
15064         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15065         mml2015-epg-encrypt-to-self is set.
15067         * mml1991.el (mml1991-encrypt-to-self): New variable.
15068         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15069         mml1991-epg-encrypt-to-self is set.
15071         * mml2015.el (mml2015-signers): New user option.
15072         (mml2015-epg-sign): Reflect the value of mml2015-signers.
15073         (mml2015-epg-encrypt): Allow to select signing keys.
15075         * mml1991.el (mml1991-signers): New variable.
15076         (mml1991-epg-sign): Reflect the value of mml1991-signers.
15077         (mml1991-epg-encrypt): Allow to select signing keys.
15079 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15081         * nnheader.el (nnheader-insert-head): Make it work even if the file
15082         uses CRLF for the line-break code.
15084 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
15086         * mml2015.el: Require mml-sec instead of password.
15087         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15088         (mml2015-cache-passphrase): Inherit the default value from
15089         mml-secure-cache-passphrase.
15090         (mml2015-passphrase-cache-expiry): Inherit the default value from
15091         mml-secure-passphrase-cache-expiry.
15093         * mml1991.el: Require mml-sec instead of password.
15094         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15095         (mml1991-cache-passphrase): Inherit the default value from
15096         mml-secure-cache-passphrase.
15097         (mml1991-passphrase-cache-expiry): Inherit the default value from
15098         mml-secure-passphrase-cache-expiry.
15100         * mml-sec.el: Require password.
15101         (mml-secure-verbose): New user option.
15102         (mml-secure-cache-passphrase): New user option.
15103         (mml-secure-passphrase-cache-expiry): New user option.
15105 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
15106             Andreas Vögele  <andreas@altroot.de>   (tiny change)
15108         * pgg-def.el (pgg-truncate-key-identifier):
15109         Truncate the key ID to 8 letters from the end.
15111 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15113         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15114         workaround for the url package included with Emacs.
15116         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15118 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15120         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15121         correctly.  This fixes a bug caused by the 2006-05-12 change.
15123 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
15125         * nnmail.el (nnmail-article-group): If splitting raises an error, give
15126         some information about the error when saying that the `bogus' mail
15127         group will be used.
15129 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
15131         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15132         string.
15134 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
15136         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15138 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15140         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15142 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15144         * mml1991.el (mml1991-function-alist): Add epg.
15145         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
15146         (mml1991-epg-encrypt): New functions.
15148 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15150         * mml2015.el (mml2015-verbose): New variable.
15151         (mml2015-cache-passphrase): Ditto.
15152         (mml2015-passphrase-cache-expiry): Ditto.
15153         (mml2015-function-alist): Add epg.
15154         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
15155         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
15156         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
15157         New functions.
15159 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15161         * message.el (message-cite-original-1): Preserve region when removing
15162         quoted text due to X-No-Archive in order to avoid bogus attribution
15163         when citing multiple messages.
15165 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15167         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
15168         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
15170 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
15172         * gnus-diary.el (gnus-user-format-function-d)
15173         (gnus-user-format-function-D): Autoload.
15175         * imap.el (Commentary): Fix typo.
15177         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
15178         2006-04-22 contribution.
15180 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15182         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
15183         It didn't really fix the bogosity I'm seeing with solid web groups.
15185 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15187         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
15188         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
15189         created using server names.  If we use the feature without declaring
15190         it, Gnus does not properly manage server and group state.
15192         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
15193         bound.
15195 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15197         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
15198         looking up the method using GROUP's prefix before inventing a new one.
15199         It is used on killed/unknown groups in various places where returning
15200         an all-new method isn't expected by the caller.
15202         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
15203         and match semantics of gnus-group-real-prefix.
15205 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
15207         * nnmail.el (nnmail-broken-references-mailers): New variable.
15208         (nnmail-ignore-broken-references): New function generalizing
15209         nnmail-fix-eudora-headers.
15210         (nnmail-fix-eudora-headers): Now obsolete.
15212         * gnus-art.el (gnus-button-handle-custom):
15213         Support `customize-apropos*'.
15215 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15217         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
15219         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
15220         articles.
15222 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
15224         * message.el (message-cite-reply-above): New variable.
15225         (message-yank-original): Use it.
15227 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15229         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
15231 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
15233         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
15234         as read.
15236         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
15238 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
15240         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
15241         (gnus-bookmark-default-file): Use gnus-directory.
15242         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
15243         Remove "*" in doc string.
15244         (gnus-bookmark-write-file): Simplify.
15245         (gnus-bookmark-maybe-sort-alist): Use `when'.
15246         (gnus-bookmark-get-bookmark): Fix typo in doc string.
15247         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
15248         Add FIXME about Emacs 21 and XEmacs compatibility.
15249         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
15250         compatibility.
15251         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
15252         compatibility.
15253         (gnus-bookmark-menu-heading): Fix version.
15255 2006-06-19  Bastien Guerry  <bzg@altern.org>
15257         * gnus-bookmark.el: New file.
15259 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15261         * message.el (message-syntax-checks): Doc fix.
15263 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15265         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
15266         unsubscribed groups as if they were killed ones.  It causes duplicate
15267         entries in gnus-newsrc-alist.
15269 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15271         * message.el (message-syntax-checks): Doc fix.
15272         (message-send-mail): Add check for continuation headers.
15273         (message-check-news-header-syntax): Fix regexp used to check for
15274         continuation headers.
15276 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15278         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
15280 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
15282         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
15284 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15286         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
15287         default-truncate-lines.
15289 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15291         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
15292         to fill the utf-8 entry.
15294 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15296         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15298 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
15300         * gnus-agent.el (directory-files-and-attributes): Move all the way
15301         forward (the third and final move).
15302         (gnus-agent-read-agentview): Trap reconstruction errors due to
15303         nonexistent directory.  Handle by returning nil.
15305 2006-05-30  Didier Verna  <didier@xemacs.org>
15307         * message.el (message-dont-reply-to-names): Update the custom type.
15308         * message.el (message-dont-reply-to-names): New defsubst: potentially
15309         convert a list of regexps into a single one.
15310         * message.el (message-get-reply-headers): Use it.
15311         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
15313 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15315         * gnus-agent.el (directory-files-and-attributes): Move forward.
15317 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15319         * gnus-ml.el (gnus-mailing-list-subscribe)
15320         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
15321         (gnus-mailing-list-message): Fix doc strings.
15323 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15325         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
15326         of doing it manually.
15328 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15330         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
15331         comment.
15333 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
15335         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
15336         (gnus-agent-read-agentview): Fix handling of end-of-file error.
15337         (gnus-agent-read-local): All symbols allocated in my-obarray.
15338         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
15339         (gnus-agent-regenerate-group): Check numeric names to see if they are
15340         messages or groups.
15341         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
15342         better way of do this...)
15344         * gnus-cache.el (gnus-agent-total-fetched-for):
15345         Ignore 'dummy.group' (there should be a better way of do this...)
15347 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15349         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
15350         (gnus-saved-headers): Ditto.
15351         (gnus-default-article-saver): Mention functions may have properties.
15352         (gnus-article-save): Override gnus-save-all-headers and
15353         gnus-saved-headers by :headers property which saver function may have.
15354         (gnus-summary-save-in-file): Add :headers property.
15355         (gnus-summary-write-to-file): Ditto.
15357         * gnus-sum.el (gnus-summary-save-article): Bind
15358         gnus-prompt-before-saving to t when saving many articles in a file;
15359         always show all headers.
15361 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
15363         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
15364         marks.
15366         * message.el (message-indent-citation): Add optional arguments to allow
15367         using it outside of message buffers.
15369         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
15370         (gnus-article-treat-unfold-headers): Use it.
15371         (gnus-article-truncate-lines): New variable.
15372         (gnus-article-mode): Use it.
15373         (gnus-article-toggle-truncate-lines): New function.
15375         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15376         Add gnus-article-toggle-truncate-lines.
15378         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
15379         coding system in XEmacs, use binary.
15381 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15383         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
15384         after-load-alist.
15386         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
15387         this function should save decoded articles.
15388         (gnus-summary-write-to-file): Use property to specify this function
15389         should save decoded articles and specify gnus-summary-save-in-file
15390         should be used to save articles other than the first one when saving
15391         many articles.
15392         (gnus-summary-save-body-in-file): Use property to specify this
15393         function should save decoded articles.
15394         (gnus-summary-write-body-to-file): Use property to specify this
15395         function should save decoded articles and specify
15396         gnus-summary-save-body-in-file should be used to save articles other
15397         than the first one when saving many articles.
15399         * gnus-sum.el (gnus-summary-save-article): Simplify.
15401 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15403         * gnus-art.el (gnus-default-article-saver):
15404         Add gnus-summary-write-body-to-file.
15405         (gnus-article-save-coding-system): Don't use coding system object
15406         in XEmacs.
15407         (gnus-read-save-file-name): Add optional `dir-var' argument which
15408         specifies directory in which files are saved; work even if optional
15409         `variable' argument is not specified.
15410         (gnus-summary-write-to-file): Read file name.
15411         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
15412         (gnus-summary-write-body-to-file): New function.
15414         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
15415         (gnus-summary-local-variables): Add it.
15416         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
15417         (gnus-summary-save-article): Remove optional `decode' argument;
15418         determine whether to decode articles by the value of
15419         gnus-default-article-saver; when saving many files using
15420         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
15421         it first and use gnus-summary-save-in-file or
15422         gnus-summary-save-body-in-file thereafter unless
15423         gnus-prompt-before-saving is always; move point to article which
15424         will be saved.
15425         (gnus-summary-save-article-file): Revert.
15426         (gnus-summary-write-article-file): Revert.
15427         (gnus-summary-save-article-body-file): Revert.
15428         (gnus-summary-write-article-body-file): New function.
15430 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
15432         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
15434 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15436         * gnus-art.el (gnus-default-article-saver): Doc fix.
15437         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
15438         from gnus-summary-save-article-coding-system, and default to a
15439         certain coding system.
15440         (gnus-output-to-file): Add coding cookie and encode text according
15441         to gnus-article-save-coding-system; don't use mm-append-to-file.
15443         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
15444         gnus-art.el and rename to gnus-article-save-coding-system.
15445         (gnus-summary-save-article): Require gnus-art; don't show all
15446         headers if it decodes articles; don't add coding cookie here;
15447         don't bind mm-text-coding-system-for-write.
15448         (gnus-summary-save-article-file): Save decoded articles.
15449         (gnus-summary-write-article-file): When saving many files, use
15450         gnus-summary-write-to-file first and gnus-summary-save-in-file
15451         thereafter unless gnus-prompt-before-saving is always.
15452         (gnus-summary-save-article-body-file): Save decoded articles.
15454 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15456         * nnrss.el (nnrss-check-group): Bind hash-index.
15458 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
15460         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
15461         its hash index.  Store this hash in `nnrss-group-data'.
15462         (nnrss-read-group-data): Update accordingly.
15464 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15466         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
15467         entry.
15469         * gnus-sum.el (gnus-summary-make-menu-bar):
15470         Add gnus-article-browse-html-article.
15472 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
15474         * gnus-sum.el (gnus-summary-mime-map):
15475         Add gnus-article-browse-html-article.
15477 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15479         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
15480         suitable coding systems in customize.
15482 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
15484         * mail-source.el (mail-sources): Fix custom type.
15486 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15488         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
15489         (gnus-summary-expire-articles-now): Shorten prompt.
15491         * gmm-utils.el (wid-edit): Require.
15492         (defun-gmm): Rename from `gmm-defun-compat'.
15493         (gmm-image-search-load-path): Use it.
15494         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
15496 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15498         * gnus-sum.el (gnus-summary-save-article-coding-system):
15499         New variable.
15500         (gnus-summary-save-article): Add optional `decode' argument.
15501         If it is set and gnus-summary-save-article-coding-system is non-nil,
15502         save decoded article.
15503         (gnus-summary-write-article-file): Save decoded article if
15504         gnus-summary-save-article-coding-system is non-nil.
15506         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
15507         type.
15509 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15511         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
15513 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15515         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
15516         first to test gnus-single-article-buffer which may be buffer-local.
15518         * gnus-sum.el (gnus-summary-setup-buffer):
15519         Make gnus-single-article-buffer buffer-local and nil in ephemeral
15520         group; make gnus-article-buffer, gnus-article-current, and
15521         gnus-original-article-buffer always buffer-local.
15522         (gnus-summary-exit): Kill article buffer belonging to ephemeral
15523         group.
15524         (gnus-handle-ephemeral-exit): Don't move to next summary line.
15526 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15528         * nnml.el (nnml-request-compact-group): Compressed files might not
15529         have .gz extension.
15531 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15533         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
15534         (mm-copy-to-buffer): Use with-current-buffer.
15535         (mm-display-part): Simplify.
15536         (mm-inlinable-p): Add optional arg `type'.
15538 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15540         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
15541         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
15542         Try harder to show the attachment internally or externally using
15543         gnus-mime-view-part-as-type.
15545 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15547         * message.el (message-from-style, message-signature-separator)
15548         (message-user-organization-file, message-send-mail-function)
15549         (message-citation-line-function, message-yank-prefix)
15550         (message-indent-citation-function, message-signature)
15551         (message-signature-file, message-signature-insert-empty-line):
15552         Remove autoloads.
15554         * gnus-art.el (gnus-buttonized-mime-types):
15555         Remove "multipart/signed".  Revert 2006-04-26 change.
15557 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15559         * gnus.el (gnus-version-number): Bump version.
15561 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15563         * gnus.el: No Gnus v0.5 is released.
15565 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15567         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
15568         fetching articles by message-id.
15570 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15572         * message.el (hashcash): Require hashcash as normal.
15574         * ecomplete.el (ecomplete-highlight-match-line):
15575         Use point-at-eol.
15576         (ecomplete-highlight-match-line): Use `highlight', because that
15577         face exists in both Emacs and XEmacs.
15579         * message.el (message-display-abbrev): Use point-at-bol.
15581         * mail-source.el: Don't require timer/timer-funcs.
15583         * gnus-async.el: Ditto.
15585         * password.el: Ditto.
15587         * mm-url.el: Ditto.
15589         * mm-util.el: Require timer/timer-funcs.
15591 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15593         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
15594         Close.
15596 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15598         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
15599         unibyte after clear-decrypt function runs.
15601         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
15602         returns as a unibyte string.
15604 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15606         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
15607         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
15608         (mml1991-pgg-encrypt): Ditto.
15610 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
15612         * message.el (message-user-organization-file): Check several
15613         locations of the organization file.
15615         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
15616         Add gnus-article-view-part-as-type.
15618         * gnus-art.el (gnus-article-view-part-as-type): New function.
15620         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
15621         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
15623         * mml.el: Simplify autoload.
15624         (mml-mode): defvar dnd-protocol-alist instead of using
15625         symbol-value.
15626         (mml-default-directory): New variable.
15627         (mml-minibuffer-read-file): Use it.
15628         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
15630         * message.el (message-citation-line-format): New variable.
15631         (message-insert-formated-citation-line): New function.
15632         (message-citation-line-function):
15633         Add `message-insert-formated-citation-line' to custom type.
15635         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
15636         to doc string.
15638         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
15639         depending on mm-verify-option.
15641 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15643         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
15644         binding pgg-* variables; reimplement the section which prevents
15645         MIME header from being signed.
15646         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
15647         pgg-text-mode; remove a blank line at the top of body.
15649         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
15650         lines at the top of body; use gnus-newsgroup-charset if there's no
15651         Charset header.
15653 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15655         * message.el (message-self-insert-commands): Doc fix.
15657         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
15658         (mm-uu-pgp-encrypted-test): Ditto.
15659         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
15660         between header and body; return application/pgp-encrypted handle
15661         if decryption failed; decode decrypted body by charset.
15663         * mm-decode.el (mm-automatic-display): Don't make application/pgp
15664         element match to application/pgp-*.
15666 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15668         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
15669         HTML.
15671 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15673         * mail-source.el (mail-source-call-script): Message the error
15674         string.
15676 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15678         * gnus-util.el (gnus-byte-compile): Use it.
15680 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
15682         * gnus-util.el (kill-empty-logs): New function.
15684 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15686         * message.el (message-mail-alias-type): Doc fix.
15687         (message-mail-alias-type-p): New function.
15688         (message-send): Use it.
15689         (message-mode): Ditto.
15690         (message-strip-forbidden-properties): Ditto.
15692         * ecomplete.el (ecomplete-database-file-coding-system):
15693         New variable.
15694         (ecomplete-save): Use it.
15695         (ecomplete-setup): Use it.
15697 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15699         * message.el (message-self-insert-commands): New variable.
15700         (message-strip-forbidden-properties): Use it.
15702 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15704         * message.el (message-put-addresses-in-ecomplete): Use a regexp
15705         that doesn't make XEmacs choke.
15707 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
15709         * gnus-util.el (gnus-replace-in-string):
15710         Prefer replace-regexp-in-string over of replace-in-string.
15712 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15714         * gnus-util.el (gnus-select-frame-set-input-focus):
15715         Use select-frame-set-input-focus if it is available in XEmacs; use
15716         definition defined in Emacs 22 for old Emacsen.
15718 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15720         * mm-view.el (mm-inline-text): Use equal instead of equalp.
15722 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
15724         * gnus-registry.el (gnus-registry-cache-save): Remove text
15725         properties when saving via the temp buffer.
15727 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15729         * message.el (message-generate-hashcash): Honor custom type.
15731 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15733         * message.el (message-generate-hashcash): Default to non-nil when
15734         hashcash is found.
15736         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
15737         (gnus-refer-thread-limit): Increase default to 500.
15739         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
15741         * flow-fill.el (fill-flowed): Allow delete-space.
15743 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15745         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15746         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
15747         Remove autoloads.
15749 2006-04-18  Simon Josefsson  <jas@extundo.com>
15751         * message.el (message-generate-hashcash): Default to.
15753 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15755         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15756         concatenating segments rather than before concatenating them.
15758 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
15760         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
15762         * imap.el (imap-quote-specials): New function.
15763         (imap-login-auth): Quote specials.
15765 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15767         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
15769         * message.el (message-forward-make-body-plain):
15770         Allow message-forward-ignored-headers to be a list.
15771         (message-remove-ignored-headers): Factor out into function.
15772         (message-forward-make-body-mml): Use it.
15773         * rfc2231.el (rfc2231-parse-string): Remove dead code.
15774         (rfc2231-parse-string): Allow concatanation of parameters that
15775         aren't contiguous.  The test case is
15776           (mail-header-parse-content-type "message/external-body;
15777             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
15778             access-type=LOCAL-FILE;
15779             name*1*=plugh%2fhello-sailor%2fbing.pdf")
15781 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15783         * nntp.el (nntp-accept-process-output): Return the value of
15784         `nnheader-accept-process-output'.
15786 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15788         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
15789         (gnus-button-alist): Recognize more diff formats.
15790         (gnus-button-patch): Strip directory.
15792 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
15794         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
15795         Emacs 22 when setting focus.
15797 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15799         * gnus-art.el (gnus-article-treat-types): Do treatment of
15800         text/x-verbatim parts.
15801         (gnus-button-patch): New command.
15803         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
15804         addresses that contain invalid characters.
15806 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15808         * message.el (message-put-addresses-in-ecomplete):
15809         Use gnus-replace-in-string.
15810         (message-is-yours-p): Use the more correct
15811         mail-header-parse-address instead of
15812         mail-extract-address-components.
15813         (message-put-addresses-in-ecomplete): Fix typo.
15815         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
15816         keystroke.
15818         * gnus-art.el (gnus-treatment-function-alist): Change order of
15819         newsgroups/generic header folding to avoid double-folding.
15821         * message.el (message-hidden-headers): Add X-Draft-From.
15823         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
15824         New command.
15825         (gnus-summary-repeat-search-article-backward): New command.
15827         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
15828         groups in the parent topic.
15830 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
15832         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
15833         (spam-extra-header-to-number): Return the CRM114 number as a
15834         number instead of a string.
15836 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15838         * gnus-art.el (gnus-face-properties-alist): Move here from
15839         gnus-fun.
15841         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
15843 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15845         * message.el (message-strip-forbidden-properties): Only display on
15846         self-insert-command.
15848         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
15849         reindent.
15850         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
15852 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
15854         * smiley.el (smiley-style): Fix typo.
15856 2006-03-23  Kenichi Handa  <handa@m17n.org>
15858         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
15859         instead of set-buffer-multibyte.
15861 2006-03-23  Kenichi Handa  <handa@m17n.org>
15863         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15864         buffer and then decode the buffer text if necessary.
15865         (rfc2231-encode-string): Be sure to work on multibyte buffer at
15866         first, and after mm-encode-body, change the buffer to unibyte.
15868 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15870         * hashcash.el (hashcash-insert-payment-async-2):
15871         Use message-goto-eoh instead of doing it manually.
15872         (mail-add-payment): Use message-narrow-to-header instead of trying
15873         to do the same itself.
15875         * message.el (message-hidden-headers): Add Face.
15877         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
15878         reparenting code.
15879         (gnus-summary-reparent-children): Refactored out code.
15880         (gnus-summary-thread-map): New keystroke.
15881         (gnus-summary-reparent-children): Make into command.
15883         * smiley.el (smiley-style): Default to `medium' if using a large
15884         font.
15886         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
15887         does it itself.
15889         * message.el (message-point-in-header-p): Simplify definition.
15891 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15893         * nnagent.el (nnagent-request-set-mark): Silence log file
15894         writing.
15895         (nnagent-request-set-mark): Use write-region instead of
15896         append-to-file.
15898         * gnus-sum.el (gnus-read-header): Fudge article number if using a
15899         strange select method.
15901         * ecomplete.el (ecomplete-display-matches): Get highlightling
15902         right.
15903         (ecomplete-display-matches): Use literals.
15904         (ecomplete-display-matches): Disable message logging.
15906         * message.el (message-display-abbrev): Small optimization.
15908         * ecomplete.el (ecomplete-display-matches): Allow automatic
15909         display.
15911         * message.el (message-strip-forbidden-properties):
15912         Display abbrevs.
15913         (message-display-abbrev): Get automatic display right.
15915         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
15916         keystrokes.
15918 2006-04-13  Romain Francoise  <romain@orebokech.com>
15920         TODO: Backport to v5-10!
15922         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
15923         Move here (and rename) from gnus-registry.el.
15925         * gnus-registry.el: Require gnus-util.
15926         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
15928 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15930         * gnus-group.el (gnus-group-catchup-current):
15931         Change if-then-else-if-then-else into cond.
15932         (gnus-group-catchup): Indent.
15933         (group-name-at-point): New function.
15934         (gnus-fetch-group): Provide default from thing at point.
15936 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15938         * message.el (message-display-abbrev): Fix regexp.
15940         * ecomplete.el (ecomplete-highlight-match-line):
15941         Reimplement choosing.
15942         (ecomplete-highlight-match-line): Fix up code rewrite, remove
15943         dead variables.
15945         * message.el (message-newline-and-indent): Remove debugging.
15946         (message-display-abbrev): Use new implementation.
15948 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15950         * gnus-art.el (gnus-article-mode):
15951         Set cursor-in-non-selected-windows to nil.
15953         * smiley.el: Revert previous change.
15954         (smiley-data-directory): defvar it before using it in the
15955         defcustom of `smiley-style'.
15957 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15959         * message.el (message-newline-and-indent): New function.
15961         * ecomplete.el: Implement more bits.
15963         * message.el (message-put-addresses-in-ecomplete): Clean up the
15964         string.
15966         * ecomplete.el (ecomplete-add-item): Chop off decimals.
15968         * gnus-sum.el (gnus-summary-save-parts):
15969         Bind gnus-summary-save-parts-counter and use it to make unique file
15970         names.
15972         * gnus-art.el (gnus-ignored-headers): Add some more headers.
15974         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
15975         parameter to say whether to actually parse the individual
15976         addresses.
15978         * message.el (message-put-addresses-in-ecomplete): New function.
15979         (ecomplete): Require.
15980         (message-mail-alias-type): Add ecomplete as an option.
15982 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
15984         * flow-fill.el (fill-flowed): Remove trailing space from blank
15985         quoted lines.
15987 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15989         * smiley.el (smiley-style): Move definition later to avoid a
15990         compilation warning.
15992 2006-04-12  Kenichi Handa  <handa@m17n.org>
15994         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15995         buffer and then decode the buffer text if necessary.
15996         (rfc2231-encode-string): Be sure to work on multibyte buffer at
15997         first, and after mm-encode-body, change the buffer to unibyte.
15998         Use mm-disable-multibyte instead of set-buffer-multibyte.
16000 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16002         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
16003         Content-Type header instead of Content-Disposition header.
16004         (gnus-mime-inline-part): Ditto.
16005         (gnus-mime-view-part-as-charset): Ignore charset that the part
16006         specifies.
16008         * mm-decode.el (mm-display-part): Work with external parts and
16009         usual parts similarly.
16011         * mm-extern.el (mm-inline-external-body): Use mm-display-part
16012         instead of gnus-display-mime.
16014         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16015         instead of with-temp-buffer.
16017         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16018         tag to summarized topics part in order to encode non-ASCII text.
16020 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16022         * smiley.el (smiley-style): New variable.
16023         (smiley-directory): New function.
16024         (smiley-data-directory): Derive from `smiley-style' using
16025         `smiley-directory'.
16026         (smiley-regexp-alist): Add new entries.
16028         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16029         (gnus-article-browse-delete-temp): Add :version.
16031 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
16033         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16034         the sieve region.
16036 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16038         * gnus.el (gnus-version-number): Bump version.
16040 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16042         * gnus.el: No Gnus v0.4 is released.
16044 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16046         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16047         layout.
16049         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16050         unknown charset.
16052         * message.el (message-header-synonyms): Add Original-To to the
16053         default.
16055         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16056         optional parameter.
16058 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16060         * gnus-fun.el (gnus): Require it for gnus-directory.
16062 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16064         * gnus-fun.el (gnus-face-properties-alist): Add :version.
16066 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16068         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16070 2006-04-05  Simon Josefsson  <jas@extundo.com>
16072         * password.el (password-reset): New function.
16074 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16076         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16077         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16079 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16081         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16082         Some whitespace was matched into the url, which broke browsing hits
16083         > 100 when mm-url-use-external was nil.
16085 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16087         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16088         Check gnus-extra-headers for 'Newsgroups.
16090         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16091         bound.
16093 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
16095         * pgg-gpg.el: Clean up process buffers every time gpg processes
16096         complete.
16098 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
16100         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16101         doc string.
16103 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
16105         * pgg-gpg.el (pgg-gpg-process-filter)
16106         (pgg-gpg-wait-for-completion): Check if buffer is alive.
16108         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16109         lines, temporary fix.
16111 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16113         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
16115 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
16117         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16118         default-enable-multibyte-characters.  This reverts the change from
16119         revision 6.17 which is no longer necessary because the passphrase
16120         is sent separately now.  GnuPG messages are unreadable under
16121         multibyte locales with default-enable-multibyte-characters set to
16122         nil.
16124 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
16126         * message.el (message-tool-bar-gnome): Move "spell".
16128 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
16130         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
16131         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
16132         instead.
16134 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
16136         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16137         Improve newsgroups handling for NNTP overviews which don't include
16138         Newsgroups.
16140 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16142         * message.el (message-resend): Bind message-generate-hashcash to nil.
16144 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16146         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
16147         when searching for already-paid recipients.
16149 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
16151         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16152         passphrases when it is not needed.
16153         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16154         passphrase stuff from gpg, should only be necessary when you use
16155         gpg with a smartcard.
16157 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16159         * mml.el (mml-insert-mime): Ignore cached contents of
16160         message/external-body part.
16162         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
16163         (mm-insert-part): Ditto.
16165 2006-03-23  Simon Josefsson  <jas@extundo.com>
16167         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
16168         Reiner.
16169         (pgg-gpg-use-agent-p): Use it again.
16171 2006-03-23  Simon Josefsson  <jas@extundo.com>
16173         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
16174         older emacsen.
16175         (pgg-gpg-use-agent-p): Don't use it.
16177 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
16179         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
16180         if we can.
16182 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
16184         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16185         (pgg-gpg-update-agent): New function.
16186         (pgg-gpg-use-agent-p): New function.
16187         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16188         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16189         (pgg-gpg-sign-region): Use it.
16191 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16193         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
16194         Reported by Ralf Wachinger <rwachinger@gmx.de>.
16196 2006-03-21  Simon Josefsson  <jas@extundo.com>
16198         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16199         <wilde@sha-bang.de>.
16200         (pgg-gpg-use-agent): New variable.
16201         (pgg-gpg-process-region): Use it.
16202         (pgg-gpg-encrypt-region): Likewise.
16203         (pgg-gpg-encrypt-symmetric-region): Likewise.
16204         (pgg-gpg-decrypt-region): Likewise.
16205         (pgg-gpg-sign-region): Likewise.
16206         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16208 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16210         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
16212         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16213         Add comment on version.
16215 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
16217         * smiley.el: Add missing test smiley.
16219 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16221         * mm-decode.el (mm-with-part): New macro.
16222         (mm-get-part): Use it; work with message/external-body as well.
16223         (mm-save-part): Treat name and filename equally.
16225         * mm-extern.el (mm-extern-cache-contents): New function.
16226         (mm-inline-external-body): Use it; force the part to be displayed;
16227         move undisplayer added to the cached handle to the parent.
16229         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
16230         (gnus-mime-view-part-as-type): Work with message/external-body.
16232         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
16234 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16236         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
16237         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
16238         Emacs.]
16240 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16242         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
16243         path rather than symbol.  Always return list of directories.
16244         Guarantee that image directory comes first.  [Sync with image.el,
16245         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
16247         * message.el (message-make-tool-bar): Adjust to new API of
16248         `gmm-image-load-path-for-library'.
16250         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16252         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16254 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16256         * gnus-art.el (gnus-article-only-boring-p):
16257         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
16258         intangible text.
16259         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
16261 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
16263         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
16264         Use `defun' instead of `gmm-defun-compat'.
16266 2006-03-14  Simon Josefsson  <jas@extundo.com>
16268         * message.el (message-unique-id): Don't use message-number-base36
16269         if (user-uid) is a float.
16270         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
16272 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16274         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
16276         * gnus-art.el (gnus-mime-display-single): Make sure there is an
16277         empty line between a part and a message part.
16279 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
16281         * smiley.el: Add more test smileys.
16282         (smiley-data-directory, smiley-regexp-alist)
16283         (gnus-smiley-file-types): Fix doc strings.
16284         (smiley-update-cache): Clear smiley-cached-regexp-alist before
16285         adding new elements.
16286         (smiley-mouse-map): Unused code.  Make it a comment.
16288 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16290         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
16291         scan latest NoCeM messages instead of old ones.
16292         (gnus-nocem-check-article): Fix regexps so as to match to PGP
16293         delimiters that are recently used.
16294         (gnus-nocem-load-cache): Add autoload cookie.
16296         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
16298         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
16299         level which is larger than gnus-use-nocem is specified.
16301         * gnus-group.el (gnus-group-get-new-news): Ditto.
16303 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16305         * gnus-util.el (gnus-tool-bar-update): New function.
16307         * gnus-group.el (gnus-group-update-tool-bar): New variable.
16308         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
16310         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
16312         * gnus-group.el (gnus-group-redraw-when-idle)
16313         (gnus-group-redraw-check): Remove.
16314         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
16316 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16318         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
16319         if optional last element is specified in splits (FIELD VALUE...).
16321 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
16323         * message.el (message-make-tool-bar): Rename gmm-image-load-path
16324         to gmm-image-load-path-for-library.  Call with no-error argument.
16325         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
16327         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16329         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16331         * gmm-utils.el (gmm-image-load-path): Remove alias.
16333 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
16335         * gmm-utils.el (gmm-image-load-path): Add alias.
16337         * nnml.el (nnml-generate-nov-databases-directory): Rename from
16338         nnml-generate-nov-databases-1.
16339         (nnml-generate-nov-databases): Use it.
16340         (nnml-generate-nov-databases-directory): Document no-active
16341         argument.
16343         * gmm-utils.el (gmm-image-load-path-for-library): Return single
16344         directory if path is t.  Add no-error.
16346         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
16347         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16349         * gnus-art.el (gnus-article-browse-delete-temp-files):
16350         Simplify resetting gnus-article-browse-html-temp-list.
16352         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
16353         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
16354         Add example to docstring.  Rename local variables.  Move error
16355         checks to default case in cond and simplify.
16357 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16359         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
16360         handle is multipart when calling it recursively.
16361         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
16363 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
16365         * nnimap.el (nnimap-request-update-info-internal): Optimize.
16366         Don't `gnus-uncompress-range' to avoid excessive memory usage.
16368 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16370         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
16371         is loaded.
16373         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
16374         loaded.
16376 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16378         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
16379         to "Emacs 23 (unicode)" in doc string.
16381         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
16382         "Emacs 23 (unicode)" in comment.
16384 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16386         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
16388         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
16389         characters 160 through 255 in Emacs 23.
16391 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16393         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
16394         gnus-article-browse-html-temp.
16395         (gnus-article-browse-delete-temp): Make it customizable.
16396         Add `file'.  Adjust doc string.
16397         (gnus-article-browse-delete-temp-files): Add argument.
16398         Allow query for each file.  Adjust doc string.
16399         (gnus-article-browse-html-parts):
16400         Add `gnus-article-browse-delete-temp-files' to
16401         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
16403 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
16405         * gnus-art.el (gnus-article-browse-html-temp)
16406         (gnus-article-browse-delete-temp): New variables.
16407         (gnus-article-browse-delete-temp-files): New function.
16408         (gnus-article-browse-html-parts): Use it.
16410 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16412         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
16414         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
16415         string.
16417         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
16418         gnus-summary-insert-new-articles when unplugged.
16419         Remove gnus-summary-search-article-forward.
16421         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
16422         display-visual-class instead of display-color-cells.
16424 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16426         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
16427         message/* containing non-ASCII text properly.
16429 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16431         * message.el: Require gmm-utils, remove autoloads.
16432         (message-tool-bar): Set default based on
16433         gmm-tool-bar-style.
16434         (message-tool-bar-gnome): Add gmm-customize-mode.
16436         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
16437         gmm-tool-bar-style.
16438         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
16440         * gnus-group.el (gnus-group-tool-bar): Set default based on
16441         gmm-tool-bar-style.
16442         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
16444         * gmm-utils.el (gmm-image-directory): Rename variable from
16445         gmm-image-load-path.
16446         (gmm-image-load-path): Use gmm-image-directory.
16447         (gmm-customize-mode): New function.
16448         (gmm-tool-bar-style): New variable.
16450         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
16451         gnus-group-redraw-line-number.
16452         (gnus-group-redraw-check): Simplify.
16453         (gnus-group-tool-bar-update): Remove redraw check.
16454         (gnus-group-make-tool-bar): Add redraw check.
16456 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
16458         * gnus-art.el (gnus-button): Add missing parentheses.
16460 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16462         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
16464 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16466         * gnus-art.el (gnus-button): New face.
16467         (gnus-article-button-face): Use it.
16469         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16470         Add gnus-summary-next-page.  Re-order.
16472         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
16473         next-node are now included.
16474         (gnus-group-redraw-line-number): New internal variable.
16475         (gnus-group-redraw-check): Helper function for updating the tool
16476         bar.
16477         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
16479         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
16481         * spam.el (spam-spamassassin-score-regexp): New internal variable.
16482         (spam-extra-header-to-number, spam-check-spamassassin-headers):
16483         Use it to match format of Spamassassin 3.0 and later.
16484         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
16485         (spam-check-bogofilter)
16486         (spam-bogofilter-register-with-bogofilter): Fix args of
16487         `gnus-error' calls.
16489 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16491         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
16492         unnecessary interaction when sending queued mails.
16493         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
16495 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16497         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
16498         first or last are nil.
16500 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16502         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
16504 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16506         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
16508 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16510         * dns.el (query-dns): Protect more against buggy tcp output.
16512 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16514         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
16515         nov.php.
16517 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16519         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
16520         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
16521         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
16522         output on the server side.
16523         (nnweb-google-create-mapping): Update regexps and add some
16524         progress indication.
16526 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
16528         * gnus-group.el (gnus-group-tool-bar-gnome):
16529         Fix gnus-agent-toggle-plugged.  Re-order icons.
16530         (gnus-group-tool-bar-gnome):
16531         Add gnus-group-{prev,next}-unread-group.
16532         (gnus-group-tool-bar-gnome): Re-order icons.
16534         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16535         Move gnus-summary-insert-new-articles.
16537         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
16538         Fix comments.
16540         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
16541         also available in Emacs 21.3.
16543         * message.el (message-fix-before-sending): Change "Emacs 22" to
16544         "Emacs 23 (unicode)" in comment.
16546         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
16547         "Emacs 23 (unicode)" in comment.
16549         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
16550         comment.
16551         (mm-coding-system-p): Add comment about no-MULE XEmacs.
16553         * mm-view.el (mm-fill-flowed): Add :version.
16555 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16557         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
16558         and load-path.
16560 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
16562         * message.el: Autoload gmm-image-load-path.
16563         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
16564         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
16565         consitency.
16567         * gmm-utils.el (gmm-image-load-path): Also search in
16568         "../etc/images".  Don't set gmm-image-load-path if we don't find
16569         the image.
16571 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16573         * gmm-utils.el (gmm-image-load-path): Don't make
16574         `gmm-image-load-path' include subdirectories which the second arg
16575         `image' might specify.
16577         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
16578         subdirectory to icon file names.
16580         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
16582 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16584         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
16585         gmm-image-load-path calls.
16587         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16589         * message.el (message-make-tool-bar): Ditto.
16591         * mml.el (mml-preview): Add comment concerning tool bar icons.
16593         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
16594         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
16596         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
16597         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
16599         * message.el (message-tool-bar-gnome): Use new icon names.
16600         (message-make-tool-bar): Use `gmm-image-load-path'.
16602         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
16603         New functions from MH-E.
16604         (gmm-image-load-path): New variable from MH-E.
16605         (gmm-image-load-path): New function from MH-E.  Add arguments
16606         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
16607         *-image-load-path-called-flag.
16609 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
16611         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
16613 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
16615         * nnimap.el (nnimap-request-move-article): Change folder back to
16616         source group before deleting.
16618 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
16620         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
16622         * gnus-art.el (mm-url-insert-file-contents-external):
16623         Autoload mm-url.
16625         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
16627 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16629         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
16630         coding system which mm-charset-to-coding-system returns for a
16631         given charset is valid.
16633 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
16635         * html2text.el (html2text-remove-tag-list):
16636         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
16638 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
16640         * gnus-cus.el: Revert 2005-10-17 change.
16642 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16644         * gnus-art.el (article-strip-banner):
16645         Call article-really-strip-banner only when the regexp match is made.
16647 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16649         * gnus-art.el (article-strip-banner):
16650         Use gnus-extract-address-components instead of
16651         mail-header-parse-addresses to make it work with non-ASCII text;
16652         remove mail-encode-encoded-word-string.
16654         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
16655         values which are surrounded with \"...\"; make it never cause a
16656         Lisp error; give up parsing of parameters if it failed in
16657         extracting type.
16659 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
16661         * smime.el (smime-cert-by-ldap-1): Fix bug where
16662         `smime-ldap-search' returns results without userCertificates.
16664 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16666         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
16668 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16670         * spam.el (spam-check-spamassassin-headers): Adapt format for
16671         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
16672         <ari@mbf.ocn.ne.jp>.
16673         (spam-list-of-processors): Add spam-use-gmane.
16675 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16677         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
16678         make-temp-file; make it work with XEmacs as well.
16680         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
16681         mm-make-temp-file.
16683         * mm-decode.el (mm-display-external): Use the 3rd arg of
16684         mm-make-temp-file.
16685         (mm-create-image-xemacs): Ditto.
16687 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16689         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
16690         with message-narrow-to-headers.
16691         (gnus-draft-setup): Narrow to header to run message-fetch-field.
16692         (gnus-draft-check-draft-articles): New function.
16693         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
16695 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16697         * gnus-art.el (gnus-article-browse-html-parts):
16698         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
16699         Don't use suffix argument for mm-make-temp-file for Emacs 21
16700         compatibility.  Remove useless `format'.
16702 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16704         * nnweb.el (nnweb-google-wash-article): Update regexps.
16705         (nnweb-group-alist): Use defvoo instead of defvar.
16707 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16709         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
16710         re-loading nn* modules.
16712 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16714         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
16715         for `tool-bar-mode' and don't check it's default-value.
16717         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16719         * message.el (message-make-tool-bar): Ditto.
16721         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
16722         `substring'.  Shorten tmp-file name.
16724         * gnus.el: Remove bogus comment.
16726 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
16728         * gnus-art.el (gnus-article-browse-html-parts): New function.
16729         (gnus-article-browse-html-article): New function for viewing html
16730         articles with a browser.
16732 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
16734         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
16735         (mml2015-pgg-encrypt): Ditto.
16737         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
16738         (mml1991-pgg-encrypt): Ditto.
16740 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16742         * nnfolder.el (nnfolder-insert-newsgroup-line):
16743         Use message-make-date instead of current-time-string.
16745         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
16746         to gnus-decoded which mm-uu might set.
16748 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16750         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
16751         don't decode quoted parameters; remove misimported Emacs code.
16752         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16753         (rfc2231-decode-encoded-string): Don't use split-string which
16754         behaves differently according to Emacs version; use
16755         mm-decode-coding-region to convert charset to coding-system.
16756         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16757         (rfc2231-encode-string): Remove misimported Emacs code.
16759 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16761         * gnus-art.el (article-decode-charset): Don't use ignore-errors
16762         when calling mail-header-parse-content-type.
16763         (article-de-quoted-unreadable): Ditto.
16764         (article-de-base64-unreadable): Ditto.
16765         (article-wash-html): Ditto.
16767         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
16768         calling mail-header-parse-content-type and
16769         mail-header-parse-content-disposition.
16770         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
16771         mail-header-parse-content-type.
16773         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
16774         insert charset and format parameters; encode description after
16775         inserting it to buffer.
16776         (mml-insert-parameter): Fold lines properly even if a parameter is
16777         segmented into two or more lines; change the max column to 76.
16779         * rfc1843.el (rfc1843-decode-article-body): Don't use
16780         ignore-errors when calling mail-header-parse-content-type.
16782         * rfc2231.el (rfc2231-parse-string): Return at least type if
16783         possible; don't cause an error even if it fails in parsing of
16784         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16785         (rfc2231-encode-string): Don't break lines at the beginning, leave
16786         it to mml-insert-parameter.
16788         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
16789         calling mail-header-parse-content-type.
16791 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
16793         * spam-report.el (spam-report-gmane-use-article-number):
16794         Improve doc string.
16795         (spam-report-gmane-internal): Check if a suitable header was found
16796         in the article.
16798 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16800         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
16801         (rfc2231-encode-string): Make param*=value always begin with LWSP.
16803 2006-02-05  Romain Francoise  <romain@orebokech.com>
16805         Update copyright notices of all files in the gnus directory.
16807 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16809         * nnweb.el (nnweb-request-group): Avoid growing overview files.
16811 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16813         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
16814         segmented lines of parameter value to cope with Thunderbird 1.5
16815         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
16816         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16817         (rfc2231-encode-string): Don't make lines exceeding 76 column.
16819 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
16821         * mml.el (mml-generate-mime-1): Correct the order of inline signed
16822         parts.
16824 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16826         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
16827         there's only one active file for all servers.
16828         (nnweb-request-scan): Make sure nnweb-articles is initialized on
16829         solid groups.  Gnus might have used a FAST request to select the group.
16830         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
16831         and nnweb-search redundantly in the active file.
16832         (nnweb-request-list): Don't list bogus groups.  There can only be one.
16833         (nnweb-request-create-group): Don't use ARGS.
16834         (nnweb-possibly-change-server, nnweb-request-group): Remove some
16835         initializations.  Let nnoo do the work.
16837 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16839         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
16840         Say the part has been decoded.
16842         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
16844 2006-01-31  Kevin Ryde  <user42@zip.com.au>
16846         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
16847         mailcap-viewer-test-cache when there's no 'test clause, since that
16848         will invert the meaning of a "nil" test previously determined by
16849         mailcap-mailcap-entry-passes-test.
16851 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16853         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
16854         compiling.
16856         * gnus-sum.el: Ditto.
16858         * message.el: Don't bind tool-bar-map when compiling.
16860 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
16862         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
16864 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16866         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
16867         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
16868         current Google Groups.
16870 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
16872         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
16873         and tool-bar-mode.
16875         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
16876         and tool-bar-mode.
16878         * message.el (message-tool-bar-update): Simplify.
16879         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
16881         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
16882         gnus-summary-buffer.
16883         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
16884         gnus-summary-reply.
16886         * gmm-utils.el (gmm): Add :version.
16888 2006-01-26  Steve Youngs  <steve@sxemacs.org>
16890         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
16891         Don't autoload.
16893 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16895         * gmm-utils.el (gmm-verbose): Add :group.
16897 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
16899         * message.el: Change some comments WRT tool-bars.
16901         * gnus-sum.el (gnus-summary-tool-bar)
16902         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
16903         (gnus-summary-tool-bar-zap-list): New variables.
16904         (gnus-summary-make-tool-bar): Complete rewrite using
16905         `gmm-tool-bar-from-list'.
16907         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
16908         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
16909         New variables.
16910         (gnus-group-make-tool-bar): Complete rewrite using
16911         `gmm-tool-bar-from-list'.
16912         (gnus-group-tool-bar-update): New function.
16914         * message.el (message-mode-field-menu): Add "Show hidden Headers".
16916 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16918         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
16919         is dissected into a single part of which the type is the same as
16920         the given one; decode charset.
16922 2006-01-21  Kevin Ryde  <user42@zip.com.au>
16924         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
16925         into alists as symbol not string, since that's what
16926         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
16927         look for.
16929 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
16931         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
16932         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
16934         * message.el (message-tool-bar-gnome): Use gmm-ignore.
16936 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16938         * gnus-art.el (gnus-mime-security-button-commands): New variable.
16939         (gnus-mime-security-button-menu): New definition.
16940         (gnus-mime-security-button-map): Use them.
16941         (gnus-mime-security-button-menu): New function.
16942         (gnus-insert-mime-security-button): Addition to help echo.
16943         (gnus-mime-security-run-function, gnus-mime-security-save-part)
16944         (gnus-mime-security-pipe-part): New functions.
16946         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
16947         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
16949         * mm-decode.el (mm-handle-set-disposition): Remove.
16950         (mm-handle-set-description): Remove.
16952 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16954         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
16955         (mm-w3m-standalone-supports-m17n-p): New function.
16956         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
16957         w3m usage.
16959         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
16960         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
16962 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16964         * message.el (message-tool-bar-zap-list):
16965         Use gmm-tool-bar-zap-list as custom type.
16966         (message-tool-bar-update): New function.
16967         (message-tool-bar, message-tool-bar-gnome)
16968         (message-tool-bar-retro): Add message-tool-bar-update.
16969         (message-tool-bar-gnome): Add flyspell-buffer.
16971         * gnus-util.el (gnus-error): Describe `args'.
16973         * gmm-utils.el (gmm-error): Describe `args'.
16974         (gmm-tool-bar-zap-list): New widget.
16975         (gmm-tool-bar-from-list): Improve description of `zap-list'.
16977 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16979         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
16980         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
16981         the number of recursive calls.
16983         * mm-decode.el (mm-handle-set-disposition): New macro.
16984         (mm-handle-set-description): New macro.
16986 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16988         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
16989         encoding.
16991 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
16993         * message.el (message-tool-bar-zap-list, message-tool-bar)
16994         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
16995         (message-tool-bar-local-item-from-menu): Remove.
16996         (message-tool-bar-map): Replace by `message-make-tool-bar'.
16997         (message-make-tool-bar): New function.
16998         (message-mode): Use `message-make-tool-bar'.
17000         * gmm-utils.el: New file.
17001         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
17002         (gmm-lazy): New widget copied from `nnmail.el'.
17003         (gmm-tool-bar-from-list): New function for creating customizable
17004         tool bars.
17005         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
17006         output.
17007         (gmm): Add :prefix to defgroup.
17009 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
17011         * gmm-utils.el (gmm-widget-p): New function.
17013 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17015         * mml.el (mml-attach-file): Describe `description' in doc string.
17016         (mml-menu): Add Emacs MIME manual and PGG manual.
17018 2006-01-20  Richard M. Stallman  <rms@gnu.org>
17020         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17022 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
17024         * nntp.el (nntp-end-of-line): Doc fix.
17026 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
17028         * imap.el (imap-open): Handle case where buffer is a buffer
17029         object.
17031 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17033         * gnus-delay.el (gnus-delay): Don't autoload.
17034         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17035         to be re-loaded when customizing the `gnus-delay' group.
17037 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
17039         * message.el (message-insert-citation-line): Use newlines.
17041 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17043         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
17045         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
17047 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
17049         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
17051 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17053         * mm-decode.el (mm-inlined-types): Add application/pgp.
17054         (mm-automatic-display): Ditto.
17056         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
17057         part as text.
17059 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17061         * nnrss.el: Update copyright.
17062         (nnrss-opml-import): Query whether to subscribe to each entry.
17064         * gnus-art.el:
17065         * gnus-sum.el:
17066         * mm-uu.el:
17067         * mm-view.el: Update copyright.
17069 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
17071         * message.el (message-info): New function.
17072         (message-mode-menu): Add it.
17073         Update copyright.
17075         * ChangeLog: Fix and update copyright.
17077 2006-01-13  Romain Francoise  <romain@orebokech.com>
17079         * message.el (message-forward-subject-name-subject): Prefer the
17080         address to 'nowhere' if the sender has no name.
17081         Fix typo.  Update copyright year.
17083 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17085         * gnus-art.el (article-wash-html):
17086         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
17087         (gnus-article-wash-html-with-w3m-standalone): New function.
17089         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
17090         mm-inline-text-html-render-with-w3m-standalone.
17091         (mm-text-html-washer-alist): Map w3m-standalone to
17092         gnus-article-wash-html-with-w3m-standalone.
17093         (mm-inline-text-html-render-with-w3m-standalone): New function.
17095 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
17097         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
17098         Improve LaTeX.
17100 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17102         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
17103         (nnrss-request-article): Render text/plain parts as HTML.
17105         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
17106         the buffer.
17108 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
17110         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
17111         custom definition of `gnus-posting-styles'.
17113         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
17114         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
17116 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17118         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
17119         Use nntp for bug archive.
17121 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17123         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
17124         parts.
17125         (nnrss-normalize-date): New function converts ISO 8601 date into
17126         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17127         (nnrss-check-group): Use it.
17129 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17131         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
17133         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
17134         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17135         (nnrss-insert-w3): Ditto.
17137 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17139         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
17140         the articles to be forwarded including the case where neither a
17141         number of articles nor a region is specified.
17143 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17145         * nnrss.el (nnrss-request-article): Fix last change; fill
17146         text/plain parts.
17148 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17150         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
17151         in text/plain part.
17152         (nnrss-check-group): Don't add excessive newline to dc:subject.
17154 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
17156         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
17157         article.
17159 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
17161         * nnml.el: Don't require gnus-bcklg.  Autoload it.
17162         (nnml-use-compressed-files, nnml-save-mail): Support other
17163         comression programs such as bzip2.
17165 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17167         * dns.el (query-dns): Make sure we check the buffer size before
17168         removing tcp headers.
17170 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17172         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
17173         remove MIME buttons associated with multipart/alternative parts.
17174         (gnus-mime-display-alternative): Tag buttons using `article-type'
17175         text property.
17177         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
17178         associated with multipart/alternative parts.
17180         * gnus-art.el (gnus-signature-separator): Fix custom type.
17182         * mm-decode.el (mm-inlined-types): Fix custom type.
17183         (mm-keep-viewer-alive-types): Ditto.
17184         (mm-automatic-display): Ditto.
17185         (mm-attachment-override-types): Ditto.
17186         (mm-inline-override-types): Ditto.
17187         (mm-automatic-external-display): Ditto.
17189 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
17191         * spam-report.el (spam-report-user-mail-address)
17192         (spam-report-user-agent): New variables.
17193         (spam-report-url-ping-plain): Use spam-report-user-agent.
17195 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
17197         * gnus-art.el (gnus-button-handle-custom): Do not just use
17198         `customize-apropos' for any "M-x customize-*" button but the
17199         function called for.  Accept both the function name and its
17200         argument in order to achieve this.
17201         (gnus-button-alist): Remove support for "custom:" URL's.
17202         Pass function name to `gnus-button-handle-custom' in case of "M-x
17203         customize-*" buttons.
17205 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17207         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
17208         multipart/alternative and add xref to mm-discouraged-alternatives
17209         in doc string.
17211         * mm-decode.el (mm-discouraged-alternatives): Add xref to
17212         gnus-buttonized-mime-types in doc string.
17214 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
17216         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
17217         Suggest image/.* in the doc string.
17219 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
17221         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
17222         message-marks (Debian bug #342521).
17224 2005-12-12  Simon Josefsson  <jas@extundo.com>
17226         * password.el (password-read-from-cache): Add.
17227         (password-read): Use it.
17229 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17231         * rfc2047.el (rfc2047-charset-to-coding-system):
17232         Recognize us-ascii as a MIME charset.
17234         * mm-bodies.el (mm-decode-content-transfer-encoding):
17235         Protect against the case where the 2nd arg TYPE is nil.
17237 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17239         * pop3.el (pop3-stream-type): Fix custom version.
17241         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
17243 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17245         * mm-decode.el (mm-display-external): Add missing cdr.
17247 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17249         * mm-decode.el (mm-display-external): Use nametemplate (defined in
17250         RFC1524) if it is in mailcap or add a suffix according to
17251         mailcap-mime-extensions when generating a temp filename; postpone
17252         deleting a temp file for 2 seconds for some wrappers, shell
17253         scripts, and so on, which might exit right after having started a
17254         viewer command as a background job.
17256 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17258         * nntp.el (nntp-marks-directory): Fix custom group.
17260         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
17261         steps when < 10.
17263         * gnus-start.el (gnus-no-server-1):
17264         Mention `gnus-level-default-subscribed' in doc string.
17266 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17268         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
17269         parens.
17271 2005-11-26  Dave Love  <fx@gnu.org>
17273         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
17274         (tls-program, tls-success): Provide openssl alternative.
17276         * starttls.el: Doc fixes.
17277         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
17278         SERVICE to PORT.
17280         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
17281         port null or service name.
17282         (starttls-negotiate): Autoload.
17284 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17286         * message.el (message-kill-to-signature): Fix interactive spec.
17288 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17290         * pop3.el (pop3-open-server): Recognize a string as a service name.
17292 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
17294         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
17296 2005-11-23  Dave Love  <fx@gnu.org>
17298         Add pop3s, pop3/starttls.
17300         * pop3.el (pop3-authentication-scheme): Clarify doc.
17301         (open-tls-stream, starttls-open-stream): Autoload.
17302         (pop3-stream-type): New.
17303         (pop3-open-server): Use it.
17305         * mail-source.el (mail-sources): Fix some :types.  Add stream type
17306         for POP.
17307         (mail-source-keyword-map): Add :stream for POP.
17308         (mail-source-fetch-pop): Use pop3-stream-type.
17310 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17312         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
17313         of current-time-string.
17315 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
17317         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
17318         date header.
17320 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17322         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
17323         it can seriously impact performance as it bypasses the agent's
17324         local caches.
17326 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17328         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
17329         must be explicitly online rather than "not explicitly offline" for
17330         its flags to be synchronized.
17332         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
17333         that gnus-uu-unmark-thread will function correctly.
17335         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
17336         1024K is instead displayed as 1M.
17338 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17340         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
17342 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
17344         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
17346 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
17348         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
17349         error message to display actual error condition.
17350         (gnus-agent-save-local): Avoid saving symbols that are bound to
17351         nil as they simply result in a warning message in
17352         gnus-agent-read-local.
17354 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17356         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
17357         rather than make-variable-buffer-local for file-precious-flag.
17359 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17361         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
17362         for duplicates which are removed.  The invalid sort check then
17363         triggers a rescan after the sort as sorting may have moved
17364         duplicate entries such that they can be cheaply detected.
17366 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17368         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
17370 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17372         * gnus-agent.el (gnus-agent-article-alist-save-format):
17373         Change internal variable to a custom variable.  Change default value
17374         from compressed(2) to uncompressed(1).
17375         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
17376         support for uncompressed agentview files.  Taken together, reading
17377         the agentview file should now be 6-7 times faster.
17379 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
17381         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
17382         as a buffer-local variable.  This avoids creating truncated
17383         dribble files as a result of a hang up, eg.
17385 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17387         * gnus-start.el (gnus-start-draft-setup):
17388         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
17390         * gnus.el (gnus-splash): Change custom group.
17391         (gnus-group-get-parameter, gnus-group-parameter-value):
17392         Describe allow-list argument.
17394         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
17395         string.
17397 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17399         * gnus-art.el (gnus-default-article-saver): Add user-defined
17400         `function' to custom type.
17402 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17404         * imap.el (imap-open): Handle case where buffer is a buffer
17405         object.
17407 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
17409         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
17410         long lines.
17411         (gnus-cache-delete-group): Wrap doc strings.
17413         * gnus-agent.el (gnus-agent-rename-group)
17414         (gnus-agent-delete-group): Wrap doc strings.
17416 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17418         * gnus-start.el (gnus-1): Add "native" to
17419         gnus-predefined-server-alist.
17421         * gnus.el (gnus-method-to-server): Don't add "native" to the
17422         lists here, because that leads to problems when
17423         gnus-select-method is bound.
17425 2005-11-09  Simon Josefsson  <jas@extundo.com>
17427         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
17428         use (not sort-by-date) instead.
17430 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17432         * gnus-delay.el (gnus-delay-group): Don't autoload.
17433         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17434         to be re-loaded when customizing the `gnus-delay' group.
17436 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
17438         * message.el: Revert last changes.
17439         (message-insert-citation-line): Use newlines.
17441 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
17443         * message.el (message-courtesy-message)
17444         (message-mark-insert-begin, message-mark-insert-end)
17445         (message-elide-ellipsis, message-cancel-message)
17446         (message-add-header, message-change-subject)
17447         (message-cross-post-followup-to-header)
17448         (message-cross-post-insert-note, message-reduce-to-to-cc)
17449         (message-widen-reply, message-delete-not-region)
17450         (message-kill-to-signature, message-insert-signature)
17451         (message-insert-importance-high, message-insert-importance-low)
17452         (message-insert-or-toggle-importance)
17453         (message-insert-disposition-notification-to)
17454         (message-indent-citation, message-yank-original)
17455         (message-cite-original-without-signature, message-cite-original)
17456         (message-insert-citation-line, message-position-on-field)
17457         (message-fix-before-sending, message-send-mail-partially)
17458         (message-send-mail, message-send-mail-with-sendmail)
17459         (message-send-mail-with-qmail, message-send-news)
17460         (message-check-news-header-syntax, message-generate-headers)
17461         (message-insert-courtesy-copy, message-fill-address)
17462         (message-fill-header, message-shorten-references)
17463         (message-setup-1, message-cancel-news)
17464         (message-forward-make-body-plain, message-forward-make-body-mime)
17465         (message-forward-make-body-mml, message-encode-message-body)
17466         (message-forward-make-body-digest-plain)
17467         (message-forward-make-body-digest-mime)
17468         (message-use-alternative-email-as-from): Insert `hard-newline'
17469         instead of ordinary newlines.
17471 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17473         * message.el (message-generate-headers): Downcase the argument
17474         given to message-check-element.
17476 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
17478         * nntp.el (nntp-authinfo-rejected): New error condition.
17479         (nntp-wait-for): Use new error condition to signal authentication
17480         error.
17481         (nntp-retrieve-data): Rethrow new error condition to break out of
17482         recursive call to nntp-send-authinfo.
17484 2005-11-08  Romain Francoise  <romain@orebokech.com>
17486         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
17487         (gnus-summary-exit-map): Bind to `Z p'.
17488         (gnus-summary-make-menu-bar): Add menu item.
17490 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
17492         * gnus-art.el (gnus-article-treat-custom): Add `first'.
17493         (gnus-treat-*): Add `first' in all doc strings.
17495         * gnus-group.el (gnus-group-compact-group): Fix typo.
17497 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17499         * gnus.el (gnus-parameters-case-fold-search): New variable.
17500         (gnus-parameters-get-parameter): Use it.
17502         * gnus-score.el (gnus-home-score-file): Doc fix.
17504 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
17506         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
17508 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17510         * mm-util.el (mm-special-display-p): New function.
17512         * mml.el (mml-preview): Use it; doc fix.
17514 2005-10-29  Romain Francoise  <romain@orebokech.com>
17516         * message.el (message-fix-before-sending): Fix comment.
17518 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17520         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
17522 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17524         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
17525         Used in gnus-score.el.
17527 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17529         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
17531 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17533         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
17534         whitespace removed in revision 7.8.  Use concatenated string to
17535         protect trailing whitespace.
17537 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
17539         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
17540         (nnimap-request-expire-articles): Use it to avoid sending 'UID
17541         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
17542         Courier IMAP ("some version from 2004").  Mostly based on similar
17543         code in the same function.
17545 2005-10-26  Didier Verna  <didier@xemacs.org>
17547         * gnus-group.el (gnus-group-compact-group): Invalidate original
17548         article buffer.
17549         * gnus-srvr.el (gnus-server-compact-server): Ditto.
17550         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
17551         NOV database and in article itself.
17552         Invalidate article backlog.
17554 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17556         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
17558 2005-10-26  Simon Josefsson  <jas@extundo.com>
17560         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
17561         part of 2004-07-25 change.
17563 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17565         * message.el (message-display-completion-list): New function.
17566         (message-expand-group): Use it; make sure the Completions buffer
17567         is modifiable.
17569 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17571         * imap.el (imap-open): Handle case where buffer is a buffer object.
17573 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
17575         * pgg-def.el:
17576         * pgg-gpg.el:
17577         * pgg-parse.el:
17578         * pgg-pgp.el:
17579         * pgg-pgp5.el:
17580         * pgg.el: Move to the parent lisp directory.
17582 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
17584         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
17585         user-mail-name is an empty string.
17587 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17589         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
17590         depending on gnus-score-decay-constant.
17592         * encrypt.el (encrypt-insert-file-contents)
17593         (encrypt-write-file-contents): Don't use `gnus-message'.
17595         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
17596         arguments.
17597         (mm-uu-type-alist): Add message-marks and insert-marks.
17598         Pass arguments to mm-uu-verbatim-marks-extract.
17599         (mm-uu-hide-markers): New variable.
17600         (mm-uu-extract): Use face similar to `gnus-cite-3'.
17602         * gnus-fun.el (gnus-convert-image-to-x-face-command)
17603         (gnus-convert-image-to-face-command): Use "convert" by default to
17604         allow other input image formats.
17605         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
17606         accordingly.
17608 2005-10-23  Simon Josefsson  <jas@extundo.com>
17610         * imap.el (imap-gssapi-program): Align command line parameters
17611         with latest GNU SASL.
17612         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
17614 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17616         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
17617         HTML.
17618         (nnslashdot-request-article): Ditto.
17620 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17622         * mail-source.el (mail-source-fetch-pop): Require pop3.
17623         (mail-source-check-pop): Ditto.
17625 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17627         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
17628         errors.
17630 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17632         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
17633         (gnus-treat-strip-leading-blank-lines): Improve doc string.
17635         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
17637         * mm-bodies.el (mm-decode-string):
17638         Call `mm-charset-to-coding-system' with allow-override argument.
17640 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17642         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
17643         (rfc2047-charset-to-coding-system): New function.
17644         (rfc2047-decode-encoded-words): New function.
17645         (rfc2047-decode-region): Use them.
17646         (rfc2047-decode-cte): Remove.
17647         (rfc2047-parse-and-decode): Remove.
17648         (rfc2047-decode): Remove.
17650 2005-10-15  Kenichi Handa  <handa@m17n.org>
17652         * rfc2047.el (rfc2047-decode-cte): New function.
17653         (rfc2047-decode-region): Change the way to decode successive
17654         encoded-words: decode B- or Q-encoding in each encoded-word,
17655         concatenate them, and decode it as charset.
17657 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
17659         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
17660         widget-move-and-invoke.
17661         (gnus-custom-mode): Use gnus-custom-map.
17663 2005-10-15  Bill Wohler  <wohler@newt.com>
17665         * message.el (message-tool-bar-map): Rename image file from
17666         mail_send to mail/send.
17668 2005-10-16  Masatake YAMATO  <jet@gyve.org>
17670         * message.el (message-expand-group): Pass the common
17671         prefix substring of completion to `display-completion-list'.
17673 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
17675         * mml-sec.el (mml-secure-method): New internal variable.
17676         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
17677         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
17678         New functions using mml-secure-method.
17680         * mml.el (mml-mode-map): Add key bindings for those functions.
17681         (mml-menu): Simplify security menu entries.  Suggested by Jesper
17682         Harder <harder@myrealbox.com>.
17683         (mml-attach-file, mml-attach-buffer, mml-attach-external):
17684         Goto end of message if point is the headers of the message.
17686         * message.el (message-in-body-p): New function.
17688         * assistant.el: Autoload gnus-util and netrc.
17690         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
17691         Use `mm-charset-override-alist' only when decoding.
17693         * mm-bodies.el (mm-decode-body):
17694         Call `mm-charset-to-coding-system' with allow-override argument.
17696         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
17697         `filename' from Content-Disposition if Content-Type doesn't
17698         provide `name'.
17699         (gnus-mime-view-part-as-type): Set default instead of
17700         initial-input.
17702 2005-10-09  Daniel Brockman  <daniel@brockman.se>
17704         * format-spec.el (format-spec): Propagate text properties of % spec.
17706 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17708         * gnus-art.el (gnus-treat-predicate): Add `first'.
17710 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17712         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
17713         (mm-charset-override-alist): New variable.
17714         (mm-charset-to-coding-system): Use it.
17715         (mm-codepage-setup): New helper function.
17716         (mm-charset-eval-alist): New variable.
17717         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
17718         Warn about unknown charsets.
17720 2005-10-04  David Hansen  <david.hansen@gmx.net>
17722         * nnrss.el (nnrss-request-article): Add support for the comments tag.
17723         (nnrss-check-group): Ditto.
17725 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17727         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
17728         Rename x-gnus-verbatim to x-verbatim.
17729         (mm-uu-type-alist): Fix regexp for verbatim-marks.
17731         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
17732         x-verbatim.
17734         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
17736         * gnus-util.el (gnus-remove-duplicates): Remove.
17738         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
17739         instead of gnus-remove-duplicates.
17741         * message.el (message-remove-duplicates): Remove.
17742         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
17743         message-remove-duplicates.
17745         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
17746         available, else use implementation from `delete-dups'.
17748         * message.el (message-insert-expires): New function.
17749         (message-mode-map): Add key binding.
17750         (message-mode-field-menu): Add menu entry.
17751         (message-mode): Document it.
17752         (message-make-expires-date): Use `message-make-date'.
17754 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
17756         * message.el (message-make-expires-date): New function.
17758 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17760         * time-date.el: Autoload parse-time-string, XEmacs needs it.
17762 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17764         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
17765         function rather than the diff-mode.el package.
17766         (mm-display-external): Use with-current-buffer.
17767         (mm-viewer-completion-map, mm-viewer-completion-map):
17768         Move initialization inside declaration.
17770 2005-09-29  Simon Josefsson  <jas@extundo.com>
17772         * spam.el: Load hashcash when compiling, to avoid warnings.
17773         Don't autoload mail-check-payment.
17774         (spam-check-hashcash): Define unconditionally, since hashcash.el
17775         is part of Gnus now.  Ignore errors from payment checking.
17777 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17779         * message.el (message-bold-region, message-unbold-region):
17780         Rename from `bold-region' and `unbold-region'.
17782         * message.el: Remove useless autoloads.
17784 2005-09-28  Simon Josefsson  <jas@extundo.com>
17786         * message.el (message-use-idna): Default to t.
17787         (message-use-idna): Test whether encoding works too.  Doc fix.
17789 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17791         * nntp.el (nntp-warn-about-losing-connection): Remove.
17793 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17795         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
17796         customizable.  Change default value.
17797         (mm-uu-diff-groups-regexp): Change default value.
17798         (mm-uu-type-alist): Add doc string.
17799         (mm-uu-configure): Add doc string.  Make it interactive.
17800         (mm-uu-tex-groups-regexp): New variable.
17801         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
17802         (mm-uu-type-alist): Add LaTeX documents.
17803         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
17804         of "text/verbatim".
17805         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
17807         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
17808         instead of "text/verbatim".
17810         * message.el (message-mark-inserted-region)
17811         (message-mark-insert-file): Use slrn style marks when called with
17812         prefix argument.
17814 2005-09-27  Simon Josefsson  <jas@extundo.com>
17816         * message.el (message-idna-to-ascii-rhs-1): Reformat.
17818 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
17820         * message.el (message-remove-duplicates): New function.
17821         Implementation borrowed from `gnus-remove-duplicates'.
17822         (message-idna-to-ascii-rhs): Also encode idna addresses in
17823         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17824         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
17825         only ask about the same idna domain once per header and also tell
17826         in what header to replace the idna domain.
17828         * gnus-art.el (article-decode-idna-rhs): Also decode idna
17829         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17830         (article-decode-idna-rhs): Fix regexp so that all idna-address in
17831         a header is decoded and not just the last one.
17833 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17835         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
17836         has been decoded.
17838         * mm-decode.el (mm-automatic-display): Add text/verbatim.
17839         (mm-insert-part): Don't modify text if it has been decoded.
17841         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
17842         decoded.
17844         * mm-view.el (mm-inline-text): Don't strip text props unless
17845         decoding enriched or richtext parts.
17847 2005-09-25  Romain Francoise  <romain@orebokech.com>
17849         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
17850         * gnus-start.el (gnus-subscribe-interactively):
17851         * gnus-uu.el (gnus-uu-grab-articles):
17852         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
17853         space.
17855 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
17857         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
17858         * mm-view.el (mm-view-pkcs7-decrypt):
17859         * gnus-sum.el (gnus-summary-limit-to-extra)
17860         (gnus-summary-respool-article, gnus-read-move-group-name):
17861         * gnus-score.el (gnus-summary-increase-score):
17862         * gnus-util.el (gnus-completing-read-with-default):
17863         * gnus-art.el (gnus-read-save-file-name)
17864         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
17865         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
17866         * message.el (message-check-news-header-syntax):
17867         Follow convention for reading with the minibuffer.
17869 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
17871         * spam-report.el (spam-report-url-ping-plain):
17872         Use gnus-extended-version as User-Agent.
17874         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
17875         default value is nil.
17877         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
17878         (mm-uu-verbatim-marks-extract): New function.
17879         (mm-uu-extract): New face.
17880         (mm-uu-copy-to-buffer): Use it.
17882         * spam-report.el (spam-report-gmane-ham): Rename from
17883         `spam-report-gmane-unspam'.
17884         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
17885         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
17887         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
17888         Autoload.
17889         (spam-report-gmane-unregister-routine):
17890         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
17892 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
17894         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
17895         (spam-report-gmane-unregister-routine): Add support for gmane
17896         unregistration.
17898         * spam-report.el (spam-report-gmane-unspam)
17899         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
17900         (spam-report-gmane): Change to take a single article and do unspam
17901         registration.
17903 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17905         * mm-url.el (mm-url-decode-entities): Fix regexp.
17907 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17909         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
17910         default to nil, to be able to use Gnus at all.  If the default
17911         switches to something else, then the function should be fixed not
17912         be exceedingly slow.
17914 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
17916         * gnus-start.el (gnus-activate-group): If the server is nil, don't
17917         fail hard.
17919         * spam-report.el: Add better Keywords line.
17921         * spam.el: Add Maintainer and better Keywords line.
17923 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17925         * gnus-art.el (gnus-article-replace-part)
17926         (gnus-mime-replace-part): New functions.
17927         (gnus-mime-action-alist, gnus-mime-button-commands)
17928         (gnus-mime-save-part-and-strip): Add file argument.
17929         (gnus-article-part-wrapper): Add interactive argument.
17931         * gnus-sum.el (gnus-summary-mime-map):
17932         Add `gnus-article-replace-part'.
17934 2005-09-19  Didier Verna  <didier@xemacs.org>
17936         The nnml compaction feature:
17937         * nnml.el (nnml-request-compact-group): New function.
17938         * nnml.el (nnml-request-compact): New function.
17939         * gnus-int.el (gnus-request-compact-group): New function.
17940         * gnus-int.el (gnus-request-compact): New function.
17941         * gnus-group.el (gnus-group-compact-group): New function.
17942         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
17943         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
17944         * gnus-srvr.el (gnus-server-compact-server): New function.
17945         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
17946         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
17948 2005-09-18  Deepak Goel  <deego@gnufans.org>
17950         * sieve.el (sieve-help): Fix `message' call: first arg should be a
17951         format spec.
17953 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17955         * gnus.el (gnus-group-startup-message): Bind image-load-path.
17957 2005-09-15  Romain Francoise  <romain@orebokech.com>
17959         * message.el (message-fill-paragraph): Clarify docstring.
17961 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17963         * gnus-art.el (gnus-mime-display-part): Protect against broken
17964         MIME messages.
17966 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17968         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
17969         before parsing header.
17971 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
17973         * html2text.el (html2text-replace-list): Add new entities.
17975 2005-09-11  Romain Francoise  <romain@orebokech.com>
17977         * message.el (message-alternative-emails): Improve docstring.
17978         (message-setup-1): Call `message-use-alternative-email-as-from'
17979         after `message-setup-hook' to give it precedence over posting
17980         styles, etc.
17981         (message-use-alternative-email-as-from): Add docstring.
17982         Remove the original From header if present.
17984         * nnml.el (nnml-compressed-files-size-threshold): New variable.
17985         (nnml-save-mail): Use it.
17987         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
17988         articles.  Add new argument `silent'.
17989         (gnus-uu-mark-all): Report the total number of marked articles.
17991 2005-09-10  Romain Francoise  <romain@orebokech.com>
17993         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
17994         (gnus-uu-mark-series): Likewise.
17996 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
17998         * spam-report.el (spam-report-gmane): Fix generation of spam
17999         report URL.
18001 2005-09-10  Simon Josefsson  <jas@extundo.com>
18003         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
18004         t, based on discussion on the ding list with Robert Epprecht
18005         <epprecht@solnet.ch>.
18007 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
18009         * spam-report.el (spam-report-gmane): Make it work without
18010         X-Report-Spam header.  Gmane now only provides Archived-At.
18011         This is only used if `spam-report-gmane-use-article-number' is nil.
18012         (spam-report-gmane-spam-header): Remove.  Not used anymore.
18014         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
18015         make `gnus-summary-sort-by-recipient' work with threading.
18017         * nnweb.el (nnweb-google-wash-article): Print a message if article
18018         is not available.
18020 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18022         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
18023         change.  Decode text/* parts content before displaying.
18025 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18027         * mml-smime.el: Remove defvar of gnus-extract-address-components.
18029 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18031         * mm-view.el (mm-display-inline-fontify): Disable support modes.
18033 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
18035         * message.el (message-tab-body-function): Fix mismatched custom type.
18037         * gnus.el (gnus-group-change-level-function): Ditto.
18039         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
18041         * gnus-art.el (gnus-signature-limit)
18042         (gnus-article-mime-part-function): Ditto.
18044 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18046         * mml.el (mml-mode): Silence the byte compiler.
18048         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
18049         using `(sit-for 0)' before moving the point to the specified part;
18050         skip unbuttonized parts.
18051         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
18052         return to the summary window if gnus-auto-select-part is non-nil.
18054 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
18056         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
18057         New variables.
18058         (mml-dnd-attach-file, mml-mode): Use them.
18060         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
18061         Make fetching article by MID work again for Google Groups.
18062         Add FIXME concerning gnus-group-make-web-group.
18064         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
18065         Don't depend on Gnus by using mail-extract-address-components if
18066         gnus-extract-address-components is not bound.
18068 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18070         * gnus-art.el (gnus-mime-display-security): Don't display the
18071         signature, but only the signed part.
18073 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18075         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
18077         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
18078         list, not listp.
18080 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
18082         * mm-encode.el (mm-encode-content-transfer-encoding):
18083         Likewise when encoding.
18085         * mm-bodies.el (mm-decode-content-transfer-encoding):
18086         De-canonicalize CRLF for all text content types, not just
18087         text/plain.
18089 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18091         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
18092         valid article; point arrow and cursor at the MIME button.
18094 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18096         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
18097         Suggested by Dan Christensen <jdc@uwo.ca>.
18099         * mm-decode.el (mm-save-part): Enable change of prompt.
18101 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
18103         * gnus-msg.el (gnus-inews-add-send-actions):
18104         Make `message-post-method' lambda parameter ARG `&optional'.
18106 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18108         * gnus-sum.el (gnus-summary-mime-map):
18109         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
18110         gnus-article-jump-to-part.
18112         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
18113         (gnus-article-edit-part): Use it.
18114         (gnus-article-part-wrapper): Add no-handle argument.
18115         (gnus-article-save-part-and-strip, gnus-article-delete-part):
18116         New functions.
18118 2005-08-29  Romain Francoise  <romain@orebokech.com>
18120         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18121         docstring.
18122         (gnus-face-from-file): Likewise.
18124 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18126         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
18127         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
18128         non-nil.
18129         (gnus-auto-select-part): New variable.
18130         (gnus-article-jump-to-part): New function.
18131         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
18132         (gnus-mime-delete-part): Allow selecting specified part after
18133         deleting or stripping parts.
18134         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
18135         part if argument is bogus.
18137 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
18139         * gnus-art.el (w3m-minor-mode-map):
18140         * gnus-spec.el (gnus-newsrc-file-version):
18141         * gnus-util.el (nnmail-active-file-coding-system)
18142         (gnus-original-article-buffer, gnus-user-agent):
18143         * gnus.el (gnus-ham-process-destinations)
18144         (gnus-parameter-ham-marks-alist)
18145         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
18146         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
18147         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
18148         * mm-decode.el (gnus-current-window-configuration):
18149         * mm-extern.el (gnus-article-mime-handles):
18150         * mm-url.el (url-current-object, url-package-name)
18151         (url-package-version):
18152         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
18153         (smime-keys, w3m-cid-retrieve-function-alist)
18154         (w3m-current-buffer, w3m-display-inline-images)
18155         (w3m-minor-mode-map):
18156         * mml-smime.el (gnus-extract-address-components):
18157         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
18158         (gnus-newsrc-hashtb, message-default-charset)
18159         (message-deletable-headers, message-options)
18160         (message-posting-charset, message-required-mail-headers)
18161         (message-required-news-headers):
18162         * mml1991.el (mc-pgp-always-sign):
18163         * mml2015.el (mc-pgp-always-sign):
18164         * nnheader.el (nnmail-extra-headers):
18165         * rfc1843.el (gnus-decode-encoded-word-function)
18166         (gnus-decode-header-function, gnus-newsgroup-name):
18167         * spam-stat.el (gnus-original-article-buffer): Add defvars.
18169 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
18171         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
18172         the end of the date treatments.
18174 2005-08-15  Simon Josefsson  <jas@extundo.com>
18176         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
18177         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
18178         Capello and Romain Francoise.
18179         (pgg-fetch-key-function): Remove, not used?
18180         (pgg-insert-url-with-w3): Require url, to get
18181         url-insert-file-contents regardless of where it is defined.
18183 2005-08-13  Romain Francoise  <romain@orebokech.com>
18185         * message.el (message-cite-original-1): New function.
18186         (message-cite-original): Use it.
18187         (message-cite-original-without-signature): Ditto.
18189 2005-08-08  Romain Francoise  <romain@orebokech.com>
18191         * message.el (message-yank-empty-prefix): New variable.
18192         (message-indent-citation): Use it.
18193         (message-cite-original-without-signature): Respect X-No-Archive.
18195 2005-08-08  Simon Josefsson  <jas@extundo.com>
18197         * pgg.el: Autoload url-insert-file-contents instead of loading
18198         w3/url.
18199         (pgg-insert-url-with-w3): Don't load url here.
18201 2005-08-07  Jesper Harder  <harder@phys.au.dk>
18203         * message.el (message-kill-to-signature): Don't insert newline at
18204         bol.
18205         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
18207 2005-08-06  Romain Francoise  <romain@orebokech.com>
18209         * message.el (message-user-fqdn): Fix typo in docstring.
18211 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
18213         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
18215         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
18217 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18219         * mm-bodies.el (mm-encode-body): Use coding system rather than
18220         charset to encode text.
18222         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
18223         number of charsets if utf-8 is available (XEmacs).
18225 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
18227         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
18228         taken from `gnus-button-mid-or-mail-regexp'.
18229         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
18230         (gnus-button-alist): Improve regexp for domain part of the MIDs
18231         for news:localpart@domain buttons.
18232         (gnus-button-ctan-directory-regexp): Update.
18234 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18236         * sieve-manage.el (sieve-manage-interactive-login):
18237         Use make-local-variable rather than make-variable-buffer-local.
18238         (sieve-manage-open): Ditto.
18239         (sieve-manage-authenticate): Ditto.
18241         * mml.el (mml-generate-mime-1): Make the content type default to
18242         text/plain if the filename is not specified.
18244 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18246         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
18247         instead of insert-buffer.
18249         * message.el (message-yank-original): Ditto; set the mark at the
18250         end of the yanked message.
18252 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18254         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
18255         lines to scroll rather than to stop it.
18257         * mml.el (mml-generate-default-type): Add doc string.
18258         (mml-generate-mime-1): Use mm-default-file-encoding or make it
18259         default to application/octet-stream when determining the content
18260         type if it is not specified for the part or the mml contents; add
18261         a comment about mml-generate-default-type.
18263 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
18265         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
18266         make it default to application/octet-stream when determining the
18267         content type if it is not specified for the external contents.
18269 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18271         * rfc2231.el (rfc2231-parse-string): Take care that not only a
18272         segmented parameter but also other parameters might be there.
18274 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18276         * mm-decode.el (mm-display-external): Delete temp file, directory
18277         and buffer immediately if the external process is exited.
18279 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18281         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
18282         fewer lines than that of scroll-margin.
18283         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
18285 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18287         * gnus-art.el (gnus-article-next-page): Revert.
18288         (gnus-article-beginning-of-window): New macro.
18289         (gnus-article-next-page-1): Use it.
18290         (gnus-article-prev-page): Ditto.
18291         (gnus-article-edit-part): Use insert-buffer-substring instead of
18292         insert-buffer.
18293         (gnus-article-edit-exit): Ditto.
18295         * gnus-util.el (gnus-beginning-of-window): Remove.
18296         (gnus-end-of-window): Remove.
18298 2005-07-25  Simon Josefsson  <jas@extundo.com>
18300         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
18301         to have the url package without w3.  Reported by Daiki Ueno
18302         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
18304 2005-07-20  Didier Verna  <didier@xemacs.org>
18306         * gnus-diary.el: Remove the description comment (nndiary is now
18307         properly documented in the Gnus manual).
18308         Fix the spelling of "Back End".
18309         * nndiary.el: Ditto.
18310         Fix the copyright notice.
18312 2005-07-18  Romain Francoise  <romain@orebokech.com>
18314         * gnus-sum.el (gnus-summary-to-prefix)
18315         (gnus-summary-newsgroup-prefix): New variables.
18316         (gnus-summary-from-or-to-or-newsgroups): Use them.
18318 2005-07-17  Romain Francoise  <romain@orebokech.com>
18320         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
18321         space as it's generally not especially interesting to the user.
18323 2005-07-16  Romain Francoise  <romain@orebokech.com>
18325         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
18326         nil to avoid prompting and file modification if one of the
18327         messages at the top of the nnfolder file contains a copyright
18328         notice.
18329         Update copyright notice.
18331         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
18332         instead of `current-time-string' as the latter creates a time
18333         string that is not RFC 2822 compliant (it lacks the zone).
18334         Update copyright notice.
18336 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18338         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
18339         for text/rtf.  Display default in prompt.  Pass default for M-n.
18341         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
18343 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18345         * gnus-msg.el (gnus-button-mailto):
18346         Remove save-selected-window-window hackery because it relies on
18347         save-selected-window internals.
18349 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18351         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
18352         (gnus-article-next-page-1): Use gnus-beginning-of-window.
18353         (gnus-article-prev-page): Ditto.
18355         * gnus-util.el (gnus-beginning-of-window): New function.
18356         (gnus-end-of-window): New function.
18358 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18360         * gnus-score.el (gnus-score-edit-all-score):
18361         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
18362         gnus-message.
18364 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18366         * gnus-msg.el (gnus-button-mailto):
18367         Remove save-selected-window-window hackery because it relies on
18368         save-selected-window internals.
18370 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18372         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
18373         add-minor-mode.
18374         (gnus-binary-mode): Ditto.
18376         * gnus-topic.el (gnus-topic-mode): Ditto.
18378 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
18380         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
18381         (gnus-article-prev-page): Take scroll-margin into consideration.
18383 2005-07-04  Lute Kamstra  <lute@gnu.org>
18385         Update FSF's address in GPL notices.
18387 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
18389         * gnus.el (gnus-exit):
18390         * gnus-group.el (gnus-group-icons):
18391         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
18393         * gnus-nocem.el (gnus-nocem):
18394         * message.el (message-various, message-buffers, message-sending)
18395         (message-interface, message-forwarding, message-insertion)
18396         (message-headers, message-news, message-mail):
18397         * pgg-gpg.el (pgg-gpg):
18398         * pgg-parse.el (pgg-parse):
18399         * pgg-pgp.el (pgg-pgp):
18400         * pgg-pgp5.el (pgg-pgp5):
18401         * pop3.el (pop3): Finish `defgroup' description with period.
18403 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18405         * gnus-art.el (article-display-face): Improve the efficiency.
18406         (article-display-x-face): Ditto; remove gray x-face stuff.
18408 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18410         * gnus-art.el (article-display-face): Correct the position in
18411         which Faces are inserted.
18413 2005-06-29  Didier Verna  <didier@xemacs.org>
18415         * gnus-art.el (article-display-face): Display faces in correct
18416         order.
18418 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18420         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
18421         (gnus-fill-real-hashtb): Use hash table instead of obarray.
18422         (gnus-nocem-check-article): Fetch the Type header.
18423         (gnus-nocem-message-wanted-p): Fix the way to examine types.
18424         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
18425         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
18426         make sure gnus-nocem-hashtb is initialized.
18427         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
18428         (gnus-nocem-unwanted-article-p): Ditto.
18430         * pgg.el (pgg-verify): Return the verification result.
18432 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18434         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
18435         is ascii.
18437 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
18439         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
18440         `show-nonbreak-escape'.
18442 2005-06-23  Lute Kamstra  <lute@gnu.org>
18444         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
18446         * dig.el (dig-mode):
18447         * smime.el (smime-mode): Use gnus-run-mode-hooks.
18449 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
18451         * nnimap.el (nnimap-split-download-body): Fix spellings.
18453 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
18455         * gnus-art.el (gnus-article-encrypt-body):
18456         * gnus-cus.el (gnus-score-customize):
18457         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
18458         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
18460 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
18462         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
18463         header by looking for magic "MII" at the beginning.
18465 2005-06-16  Miles Bader  <miles@gnu.org>
18467         * assistant.el (assistant-field): Remove "-face" suffix from face name.
18468         (assistant-field-face): New backward-compatibility alias for renamed
18469         face.
18470         (assistant-render-text): Use renamed assistant-field face.
18472         * spam.el (spam): Remove "-face" suffix from face name.
18473         (spam-face): New backward-compatibility alias for renamed face.
18474         (spam-face, spam-initialize): Use renamed spam face.
18476         * message.el (message-header-to, message-header-cc)
18477         (message-header-subject, message-header-newsgroups)
18478         (message-header-other, message-header-name)
18479         (message-header-xheader, message-separator, message-cited-text)
18480         (message-mml): Remove "-face" suffix from face names.
18481         (message-header-to-face, message-header-cc-face)
18482         (message-header-subject-face, message-header-newsgroups-face)
18483         (message-header-other-face, message-header-name-face)
18484         (message-header-xheader-face, message-separator-face)
18485         (message-cited-text-face, message-mml-face):
18486         New backward-compatibility aliases for renamed faces.
18487         (message-font-lock-keywords): Use renamed message faces.
18489         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
18490         (sieve-test-commands, sieve-tagged-arguments):
18491         Remove "-face" suffix from face names.
18492         (sieve-control-commands-face, sieve-action-commands-face)
18493         (sieve-test-commands-face, sieve-tagged-arguments-face):
18494         New backward-compatibility aliases for renamed faces.
18495         (sieve-control-commands-face, sieve-action-commands-face)
18496         (sieve-test-commands-face, sieve-tagged-arguments-face):
18497         Use renamed sieve faces.
18499         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
18500         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
18501         (gnus-group-news-3-empty, gnus-group-news-4)
18502         (gnus-group-news-4-empty, gnus-group-news-5)
18503         (gnus-group-news-5-empty, gnus-group-news-6)
18504         (gnus-group-news-6-empty, gnus-group-news-low)
18505         (gnus-group-news-low-empty, gnus-group-mail-1)
18506         (gnus-group-mail-1-empty, gnus-group-mail-2)
18507         (gnus-group-mail-2-empty, gnus-group-mail-3)
18508         (gnus-group-mail-3-empty, gnus-group-mail-low)
18509         (gnus-group-mail-low-empty, gnus-summary-selected)
18510         (gnus-summary-cancelled, gnus-summary-high-ticked)
18511         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
18512         (gnus-summary-high-ancient, gnus-summary-low-ancient)
18513         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
18514         (gnus-summary-low-undownloaded)
18515         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
18516         (gnus-summary-low-unread, gnus-summary-normal-unread)
18517         (gnus-summary-high-read, gnus-summary-low-read)
18518         (gnus-summary-normal-read, gnus-splash):
18519         Remove "-face" suffix from face names.
18520         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
18521         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
18522         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
18523         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
18524         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
18525         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
18526         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
18527         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
18528         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
18529         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
18530         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
18531         (gnus-summary-selected-face, gnus-summary-cancelled-face)
18532         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
18533         (gnus-summary-normal-ticked-face)
18534         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
18535         (gnus-summary-normal-ancient-face)
18536         (gnus-summary-high-undownloaded-face)
18537         (gnus-summary-low-undownloaded-face)
18538         (gnus-summary-normal-undownloaded-face)
18539         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
18540         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
18541         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
18542         (gnus-splash-face):
18543         New backward-compatibility aliases for renamed faces.
18544         (gnus-group-startup-message): Use renamed gnus faces.
18546         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
18547         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
18548         (gnus-server-agent): Remove "-face" suffix from face names.
18549         (gnus-server-agent-face, gnus-server-opened-face)
18550         (gnus-server-closed-face, gnus-server-denied-face)
18551         (gnus-server-offline-face):
18552         New backward-compatibility aliases for renamed faces.
18553         (gnus-server-agent-face, gnus-server-opened-face)
18554         (gnus-server-closed-face, gnus-server-denied-face)
18555         (gnus-server-offline-face): Use renamed gnus faces.
18557         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
18558         Remove "-face" suffix from face names.
18559         (gnus-picon-xbm-face, gnus-picon-face):
18560         New backward-compatibility aliases for renamed faces.
18562         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
18563         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
18564         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
18565         (gnus-cite-11): Remove "-face" suffix from face names.
18566         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
18567         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
18568         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
18569         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
18570         New backward-compatibility aliases for renamed faces.
18571         (gnus-cite-attribution-face, gnus-cite-face-list)
18572         (gnus-article-boring-faces): Use renamed gnus faces.
18574         * gnus-art.el (gnus-signature, gnus-header-from)
18575         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
18576         (gnus-header-content): Remove "-face" suffix from face names.
18577         (gnus-signature-face, gnus-header-from-face)
18578         (gnus-header-subject-face, gnus-header-newsgroups-face)
18579         (gnus-header-name-face, gnus-header-content-face):
18580         New backward-compatibility aliases for renamed faces.
18581         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
18583         * gnus-sum.el (gnus-summary-selected-face)
18584         (gnus-summary-highlight): Use renamed gnus faces.
18585         * gnus-group.el (gnus-group-highlight): Likewise.
18587 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
18589         * gnus-sieve.el (gnus-sieve-article-add-rule):
18590         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
18591         * spam-stat.el (spam-stat-buffer-change-to-spam)
18592         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
18594         * message.el (message-is-yours-p):
18595         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
18597 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18599         * mm-view.el (mm-inline-text): Withdraw the last change.
18601 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18603         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
18604         executing enriched-decode.
18606 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18608         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
18609         charset of tar files.
18611 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
18613         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
18615 2005-06-04  Lute Kamstra  <lute@gnu.org>
18617         * nnfolder.el (nnfolder-read-folder): Make sure that undo
18618         information is never recorded.
18620 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18622         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
18624 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18626         * pop3.el (pop3-apop): Run md5 in the binary mode.
18628         * starttls.el (starttls-set-process-query-on-exit-flag):
18629         Use eval-and-compile.
18631 2005-05-31  Simon Josefsson  <jas@extundo.com>
18633         * smime.el (smime-replace-in-string): Define.
18634         (smime-cert-by-ldap-1): Use it.
18636 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18638         * gnus-art.el (article-display-x-face): Replace
18639         process-kill-without-query by gnus-set-process-query-on-exit-flag.
18641         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
18642         set-process-query-on-exit-flag or process-kill-without-query.
18644         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
18645         loop instead of replace-regexp.
18647         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
18648         instead of process-kill-without-query if it is available.
18650         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
18651         instead of find-file-hooks if it is available.
18653         * mml1991.el: Bind pgg-default-user-id when compiling.
18655         * mml2015.el: Bind pgg-default-user-id when compiling.
18657         * nndraft.el (nndraft-request-associate-buffer):
18658         Use write-contents-functions instead of write-contents-hooks if it is
18659         available.
18661         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
18662         instead of find-file-hooks if it is available.
18664         * nntp.el (nntp-open-connection): Replace
18665         process-kill-without-query by gnus-set-process-query-on-exit-flag.
18666         (nntp-open-ssl-stream): Ditto.
18667         (nntp-open-tls-stream): Ditto.
18669         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
18670         set-process-query-on-exit-flag or process-kill-without-query.
18671         (starttls-open-stream-gnutls): Use it instead of
18672         process-kill-without-query.
18673         (starttls-open-stream): Ditto.
18675 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
18677         * smime.el (smime-cert-by-ldap-1): Don't use
18678         replace-regexp-in-string.
18680 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
18682         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
18684         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
18685         in PEM format.  Adjust to the XEmacs compatibility.
18687 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
18689         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
18690         by `string-to-number'.
18691         * gnus-agent.el (gnus-agent-regenerate-group)
18692         (gnus-agent-fetch-articles): Ditto.
18693         * gnus-art.el (gnus-button-fetch-group): Ditto.
18694         * gnus-cache.el (gnus-cache-generate-active)
18695         (gnus-cache-articles-in-group): Ditto.
18696         * gnus-group.el (gnus-group-set-current-level)
18697         (gnus-group-insert-group-line): Ditto.
18698         * gnus-score.el (gnus-score-set-expunge-below)
18699         (gnus-score-set-mark-below, gnus-summary-score-effect)
18700         (gnus-summary-score-entry): Ditto.
18701         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
18702         (gnus-soup-pack): Ditto.
18703         * gnus-spec.el (gnus-xmas-format): Ditto.
18704         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
18705         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
18706         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
18707         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
18708         * nndb.el (nndb-get-remote-expire-response): Ditto.
18709         * nndiary.el (nndiary-parse-schedule-value)
18710         (nndiary-string-to-number, nndiary-request-replace-article)
18711         (nndiary-request-article): Ditto.
18712         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
18713         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
18714         * nneething.el (nneething-make-head): Ditto.
18715         * nnfolder.el (nnfolder-request-article)
18716         (nnfolder-retrieve-headers): Ditto.
18717         * nnheader.el (nnheader-file-to-number): Ditto.
18718         * nnkiboze.el (nnkiboze-request-article): Ditto.
18719         * nnmail.el (nnmail-process-unix-mail-format)
18720         (nnmail-process-babyl-mail-format): Ditto.
18721         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
18722         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
18723         (nnmh-request-create-group, nnmh-request-list-1)
18724         (nnmh-request-group, nnmh-request-article): Ditto.
18725         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
18726         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
18727         * nnsoup.el (nnsoup-make-active): Ditto.
18728         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
18729         * nntp.el (nntp-find-group-and-number)
18730         (nntp-retrieve-headers-with-xover): Ditto.
18731         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
18732         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
18733         (pgg-format-key-identifier): Ditto.
18734         * pop3.el (pop3-last, pop3-stat): Ditto.
18735         * qp.el (quoted-printable-decode-region): Ditto.
18737         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
18738         of concat.
18740 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18742         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
18744         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
18746         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
18748         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
18750         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
18752         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
18754         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
18755         (gnus-carpal-mode): Ditto.
18757         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
18758         (gnus-browse-mode): Ditto.
18760         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
18762         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
18764 2005-05-29  Richard M. Stallman  <rms@gnu.org>
18766         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
18768 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18770         * gnus-util.el (gnus-run-mode-hooks): New function.
18772         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
18774 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
18776         * gnus-agent.el (gnus-agent-make-mode-line-string):
18777         Use mode-line-highlight as mouse-face.
18779 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18781         * canlock.el (canlock): Change the parent group to news.
18783         * deuglify.el (gnus-outlook-deuglify): Add :group.
18785         * dig.el (dig): Add :group.
18787         * dns-mode.el (dns-mode): Add :group.
18789         * encrypt.el (encrypt): Add :group.
18791         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
18792         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
18793         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
18794         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
18795         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
18797         * gnus-diary.el (gnus-diary): Add :group.
18799         * gnus.el (gnus-group-news-1-face): Add :group.
18800         (gnus-group-news-1-empty-face): Ditto.
18801         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
18802         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
18803         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
18804         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
18805         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
18806         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
18807         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
18808         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
18809         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
18810         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
18811         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
18812         (gnus-summary-high-ticked-face): Ditto.
18813         (gnus-summary-low-ticked-face): Ditto.
18814         (gnus-summary-normal-ticked-face): Ditto.
18815         (gnus-summary-high-ancient-face): Ditto.
18816         (gnus-summary-low-ancient-face): Ditto.
18817         (gnus-summary-normal-ancient-face): Ditto.
18818         (gnus-summary-high-undownloaded-face): Ditto.
18819         (gnus-summary-low-undownloaded-face): Ditto.
18820         (gnus-summary-normal-undownloaded-face): Ditto.
18821         (gnus-summary-high-unread-face): Ditto.
18822         (gnus-summary-low-unread-face): Ditto.
18823         (gnus-summary-normal-unread-face): Ditto.
18824         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
18825         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
18827         * hashcash.el (hashcash): New custom group.
18828         (hashcash-default-payment): Add :group.
18829         (hashcash-payment-alist): Ditto.
18830         (hashcash-default-accept-payment): Ditto.
18831         (hashcash-accept-resources): Ditto.
18832         (hashcash-path): Ditto.
18833         (hashcash-extra-generate-parameters): Ditto.
18834         (hashcash-double-spend-database): Ditto.
18835         (hashcash-in-news): Ditto.
18837         * message.el (message-minibuffer-local-map): Add :group.
18839         * netrc.el (netrc): Add :group.
18841         * sieve-manage.el (sieve-manage-log): Add :group.
18842         (sieve-manage-default-user): Diito.
18843         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
18844         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
18845         (sieve-manage-authenticators): Ditto.
18846         (sieve-manage-authenticator-alist): Ditto.
18847         (sieve-manage-default-port): Ditto.
18849         * sieve-mode.el (sieve-control-commands-face): Add :group.
18850         (sieve-action-commands-face): Ditto.
18851         (sieve-test-commands-face): Ditto.
18852         (sieve-tagged-arguments-face): Ditto.
18854         * smime.el (smime): Add :group.
18856         * spam-report.el (spam-report): Add :group.
18858         * spam.el (spam, spam-face): Add :group.
18860 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18862         * nntp.el (nntp-next-result-arrived-p): Some news servers may
18863         return \n.\n.\n at the end of articles.  Protect against that.
18864         (nntp-with-open-group): Allow debugging.
18866         * nnheader.el (mail-header-set-extra): Make into a function
18867         because I just could't understand how to quote the list properly.
18869         * dns.el (query-dns-cached): New function.
18871 2005-05-26  Lute Kamstra  <lute@gnu.org>
18873         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
18875 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18877         * gnus-art.el: Don't autoload mail-extract-address-components.
18879         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
18880         eval-and-compile to evaluate it.
18882         * hashcash.el: Don't autoload executable-find.
18884         * nndb.el: Don't declare the nndb back end two or more times; don't
18885         autoload news-reply-mode, news-setup, cancel-timer and telnet.
18887         * nntp.el: Autoload format-spec instead of format; use
18888         eval-and-compile to evaluate autoload forms.
18890 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
18892         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
18894 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18896         * gnus.el (gnus-version-number): Bump version.
18898 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18900         * gnus.el: No Gnus v0.3 is released.
18902 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18904         * gnus-art.el (gnus-article-edit-part): Disable undo.
18906 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18908         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
18909         gnus-article-date-lapsed-new-header is t if date timer is active;
18910         skip headers in which the original date value is empty.
18911         (gnus-article-save-original-date): Redefine it as a macro.
18912         (gnus-display-mime): Use it.
18914 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18916         * gnus-art.el (article-date-ut): Support converting date in
18917         forwarded parts as well.
18918         (gnus-article-save-original-date): New function.
18919         (gnus-display-mime): Use it.
18921 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
18923         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
18924         enclosure element of <item>.
18926 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
18928         * message.el (message-kill-buffer-query): Rename from
18929         `message-kill-buffer-query-if-modified'.  Add :version.
18931 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18933         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
18934         window layout.
18936 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18938         * mml.el: Autoload dnd when compiling.
18940 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18942         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
18943         x-dnd-*.
18945 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18947         * qp.el (quoted-printable-encode-region): Save excursion.
18949 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
18951         * message.el (message-kill-buffer-query-if-modified): Add new variable
18952         so the user can kill a modified message buffer quickly.
18953         (message-kill-buffer): Use it.
18955 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18957         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
18958         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
18960 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18962         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
18963         contained in text because xml.el decodes entities) with LFs.
18965 2005-04-11  Lute Kamstra  <lute@gnu.org>
18967         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
18968         differently.
18970 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18972         * mm-util.el (mm-detect-coding-region): Typo.
18974 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18976         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
18978 2005-04-06  Deepak Goel  <deego@gnufans.org>
18980         * spam-stat.el (spam-stat-score-buffer): Add a call to a
18981         user-function allow user modifications of the scores.
18982         (spam-stat-score-buffer-user): New function, to allow
18983         user-computed modifications to the score.
18984         (spam-stat-score-buffer-user-functions): List of additional
18985         scoring functions.
18986         (spam-stat-error-holder): Global temporary error holder.
18987         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
18988         variable.
18990 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
18992         * gnus-registry.el (gnus-registry-clean-empty-function)
18993         (gnus-registry-trim, gnus-registry-fetch-groups)
18994         (gnus-registry-delete-group): Groups that match
18995         `gnus-registry-ignored-groups' are removed from the registry
18996         entries, not just ignored for splitting.  This helps clean up the
18997         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
18998         to get all the groups a message ID is in.
19000         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
19001         (spam-stat-split-fancy): Change "threshhold" to "threshold".
19002         (spam-stat-score-buffer-user-functions): Add :number custom type.
19004 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19006         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
19007         argument in XEmacs.
19009         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
19010         (nnrss-request-group): Decode group name first.
19011         (nnrss-request-article): Make a text/plain article if mml-to-mime
19012         failed.
19013         (nnrss-get-encoding): Return a compatible encoding according to
19014         nnrss-compatible-encoding-alist.
19015         (nnrss-find-el): Use consp instead of listp.
19016         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
19018 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19020         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
19021         which Emacs 20 doesn't support.
19022         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
19024 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19026         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
19027         silence the byte compiler inside the defun.
19029         * gnus-demon.el (parse-time-string): Add autoload.
19031         * gnus-delay.el (parse-time-string): Add autoload.
19033         * gnus-art.el (parse-time-string): Add autoload.
19035         * nnultimate.el (parse-time): Require for `parse-time-string'.
19037 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19039         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
19041         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
19043         * smime.el (smime-ldap-host-list): Add :version.
19045 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19047         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
19048         pass it to `gnus-browse-read-group'.
19049         (gnus-browse-read-group): Add NUMBER argument and pass it to
19050         `gnus-group-read-ephemeral-group'.
19052         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
19053         argument and pass it to `gnus-group-read-group'.
19055 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
19057         * mm-util.el (mm-xemacs-find-mime-charset): Only call
19058         mm-xemacs-find-mime-charset-1 if we have the mule feature
19059         available at runtime.
19061 2005-03-25  Werner Lemberg  <wl@gnu.org>
19063         * nnmaildir.el: Replace `illegal' with `invalid'.
19065 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19067         * gnus-start.el (gnus-display-time-event-handler):
19068         Check display-time-timer at runtime rather than only at load time
19069         in case display-time-mode is turned off in the mean time.
19071 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19073         * nnimap.el (nnimap-open-connection): Print which authinfo file is
19074         used.
19076         * nneething.el (nneething-map-file-directory): Derive from
19077         `gnus-directory'.
19079         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
19080         the To/Cc button.
19082 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19084         * nnmaildir.el (nnmaildir-request-accept-article):
19085         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
19087 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19089         * gnus-async.el: Require timer-funcs at compile time when in
19090         XEmacs for `run-with-idle-timer'.
19092 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19094         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
19095         autoloaded function.
19097 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19099         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
19101 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
19103         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
19105 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19107         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
19108         Add gnus-expert-user to default.
19110 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
19112         * nnimap.el (nnimap-open-server): Ditto.
19114         * imap.el (imap-authenticate): Fix typo.
19116 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
19118         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
19119         buffer (since IMAP server might return FETCH response out of
19120         order, and the nntp buffer must be sorted).
19122 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
19124         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
19125         comparison on string.
19127         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
19128         (gnus-agent-score): Rename category keywords to match gnus-cus.
19129         (gnus-agent-summary-fetch-series): Modify to protect against
19130         gnus-agent-summary-fetch-group clearing processable flags.
19131         (gnus-agent-synchronize-group-flags): Update live group buffer as
19132         synchronization may occur due to the user toggle the plugged
19133         status.
19134         (gnus-agent-fetch-group-1): Clear downloadable flag when article
19135         successfully downloaded.
19136         (gnus-agent-expire-group-1): Avoid using markers when the overview
19137         is in ascending order; greatly improves performance.
19138         (gnus-agent-regenerate-group):
19139         Use gnus-agent-synchronize-group-flags to reset read status in both
19140         gnus and server.
19141         (gnus-agent-update-files-total-fetched-for): Fix initial size.
19143 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
19145         * message.el: Don't autoload former message-utils variables.
19146         (message-strip-subject-trailing-was): Change doc string.
19148         * nnweb.el: Fixes for `gnus-group-make-web-group'.
19149         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
19150         (nnweb-google-search): Add "hl=en" here.
19151         (nnweb-google-parse-1, nnweb-google-create-mapping):
19152         Don't hardcode URL.
19154 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19156         * message.el (message-get-reply-headers, message-followup):
19157         Mention related variables `message-use-followup-to' and
19158         `message-use-mail-followup-to', in the information buffer.
19160         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
19161         of broken groups(-beta).google.com.
19163 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
19165         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
19166         parameter to invoked gnus-request-move-article; remove the
19167         redundant gnus-sum-hint-move-is-internal variable; apply the marks
19168         all at once instead of once per article.
19169         (gnus-summary-remove-process-mark): Accept a list of articles as
19170         well as a single article for processing.
19172         * gnus-int.el (gnus-request-move-article): Add move-is-internal
19173         parameter.
19175         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
19177         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
19179         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
19180         parameter.
19182         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
19183         parameter.
19185         * nnimap.el (nnimap-request-move-article): Add move-is-internal
19186         parameter and remove the gnus-sum-hint-move-is-internal variable.
19188         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
19189         parameter.
19191         * nndraft.el (nndraft-request-move-article): Add move-is-internal
19192         parameter.
19194         * nndiary.el (nndiary-request-move-article): Add move-is-internal
19195         parameter.
19197         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
19199         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
19200         parameter.
19202         * nnagent.el (nnagent-request-move-article): Add move-is-internal
19203         parameter.
19205 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19207         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
19208         a more conservative way.
19210 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19212         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
19213         buffer, so it moves the window's cursor.
19215 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
19217         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
19218         `mm-dissect-multipart' and receive the from field as an (optional)
19219         argument from `mm-dissect-multipart'.
19220         (mm-dissect-multipart): Receive the from field as an argument and
19221         pass it on when we call `mm-dissect-buffer' on MIME parts.
19222         Fixes verification/decryption of signed/encrypted MIME parts.
19224 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
19226         * gnus-sum.el (gnus-summary-move-article):
19227         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
19228         whatever it calls (right now, only nnimap-request-move article
19229         respects it).
19231         * nnimap.el (nnimap-request-move-article):
19232         When gnus-sum-hint-move-is-internal is set, don't do the extra
19233         nnimap-request-article.
19235 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19237         * nnheader.el (nnheader-find-file-noselect): Add doc string.
19239         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
19240         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
19242         * gnus-sum.el (gnus-summary-caesar-message):
19243         Apply `gnus-treat-article' after rotation.
19245         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
19246         doc string.
19248 2005-02-22  Simon Josefsson  <jas@extundo.com>
19250         * encrypt.el (encrypt-password-cache-expiry): Remove (use
19251         `password-cache-expiry' instead).  Reported by Arne Jørgensen
19252         <arne@arnested.dk>.
19253         (encrypt): Add password-cache and password-cache-expiry as group
19254         members.
19256 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
19258         * smime.el (smime-ldap-host-list): Doc fix.
19259         (smime-ask-passphrase): Use `password-read-and-add' to read (and
19260         cache) password.
19261         (smime-sign-region): Use it.
19262         (smime-decrypt-region): Use it.
19263         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
19264         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
19265         fails.
19266         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
19267         certificate from DER to PEM format rather than calling openssl.
19269         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
19271         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
19272         for signing/encryption.
19274         * mml.el (mml-parse-1): Use them.
19276 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
19278         * nnrss.el (nnrss-verbose): Remove.
19279         (nnrss-request-group): Use `nnheader-message' instead.
19281 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
19283         * nnrss.el (nnrss-verbose): New variable.
19284         (nnrss-request-group): Make it say nnrss is requesting a group.
19286 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19288         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
19289         Handle news URL with given port correctly.
19291 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19293         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
19294         containing special characters.
19296         * gnus-sum.el (gnus-summary-edit-article): Ditto.
19298         * mml.el (mime-to-mml): Ditto.
19300         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
19301         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
19302         (rfc2047-decode-region): Quote decoded words containing special
19303         characters when rfc2047-quote-decoded-words-containing-tspecials
19304         is non-nil.
19306 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
19308         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
19310         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
19312 2005-02-15  Simon Josefsson  <jas@extundo.com>
19314         * nnimap.el (nnimap-debug): Doc fix.
19316         * imap.el (imap-debug): Doc fix.
19318 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19320         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
19322 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
19324         * gnus.el (spam-contents): Improve docs for spam-contents
19325         parameter in its variable incarnation.
19327 2005-02-14  Simon Josefsson  <jas@extundo.com>
19329         * smime-ldap.el: Use require instead of load-library for ldap.
19330         (smime-ldap-search): Indent.
19331         (smime-ldap-search-internal): Shorten line.
19333         * smime.el (smime-cert-by-dns): Add doc-string.
19334         (smime-cert-by-ldap-1): Indent.
19336         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
19337         mml-smime-get-dns-ldap.
19338         (mml-smime-encrypt-query): Use new function.  Default to ldap.
19340 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
19342         * smime.el: Require smime-ldap.
19343         (smime-ldap-host-list): New variable.
19344         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
19346         * mml-smime.el (mml-smime-encrypt-query): New function.
19347         (mml-smime-encrypt-query): Use it.
19349         * smime-ldap.el: New file.
19351 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19353         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
19355 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19357         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
19358         argument in doc string.  Make query for type more clear.
19360 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19362         * gnus.el (gnus-group-startup-message): Search for gnus images in
19363         etc/images/gnus.
19364         * mm-util.el (mm-image-load-path): Likewise.
19365         * smiley.el (smiley-data-directory): Search for smilies in
19366         etc/images/smilies.
19368 2005-02-09  Kim F. Storm  <storm@cua.dk>
19370         Change Emacs release version from 21.4 to 22.1 throughout.
19371         Change Emacs development version from 21.3.50 to 22.0.50.
19373 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19375         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
19377         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
19378         non-Mule XEmacs as well.
19379         (mm-decompress-buffer): Signal an error intentionally if it does
19380         not decompress compressed data because auto-compression-mode is
19381         disabled.
19383 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
19385         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
19386         an ID in the registry even if it has no groups.
19388 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19390         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
19391         merge it into mm-decompress-buffer.
19392         (gnus-mime-copy-part): Use the MIME part charset, the value which
19393         a user specified or gnus-newsgroup-charset for decoding, like
19394         gnus-mime-inline-part does; set buffer-file-coding-system to tell
19395         save-buffer what was used.  Suggested by Kevin Ryde
19396         <user42@zip.com.au>.
19397         (gnus-mime-inline-part): Allow the name parameter as well as the
19398         filename parameter; force decompressing of compressed data; always
19399         display contents being not decoded as unibyte.
19401         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
19402         as well as the filename parameter.
19404         * mm-util.el (mm-decompress-buffer):
19405         Merge gnus-mime-jka-compr-maybe-uncompress.
19406         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
19407         of compressed data.
19409 2005-02-08  Simon Josefsson  <jas@extundo.com>
19411         * imap.el (imap-log): Doc fix.
19413 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19415         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
19416         the coding cookies; decompress compressed parts.
19418         * mml.el (mml-generate-mime-1): Add the charset parameter according
19419         to the value which a user specified manually or the coding cookie.
19421         * mm-util.el (mm-string-to-multibyte): New function.
19422         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
19423         (mm-coding-system-to-mime-charset): New function.
19424         (mm-decompress-buffer): New function.
19425         (mm-find-buffer-file-coding-system): New function.
19427         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
19428         (mm-display-inline-fontify): Rewrite for decoding and decompressing
19429         parts.
19431 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19433         * mm-view.el (mm-display-inline-fontify): Decode a part according
19434         to the charset parameter.
19436 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19438         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
19439         prefix arg is neither nil nor a number, as info specifies.
19441 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19443         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
19444         timestamps.
19446 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
19448         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
19449         groups error checking and notify user.
19451 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
19453         * message.el (message-send-mail-function): Check existence of
19454         sendmail-program first before using default value
19455         `message-send-mail-with-sendmail'.  Otherwise use more generic
19456         `smtpmail-send-it'.
19458 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19460         * nntp.el (nntp-request-update-info): Always return nil.
19462 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19464         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
19466 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19468         * message.el (message-beginning-of-line): Change the behavior when
19469         invoked between BOL and : so that it first moves backward.
19471 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19473         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
19474         article buffer when editing of the article is discarded.
19475         (gnus-article-prepare): Revert.
19477 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19479         * gnus-art.el (gnus-article-prepare):
19480         Remove message-strip-forbidden-properties from the local hook.
19482 2005-01-27  Simon Josefsson  <jas@extundo.com>
19484         * password.el (password-cache-add): Only start one timer per key.
19485         Reported by Derek Atkins <warlord@MIT.EDU>.
19487 2005-01-26  Steve Youngs  <steve@sxemacs.org>
19489         * run-at-time.el: Remove.  It is no longer needed as
19490         timer-funcs.el in the xemacs-base package has a working version of
19491         `run-at-time'.
19493         * password.el: Require timer-funcs instead of run-at-time in
19494         XEmacs.
19495         Remove `password-run-at-time' macro.
19496         (password-cache-add): Use `run-at-time' instead of
19497         `password-run-at-time'.
19499         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
19500         for `run-with-idle-timer'.
19502         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
19503         for `run-at-time'.
19505         * mm-url.el: Require timer-funcs at compile time when in XEmacs
19506         for `with-timeout'.
19508 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19510         * mml.el (mml-generate-mime-1): Convert string into unibyte when
19511         inserting " *mml*" buffer's contents into a unibyte temp buffer.
19513 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
19515         * mail-source.el (mail-source-fetch-imap): Search for ^From case
19516         sensitively.
19518 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
19520         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
19522 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19524         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
19525         which will be inserted according to the multibyteness of a buffer
19526         rather than the type of contents.  Suggested by ARISAWA Akihiro
19527         <ari@mbf.ocn.ne.jp>.
19529         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
19530         of string which old xml.el may return rather than a string.
19532 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19534         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
19536 2005-01-16  Simon Josefsson  <jas@extundo.com>
19538         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
19539         idn/idna.el isn't available.
19540         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
19541         <michael@waxrat.com>.
19543         * hashcash.el: Remove non-FSF copyright header.
19545         * hashcash.el (hashcash-extra-generate-parameters): New variable.
19546         (hashcash-generate-payment): Use it.
19547         (hashcash-generate-payment-async): Use it.
19549 2005-01-15  Simon Josefsson  <jas@extundo.com>
19551         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
19552         Suggested by Raymond Scholz <ray-2005@zonix.de>.
19554         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
19555         gnus-summary-idna-message.
19556         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
19557         (gnus-summary-idna-message): New function.
19559 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
19561         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
19562         gnus-novice-user.
19564 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19566         * nnrss.el (nnrss-request-delete-group): Delete entries in
19567         nnrss-group-alist as well.
19568         (nnrss-save-server-data): Insert newline.
19570 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
19572         * gnus.el (gnus-user-agent): Use list of symbols instead of
19573         symbols.  Display full version number for (S)XEmacs.
19574         Optionally display (S)XEmacs codename.
19576         * gnus-util.el (gnus-emacs-version): Update for new
19577         `gnus-user-agent'.
19579         * gnus-msg.el (gnus-extended-version): Make it possible to omit
19580         Gnus version.
19582 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19584         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
19585         which is unreadable in some setups.
19587 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19589         * gnus-spec.el (gnus-update-format-specifications): Flush the
19590         group format spec cache if it doesn't support decoded group names.
19592 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
19594         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
19595         Allow to apply decay on score files matching a regexp.
19597 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19599         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
19600         compatibility in %g and %c.
19602 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19604         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
19605         name for only %g and %c.
19606         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
19607         of gnus-tmp-group to decoded group name.
19608         (gnus-group-make-rss-group): Exclude `/'s from group names.
19610 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19612         * nnrss.el (nnrss-get-encoding): Fix regexp.
19614 2004-12-27  Simon Josefsson  <jas@extundo.com>
19616         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
19617         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
19618         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
19620 2004-12-17  Kim F. Storm  <storm@cua.dk>
19622         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
19624         * gnus-sum.el (gnus-summary-mode-map): Likewise.
19626 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
19628         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
19630 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19632         * nnrss.el: Require rfc2047 and mml.
19633         (nnrss-file-coding-system): New variable.
19634         (nnrss-format-string): Redefine it as an inline function.
19635         (nnrss-decode-group-name): New function.
19636         (nnrss-string-as-multibyte): Remove.
19637         (nnrss-retrieve-headers): Decode group name; don't use
19638         nnrss-format-string.
19639         (nnrss-request-group): Decode group name.
19640         (nnrss-request-article): Decode group name; allow a Message-ID as
19641         well as an article number; don't use nnrss-format-string; encode a
19642         Message-ID string which may contain non-ASCII characters; use
19643         mml-to-mime to compose a MIME article.
19644         (nnrss-request-expire-articles): Decode group name.
19645         (nnrss-request-delete-group): Decode group name.
19646         (nnrss-fetch): Clarify error message.
19647         (nnrss-read-server-data): Use insert-file-contents instead of load;
19648         bind file-name-coding-system; use multibyte buffer.
19649         (nnrss-save-server-data): Bind coding-system-for-write to the
19650         value of nnrss-file-coding-system; bind file-name-coding-system;
19651         add coding cookie.
19652         (nnrss-read-group-data): Use insert-file-contents instead of load;
19653         bind file-name-coding-system; use multibyte buffer.
19654         (nnrss-save-group-data): Bind coding-system-for-write to the
19655         value of nnrss-file-coding-system; bind file-name-coding-system.
19656         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
19657         make it work with non-ASCII text.
19658         (nnrss-find-el): Make it work with old xml.el as well.
19660 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
19662         * nnrss.el (nnrss-get-encoding): New function.
19663         (nnrss-fetch): Use unibyte buffer initially; bind
19664         coding-system-for-read while performing mm-url-insert; remove ^Ms;
19665         decode contents according to the encoding attribute.
19666         (nnrss-save-group-data): Add coding cookie.
19667         (nnrss-mime-encode-string): New function.
19668         (nnrss-check-group): Use it to encode subject and author.
19670 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
19672         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
19673         imaginary variable.
19675 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19677         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
19678         correctly even if there are wide characters.
19680 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
19682         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
19683         downcased symbol names; make a new cache instead of reusing
19684         bbdb-hashtable.
19686 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19688         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19689         concatenating segments rather than before concatenating them.
19690         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19692         * message.el (message-get-reply-headers): Bind `extra'.
19694 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19696         * message.el (message-extra-wide-headers): New variable.
19697         (message-get-reply-headers): Use it.
19699 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19701         * gnus-agent.el (gnus-agent-group-path): Decode group name.
19702         (gnus-agent-group-pathname): Ditto.
19704         * gnus-cache.el (gnus-cache-file-name): Decode group name.
19706         * gnus-group.el (gnus-group-make-group): Decode group name.
19707         (gnus-group-make-rss-group): Register the group data after opening
19708         the nnrss group.
19710 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
19712         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
19713         by expiry now get marked as read.
19715 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19717         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
19719 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
19721         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
19722         unify Latin characters in XEmacs.
19723         (mm-find-mime-charset-region): Use it.
19725 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19727         * gnus-util.el (gnus-delete-directory): New function.
19729         * gnus-agent.el (gnus-agent-delete-group): Use it.
19731         * gnus-cache.el (gnus-cache-delete-group): Use it.
19733 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19735         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
19736         names.
19738 2004-12-16  Simon Josefsson  <jas@extundo.com>
19740         * hashcash.el (hashcash-payment-alist): Fix custom :type.
19742 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19744         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
19746         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
19747         (gnus-group-set-current-level): Decode group name.
19749 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
19751         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
19752         failed.
19754 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19756         * gnus-group.el (gnus-group-delete-group): Decode group name.
19757         (gnus-group-make-rss-group): Encode group name.
19758         (gnus-group-catchup-current): Decode group name.
19759         (gnus-group-kill-group): Decode group name.
19761 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19763         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
19765 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19767         * gnus-group.el (gnus-group-make-rss-group):
19768         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
19770         * gnus-start.el (gnus-setup-news): Honor user's setting to
19771         gnus-message-archive-method.  Suggested by Lute Kamstra
19772         <lute@gnu.org>.
19774 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
19776         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
19777         global counterparts of the buffer-local variables.
19779 2004-11-16  Romain Francoise  <romain@orebokech.com>
19781         * gnus-sum.el (gnus-summary-exit): Don't clear the global
19782         counterparts of the buffer-local variables.
19784 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19786         * message.el (message-forbidden-properties): Fix typo in doc
19787         string.
19789 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19791         * gnus-util.el (gnus-replace-in-string): Add doc string.
19793         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
19794         to avoid problems when splitting mails with many recipients.
19796 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19798         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
19799         pop-to-buffer, covered by the subsequent gnus-configure-windows.
19801 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
19803         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
19804         if there is no hashtable in memory or file modification time is
19805         newer than cached timestamp.
19807 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
19809         * gnus-sum.el (gnus-summary-limit-to-recipient):
19810         Implement not-matching option.
19812 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
19814         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
19815         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
19816         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
19817         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
19818         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
19819         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
19821 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19823         * message.el (message-forward-make-body-mml): Remove headers
19824         according to message-forward-ignored-headers if a message is decoded.
19826 2004-12-02  Romain Francoise  <romain@orebokech.com>
19828         * message.el (message-forward-make-body-plain): Always remove
19829         headers according to message-forward-ignored-headers.
19831 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
19833         * spam.el (spam-summary-prepare-exit): Remove the
19834         gnus-summary-limit pop for now, it has problems with ham marks for
19835         me.
19837 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
19839         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
19840         correctly.
19842 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
19844         * format-spec.el (format-spec): Message the char.
19846 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
19848         * gnus-art.el (gnus-split-methods): Reformat comments.
19850         * spam.el (spam-summary-prepare-exit): Remove article limits
19851         before exiting the summary buffer.
19853 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19855         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
19856         order to silence the byte compiler.
19858         * spam.el: Fix the way to silence the byte compiler, which
19859         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
19860         bbdb-search-simple, spam-BBDB-register-routine,
19861         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
19862         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
19863         spam-stat-buffer-is-spam, spam-stat-load,
19864         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
19865         spam-stat-save and spam-stat-split-fancy.
19867 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19869         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
19870         which may confuse users.
19871         (canlock-password-for-verify): Ditto.
19873         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
19875         * gnus-art.el (gnus-emphasis-alist): Ditto.
19877         * gnus-registry.el (gnus-registry-max-entries): Ditto.
19879         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
19881         * gnus-start.el (gnus-save-killed-list): Ditto.
19883         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
19884         (gnus-sum-thread-tree-root): Ditto.
19885         (gnus-sum-thread-tree-false-root): Ditto.
19886         (gnus-sum-thread-tree-single-indent): Ditto.
19888         * message.el (message-courtesy-message): Ditto.
19889         (message-archive-note): Ditto.
19890         (message-subscribed-address-file): Ditto.
19891         (message-user-fqdn): Ditto.
19893         * spam-report.el (spam-report-gmane-regex): Ditto.
19895         * spam.el (spam-blackhole-good-server-regex): Ditto.
19897 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19899         * mml.el (mml-preview): Widen the message buffer before copying
19900         the contents to the preview buffer; sort headers before previewing.
19902         * message.el (message-hidden-headers): Fix the way to avoid a bug
19903         in the `repeat' widget in Emacs 21.3 or earlier.
19905 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19907         * message.el (message-hidden-headers): Default to "^References:".
19908         Improve customization type.  Suggested by Reiner Steib
19909         <Reiner.Steib@gmx.de>.
19911 2004-11-25  Romain Francoise  <romain@orebokech.com>
19913         * message.el (message-strip-forbidden-properties): Remove check for
19914         obsolete `message-hidden' text property, hidden headers are not
19915         accessible in the buffer anymore.
19917 2004-11-22  Romain Francoise  <romain@orebokech.com>
19919         * message.el (message-header-format-alist): Add `From' in list
19920         so that it can be sorted.
19921         (message-fix-before-sending): Widen and sort headers before
19922         sending.
19923         (message-hide-headers): Use narrowing to hide headers by moving
19924         them to the top of the buffer and narrowing to the region
19925         underneath.
19927 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19929         * message.el (message-strip-forbidden-properties):
19930         Bind buffer-read-only (etc) to nil.
19932 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19934         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
19935         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19937 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
19939         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
19941 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19943         * dns.el (query-dns): Use sit-for to time instead of
19944         accept-process-output, since that doesn't seem to work on udp
19945         sockets.
19947 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19949         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
19951 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
19953         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
19954         doc string.  Improve doc string.
19956 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19958         * nntp.el (nntp-request-update-info): Return nil if
19959         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
19960         may not call gnus-activate-group which uselessly issues the GROUP
19961         commands for all nntp groups and wastes time.  Reported by Romain
19962         Francoise <romain@orebokech.com>.
19964         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
19966 2004-11-15  Simon Josefsson  <jas@extundo.com>
19968         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
19969         headers separately.
19970         (gnus-button-openpgp): New function, inspired by Jochen Küpper
19971         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
19973 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19975         * gnus-start.el (gnus-convert-old-newsrc):
19976         Assign legacy-gnus-agent to 5.10.7.
19978 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19980         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
19981         start of the lines.
19983 2004-11-14  Magnus Henoch  <mange@freemail.hu>
19985         * hashcash.el (hashcash-default-payment): Change default to 20.
19986         (hashcash-default-accept-payment): Change default to 20.
19987         (hashcash-process-alist): New variable.
19988         (hashcash-generate-payment-async): Add.
19989         (hashcash-already-paid-p): Add.
19990         (hashcash-insert-payment): Don't generate payments twice.
19991         (hashcash-insert-payment-async): Add.
19992         (hashcash-insert-payment-async-2): Add.
19993         (hashcash-cancel-async): Add.
19994         (hashcash-wait-async): Add.
19995         (hashcash-processes-running-p): Add.
19996         (hashcash-wait-or-cancel): Add.
19997         (mail-add-payment): New optional argument.  Conditionally start
19998         asynchronous calculation.
19999         (mail-add-payment-async): Add.
20001         * message.el (message-send-mail): Wait for asynchronous hashcash
20002         results.  Don't clobber existing X-Hashcash headers.
20003         (message-setup-1): Call mail-add-payment-async when
20004         message-generate-hashcash is non-nil.
20006 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20008         * message.el (message-use-alternative-email-as-from): Examine the
20009         From header as well; use message-make-from in order to include a
20010         user's full name.
20012 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20014         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
20015         default; improve customization type.
20016         (gnus-emphasis-custom-with-format): New macro.
20017         (gnus-emphasis-custom-value-to-external): New function.
20018         (gnus-emphasis-custom-value-to-internal): New function.
20020 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20022         * dns.el (query-dns): Resolve reverse addresses.
20024 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20026         * gnus-group.el (gnus-group-get-new-news): Use it.
20028         * gnus-start.el (gnus-check-reasonable-setup): New function.
20030 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20032         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
20033         "Args out of range" error.  Reported by Arnaud Giersch
20034         <arnaud.giersch@free.fr>.
20036 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20038         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
20040 2004-11-04  Richard M. Stallman  <rms@gnu.org>
20042         * spam.el (spam group): Add :version.
20044         * pgg-def.el (pgg group): Add :version.
20046 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20048         * gnus-art.el (gnus-article-edit-article): Don't associate the
20049         article buffer with a draft file.  This is a temporary measure
20050         against the 2004-08-22 change to gnus-article-edit-mode.
20052 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20054         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
20055         (html2text-format-tags): Remove unused variable `attr'.
20057 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
20059         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
20061         * spam-stat.el (spam-stat): Add :version.
20063         * sieve.el (sieve): Add :version.
20065         * sha1.el (sha1): Add :version.
20066         (sha1-use-external): Remove redundant version.
20068         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
20069         (nnmail-cache-ignore-groups, nnmail-spool-hook)
20070         (nnmail-split-fancy-match-partial-words)
20071         (nnmail-split-lowercase-expanded): Add :version.
20073         * nndiary.el (nndiary): Add :version.
20075         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
20077         * mml-sec.el (mml-default-sign-method)
20078         (mml-default-encrypt-method, mml-signencrypt-style-alist):
20079         Add :version.
20081         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
20083         * mm-url.el (mm-url-use-external, mm-url-program)
20084         (mm-url-arguments): Add :version.
20086         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
20087         (mm-attachment-file-modes, mm-decrypt-option)
20088         (mm-w3m-safe-url-regexp): Add :version.
20090         * message.el (message-cite-prefix-regexp)
20091         (message-sendmail-envelope-from, message-minibuffer-local-map)
20092         (message-user-fqdn, message-completion-alist): Add :version.
20094         * gnus-win.el (gnus-configure-windows-hook)
20095         (gnus-use-frames-on-any-display): Add :version.
20097         * gnus-art.el (gnus-article-address-banner-alist)
20098         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
20099         (gnus-treat-from-picon, gnus-treat-mail-picon)
20100         (gnus-treat-x-pgp-sig): Add :version.
20102         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
20103         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
20104         (gnus-summary-article-delete-hook)
20105         (gnus-summary-display-while-building): Add :version.
20107         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
20108         (gnus-get-top-new-news-hook): Add :version.
20110         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
20111         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
20113         * gnus-registry.el (gnus-registry): Add :version.
20115         * gnus-spec.el (gnus-use-correct-string-widths)
20116         (gnus-make-format-preserve-properties): Add :version.
20118         * gnus.el (gnus-group-charter-alist)
20119         (gnus-group-fetch-control-use-browse-url)
20120         (gnus-install-group-spam-parameters): Add :version.
20122         * gnus-diary.el (gnus-diary): Add :version.
20124         * gnus-delay.el (gnus-delay): Add :version.
20126         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
20127         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
20128         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
20129         Add :version.
20131         * gnus-agent.el (gnus-agent-max-fetch-size)
20132         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
20133         (gnus-agent-prompt-send-queue): Add :version.
20135         * deuglify.el (gnus-outlook-deuglify): Add :version.
20137         * html2text.el: Beautify code.  Improve doc strings.
20138         Some checkdoc cleanup.
20139         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
20141 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
20143         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
20145 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
20147         * gnus-registry.el (gnus-registry-hashtb): Create the registry
20148         when package is loaded.
20150         * spam.el (spam-summary-score-preferred-header): Add global preference
20151         for people who want to override the default SpamAssassin over
20152         Bogofilter preference (when both are set).
20153         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
20154         (spam-user-format-function-S):
20155         Check spam-summary-score-preferred-header.
20156         (spam-extra-header-to-number): Add X-Bogosity header parsing.
20157         (spam-user-format-function-S): Format the score correctly.
20159 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20161         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
20162         signature file.  Suggested by Manoj Srivastava
20163         <srivasta@golden-gryphon.com>.
20165         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
20166         iso-2022-jp even in the Japanese language environment.
20167         Suggested by Jason Rumney <jasonr@gnu.org>.
20169 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20171         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
20172         use the same characters as the dummy marks; make it free from
20173         getting affected by the language environment.
20174         (gnus-summary-read-group-1): Update mark positions only when the
20175         format spec is updated.
20177         * gnus-spec.el (gnus-update-format-specifications): Return a list
20178         of updated types.
20180 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20182         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
20183         of boundp to check if display-warning is available.
20185 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
20187         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
20189 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20191         * nnspool.el (nnspool-spool-directory): Use news-path if the
20192         news-directory variable is not bound.
20194         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
20195         function instead of display-warning if it is not available.
20197 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20199         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
20200         v5-10: Use `point-at-bol'.
20202 2004-10-26  Simon Josefsson  <jas@extundo.com>
20204         * hashcash.el: Fix URL in comment, reported by Cheng Gao
20205         <chenggao@gmail.com>.
20207 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20209         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
20210         instead.
20212 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
20214         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
20215         to remove a server from the nnimap-server-buffer-alist.
20216         (nnimap-open-connection, nnimap-close-server): Use it.
20218         * gnus-encrypt.el: Remove file in favor of encrypt.el.
20220 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20222         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
20223         running the major-mode function.
20225 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20227         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
20228         dummy marks in the right way.
20230 2004-10-18  David Edmondson  <dme@dme.org>
20232         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
20233         excessively.
20235 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
20237         * gnus-util.el (gnus-split-references): Accept a nil references
20238         string and go on blissfully.
20240         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
20241         cases where the references string is non-nil but has no references.
20243         * encrypt.el: Add autoload tags.
20245         * spam.el (spam-resolve-registrations-routine): Remove article
20246         from unregistration list too.  Reported by David Hanak
20247         <dhanak@isis.vanderbilt.edu>
20249 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
20251         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
20252         nil.  Change custom type.
20254 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
20256         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
20258         * gnus-sum.el (gnus-summary-move-article): Use it.
20260 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
20262         * encrypt.el: Add autoload cookies.
20264         * spam.el (spam-backend-article-list-property)
20265         (spam-backend-get-article-todo-list)
20266         (spam-backend-put-article-todo-list)
20267         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
20268         Resolve registrations separately.
20269         (spam-register-routine): Format comments.
20270         (spam-unregister-routine, spam-register-routine): Always call with
20271         specific-articles, no default list.
20272         (spam-summary-prepare-exit): Use the spam-classifications function.
20274         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
20275         gnus-encrypt.el.
20277         * encrypt.el: Copied from gnus-encrypt.el.
20279         * gnus-encrypt.el: Commented that it's obsolete.
20281 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20283         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
20284         (gnus-score-save): Use it.
20286         * message.el (message-bury): Use `window-dedicated-p'.
20288 2004-10-15  Simon Josefsson  <jas@extundo.com>
20290         * pop3.el (top-level): Don't require nnheader.
20291         (pop3-read-timeout): Add.
20292         (pop3-accept-process-output): Add.
20293         (pop3-read-response, pop3-retr): Use it.
20295 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
20297         * spam.el (spam-register-routine): Move comment.
20298         (spam-verify-bogofilter): Use 'unknown for the initial
20299         spam-bogofilter-valid state, not 'never.
20301         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
20302         for netrc-machine.
20304         * nnimap.el (nnimap-open-connection):
20305         Use netrc-machine-user-or-password.
20307 2004-10-17  Richard M. Stallman  <rms@gnu.org>
20309         * gnus-registry.el (gnus-registry-unload-hook):
20310         Set as a variable with add-hook.
20312         * nnspool.el (nnspool-spool-directory): Use news-directory instead
20313         of news-path.
20315         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
20317         * spam.el: Delete duplicate `provide'.
20318         (spam-unload-hook): Set as a variable with add-hook.
20320 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20322         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
20323         in the doc string.
20325         * message.el (message-ignored-news-headers)
20326         (message-ignored-supersedes-headers)
20327         (message-ignored-resent-headers)
20328         (message-forward-ignored-headers): Improve custom type.
20330 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20332         * message.el (message-tokenize-header): Fix 2004-09-06 change
20333         which used point-min in the wrong place.
20335 2004-10-12  Simon Josefsson  <jas@extundo.com>
20337         * tls.el (tls-certtool-program): New variable.
20338         (tls-certificate-information): New function, based on
20339         ssl-certificate-information.
20341 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20343         * compface.el: Move the version of ELisp-based uncompface program
20344         to the contrib directory because of the copyright problem.
20346 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20348         * message.el (message-kill-buffer): Raise the current frame.
20350 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
20352         * gnus-sum.el: Mention that multibyte characters don't work as marks.
20354         * gnus.el (message-y-or-n-p): Autoload.
20356         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
20357         (pop3-password-required, pop3-authentication-scheme)
20358         (pop3-leave-mail-on-server): Make customizable.
20359         (pop3): New custom group.
20360         (pop3-retr): Remove `sleep-for' statements.
20361         Suggested by Dave Love <fx@gnu.org>.
20363         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
20364         Windows/DOS.
20366         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20367         (imap-parse-body): Fix incorrect use of `assert'.
20368         Suggested by Dave Love <fx@gnu.org>.
20370         * mml.el (mml-minibuffer-read-disposition): Require match.
20371         Suggested by Dave Love <fx@gnu.org>.
20373 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20375         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
20376         doc string.
20378 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20380         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
20382 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20384         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
20385         instead of calling `mm-insert-inline', to decode text/* parts
20386         before displaying them.
20388 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20390         * mm-uu.el (mm-uu-text-plain-type): New variable.
20391         (mm-uu-pgp-signed-extract-1): Use it.
20392         (mm-uu-pgp-encrypted-extract-1): Use it.
20393         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
20394         bind mm-uu-text-plain-type with that value.
20395         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
20396         mm-uu-dissect.
20398 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20400         * gnus-group.el (gnus-update-group-mark-positions):
20401         * gnus-sum.el (gnus-update-summary-mark-positions):
20402         * message.el (message-check-news-body-syntax):
20403         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
20404         of string-as-multibyte.
20406 2004-10-05  Juri Linkov  <juri@jurta.org>
20408         * gnus-group.el (gnus-update-group-mark-positions):
20409         * gnus-sum.el (gnus-update-summary-mark-positions):
20410         * message.el (message-check-news-body-syntax):
20411         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
20412         8-bit unibyte values to a multibyte string for search functions.
20414 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20416         * mm-uu.el (mm-uu-dissect): Allow optional arg.
20417         (mm-uu-dissect-text-parts): New function.
20419         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
20420         dissect text parts.
20422         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
20423         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
20425         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
20427         * gnus-topic.el (gnus-topic-hierarchical-parameters):
20428         Use gnus-current-topics instead of gnus-current-topic.
20430 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
20432         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
20434 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
20436         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
20437         where appropriate.
20439         * nnml.el (nnml-generate-active-info): do.
20441         * nndiary.el (nndiary-generate-active-info): do.
20443         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
20444         (gnus-topic-move): do.
20446         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
20447         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
20449         * gnus-srvr.el (gnus-server-prepare)
20450         (gnus-server-open-all-servers): do.
20452         * gnus-msg.el (gnus-summary-cancel-article)
20453         (gnus-summary-resend-message)
20454         (gnus-summary-mail-crosspost-complaint): do.
20456         * gnus-move.el (gnus-change-server): do.
20458         * gnus-group.el (gnus-group-unmark-all-groups)
20459         (gnus-group-set-current-level): do.
20461 2004-10-04  Simon Josefsson  <jas@extundo.com>
20463         * message.el (message-generate-hashcash): Doc fix.
20465 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
20467         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
20468         avoid infinite recursion via gnus-get-function.
20470 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
20472         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
20474         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
20476         * nnmail.el (nnmail-split-history): do.
20478         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
20479         (nnml-request-delete-group): do.
20481         * nnslashdot.el (nnslashdot-read-groups): do.
20483         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
20484         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
20486         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
20487         (nnspool-sift-nov-with-sed): Use last.
20488         (nnspool-retrieve-headers-with-nov): Use mapc.
20489         (nnspool-request-newgroups): Use dolist.
20490         (nnspool-request-group): Use last.
20492         * nntp.el (nntp-read-server-type): Use dolist.
20494         * nnvirtual.el (nnvirtual-create-mapping)
20495         (nnvirtual-update-read-and-marked): Use dolist.
20496         (nnvirtual-convert-headers): Simplify.
20498 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20500         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20501         Add support for sync'ing tick marks.
20503 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20505         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
20506         there's no visible header.
20508 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20510         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20511         When necessary, pass full group name to gnus-request-set-marks.
20513 2004-10-01  Simon Josefsson  <jas@extundo.com>
20515         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
20516         acroread.
20518 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20520         * spam-report.el (spam-report-gmane): Fix interactive.
20522         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
20524         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
20525         when writing file.
20526         (gnus-agent-synchronize-flags): Don't default to being
20527         interactive.
20529 2004-09-30  Simon Josefsson  <jas@extundo.com>
20531         * message.el (message-generate-hashcash): Add.
20532         (message-send-mail): Use it, call mail-add-payment.
20534 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
20536         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
20538 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
20540         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
20541         gnus-request-update-info with explicit code to sync the in-memory
20542         info read flags with the marks being sync'd to the backend.
20544         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
20546 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20548         * spam.el (spam-verify-bogofilter): Add new function.
20549         (spam-check-bogofilter)
20550         (spam-bogofilter-register-with-bogofilter): Use it.
20551         (spam-verify-bogofilter): Add small fixes.
20553 2004-09-28  Simon Josefsson  <jas@extundo.com>
20555         * hashcash.el (hashcash-generate-payment): Revert.
20557 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20559         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20560         Use gnus-extract-references instead of gnus-split-references.
20562         * gnus-util.el (gnus-extract-references): Add new function, analogous
20563         to gnus-split-references but extracts only the message-ID without
20564         anything extra.
20566         * hashcash.el (hashcash-generate-payment)
20567         (hashcash-check-payment): Do the right thing if hashcash-path is
20568         nil (because the hashcash program could not be found).
20570         * spam.el (spam-use-hashcash): Remove comment.
20572 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
20574         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
20575         (gnus-cache-enter-article, gnus-cache-remove-article)
20576         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
20578         * gnus-async.el (gnus-async-prefetch-remove-group): do.
20580         * gnus-art.el (article-hide-boring-headers)
20581         (article-translate-strings, article-display-face)
20582         (gnus-article-mime-match-handle-first)
20583         (gnus-article-highlight-headers)
20584         (gnus-article-add-buttons-to-head): do.
20586 2004-09-27  Simon Josefsson  <jas@extundo.com>
20588         * hashcash.el: New version, from
20589         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
20590         ../contrib/.
20592 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20594         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
20596 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
20598         * gnus-dup.el (gnus-dup-open): Use mapc.
20599         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
20601         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
20602         Reported by Stefan Wiens <s.wi@gmx.net>.
20604         * gnus.el (gnus-shutdown): Use dolist.
20606         * gnus-undo.el (gnus-undo): Use mapc.
20608         * nnrss.el (nnrss-generate-active): do.
20610         * message.el (message-cite-original-without-signature)
20611         (message-cite-original): Use mapc.
20612         (message-do-actions, message-make-forward-subject): Use dolist.
20614 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
20616         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
20617         deletion to remove entire duplicate line.  Fixes merged article
20618         number bug.
20620 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
20622         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
20623         servers that are offline.  Avoids having gnus-agent-toggle-plugged
20624         first ask if you want to open a server and then, even when you
20625         responded with no, asking if you want to synchronize the server's
20626         flags.
20627         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
20628         multi-line expressions.
20629         (gnus-agent-synchronize-group-flags): New internal function.
20630         Updates marks in memory (in the info structure) AND in the
20631         backend.
20633         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
20635         * nnagent.el (nnagent-request-set-mark):
20636         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
20637         method, to ensure that synchronization updates marks in the
20638         backend and in the info (in memory) structure.
20640 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20642         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
20643         convention fully; don't miss the root article of a thread; make
20644         the X-Draft-From header with correct article numbers.
20646 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
20648         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
20649         unless plugged.  Disable the agent so that an open failure causes
20650         an error.
20652         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
20653         Revert 2004-09-21 change.  The backend must be opened while
20654         synchronizing flags even when the backend stores the flags
20655         locally.
20657 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
20659         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
20660         in `header' match.  Reported by Svend Tollak Munkejord.
20662         * message.el (message-cite-original): Fix use of
20663         `message-cite-articles-with-x-no-archive'.
20665 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20667         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
20668         (gnus-window-to-buffer): Ditto.
20670         * mml.el (mml-preview-buffer): New variable.
20671         (mml-preview): Manage window layout with gnus-buffer-configuration.
20673         * gnus-msg.el (gnus-setup-message): Put article numbers into the
20674         X-Draft-From header even if those articles aren't quoted.
20676 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
20678         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
20679         (gnus-request-set-mark, gnus-request-update-mark): Use new
20680         g-s-t-u-l-m to decide to use backend even when unplugged.
20682 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20684         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
20685         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
20687 2004-09-20  Simon Josefsson  <jas@extundo.com>
20689         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
20690         "utf-16-le".
20692 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20694         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
20696 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20698         * uudecode.el (uudecode-use-external): Add :version.
20700         * smime.el (smime-CA-file, smime-encrypt-cipher)
20701         (smime-dns-server): Add :version.
20703         * smiley.el (gnus-smiley-file-types): Add :version.
20705         * sha1.el (sha1-use-external): Add :version.
20707         * pgg-def.el (pgg-query-keyserver): Add :version.
20709         * nnmail.el (nnmail-fancy-expiry-targets)
20710         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
20711         Add :version.
20713         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
20714         (nnimap-retrieve-groups-asynchronous): Add :version.
20715         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
20717         * mml.el (mml-content-disposition-parameters)
20718         (mml-insert-mime-headers-always): Add :version.
20720         * mm-util.el (mm-coding-system-priorities): Add :version.
20722         * mm-decode.el (mm-inline-text-html-with-images)
20723         (mm-keep-viewer-alive-types, mm-external-terminal-program)
20724         (mm-verify-option): Add :version.
20725         (mm-text-html-renderer): Change :version.
20727         * message.el (message-fcc-externalize-attachments)
20728         (message-required-headers, message-draft-headers)
20729         (message-subject-trailing-was-query)
20730         (message-subject-trailing-was-ask-regexp)
20731         (message-subject-trailing-was-regexp, message-mark-insert-begin)
20732         (message-mark-insert-end, message-archive-header)
20733         (message-archive-note, message-cross-post-default)
20734         (message-cross-post-note, message-followup-to-note)
20735         (message-cross-post-note-function, message-use-mail-followup-to)
20736         (message-subscribed-address-functions)
20737         (message-subscribed-address-file, message-subscribed-addresses)
20738         (message-subscribed-regexps, message-allow-no-recipients)
20739         (message-yank-cited-prefix, message-signature-insert-empty-line)
20740         (message-hidden-headers, message-hierarchical-addresses)
20741         (message-mail-user-agent, message-use-idna)
20742         (message-valid-fqdn-regexp)
20743         (message-strip-special-text-properties, message-header-synonyms)
20744         (message-beginning-of-line, message-tab-body-function): Add :version.
20745         (message-insert-canlock, message-wide-reply-confirm-recipients):
20746         Change :version.
20748         * mail-source.el (mail-source-ignore-errors): Add :group, :type
20749         and :version.
20750         (mail-source-delete-old-incoming-confirm)
20751         (mail-source-movemail-program): Add :version.
20753         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
20754         (gnus-agent-cache, gnus-agent): Change :version.
20756         * gnus-util.el (gnus-use-byte-compile): Change :version.
20758         * gnus-sum.el (gnus-summary-make-false-root-always)
20759         (gnus-summary-default-high-score)
20760         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
20761         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
20762         (gnus-read-all-available-headers, gnus-article-emulate-mime)
20763         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
20764         (gnus-sum-thread-tree-single-indent)
20765         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
20766         (gnus-sum-thread-tree-leaf-with-other)
20767         (gnus-sum-thread-tree-single-leaf): Add :version.
20768         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
20769         (gnus-article-loose-mime): Change :version.
20771         * gnus-start.el (gnus-backup-startup-file)
20772         (gnus-save-startup-file-via-temp-buffer): Add :version.
20774         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
20775         (gnus-server-offline-face): Add :version.
20777         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
20779         * gnus-msg.el (gnus-gcc-externalize-attachments)
20780         (gnus-debug-files, gnus-debug-exclude-variables)
20781         (gnus-discouraged-post-methods): Change :version.
20782         (gnus-confirm-mail-reply-to-news)
20783         (gnus-confirm-treat-mail-like-news): Add :version.
20785         * gnus-int.el (gnus-server-unopen-status): Add :version.
20787         * gnus-group.el (gnus-group-jump-to-group-prompt)
20788         (gnus-large-ephemeral-newsgroup)
20789         (gnus-fetch-old-ephemeral-headers): Add :version.
20791         * gnus-fun.el (gnus-x-face-directory)
20792         (gnus-convert-pbm-to-x-face-command)
20793         (gnus-convert-image-to-x-face-command)
20794         (gnus-convert-image-to-face-command): Add :version.
20796         * gnus-delay.el (gnus-delay-default-hour): Add :version.
20798         * gnus-cite.el (gnus-cite-blank-line-after-header)
20799         (gnus-article-boring-faces): Add :version.
20801         * gnus-art.el (gnus-buttonized-mime-types)
20802         (gnus-inhibit-mime-unbuttonizing)
20803         (gnus-treat-display-face)
20804         (gnus-treat-body-boundary): Change :version.
20805         (gnus-body-boundary-delimiter, gnus-picon-databases)
20806         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
20807         (gnus-treat-date-english, gnus-treat-fold-headers)
20808         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
20809         (gnus-treat-mail-picon, gnus-treat-wash-html)
20810         (gnus-article-encrypt-protocol)
20811         (gnus-use-idna, gnus-article-over-scroll)
20812         (gnus-mime-display-multipart-alternative-as-mixed)
20813         (gnus-mime-display-multipart-related-as-mixed)
20814         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
20815         (gnus-ctan-url, gnus-button-ctan-handler)
20816         (gnus-button-handle-ctan-bogus-regexp)
20817         (gnus-button-ctan-directory-regexp)
20818         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
20819         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
20820         (gnus-button-man-level, gnus-button-emacs-level)
20821         (gnus-button-message-level, gnus-button-browse-level): Add :version.
20823         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
20824         (gnus-agent-go-online): Change :version.
20825         (gnus-agent-expire-unagentized-dirs)
20826         (gnus-agent-auto-agentize-methods): Add :version.
20828         * flow-fill.el (fill-flowed-display-column)
20829         (fill-flowed-encode-column): Add :version.
20831         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20832         (gnus-outlook-deuglify-unwrap-max)
20833         (gnus-outlook-deuglify-cite-marks)
20834         (gnus-outlook-deuglify-unwrap-stop-chars)
20835         (gnus-outlook-deuglify-no-wrap-chars)
20836         (gnus-outlook-deuglify-attrib-cut-regexp)
20837         (gnus-outlook-deuglify-attrib-verb-regexp)
20838         (gnus-outlook-deuglify-attrib-end-regexp)
20839         (gnus-outlook-display-hook): Add :version.
20841         * binhex.el (binhex-use-external): Add :version.
20843 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
20845         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
20846         and `invisible'.
20848 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
20850         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
20851         in gnus-registry-trim.
20853 2004-09-13  Simon Josefsson  <jas@extundo.com>
20855         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
20857         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
20859         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
20860         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20861         <yamaoka@jpl.org>.
20862         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
20863         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20864         <yamaoka@jpl.org>.
20866         * sieve.el (sieve-manage-mode): Ditto.
20868 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
20870         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
20872 2004-09-11  Simon Josefsson  <jas@extundo.com>
20874         * dns-mode.el: Add.
20876         * mm-view.el (mm-display-dns-inline): Add.
20878         * mm-decode.el (mm-inline-media-tests): Add text/dns.
20879         (mm-automatic-display): Ditto.
20881         * mailcap.el (mailcap-mime-data): Add text/dns.
20882         (mailcap-mime-extensions): Map .soa to text/dns.
20884 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
20886         * gnus-art.el (article-decode-mime-words, article-babel)
20887         (gnus-article-highlight-signature, gnus-article-add-buttons)
20888         (gnus-signature-toggle): Remove unnecessary bindings of
20889         `inhibit-read-only' inherited from v5.10 merge.
20891 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
20893         * nntp.el (nntp): New customization group.
20894         (nntp-authinfo-file): Add customization group.
20896         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
20898         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
20900         * gnus.el (to-address, to-list, subscribed)
20901         (large-newsgroup-initial): Ditto.
20903         * flow-fill.el (fill-flowed-display-column)
20904         (fill-flowed-encode-column): Ditto.
20906 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20908         * message.el (message-tokenize-header, message-send-mail-with-qmail):
20909         Use point-min rather than 1.
20910         (message-send-mail): Use buffer-size rather than point-max.
20912         * gnus-sum.el (gnus-summary-search-article-forward):
20913         Signal a specific `search-failed' rather than a generic `error'.
20915         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
20916         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
20917         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
20919 2004-09-10  Simon Josefsson  <jas@extundo.com>
20921         * nndb.el (require): Remove tcp and duplicate cl.
20923 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20925         * gnus-agent.el (directory-files-and-attributes): Move forward.
20927 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20929         * gnus-agent.el (directory-files-and-attributes):
20930         Optionally defined to support XEmacs.
20932 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20934         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
20935         to avoid run-time CL dependencies.
20936         (gnus-agent-unfetch-articles): New function.
20937         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
20938         article numbers even when local .overview file is missing.
20939         (gnus-agent-read-article-number): New function.  Only accepts
20940         27-bit article numbers.
20941         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
20942         Use gnus-agent-read-article-number.
20943         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
20944         from backend while recognizing that article numbers in .overview
20945         must be valid.
20946         (gnus-agent-update-files-total-fetched-for):
20947         Use directory-files-and-attributes to improve performance.
20948         * gnus-int.el (gnus-request-move-article):
20949         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
20950         improve performance.
20952         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
20953         some users confused by references to .newsrc when they only have a
20954         .newsrc.eld file.
20955         (gnus-convert-mark-converter-prompt)
20956         (gnus-convert-converter-needs-prompt): Fix use of property list.
20957         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
20958         New function.  Used internally to only display 'gnus converting
20959         files' message when actually necessary.
20961         * gnus-sum.el (): Remove (require 'gnus-agent) as required
20962         methods now autoloaded.
20964 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20966         * gnus-sum.el (gnus-summary-insert-subject): Remove list
20967         identifiers.
20969 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
20971         * gnus-picon.el: Fix indentation and closing parenthesis.
20973 2004-09-01  Simon Josefsson  <jas@extundo.com>
20975         * message.el (message-canlock-generate): Require sha1, not
20976         sha1-el.  (Can we get rid of this require altogether?  It is ugly
20977         to require within a function.  Sadly, if sha1.el isn't loaded, the
20978         let binding in m-c-g will hide the defcustom definition, which is
20979         bad.)
20981         * canlock.el: Require sha1, not sha1-el.
20983         * message.el: Don't autoload sha1 (there is a autoload cookie in
20984         sha1.el).
20986         * sha1-el.el: Rename to sha1.el.
20988 2004-08-30  Juanma Barranquero  <lektu@terra.es>
20990         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
20992 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20994         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
20996 2004-08-30  Kim F. Storm  <storm@cua.dk>
20998         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
21000         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
21001         Add :group 'nnimap.
21003 2004-08-30  Andreas Schwab  <schwab@suse.de>
21005         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
21006         ?* and ?\;.
21008         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
21009         and ?\' to symbol instead of whitespace.
21011 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21013         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
21015         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
21016         instead of re-search-forward.
21018         * gnus-uu.el (gnus-uu-save-article): Ditto.
21019         (gnus-uu-post-encode-uuencode): Ditto.
21021         * html2text.el (html2text-clean-list-items): Ditto.
21022         (html2text-clean-dtdd): Ditto.
21023         (html2text-format-tags): Ditto.
21025         * message.el (message-send-mail-with-sendmail): Fix regexp.
21026         (message-fill-field-general): Use search-forward instead of
21027         re-search-forward.
21028         (unbold-region): Ditto.
21030         * nnrss.el (nnrss-request-article): Ditto.
21032         * nnslashdot.el (nnslashdot-request-article): Ditto.
21034         * nnweb.el (nnweb-gmane-wash-article): Ditto.
21036         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
21037         "Unrecognized menu descriptor" error in XEmacs.
21039 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21041         * gnus-sum.el (gnus-read-header): Don't remove a header for the
21042         parent article of a sparse article in the thread hashtb.
21044 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
21046         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
21047         (nnmail-expand-newtext): Lowercase expanded entries if
21048         nnmail-split-lowercase-expanded is non-nil.
21050 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21052         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
21054         * gnus-group.el (gnus-group-line-format-alist): Convert the value
21055         of gnus-tmp-news-method into string under XEmacs.  It will be
21056         passed to gnus-correct-length which takes only a string argument.
21058 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21060         * gnus-util.el (gnus-bind-print-variables): New macro.
21061         (gnus-prin1): Use it.
21062         (gnus-prin1-to-string): Use it.
21063         (gnus-pp): New function.
21064         (gnus-pp-to-string): New function.
21066         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
21067         Replace pp-to-string with gnus-pp-to-string.
21068         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
21069         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
21070         * gnus-msg.el (gnus-debug): Ditto.
21071         * gnus-score.el (gnus-score-save): Ditto.
21072         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
21073         gnus-pp-to-string.
21074         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
21075         with gnus-pp.
21076         * score-mode.el (gnus-score-pretty-print): Ditto.
21077         * webmail.el (webmail-debug): Ditto.
21079 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21081         * gnus-art.el (article-display-face, article-display-x-face):
21082         Use buffer-read-only.
21084 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21086         * gnus-art.el (article-hide-list-identifiers):
21087         Bind inhibit-read-only as t.
21089 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
21091         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
21093 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21095         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
21096         (gnus-narrow-to-page): Don't assume point-min == 1.
21097         (gnus-article-edit-mode): Derive from message-mode.
21099         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
21100         point-min == 1.
21102         * imap.el (imap-parse-address-list, imap-parse-body-ext):
21103         Disable incorrect use of `assert'.
21105         * message.el (message-mode): Set comment-start-skip.
21107 2004-08-22  Sam Steingold  <sds@gnu.org>
21109         * pop3.el (pop3-leave-mail-on-server): New user variable.
21110         (pop3-movemail): Delete mail only when it is nil.
21112 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
21114         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
21116         * mml.el (mml-preview): Use `pop-to-buffer'.
21118         * message.el (message-goto-mail-followup-to): Insert after "To".
21119         (message-carefully-insert-headers): Add comment.
21121         * gnus.el: Remove unused variable `gnus-article-check-size'.
21123         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
21125         * gnus-art.el (gnus-button-alist):
21126         Improve `gnus-button-handle-library' entry.
21128 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
21130         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
21131         Use downcase, since XEmacs capitalizes error messages differently.
21133 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
21135         * nntp.el: Add (require 'gnus) due to reference to
21136         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
21138 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
21140         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
21141         Bind `mm-fill-flowed'.
21143         * mm-decode.el (mm-dissect-singlepart): Check it.
21145 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
21147         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
21148         'imap' for netrc parsing.
21150 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
21152         * mailcap.el (mailcap-mime-data): Mark as risky.
21154 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21156         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
21157         may be included in the encoded word.
21158         (rfc2047-encode): Don't append a space if the encoded word
21159         includes close parenthesis.
21161 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21163         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
21164         of text within parentheses.
21166 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
21168         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
21169         (gnus-encrypt-write-file-contents): Make the password key the file
21170         name PLUS the cipher, not just the cipher.  Also remove failed
21171         passwords from the cache.
21173 2004-08-06  Simon Josefsson  <jas@extundo.com>
21175         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
21176         Doc fix.
21178 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21180         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
21181         LWSP.
21183 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
21185         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21186         Try to append in-reply-to: data to the references: header.
21188         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
21189         (netrc-parse): Use gnus-encrypt.el functions.
21191         * gnus-encrypt.el: Add new file for encryption support; currently
21192         does only a few GPG ciphers and an internal XOR cipher.
21194         * password.el: Add comments on using password-read-and-add.
21195         (password-read-and-add): Add function to read and add the
21196         password to the cache at once.
21198 2004-07-28  Simon Josefsson  <jas@extundo.com>
21200         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
21201         parameter (but don't use it, for now).
21203         * imap.el (imap-ssl-open): Use imap-process-connection-type,
21204         instead of hard coding to nil.
21206 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21208         * mm-view.el (mm-inline-image-emacs): Open lines under an image
21209         as mm-inline-image-xemacs does.
21211 2004-07-26  Simon Josefsson  <jas@extundo.com>
21213         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
21214         Revert part of 2004-07-17 change below.
21216 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21218         * rfc2047.el (rfc2047-encode-region): Don't infloop.
21219         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21221 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21223         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
21224         quotes that actually start with ">" at the beginning of the
21225         lines.
21227 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21229         * rfc2047.el (rfc2047-encode-region): Fix last change.
21230         (rfc2047-encode-parameter): Remove useless concat.
21232 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21234         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
21235         encode special characters; fix some kind of misconfigured headers;
21236         signal a real error if debug-on-quit or debug-on-error is non-nil.
21237         (rfc2047-encode-max-chars): New variable.
21238         (rfc2047-encode-1): Use it.
21239         (rfc2047-encode-parameter): New function.
21241         * mml.el (mml-insert-parameter): Remove an excessive space.
21243 2004-07-17  Simon Josefsson  <jas@extundo.com>
21245         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
21246         Kai Grossjohann <kai@emptydomain.de>.
21247         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
21248         (gnus-group-make-menu-bar): Ditto.
21250         * gnus-util.el (gnus-group-server): Add.
21252 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
21254         * message.el (message-clone-locals): Clone sendmail and smtp
21255         variables.
21257 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21259         * rfc2047.el (rfc2047-encode-region): Fix last change.
21261 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21263         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
21264         characters as non-special.
21266 2004-07-09  Simon Josefsson  <jas@extundo.com>
21268         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
21269         Users will lose all flag changes made while unplugged with
21270         e.g. nntp unless flag synchronization happens, thus `nil' is not a
21271         good default.  See numerous reports on ding mailing list.
21273 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21275         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
21276         add generate-head-function and generate-article-function to the
21277         rfc822-forward entry.
21278         (nndoc-rfc822-forward-generate-article): New function.
21279         (nndoc-rfc822-forward-generate-head): New function.
21281         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
21283 2004-07-06  Dan Christensen  <jdc@uwo.ca>
21285         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
21286         respect display group parameter and gnus-summary-expunge-below.
21287         (gnus-articles-to-read): Remove unused reference to display group
21288         parameter.
21290 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21292         * nnheader.el (nnheader-uniquify-message-id): New experimental
21293         variable.
21294         (nnheader-nov-read-message-id): Use it.
21296         * spam-report.el (spam-report-gmane): Add interactive.
21298 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21300         * mm-encode.el (mm-content-transfer-encoding-defaults):
21301         Use qp-or-base64 for the application/* types.
21303 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
21305         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
21307 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
21309         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
21310         trim value.
21312 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21314         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
21315         New macro and function.
21316         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
21318 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21320         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
21321         after-load-alist.
21323 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21325         * gnus-group.el (gnus-group-get-new-news-this-group):
21326         Don't update info that isn't there.
21328 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
21330         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
21331         entry.
21333 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21335         * mm-view.el (mm-inline-render-with-function): Use multibyte
21336         buffer; decode html source by charset.
21338         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
21340         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
21341         Mule-UCS is loaded under XEmacs.
21342         (mm-mime-mule-charset-alist): Avoid duplicated entries.
21344 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
21346         * nnheader.el (nnheader-max-head-length): Increase to 8192.
21348 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21350         * mm-util.el (mm-coding-system-p): Return a coding-system.
21351         (mm-mime-mule-charset-alist): Use shift_jis instead of
21352         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
21353         entries for the mime charsets iso-2022-jp-3 and shift_jis.
21354         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
21355         instead of japanese-shift-jis and iso-latin-1 respectively in
21356         order to share the default value with both Emacs and XEmacs-mule.
21357         (mm-mule-charset-to-mime-charset):
21358         Make mm-coding-system-priorities effective.
21359         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
21360         while predicating of candidates upon the priorities.
21362 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
21364         * gnus-sum.el (gnus-summary-make-menu-bar):
21365         Add gnus-uu-invert-processable.
21367         * gnus.el: Autoload gnus-uu-invert-processable.
21369 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21371         * mm-util.el (mm-with-multibyte-buffer): New macro.
21373         * rfc2047.el (rfc2047-encode-string): Use it.
21374         (rfc2047-encode-region): Move point to the end of the region after
21375         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
21377 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21379         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
21380         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
21382 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21384         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
21385         (gnus-cite-parse): Ignore quoted envelope From_.
21386         Suggested by Karl Chen <quarl@nospam.quarl.org>.
21388 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
21390         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
21391         invalid addresses.
21393 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
21395         * spam.el: Change section markers, revise TODO list.
21396         (spam-backends): Make new master list of all installed backends.
21397         (spam-summary-exit-behavior): Add new variable to determine how
21398         messages moves are done at summary exit.
21399         (spam-move-spam-nonspam-groups-only)
21400         (spam-process-ham-in-nonham-groups)
21401         (spam-process-ham-in-spam-groups): Remove variables, the
21402         spam-summary-exit-behavior variable should be used to manage this
21403         behavior.
21404         (spam-old-ham-articles, spam-old-spam-articles): Remove.
21405         (spam-old-articles): Add variable, replacing spam-old-ham-articles
21406         and spam-old-spam-articles.
21407         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
21408         Add empty variables, placeholders for the backends they represent.
21409         (spam-set-difference): Move, unchanged.
21410         (spam-list-of-processors): Declare OBSOLETE, not used anymore
21411         unless the user has a processor variable.
21412         (spam-classifications, spam-classification-valid-p)
21413         (spam-backend-properties, spam-backend-property-valid-p)
21414         (spam-backend-function-type-valid-p)
21415         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
21416         (spam-report-articles-gmane, spam-report-articles-resend):
21417         Remove functions, they are not needed.
21418         (spam-install-backend-super, spam-backend-list)
21419         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
21420         (spam-backend-function, spam-backend-ham-registration-function)
21421         (spam-backend-spam-registration-function)
21422         (spam-backend-ham-unregistration-function)
21423         (spam-backend-spam-unregistration-function)
21424         (spam-backend-statistical-p, spam-backend-mover-p)
21425         (spam-install-backend-alias, spam-install-checkonly-backend)
21426         (spam-install-mover-backend, spam-install-nocheck-backend)
21427         (spam-install-backend, spam-install-statistical-backend)
21428         (spam-install-statistical-checkonly-backend): Add backend installation
21429         support.
21430         (spam-summary-prepare-exit): Rewrite to use the new backend code.
21431         (spam-group-processor-p): Use the new backend code and respect the
21432         summary exit behavior.
21433         (spam-mark-spam-as-expired-and-move-routine): Remove.
21434         (spam-summary-prepare): Change to use the new spam-old-articles
21435         variable.
21436         (spam-copy-or-move-routine, spam-copy-spam-routine)
21437         (spam-move-spam-routine, spam-copy-ham-routine)
21438         (spam-move-ham-routine): Add code to copy/move ham or spam.
21439         (spam-fetch-field-fast): Improve doc and code, plus allow the
21440         'number request.
21441         (spam-list-of-checks, spam-list-of-statistical-checks):
21442         Remove variables.
21443         (spam-split, spam-find-spam): Use the new backend code.
21444         (spam-registration-functions): Remove variable.
21445         (spam-unregister-routine): Add convenience wrapper.
21446         (spam-log-undo-registration, spam-register-routine)
21447         (spam-log-processing-to-registry)
21448         (spam-log-unregistration-needed-p): Rename "check" to "backend"
21449         where possible.
21450         (spam-check-gmane-xref, spam-check-regex-headers)
21451         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
21452         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
21453         (spam-check-bogofilter-headers, spam-check-spamoracle)
21454         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
21455         (spam-check-crm114-headers): Use the spam-split-group that
21456         spam-split prepares, no need to determine it every time.
21458         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
21459         to the nnheader-parse-naked-head call.
21461         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
21463         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
21464         the nnheader-nov-read-message-id call.
21466 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21468         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
21469         gnus-activate-group twice.  Suggested by Markus Peter
21470         <warp@spin.de>.
21472 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21474         * gnus-art.el (gnus-article-time-format): Exchange the order of
21475         day and month in the default value; fix customization type.
21476         (article-date-ut): Use add-text-properties.
21477         (article-make-date-line): Use message-make-date instead of
21478         current-time-string.
21480         * message.el (message-fetch-field): Don't use set-text-properties.
21481         (message-make-date): Simplify.
21483 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21485         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
21486         (rfc2047-encode-region): Treat text within parentheses as special;
21487         show the original text when error has occurred.
21489         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
21490         already-computed method to gnus-activate-group.
21492         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
21493         same select-methods identical Lisp objects.
21495         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
21496         object when modifying the info.
21498 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21500         * gnus-srvr.el (gnus-server-set-info): Remove the server from
21501         gnus-opened-servers since it has never been opened with the new
21502         configuration yet.
21504 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21506         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
21507         arg to nnheader-generate-fake-message-id.
21509 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
21511         * nnheader.el (nnheader-generate-fake-message-id): Accept a
21512         number and build a fake message ID localized to a group and
21513         article number (so it's repeatable from that point on).
21514         (nnheader-fake-message-id-p): Change regex to accommodate new fake
21515         ID format.
21517         * gnus-sum.el (gnus-get-newsgroup-headers):
21518         Call nnheader-generate-fake-message-id with the article number.
21520 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
21522         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
21523         end-of-buffer.
21525 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21527         * message.el (message-ignored-supersedes-headers): Add Approved.
21529 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21531         * rfc2047.el (rfc2047-encode-message-header): Remove useless
21532         goto-char.
21533         (rfc2047-encode): Fold the line before encoding.
21535 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21537         * rfc2047.el (rfc2047-encode-message-header): Disabled header
21538         folding -- not all headers can be folded, and this should be done
21539         by the message composition mode.  Probably.  I think.
21541 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21543         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
21544         fast.
21546         * gnus-ems.el (gnus-remove-image): Don't use
21547         message-text-with-property; remove only the image found first.
21549 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
21551         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
21553 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21555         * message.el (message-text-with-property): Make it fast and accept
21556         optional arguments.
21557         (message-strip-forbidden-properties): Use it.
21558         (message-fix-before-sending): Follow the m-t-w-p change.
21560         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
21562 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21564         * gnus-art.el (article-hide-headers): Don't change the buffer
21565         mistakenly when performing mml-preview even if
21566         gnus-single-article-buffer is nil.
21568 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
21570         * message.el (message-expand-name-databases): New user option.
21571         (message-expand-name): Use it.
21573 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
21575         * spam.el (spam-report-articles-resend)
21576         (spam-report-resend-register-routine): Allow ham reporting.
21577         (spam-report-resend-register-ham-routine): Add wrapper.
21578         (spam-registration-functions): Add ham resending functions.
21579         (spam-list-of-processors): Add ham resend processor.
21581         * gnus.el (ham-resend-to): Add new group parameter.
21582         (spam-process): Add ham resend option.
21584         * spam-report.el (spam-report-resend): Allow reporting ham.
21585         (spam-report-resend-ham): Add wrapper.
21587 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21589         * message.el (message-cite-articles-with-x-no-archive):
21590         New variable.
21591         (message-cite-original): Use it.
21593 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21595         * message.el (message-cite-original): Respect X-No-Archive.
21597 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21599         * gnus-art.el (article-hide-headers): Refer to the values for
21600         gnus-ignored-headers and gnus-visible-headers in the summary
21601         buffer since a user may have set them as group parameters.
21603 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
21605         * assistant.el (assistant-node-name): Add convenience function.
21606         (assistant-render-text, assistant-render-node): Add error handling,
21607         plus handle multiple next nodes.
21608         (assistant-find-next-node): Comment out for now.
21609         (assistant-find-next-nodes): Add function, returns list of next
21610         nodes.
21612 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
21614         * mail-source.el (mail-source-directory): Fix doc-string.
21616 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
21618         * assistant.el (assistant-render-text, assistant-eval): Add :set
21619         widget type, which is different because it takes and returns a
21620         list.  Much hilarity ensues.
21622 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
21624         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
21626         * gnus-group.el (gnus-group-get-new-news-this-group):
21627         Add doc-string.
21629         * gnus-start.el (gnus-activate-group): Add doc-string.
21631 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21633         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
21635 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
21637         * assistant.el (assistant-render-text): Try to add a :set
21638         widget, more to come.
21640         * spam.el (spam-group-spam-contents-p): Handle empty groupname
21641         strings.
21642         (spam-report-articles-resend)
21643         (spam-register-routine): Do registration iff any articles warrant
21644         it.
21645         (spam-summary-prepare-exit): Change log message for nil group
21646         destinations.
21648 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
21650         * spam.el (spam-report-resend-register-routine):
21651         Allow spam-report-resend-to to be a group parameter or a global value.
21653 2004-05-26  Simon Josefsson  <jas@extundo.com>
21655         * starttls.el: Merge with my GnuTLS based starttls.el.
21656         (starttls-gnutls-program, starttls-use-gnutls)
21657         (starttls-extra-arguments, starttls-process-connection-type)
21658         (starttls-connect, starttls-failure, starttls-success):
21659         New variables.
21660         (starttls-program, starttls-extra-args): Doc fix.
21661         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
21662         New functions.
21663         (starttls-negotiate, starttls-open-stream):
21664         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
21665         function if it is set.
21667 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21669         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
21670         structured fields.
21672 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21674         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
21676 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
21678         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
21679         Add variable.
21680         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
21681         assigning the spam-mark to new messages.
21683 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
21685         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
21687 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21689         * rfc2047.el (rfc2047-encodable-p): Don't move point.
21690         (rfc2047-decode): Treat the ascii coding-system as raw-text by
21691         default.
21693 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
21695         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
21696         correct data.
21698 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
21700         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
21701         (spam-group-processor-p): Fix function.
21702         (spam-group-processor-multiple-p)
21703         (spam-group-spam-processor-report-gmane-p)
21704         (spam-group-spam-processor-report-resend-p)
21705         (spam-group-spam-processor-bogofilter-p)
21706         (spam-group-spam-processor-blacklist-p)
21707         (spam-group-spam-processor-ifile-p)
21708         (spam-group-ham-processor-ifile-p)
21709         (spam-group-spam-processor-spamoracle-p)
21710         (spam-group-spam-processor-crm114-p)
21711         (spam-group-ham-processor-bogofilter-p)
21712         (spam-group-spam-processor-stat-p)
21713         (spam-group-ham-processor-stat-p)
21714         (spam-group-ham-processor-whitelist-p)
21715         (spam-group-ham-processor-BBDB-p)
21716         (spam-group-ham-processor-spamoracle-p)
21717         (spam-group-ham-processor-copy-p): Remove functions with some
21718         prejudice against unneeded code.
21719         (spam-report-articles-resend)
21720         (spam-report-resend-register-routine): Allow the group/topic
21721         spam-resend-to value to override spam-report-resend-to.
21722         (spam-summary-prepare-exit): Invoke spam-group-processor-p
21723         properly now.
21725         * gnus.el (spam-resend-to): Add group/topic parameter.
21726         (spam-process): Move the OBSOLETE processors to the end of the
21727         choices.
21729 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
21731         * spam-report.el (spam-report-resend-to, spam-report-resend):
21732         Start with resend-to set to nil, and then ask the user if necessary.
21733         (spam-report-resend): spam-report-resend takes a list of articles, not
21734         separate article numbers.
21736 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21738         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
21739         addition to emacs-w3m.
21741 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21743         * assistant.el (assistant-authinfo-data): New function.
21744         (assistant-eval): Eval for entire assistant.
21746         * netrc.el (netrc-services-file): New variable.
21747         (netrc-parse-services): New function.
21748         (netrc-find-service-name): New function.
21749         (netrc-find-service-number): New function.
21750         (netrc-port-equal): New function.
21751         (netrc-machine): Use it.
21753         * nnimap.el (nnimap-open-connection): Use netrc.
21755         * gnus-util.el (gnus-netrc-get): Remove aliases.
21757         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
21759         * assistant.el (wid-edit): Fix compilation.
21761         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
21763 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
21765         * gnus-util.el (gnus-set-file-modes): New function.  (small
21766         patch).
21768 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21770         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
21772         * assistant.el (assistant-render-node): Fix up rendering and
21773         read-only text.
21774         (assistant-render-node): Reset.
21775         (assistant-make-read-only): Not sticky.
21777 2004-05-20  Danny Siu  <dsiu@adobe.com>
21779         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
21780         centered even when gnus-auto-center-summary is t.
21782 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21784         * dns.el (dns-get-txt-answer): New function.
21785         (dns-read-txt): Ditto.
21786         (query-dns): Use it.
21788 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21790         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
21791         active for foreign groups even if the group level is higher than
21792         the specified value.
21794 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21796         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
21797         non-active groups.
21799         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
21801 2004-05-20  Magnus Henoch  <mange@freemail.hu>
21803         * dns.el (dns-read-type): Add support for SVR.  (small patch)
21805 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
21807         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
21808         (spam-crm114-header, spam-crm114-spam-switch)
21809         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
21810         (spam-crm114-positive-spam-header)
21811         (spam-crm114-database-directory, spam-list-of-processors)
21812         (spam-group-spam-processor-crm114-p)
21813         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
21814         (spam-generic-score, spam-list-of-checks)
21815         (spam-list-of-statistical-checks, spam-registration-functions)
21816         (spam-check-crm114-headers, spam-crm114-score)
21817         (spam-check-crm114, spam-crm114-register-with-crm114)
21818         (spam-crm114-register-spam-routine)
21819         (spam-crm114-unregister-spam-routine)
21820         (spam-crm114-register-ham-routine)
21821         (spam-crm114-unregister-ham-routine): Add CRM114 support.
21823 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
21825         * gnus.el: Add spam-use-crm114.
21827         * spam.el (spam-list-of-processors, spam-registration-functions):
21828         Add spam-use-resend.
21829         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
21830         (spam-report-articles-gmane): Add doc fix.
21831         (spam-report-articles-resend, spam-report-resend-register-routine):
21832         Add wrappers around spam-report-resend-to.
21834         * spam-report.el (spam-report-resend-to, spam-report-resend):
21835         Add support for resending spam.
21836         (spam-report-gmane): Fix line length >80.
21838         * gnus.el (spam-process): Add spam-use-resend.
21840 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21842         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
21843         number of processed spam messages.
21844         (spam-ham-copy-or-move-routine): Return the number of processed
21845         ham messages.
21846         (spam-summary-prepare-exit): Use the above values to decide
21847         whether status messages shouled be displayed.
21849 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21851         * rfc2047.el (rfc2047-encode-function-alist): Rename from
21852         `rfc2047-encoding-function-alist' in order to avoid conflicting
21853         with the old version.
21854         (rfc2047-encode-region): Concatenate words containing non-ASCII
21855         characters in structured fields; don't encode space-delimited
21856         ASCII words even in unstructured fields; don't break words at
21857         char-category boundaries.
21858         (rfc2047-encode-1): New function.
21859         (rfc2047-encode): Use it; encode text so that it occupies the
21860         maximum width within 76-column; work correctly on Q encoding for
21861         iso-2022-* charsets.
21862         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
21863         sure not to break a line just after the header name.
21864         (rfc2047-b-encode-region): Remove.
21865         (rfc2047-b-encode-string): New function.
21866         (rfc2047-q-encode-region): Remove.
21867         (rfc2047-q-encode-string): New function.
21869         * mm-util.el (mm-replace-in-string): New function.
21871 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21873         * gnus-msg.el (gnus-inews-make-draft-meta-information):
21874         Really get it right.
21875         (gnus-inews-make-draft): Really.
21877 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
21879         * nnmh.el (nnmh-request-list-1): Don't check the link count
21880         before descending.  (small patch)
21882 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21884         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
21885         stuff.
21887         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
21888         Match on real group name.
21890         * gnus-art.el (gnus-signature-limit): Doc fix.
21892         * gnus-msg.el (gnus-inews-make-draft): Quote list.
21894 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21896         * gnus-draft.el (gnus-draft-send):
21897         Bind rfc2047-encode-encoded-words.
21899         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
21900         (rfc2047-encodable-p): Say that =? needs encoding.
21901         (rfc2047-encode-encoded-words): New variable.
21903         * gnus-group.el (gnus-group-select-group): Doc fix.
21905         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
21907         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
21908         to nil.
21910         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
21912         * nnheader.el (nnheader-get-lines-and-char): New function.
21914 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
21916         * gnus-msg.el (gnus-summary-followup-with-original):
21917         Document yanking of region when active.
21919 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21921         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
21922         groups if the group level is higher than the specified value.
21924 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21926         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
21927         (gnus-group-jump-to-group): Add prefix argument using
21928         `gnus-group-jump-to-group-prompt'.  Query before jumping to
21929         non-active group.
21931         * compface.el (uncompface): Be verbose when changing
21932         `uncompface-use-external'.
21934         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
21935         handle manual section.
21937 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21939         * gnus-art.el (gnus-button-alist): Revert previous change.
21941 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21943         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
21945 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21947         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
21948         whether backend can accept message.
21950         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
21952 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
21954         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21955         Avoid creating directory when nntp-marks-is-evil is true.
21956         Reported by Reiner Steib.
21958 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21960         * gnus-picon.el (gnus-picon-insert-glyph):
21961         Add optional `nostring' argument.
21963 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21965         * gnus-picon.el (gnus-picon-style): New variable.
21966         (gnus-picon-transform-address): Support `gnus-picon-style'.
21968 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21970         * message.el (message-fill-field): Return point.
21971         (message-generate-headers): Go to end of field.
21973         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
21974         stuff for non-living groups.
21976 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21978         * gnus-art.el (gnus-article-followup-with-original)
21979         (gnus-article-reply-with-original): gnus-mark-active-p ->
21980         gnus-region-active-p.
21982 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
21984         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
21985         only when there is spam or ham to be processed.
21987 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21989         * mail-source.el (mail-source-delete-crash-box): Refactor.
21990         (mail-source-fetch): Use it.
21991         (mail-source-fetch-file): Ditto.
21992         (mail-source-fetch-directory): Run PostScript in loop.
21993         (mail-source-fetch-pop): Delete.
21994         (mail-source-fetch-maildir): Ditto.
21995         (mail-source-fetch-imap): Ditto.
21997         * imap.el (imap-authenticators): Comment out sasl.
21999         * message.el (message-skip-to-next-address): New function.
22000         (message-fill-header-address): Refactor.
22001         (message-fill-address): Use it.
22002         (message-delete-address): Use it.
22003         (message-fill-header-general): Refactor.
22004         (message-fill-field-address): Rename.
22005         (message-narrow-to-field): Find the start of the header.
22006         (message-header-format-alist): Don't pre-fill.
22007         (message-fill-header): Remove.
22008         (message-insert-header): New function.
22009         (message-shorten-references): Use it.
22011         * rfc2047.el (rfc2047-field-value): Strip props.
22013         * mail-parse.el (mail-header-make-address): New alias.
22015         * ietf-drums.el (ietf-drums-make-address): New function.
22017         * imap.el: Add compiler directives.
22019         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
22021         * gnus-art.el (article-decode-idna-rhs): Don't use
22022         message-idna-inside-rhs-p.
22024 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22026         * message.el (message-idna-inside-rhs-p): Remove.
22027         (message-idna-to-ascii-rhs-1): Use proper address parsing.
22029         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
22030         false positives.
22032 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
22034         * imap.el (imap-sasl-make-mechanisms): Use sasl.
22036 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22038         * nneething.el (nneething-file-name): Don't create spurious
22039         files.
22041         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
22042         (gnus-inews-do-gcc): Remove sleep.
22044         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
22045         part under point.
22047         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
22048         (gnus-agent-regenerate-group): Using nil messages aren't valid.
22050 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
22052         * spam.el (spam-summary-prepare-exit): Fix (length).
22054 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
22056         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
22057         as expired without moving it" message when there are spam
22058         messages left.
22060 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
22062         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
22063         header is not nil.
22065 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
22067         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22068         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
22069         (nntp-marks-changed-p): New arg SERVER.
22070         (nntp-request-update-info): Adjust caller.
22072 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
22074         * nntp.el (nntp-save-marks): Pass missing arg.
22076 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
22078         * nntp.el: Support marks.
22079         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
22080         (nntp-marks-modtime, nntp-marks-directory): New variables.
22081         (nntp-request-set-mark, nntp-request-update-info)
22082         (nntp-possibly-create-directory, nntp-marks-changed-p)
22083         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
22084         New functions.
22086 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
22088         * gnus-score.el (gnus-score-insert-help):
22089         Use gnus-select-lowest-window.
22091         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
22092         appt-select-lowest-window and rename to gnus-select-lowest-window.
22094         * gnus.el: do.
22096 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22098         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
22099         encodings of MIME-encoded words, in order to improve
22100         interoperability with several broken MUAs.
22102 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22104         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
22105         tags, only when charsets are not specified in headers.
22106         (mm-inline-text-html-render-with-w3m): Ditto.
22108 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22110         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
22111         instead of MIME-decoded from fields when checking
22112         `gnus-article-address-banner-alist'.
22114 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
22116         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
22117         description rather than subject.
22119 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22121         * gnus.el (gnus-version-number): Bump.
22123 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22125         * gnus.el: No Gnus v0.2 is released.
22127 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22129         * gnus-agent.el (gnus-agent-read-agentview):
22130         Inline gnus-uncompress-range.
22132 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22134         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
22135         `exec-installed-p'.
22137 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22139         * gnus.el (spam-process, spam-autodetect-methods):
22140         Add bsfilter and bsfilter-headers.
22142         * spam.el (spam-bsfilter): New customize group.
22143         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
22144         (spam-bsfilter-header, spam-bsfilter-probability-header)
22145         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
22146         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
22147         (spam-bsfilter-database-directory): New options.
22148         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
22149         (spam-list-of-statistical-checks, spam-registration-functions):
22150         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
22151         (spam-bsfilter-score): New command.
22152         (spam-check-bsfilter-headers, spam-check-bsfilter)
22153         (spam-bsfilter-register-with-bsfilter)
22154         (spam-bsfilter-register-spam-routine)
22155         (spam-bsfilter-unregister-spam-routine)
22156         (spam-bsfilter-register-ham-routine)
22157         (spam-bsfilter-unregister-ham-routine): New functions.
22158         (spam-generic-score): Support bsfilter; Accept an optional argument
22159         to recalcurate spam score even if scoring header has already been
22160         added.
22161         (spam-bogofilter-score, spam-spamassassin-score): Accept an
22162         optional argument to recalcurate spam score even if scoring header
22163         has already been added.
22165 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
22167         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
22168         strings!  Reported by David D. Smith <davidsmith@acm.org>.
22169         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
22170         link is missing.
22172 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
22174         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
22175         (html2text-get-attr): Rewrite.
22177         * message.el (message-setup-1): Remove redundant put-text-property
22178         on mail-header-separator.
22180 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
22182         * gnus-registry.el (gnus-registry-cache-whitespace)
22183         (gnus-registry-action, gnus-registry-spool-action)
22184         (gnus-registry-split-fancy-with-parent): Change message levels
22185         from 5 to 3 or 7, as needed.
22187         * spam.el (spam-summary-prepare-exit)
22188         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
22189         (spam-split, spam-find-spam, spam-log-undo-registration)
22190         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
22191         level from 5 to 6.
22193 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22195         * gnus-ems.el: Autoload appt-select-lowest-window (revert
22196         2004-03-04 change).
22198 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
22200         * sieve-manage.el (sieve-manage-open):
22201         * nnweb.el (nnweb-insert-html):
22202         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
22203         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
22204         * nnspool.el (nnspool-request-group):
22205         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
22206         * nnml.el (nnml-request-update-info):
22207         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
22208         (nnmh-request-create-group, nnmh-update-gnus-unreads):
22209         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
22210         (nnimap-request-set-mark):
22211         * nnfolder.el (nnfolder-request-update-info):
22212         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
22213         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
22214         * gnus-uu.el (gnus-uu-find-articles-matching):
22215         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
22216         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
22217         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
22218         * gnus-nocem.el (gnus-nocem-scan-groups):
22219         * gnus-int.el (gnus-start-news-server):
22220         * gnus-group.el (gnus-group-make-kiboze-group)
22221         (gnus-group-browse-foreign-server):
22222         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
22223         Use mapc when appropriate.
22225 2004-04-22  Dan Christensen  <jdc@uwo.ca>
22226             Adam Sjøgren  <asjo@koldfront.dk>
22227             Wes Hardaker  <wes@hardakers.net>
22228             Michael Shields  <shields@msrl.com>
22230         * spam.el (spam-necessary-extra-headers): Get the extra headers we
22231         may need for spam sorting and scoring.
22232         (spam-user-format-function-S): Add user format function suitable for
22233         general use.
22234         (spam-article-sort-by-spam-status): Add sorting function for summary
22235         sorting.
22236         (spam-extra-header-to-number): Add function to get a score from a
22237         header.
22238         (spam-summary-score): Add function to get a numeric score from the
22239         headers.
22240         (spam-generic-score): Fix function doc, was in wrong place.
22241         (spam-initialize): Take symbols when it's run, and install the
22242         extra headers that spam-necessary-extra-headers thinks we need.
22244 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
22246         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
22247         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22249 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
22251         * gnus-sum.el (gnus-set-global-variables)
22252         (gnus-build-all-threads, gnus-get-newsgroup-headers)
22253         (gnus-article-get-xrefs, gnus-summary-best-group)
22254         (gnus-summary-next-article, gnus-summary-enter-digest-group)
22255         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
22256         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
22257         Use with-current-buffer.
22259 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
22261         * spam.el (spam-summary-prepare-exit): Simplify logic.
22262         (spam-fetch-article-header): Read the article header if it's not
22263         available.
22264         (spam-list-articles): Simplify logic.
22265         (spam-filelist-register-routine): Fix bug with unregister-list.
22267         * gnus-registry.el: Fix comments at beginning.
22269 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
22271         * message.el (message-cater-to-broken-inn): Remove.
22272         (message-shorten-references): Make sure the total folded length of
22273         References is shorter than 998 characters to cater to a bug in INN
22274         2.3.  Also, don't pretend that references aren't folded -- this
22275         hasn't worked for a while.
22277 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22279         * gnus-agent.el (gnus-agentize):
22280         gnus-agent-send-mail-real-function no longer set to current value
22281         of message-send-mail-function but rather a lambda that calls
22282         message-send-mail-function.  The change makes the agent real-time
22283         responsive to user changes to message-send-mail-function.
22285 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22287         * legacy-gnus-agent.el
22288         (gnus-agent-convert-to-compressed-agentview): Fix typos with
22289         help from Florian Weimer <fw@deneb.enyo.de>
22291 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22293         * nnmail.el (nnmail-cache-insert): Revert last change.
22295 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22297         * nnmail.el (nnmail-cache-insert): Always check whether
22298         nnmail-cache-ignore-groups matches a group name.
22300 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
22302         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
22303         (spam-find-spam, spam-log-processing-to-registry)
22304         (spam-log-registered-p, spam-log-unregistration-needed-p)
22305         (spam-log-undo-registration): Use gnus-message instead of
22306         gnus-error, none of these errors are fatal.
22308         * gnus-registry.el (gnus-registry-clean-empty-function)
22309         (gnus-registry-clean-empty): Remove only empty entries without
22310         extra data.
22312 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
22314         * spam-stat.el (spam-stat-buffer-change-to-spam)
22315         (spam-stat-buffer-change-to-non-spam): Change (error) to
22316         (gnus-message 8) invocation.
22318 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22320         * nntp.el (nntp-via-netcat-command): New variable.
22321         (nntp-via-netcat-switches): New variable.
22322         (nntp-open-via-rlogin-and-netcat): New function.
22323         (nntp-open-connection-function): Doc fix.
22324         (nntp-telnet-command): Doc fix.
22325         (nntp-end-of-line): Doc fix.
22326         (nntp-via-rlogin-command): Doc fix.
22327         (nntp-via-user-name): Doc fix.
22328         (nntp-via-address): Doc fix.
22330 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22332         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
22333         error in Emacs 21.1.
22335 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
22337         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
22339 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22341         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
22342         (gnus-agent-with-refreshed-group): New macro.
22343         (gnus-agent-rename-group): New function.
22344         (gnus-agent-delete-group): New function.
22345         (gnus-agent-save-group-info): Use gnus-command-method when
22346         `method' parameter is nil.  Don't write nil entries into the
22347         active file.
22348         (gnus-agent-get-group-info): New function.
22349         (gnus-agent-fetch-articles):
22350         Use gnus-agent-update-files-total-fetched-for to increment disk space
22351         used.
22352         (gnus-agent-fetch-headers, gnus-agent-save-alist):
22353         Use gnus-agent-update-view-total-fetched-for to increment disk space
22354         used.
22355         (gnus-agent-get-local): Add optional parameters to avoid calling
22356         gnus-group-real-name and gnus-find-method-for-group.
22357         (gnus-agent-set-local): Delete stored entry if either min, or max,
22358         are nil.
22359         (gnus-agent-fetch-session): Reworded error/quit messages.
22360         On quit, use gnus-agent-regenerate-group to record existence of any
22361         articles fetched to disk before the quit occurred.
22362         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
22363         gnus-agent-update-view-total-fetched-for, and
22364         gnus-agent-update-files-total-fetched-for to decrement disk space
22365         used.
22366         (gnus-agent-retrieve-headers):
22367         Use gnus-agent-update-view-total-fetched-for to increment disk space
22368         used.
22369         (gnus-agent-regenerate-group): Replace gnus-group-update-group
22370         with gnus-agent-update-files-total-fetched-for to decrement disk
22371         space and fresh group buffer.
22372         (gnus-agent-inhibit-update-total-fetched-for): New variable.
22373         (gnus-agent-need-update-total-fetched-for): New variable.
22374         (gnus-agent-update-files-total-fetched-for): New function.
22375         (gnus-agent-update-view-total-fetched-for): New function.
22376         (gnus-agent-total-fetched-for): New function.
22378         * gnus-cache.el (gnus-cache-save-buffers):
22379         Use gnus-cache-update-overview-total-fetched-for to change disk space
22380         used by this group.
22381         (gnus-cache-possibly-enter-article):
22382         Use gnus-cache-update-file-total-fetched-for to increment disk space
22383         used by this group.
22384         (gnus-cache-possibly-remove-article):
22385         Use gnus-cache-update-file-total-fetched-for to decrement disk space
22386         used by this group.
22387         (gnus-cache-generate-nov-databases): Purge total fetched cache.
22388         (gnus-cache-rename-group): New function.
22389         (gnus-cache-delete-group): New function.
22390         (gnus-cache-inhibit-update-total-fetched-for): New variable.
22391         (gnus-cache-need-update-total-fetched-for): New variable.
22392         (gnus-cache-with-refreshed-group): New macro.
22393         (gnus-cache-update-file-total-fetched-for): New function.
22394         (gnus-cache-update-overview-total-fetched-for): New function.
22395         (gnus-cache-rename-group-total-fetched-for): New function.
22396         (gnus-cache-delete-group-total-fetched-for): New function.
22397         (gnus-cache-total-fetched-for): New function.
22399         * gnus-group.el: Require gnus-sum and autoload functions to
22400         resolve warnings when gnus-group.el compiled alone.
22401         (gnus-group-line-format): Documented new %F.
22402         (size of Fetched data) group line format; identifies disk space
22403         used by agent and cache.
22404         (gnus-group-line-format-alist): Defined new F format.
22405         (gnus-total-fetched-for): New function.
22406         (gnus-group-delete-group): No longer update
22407         gnus-cache-active-altered as gnus-request-delete-group now keeps
22408         the cache in sync.
22409         (gnus-group-list-active): Let the agent store a server's active
22410         list if currently plugged.
22412         * gnus-int.el (gnus-request-delete-group):
22413         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
22414         local disk in sync with the server.
22415         (gnus-request-rename-group):
22416         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
22417         local disk in sync with the server.
22419         * gnus-start.el (gnus-get-unread-articles):
22420         Cosmetic simplification to logic.
22422         * gnus-util.el (gnus-rename-file): New function.
22424 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
22426         * mm-util.el (mm-image-load-path): Handle nil in load-path.
22428 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
22430         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
22431         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
22433 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
22435         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
22436         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
22438 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
22440         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
22442 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
22444         * spam.el (spam-set-difference): Add function to replace
22445         gnus-set-difference in spam.el.
22446         (spam-summary-prepare-exit): Use spam-set-difference.
22448 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
22450         * gnus-registry.el (gnus-registry-cache-file): Update to use
22451         gnus-dribble-directory OR gnus-home-directory OR ~.
22452         (gnus-registry-split-fancy-with-parent): Fix doc.
22454 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22456         * message.el (message-exchange-point-and-mark):
22457         Use message-mark-active-p.  Suggested by Jesper Harder
22458         <harder@ifa.au.dk>.
22460 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22462         * message.el (message-exchange-point-and-mark): Don't activate
22463         region if it was inactive.  Suggested by Hiroshi Fujishima
22464         <pooh@nature.tsukuba.ac.jp>.
22466 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22468         * gnus-art.el (article-display-face): Display Faces in the same
22469         order as X-Faces.
22471 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22473         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
22475 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22477         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
22478         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
22479         (gnus-article-mime-hierarchy): Remove.
22480         (gnus-article-mime-hierarchy-next): Remove.
22481         (gnus-article-mode): Revert 2004-03-19 change.
22482         (gnus-article-setup-buffer): Revert 2004-03-19 change.
22483         (gnus-insert-mime-button): Revert 2004-03-19 change.
22484         (gnus-mime-accumulate-hierarchy): Remove.
22485         (gnus-mime-enter-multipart): Remove.
22486         (gnus-mime-leave-multipart): Remove.
22487         (gnus-mime-display-part): Revert 2004-03-19 change.
22488         (gnus-mime-display-alternative): Revert 2004-03-19 change.
22490         * mml.el (mml-preview): Revert 2004-03-19 change.
22492 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
22494         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
22496 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22498         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
22499         t while entering a file name using the mm-with-multibyte macro.
22500         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22502         * mm-util.el (mm-with-multibyte): New macro.
22504 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22506         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
22507         New user option.
22508         (gnus-mime-multipart-functions): Doc and customization fix.
22509         (gnus-article-mime-hierarchy): New variable.
22510         (gnus-article-mime-hierarchy-next): New variable.
22511         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
22512         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
22513         gnus-article-mime-hierarchy-next to nil.
22514         (gnus-insert-mime-button): Show hierarchy numbers.
22515         (gnus-mime-accumulate-hierarchy): New function.
22516         (gnus-mime-enter-multipart): New function.
22517         (gnus-mime-leave-multipart): New function.
22518         (gnus-mime-display-part): Recompute hierarchical MIME structure.
22519         (gnus-mime-display-alternative): Show hierarchy numbers.
22521         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
22522         gnus-article-mime-hierarchy-next to nil.
22524 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
22526         * dns.el: Don't require gnus-xmas.
22528 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
22530         * mml.el (mml-generate-mime-1): Don't use format=flowed with
22531         inline PGP.
22532         (mml-menu): Disable mml-quote-region if mark is inactive.
22534 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22536         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
22537         when the group's active is not available.
22539 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22541         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
22542         error.
22544 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
22546         * imap.el (imap-store-password): New variable.
22547         (imap-interactive-login): Use it.
22548         Suggested by Mark Plaksin <happy@mcplaksin.org>.
22550 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22552         * gnus-art.el (gnus-article-read-summary-keys): Restore new
22553         window-start and hscroll to summary window.
22555 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22557         * gnus-start.el (gnus-convert-old-newsrc): Only write the
22558         conversion message to newsrc-dribble when an actual conversion is
22559         performed.
22561 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
22563         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
22565 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22567         * mm-decode.el (mm-complicated-handles): New function reviving
22568         former definition of mm-multiple-handles.
22570         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
22571         (gnus-mime-delete-part): Use it.
22573 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22575         * gnus-agent.el (gnus-agent-read-local):
22576         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
22577         avoid the implicit assumption that they will always be equal.
22578         (gnus-agent-save-local): Bind buffer-file-coding-system, not
22579         coding-system-for-write, as the with-temp-file macro first prints
22580         to a buffer then saves the buffer.
22582 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22584         * gnus-art.el (gnus-article-edit-part): New function.
22585         (gnus-mime-save-part-and-strip): Use it; do query instead of
22586         signaling an error; don't use mm-multiple-handles.
22587         (gnus-mime-delete-part): Ditto.
22589 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22591         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
22592         old file versions.
22593         (gnus-group-prepare-hook): Remove function that converted list
22594         form of gnus-agent-expire-days to group properties.
22596         * gnus-int.el: Autoload gnus-agent-regenerate-group.
22597         (gnus-request-accept-article): Re-indented.
22599         * gnus-start.el (gnus-convert-old-newsrc): Registered new
22600         converters to handle old agent file formats.  Add logic for a
22601         "backup before upgrading warning".
22602         (gnus-convert-mark-converter-prompt): Developers can mark
22603         functions as needing (default), or not needing,
22604         gnus-convert-old-newsrc's "backup before upgrading warning".
22605         (gnus-convert-converter-needs-prompt): Tests whether the user
22606         should be protected from potentially irreversable changes by the
22607         function.
22609         * legacy-gnus-agent.el: New.  Provides converters that are only
22610         loaded when gnus-convert-old-newsrc needs to call them.
22612 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22614         * mail-source.el (mail-source-touch-pop): Doc fix.
22616         * message.el (message-smtpmail-send-it): Doc fix.
22618 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
22620         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
22622         * nnmail.el (nnmail-split-fancy): do.
22624         * gnus-kill.el (gnus-kill, gnus-execute): do.
22626 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
22628         * gnus-sum.el (gnus-widget-reversible-match)
22629         (gnus-widget-reversible-to-internal)
22630         (gnus-widget-reversible-to-external): New functions.
22631         (gnus-widget-reversible): New widget.
22632         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
22634 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
22636         * gnus-sum.el (gnus-thread-sort-functions)
22637         (gnus-article-sort-functions): Document `(not F)' items.
22639 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
22641         * spam.el (spam-use-gmane-xref): Add new backend.
22642         (spam-gmane-xref-spam-group): Add variable to control the name of the
22643         Gmane spam group.
22644         (spam-blackhole-servers, spam-blackhole-good-server-regex)
22645         (spam-regex-headers-spam, spam-regex-headers-ham)
22646         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
22647         (spam-list-of-checks): Add spam-use-gmane-xref to list of
22648         backends and checks.
22649         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
22651         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
22652         an autodetect method.
22654 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22656         * gnus-int.el (gnus-request-accept-article): Inform the agent that
22657         articles are being added to a group.
22658         (gnus-request-replace-article): Inform the agent that articles
22659         need to be uncached as the cached contents are no longer valid.
22661 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22663         * binhex.el: Don't autoload executable-find.
22665         * canlock.el: Don't autoload mail-fetch-field.
22667         * gnus-ems.el: Don't autoload appt-select-lowest-window.
22669         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
22670         rmail-dont-reply-to and rmail-output.
22672         * gnus-score.el: Don't autoload ffap-string-at-point.
22674         * gnus-setup.el: Don't autoload sc-cite-original.
22676         * imap.el: Don't autoload base64-decode-string,
22677         base64-encode-string and md5.
22679         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
22680         and rmail-msg-restore-non-pruned-header.
22682         * mm-decode.el: Don't autoload executable-find.
22684         * mm-url.el: Don't autoload executable-find.
22686         * mm-view.el: Don't autoload diff-mode.
22688         * nndb.el: Don't autoload news-reply-mode, news-setup,
22689         cancel-timer and telnet.
22691         * password.el: Don't autoload run-at-time for Emacs.
22693         * sha1-el.el: Don't autoload executable-find.
22695         * sieve-mode.el: Don't autoload c-mode.
22697         * uudecode.el: Don't autoload executable-find.
22699 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22701         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
22702         (gnus-agent-possibly-alter-active): Avoid null in numeric
22703         comparison.
22704         (gnus-agent-set-local): Refuse to save null in local object table.
22705         (gnus-agent-regenerate-group): The REREAD parameter can now be a
22706         list of articles that will be marked as unread.
22708 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22710         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
22712 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
22714         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
22715         language tags.
22717 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
22719         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
22720         Don't bind "obarray".
22722         * gnus-sum.el (gnus-thread-sort-functions):
22723         Add `gnus-thread-sort-by-most-recent-number' and
22724         `gnus-thread-sort-by-most-recent-date'.
22725         Reported by Kai Grossjohann <kai@emptydomain.de>.
22727 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22729         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
22731 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22733         * gnus-cus.el (gnus-agent-customize-category):
22734         Remove ignore-errors macro reference that required cl to be loaded at
22735         run-time.
22737         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
22738         single-interval range of the form (min . max).  Previously the
22739         range had to look like ((min . max)).  Likewise, return
22740         (min . max) rather than ((min . max)).
22741         (gnus-range-map): Use gnus-range-normalize to accept
22742         single-interval range.
22744         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
22745         the cache, but not the agent, now appear with their usual face.
22747 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22749         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
22750         w3m-safe-url-regexp variable buffer-local.
22752         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22754 2004-02-27  Simon Josefsson  <jas@extundo.com>
22756         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
22757         gnus-group-real-prefix.
22758         (gnus-summary-move-article): Use it, instead of
22759         gnus-group-real-prefix.
22761 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22763         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
22764         w3m-safe-url-regexp variable buffer-local and set it as the value
22765         of mm-w3m-safe-url-regexp.
22767         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22769         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
22770         parsing gnus-posting-styles when the message is not for replying.
22772         * nnrss.el (nnrss-opml-export):
22773         Use mm-set-buffer-file-coding-system instead of
22774         set-buffer-file-coding-system.
22776 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
22778         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
22779         of checkdoc.el).
22780         * nnrss.el: do.
22781         * gnus-mlspl.el: do.
22782         * gnus-ml.el: do.
22783         * gnus-srvr.el: do.
22785         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
22787 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
22789         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
22790         Corrections to custom-manual links.
22792         * gnus-art.el (gnus-article): Ditto.
22794         * mm-decode.el (mime-display, mime-security): Ditto.
22796 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22798         * flow-fill.el: Typo.
22800 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
22802         * spam-wash.el: New file.
22804 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
22806         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
22808 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
22810         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
22811         to be run with new-articles as LIST1, not LIST2.
22812         (spam-registration-functions): Add spam-use-ham-copy as a nil
22813         registration backend.
22815 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22817         * spam-stat.el (spam-stat-washing-hook): New option.
22818         (spam-stat-buffer-words): Use it.
22819         (spam-stat-process-directory, spam-stat-test-directory):
22820         Use insert-file-contents-literally.
22821         (spam-stat-coding-system): New variable.
22822         (spam-stat-load, spam-stat-save): Use it.
22824 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22826         * spam-report.el (spam-report-plug-agent):
22827         Quote spam-report-url-to-file and spam-report-url-ping-plain.
22829 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
22831         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
22832         Allow / in mailto URLs.
22834 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22836         * spam-report.el (spam-report-process-queue): Fix interactive use.
22837         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
22838         (spam-report-unplug-agent): Doc fixes.
22839         (spam-report-url-ping-mm-url, spam-report-url-to-file)
22840         (spam-report-agentize, spam-report-deagentize):
22841         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22843         * message.el (message-setup-fill-variables): Add mml tags to
22844         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
22845         <ajk@iu.edu>.
22846         (message-mode): Don't modify paragraph-separate there.
22848 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22850         * compface.el (uncompface-use-external): Default to undecided.
22851         (uncompface-use-external-threshold): New variable.
22852         (uncompface-float-time): New macro.
22853         (uncompface): Determine whether to use the external decoder if
22854         uncompface-use-external is undecided.
22856 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22858         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
22859         after images.
22861         * gnus-art.el (gnus-mime-display-single): Remove dead code.
22863 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
22865         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
22867         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
22869         * gnus-sum.el (gnus-summary-limit-to-age)
22870         (gnus-summary-limit-children): do.
22872         * gnus-int.el (gnus-request-scan): do.
22874         * gnus-group.el (gnus-group-suspend): do.
22876         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
22878         * gnus-cite.el (gnus-cite-parse-attributions): do.
22880         * gnus-agent.el (gnus-summary-set-agent-mark)
22881         (gnus-agent-regenerate-group): do.
22883         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
22885         * binhex.el (binhex-decode-region-internal): do.
22887 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22889         * gnus-fun.el (gnus-face-properties-alist): New user option.
22890         (gnus-display-x-face-in-from): Use it.
22892         * gnus-art.el (article-display-face): Ditto.
22894         * compface.el (uncompface-use-external): Default to nil.
22896 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
22898         * nntp.el (nntp-erase-buffer): New function.
22899         (nntp-retrieve-data, nntp-send-command)
22900         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
22901         (nntp-possibly-change-group): Use it.
22903         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
22904         Use with-current-buffer.
22906 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
22908         * compface.el: Merge the ELisp-based uncompface program.
22909         (compface): New customization group.
22910         (uncompface-use-external): New user option.
22911         (uncompface): Call uncompface-internal if uncompface-use-external
22912         is nil.
22913         (uncompface-internal): New function.  Note that there are also
22914         some other functions and variables added for this function.
22916 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
22918         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
22919         if necessary.
22921 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
22923         * spam-report.el (spam-report-unplug-agent)
22924         (spam-report-plug-agent, spam-report-deagentize)
22925         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
22926         Add support for the Agent in spam-report: when unplugged, report to a
22927         file; when plugged, submit all the requests.
22929         * spam.el (spam-register-routine): Fix message about
22930         registration.
22932 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
22934         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
22935         dependencies.
22936         (rfc2047-encode): Use it.
22938         * gnus-art.el (gnus-button-marker-list): Move before first
22939         reference.
22941         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22942         (imap-parse-body): Fix format string mismatch.
22944         * gnus-score.el (gnus-summary-increase-score): do.
22946         * nnrss.el (nnrss-close): New function.
22948 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
22950         * nnrss.el (nnrss-make-filename): New function.
22951         (nnrss-request-delete-group, nnrss-read-server-data)
22952         (nnrss-save-server-data, nnrss-read-group-data)
22953         (nnrss-save-group-data): Use it.
22954         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
22955         (nnrss-read-server-data, nnrss-read-group-data): Use load.
22956         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
22958 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
22960         * mml.el (mml-compute-boundary-1): Don't uncompress files.
22962 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
22964         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
22965         files.
22967         * message.el (message-generate-headers-first): Don't quote nil
22968         and t in docstrings.
22970         * imap.el (imap-id): do.
22972         * gnus-agent.el (gnus-agent-consider-all-articles)
22973         (gnus-agent-queue-mail): do.
22975 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
22977         * spam-report.el (spam-report-process-queue): New function.
22978         Process requests from `spam-report-requests-file'.
22979         (spam-report-process-queue): Doc fix.
22981 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
22983         * spam.el (spam-register-routine)
22984         (spam-log-processing-to-registry, spam-log-registered-p)
22985         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22986         Change "check" to "spam-check" for semi-clarity.
22988 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
22990         * pop3.el: Require nnheader.
22992         * mml-smime.el: Require cl.  Autoload message-fetch-field.
22994         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
22996         * gnus-picon.el: Require cl.
22998         * gnus-fun.el: Require gnus-ems and gnus-util.
23000         * gnus.el (gnus-method-to-server): Move defsubst before first use.
23002         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
23004         * gnus-art.el (gnus-article-edit-mode): Define before first
23005         reference.
23007 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
23009         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
23010         (gnus-uu-post-encoded): Use point-at-bol.
23012         * gnus-topic.el (gnus-group-active-topic-p): do.
23014         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
23016         * gnus-group.el (gnus-group-kill-region): do.
23018         * gnus-art.el (article-date-ut): do.
23020         * message.el (message-fetch-field): Remove redundant
23021         case-fold-search binding.
23022         (message-narrow-to-field): Simplify.
23024 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
23026         * spam.el (spam-directory): Derive from `gnus-directory'.
23028         * spam-report.el (spam-report-url-to-file)
23029         (spam-report-requests-file): New function and variable for offline
23030         reporting.
23031         (spam-report-url-ping-function): Add `spam-report-url-to-file'
23032         and user defined function.
23033         (spam-report-url-ping-mm-url): Remove doubled slash.
23035 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
23037         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
23039 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
23041         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
23042         Fix format string mismatch.
23044         * sieve.el (sieve-deactivate-all): do.
23046         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
23048         * nnlistserv.el (nnlistserv-kk-wash-article): do.
23050         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
23052         * mm-bodies.el (mm-7bit-chars): Don't include \r.
23054 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
23056         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
23057         the list of checks.
23059 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
23061         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
23062         padding.
23064 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
23066         * mm-view.el (mm-fill-flowed): New variable.
23067         (mm-inline-text): Use it.
23069 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
23071         * spam.el (spam-spamassassin-register-ham-routine)
23072         (spam-spamassassin-register-spam-routine): Fix function names.
23074 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23076         * gnus.el (gnus-tmp-grouplens): Remove.
23077         (gnus-summary-line-format): Remove grouplens.
23079         * gnus-group.el (gnus-group-line-format): Ditto.
23081         * gnus-spec.el (gnus-format-specs): Ditto.
23082         (gnus-update-format-specifications): Flush the group format spec
23083         cache if there's the grouplens stuff.
23084         (gnus-parse-simple-format): Replace %l with the empty string.
23086 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
23088         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
23089         omission.
23091 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23093         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
23094         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23096 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23098         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
23099         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
23100         New macros and functions.
23101         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
23102         Handle > NLINK_MAX messages.
23103         * nnmaildir.el (nnmaildir-request-set-mark):
23104         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
23106 2004-01-25  Alex Schroeder  <alex@gnu.org>
23108         * spam-stat.el (spam-stat-process-directory-age): New option.
23109         (spam-stat-process-directory): Use it.
23111 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
23113         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
23114         (spam-stat-save): Accept prefix argument.
23116 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
23118         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
23119         links" error.
23121 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23123         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
23124         compatibility with old .newsrc.eld files.
23126         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
23128         * gnus-start.el (gnus-1): do.
23130         * gnus-group.el (gnus-group-line-format-alist): do.
23132         * gnus.el (gnus-use-grouplens, gnus-visual): do.
23134         * gnus-gl.el: Remove.
23136 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23138         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
23139         marks consisting of a single range {for example, (3 . 5)} rather
23140         than a list of a single range { ((3 . 5)) }.
23142 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23144         * spam-stat.el (spam-stat-store-gnus-article-buffer):
23145         Use with-current-buffer.
23146         (spam-stat-store-current-buffer): Use insert-buffer-substring to
23147         avoid consing a string.
23149         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
23150         Remove obsolete entries for big5 and gb2312.
23152 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23154         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
23155         uncompressed list.
23157 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
23159         * spam-stat.el (spam-stat-strip-xref): New function.
23160         (spam-stat-process-directory): Use it.
23162         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
23163         here -- it's done in message-fetch-field.
23165 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23167         * gnus-agent.el (gnus-agent-queue-mail)
23168         (gnus-agent-prompt-send-queue): New variables.
23169         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
23170         * gnus-draft.el (gnus-group-send-queue): Pass the group name
23171         "nndraft:queue" along to gnus-draft-send.
23172         Use gnus-agent-prompt-send-queue.
23173         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
23174         is "nndraft:queue".  Suggested by Gaute Strokkenes
23175         <gs234@srcf.ucam.org>
23177         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
23178         (agent-enable-undownloaded-faces): Add.
23179         (gnus-agent-cat-groups): Use eval-and-compile, not
23180         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
23181         method of gnus-agent-cat-groups even when the buffer has been
23182         evalled.
23183         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
23184         delete gnus-agent-save-active-1.
23185         (gnus-agent-save-groups): Delete.  Identical to
23186         gnus-agent-save-active.
23187         (gnus-agent-write-active): No longer adjust agent's copy of active
23188         file as agent's adjustments are now stored in their own
23189         file.  Remove optional parameter.
23190         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
23191         servers.  Add use of min/max range limits from server's local
23192         file.
23193         (gnus-agent-save-alist): Remove unused optional argument.
23194         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
23195         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
23196         (gnus-agent-set-local): A per-server file that keeps min/max range
23197         limits for articles known to the agent.  Provides a fast mechanism
23198         for altering many active ranges.
23199         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
23200         active file (local makes it unnecessary).
23201         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
23203         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
23204         (agent-enable-undownloaded-faces): Add.
23206         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
23207         disable it when sending to "nndraft:queue".
23208         (gnus-group-send-queue): Add safety check to avoid sending queue
23209         when unplugged.
23211         * gnus-group.el (gnus-group-catchup): Use new
23212         gnus-sequence-of-unread-articles, not
23213         gnus-list-of-unread-articles, to avoid exhausting memory with huge
23214         numbers of articles.  Use gnus-range-map to avoid having to
23215         uncompress the unread list.
23216         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
23217         Fix invalid ange-ftp reference.
23219         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
23220         (gnus-sorted-range-intersection): Intersection of two ranges
23221         without requiring that they first be uncompressed.
23223         * gnus-start.el (gnus-activate-group): Unless blocked by the
23224         caller, possibly expand the active range to include both cached
23225         and agentized articles.
23226         (gnus-convert-old-newsrc): Rewrote in anticipation of having
23227         multiple version-dependent converters.
23228         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
23229         gnus-agent-save-active.
23230         (gnus-save-newsrc-file): Save dirty agent range limits.
23232         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
23233         gnus-agent-possibly-alter-active.
23234         (gnus-adjust-marked-articles): Faster handling of simple lists.
23236 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
23238         * spam-stat.el (spam-stat-test-directory): New optional argument
23239         displays a list of files detected.  Suggested by Andrew Cohen
23240         <cohen@andy.bu.edu>.
23241         (spam-stat-buffer-words-with-scores): Don't narrow and change
23242         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
23244 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
23246         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
23247         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
23248         (spam-spamassassin-arguments)
23249         (spam-spamassassin-spam-flag-header)
23250         (spam-spamassassin-positive-spam-flag-header)
23251         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
23252         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
23253         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
23254         (spam-list-of-processors, spam-list-of-checks)
23255         (spam-list-of-statistical-checks, spam-registration-functions)
23256         (spam-check-spamassassin-headers, spam-check-spamassassin)
23257         (spam-spamassassin-score)
23258         (spam-spamassassin-register-with-sa-learn)
23259         (spam-spamassassin-register-spam-routine)
23260         (spam-spamassassin-register-ham-routine)
23261         (spam-assassin-register-spam-routine)
23262         (spam-assassin-register-ham-routine): Add SpamAssassin support.
23263         (spam-bogofilter-score): Fix to show article before scoring.
23265 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
23267         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
23268         default scoring function.
23269         (spam-generic-score): Call spam-spamassassin-score if
23270         spam-use-spamassassin or spam-use-spamassassin-headers is on;
23271         spam-bogofilter-score otherwise.
23273         * gnus.el (spam-process, spam-autodetect-methods):
23274         Add spamassassin and spamassassin-headers.
23276 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
23278         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23279         Suppress unnecessary messages.
23281 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
23283         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
23284         make-hash-table.
23286 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23288         * canlock.el (base64-encode-string): Don't autoload it.
23290 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23292         * run-at-time.el: Remove useless (require 'itimer),
23293         eval-and-compile and (featurep 'xemacs).
23295 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
23297         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
23298         GROUP is a virtual group.
23300 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
23302         * gnus.el: Autoload `message-y-or-n-p'.
23304 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
23306         * pgg-parse.el: Remove unnecessary (require 'custom).
23308         * pgg-def.el: do.
23310         * nnmail.el: do.
23312         * gnus-undo.el: do.
23314         * gnus-picon.el: do.
23316         * gnus-util.el: do.
23318 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
23320         * gnus-sum.el (gnus-pick-line-number): Add autoload.
23322 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23324         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
23325         handle, as well as a list.
23327         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
23328         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
23329         (mm-w3m-cid-retrieve): Simplify.
23331 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
23333         * message.el (message-kill-to-signature): Allow prefix arg to
23334         specify number of lines to keep before signature.
23336 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
23338         * message.el (message-kill-to-signature): Change docstring.
23340 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23342         * canlock.el: Always require sha1-el.
23343         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
23345         * message.el: Autoload sha1 only when compiling.
23347 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23349         * message.el (message-canlock-generate): Require sha1-el.
23351 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
23353         * message.el (message-expand-name): Silence the byte compiler.
23355 2004-01-13  Simon Josefsson  <jas@extundo.com>
23357         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
23358         Invoke gnus-score-mode.
23359         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23361         * gnus-range.el (gnus-compress-sequence): Doc fix.
23362         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
23364 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23366         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
23368 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
23370         * spam.el (spam-get-article-as-string): Update to use
23371         gnus-request-article-this-buffer, much simpler.
23372         (spam-get-article-as-buffer): Remove.
23374 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
23376         * message.el (message-expand-name): Use EUDC if the user uses that.
23378 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23380         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
23381         character for the encoding to avoid consing a string.
23383         * rfc2047.el (rfc2047-decode-string): Don't cons a string
23384         unnecessarily.
23386         * mm-util.el (mm-replace-chars-in-string): Remove.
23388         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
23389         of mm-replace-chars-in-string.
23391 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
23393         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
23395         * mm-util.el (mm-subst-char-in-string): Support inplace.
23397         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
23398         a new string in every iteration.  Use shy groups.
23400 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
23402         * gnus-srvr.el (gnus-browse-unsubscribe-group):
23403         * gnus-soup.el (gnus-soup-group-brew):
23404         * gnus-msg.el (gnus-put-message):
23405         * gnus-move.el (gnus-group-move-group-to-server):
23406         * gnus-kill.el (gnus-batch-score):
23407         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
23408         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
23409         (gnus-group-update-group, gnus-group-read-group)
23410         (gnus-group-make-group, gnus-group-make-help-group)
23411         (gnus-group-make-archive-group, gnus-group-make-directory-group)
23412         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
23413         (gnus-group-sort-by-unread, gnus-group-catchup)
23414         (gnus-group-unsubscribe-group, gnus-group-kill-group)
23415         (gnus-group-yank-group, gnus-group-set-info)
23416         (gnus-group-list-groups):
23417         * gnus.el (gnus-generate-new-group-name):
23418         * gnus-delay.el (gnus-delay-send-queue):
23419         * nnvirtual.el (nnvirtual-catchup-group):
23420         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
23421         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
23422         (gnus-group-prepare-topics, gnus-topic-check-topology):
23423         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
23424         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
23425         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
23426         (gnus-group-make-articles-read):
23427         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
23428         (gnus-group-change-level, gnus-kill-newsgroup)
23429         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
23430         (gnus-get-unread-articles, gnus-make-articles-unread)
23431         (gnus-make-ascending-articles-unread): Use accessor
23432         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
23433         to get group information for improved readability.
23435 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23437         * gnus-art.el (article-decode-mime-words, article-babel)
23438         (gnus-article-highlight-signature, gnus-article-add-buttons)
23439         (gnus-signature-toggle): Use gnus-with-article-buffer.
23441         * gnus-art.el (gnus-article-highlight-headers)
23442         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
23444         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
23445         (gnus-article-set-globals, gnus-request-article-this-buffer)
23446         (gnus-button-message-id, gnus-article-maybe-hide-headers)
23447         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
23448         (gnus-mime-display-alternative): Use with-current-buffer.
23450 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23452         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
23453         also under 80 char limit, and call gnus-error if needed.
23454         (spam-fetch-article-header): Fix - it was a
23455         buffer-local variable (gnus-newsgroup-data).
23456         (spam-find-spam): Use spam-generate-fake-headers, forget about
23457         spam-insert-fake-headers.
23458         (spam-insert-fake-headers): Remove.
23460 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23462         * deuglify.el (gnus-article-outlook-unwrap-lines)
23463         (gnus-outlook-rearrange-article)
23464         (gnus-outlook-repair-attribution-outlook)
23465         (gnus-outlook-repair-attribution-block)
23466         (gnus-outlook-repair-attribution-other): Remove redundant
23467         save-excursion.
23469 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23471         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
23472         (spam-fetch-field-subject-fast)
23473         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
23474         (spam-fetch-article-header): Add functions to deal with Gnus
23475         internals for fast retrieval of article header data.
23476         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
23478 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23480         * pop3.el (pop3-md5): Remove.
23481         (pop3-apop): Replace pop3-md5 with md5.
23483         * mm-bodies.el: base64 is always built-in.
23485         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
23486         Use with-current-buffer.
23488 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23490         * canlock.el (canlock-insert-header): Remove excessive grouping in
23491         regexp.
23493         * gnus-sum.el (gnus-summary-read-document): Ditto.
23495         * gnus-uu.el (gnus-uu-part-number): Ditto.
23497         * html2text.el (html2text-remove-tags): Ditto.
23498         (html2text-format-tags): Ditto.
23499         (html2text-format-single-elements): Ditto.
23501         * mml.el (mml-parse-1): Ditto.
23503 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
23505         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
23507         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
23509         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
23511         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
23513 2003-11-15  Simon Josefsson  <jas@extundo.com>
23515         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
23516         (pgg-gpg-lookup-key): Use regexp match instead of
23517         split-string (split-string is different between emacs 21.2 and
23518         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
23520 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
23522         * gnus-art.el (gnus-mime-view-all-parts)
23523         (gnus-article-part-wrapper, gnus-article-view-part):
23524         Use with-current-buffer.
23526 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
23528         * spam.el (spam-disable-spam-split-during-ham-respool)
23529         (spam-spamoracle-database, spam-cache-lookups)
23530         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
23531         (spam-group-ham-mark-p, spam-group-spam-mark-p)
23532         (spam-group-ham-marks, spam-group-spam-marks)
23533         (spam-group-spam-contents-p, spam-group-ham-contents-p)
23534         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
23535         also add spam-use-blackholes to the statistical checks.
23536         (spam-fetch-field-fast): Add interface to fetching fields, may
23537         become a macro.
23538         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
23539         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
23540         (spam-insert-fake-headers): Fake an article when needed.
23541         (spam-find-spam): Fake article when possible.
23542         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
23543         (spam-check-bogofilter-headers): Use message-fetch-field instead
23544         of nnmail-fetch-field.
23546 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
23548         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
23550 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
23552         * spam.el (spam-split): Do not require spam-use-CHECK to be
23553         enabled if that check is passed to spam-split explicitly; also
23554         fix so 'spam doesn't get converted to spam-split-group when
23555         spam-split-symbolic-return is t.
23556         (spam-find-spam): Find registrations of the article and use those
23557         instead of re-running spam-split to find the spam/ham
23558         classification of the article.
23559         (spam-log-processing-to-registry, spam-log-registered-p)
23560         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23561         Use gnus-error instead of gnus-message.
23562         (spam-log-registration-type): Add function to determine the
23563         classification of a message based on registry entries; will
23564         return nil if both 'spam and 'ham are found.
23565         (spam-check-BBDB): Expand all the BBDB macros here so we can have
23566         a reasonably fast local cache without the loading errors.
23567         (spam-cache-lookups): Set to t by default.
23568         (spam-find-spam): Don't try to guess spam-cache-lookups.
23569         (spam-enter-whitelist, spam-enter-blacklist): Clear the
23570         spam-caches entry.
23571         (spam-filelist-build-cache, spam-filelist-check-cache):
23572         Fix caching of whitelist/blacklist entries.
23573         (spam-check-whitelist, spam-check-blacklist):
23574         Invoke spam-from-listed-p with a type, not a cache variable.
23575         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
23577 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
23579         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
23581         * nnmail.el (nnmail-split-fancy): do.
23583         * mml.el (mml-parse): do.
23585         * gnus-score.el (gnus-enter-score-words-into-hashtb)
23586         (gnus-score-adaptive): do.
23588 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23590         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
23591         (gnus-mime-button-map): Don't set keymap parent.
23592         (gnus-button-ctan-directory-regexp): Use shy grouping.
23593         (gnus-prev-page-map): Don't set keymap parent.
23594         (gnus-prev-page-map): Remove duplicated one.
23595         (gnus-next-page-map): Don't set keymap parent.
23596         (gnus-mime-security-button-map): Ditto.
23598         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
23599         version number.
23601         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
23603 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23605         * canlock.el (canlock-sha1-function): Remove.
23606         (canlock-sha1-function-for-verify): Remove.
23607         (canlock-openssl-program): Remove.
23608         (canlock-openssl-args): Remove.
23609         (canlock-ignore-errors): Remove.
23610         (canlock-sha1-with-openssl): Remove.
23611         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
23612         (canlock-verify): Don't use canlock-ignore-errors.
23614         * sha1-el.el (sha1-string-external): Make it can return a string
23615         in binary form.
23616         (sha1-region-external): Ditto.
23617         (sha1-string-internal): Ditto.
23618         (sha1-region-internal): Ditto.
23619         (sha1-region): Ditto.
23620         (sha1-string): Ditto.
23621         (sha1): Ditto.
23623 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23625         * spam.el (spam-report-articles-gmane): New command.
23627 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23629         * gnus.el: Don't make unnecessary *Group* buffer when loading.
23631         * run-at-time.el (run-at-time-saved): Remove.
23632         (run-at-time): Doc fix.
23634 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
23636         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
23637         (gnus-summary-limit-map): Add it.
23638         (gnus-summary-make-menu-bar): do.
23640 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
23642         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
23643         Make attempt at some caching support (done for BBDB only now).
23644         (spam-find-spam): Set spam-cache-lookups if there are more than 2
23645         addresses to be checked.
23646         (spam-clear-cache-BBDB): Add function, to be invoked by
23647         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
23648         (spam-check-BBDB): Check and use the caches, if
23649         spam-cache-lookups is on, remove superfluous (provide).
23651 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
23653         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
23655 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
23657         * run-at-time.el (run-at-time-saved): Move to after the definition
23658         of `run-at-time'.
23660 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23662         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
23663         mm-w3m-local-map-property.
23665         * mm-view.el (mm-w3m-mode-map): Remove.
23666         (mm-w3m-local-map-property): Remove.
23667         (mm-inline-text-html-render-with-w3m): Don't use
23668         mm-w3m-local-map-property.
23670 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23672         * run-at-time.el: New file.
23674         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
23675         of gnus-set-text-properties.
23677         * gnus-uu.el (gnus-uu-save-article): Ditto.
23679         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
23681         * gnus-cite.el (gnus-cite-parse): Ditto.
23683         * gnus-art.el (gnus-button-push): Use set-text-properties instead
23684         of gnus-.
23686         * gnus.el: Change calls to nnheader-run-at-time and
23687         password-run-at-time throughout to use run-at-time directly.
23689         * password.el: Remove definition of run-at-time.
23691 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
23693         * mml.el (mml-minibuffer-read-disposition): Show attachment type
23694         in prompt.
23696 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
23698         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
23699         XEmacs version.
23701         * dns.el (dns-make-network-process): Use `open-network-stream'
23702         instead of `gnus-xmas-open-network-stream'.
23704         * .cvsignore: Add auto-autoloads.el, custom-load.el.
23706 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23708         * gnus-art.el (gnus-mime-display-alternative)
23709         (gnus-insert-mime-button, gnus-insert-mime-security-button)
23710         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
23711         Don't use gnus-local-map-property.
23713         * gnus-util.el (gnus-local-map-property): Remove.
23715         * mm-view.el (mm-view-pkcs7-decrypt):
23716         Replace gnus-completing-read-maybe-default with completing-read.
23718         * gnus-util.el (gnus-completing-read): do.
23719         (gnus-completing-read-maybe-default): Remove.
23721 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
23723         * password.el: Only autoload `run-at-time' if not XEmacs.
23724         Only autoload the itimer functions if XEmacs.
23726 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23728         * gnus-art.el (gnus-read-string): Remove.
23729         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
23730         read-string.
23732 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
23734         * netrc.el: Autoload password-read.
23735         (netrc): Add configuration group.
23736         (netrc-encoding-method, netrc-openssl-path):
23737         Add variables for encoding and decoding of files with symmetric
23738         ciphers.
23739         (netrc-encode): Add assistant function to encode a file with
23740         netrc-encoding-method.
23741         (netrc-parse): Add interactive parameter, added optional
23742         decoding if netrc-encoding-method is non-nil but otherwise
23743         behavior is standard.
23744         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
23745         Do s/encode/encrypt/ everywhere.
23747         * spam.el: Remove executable-find autoload.
23749 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23751         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
23753         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
23755 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23757         * gnus-art.el (gnus-treat-ansi-sequences)
23758         (article-treat-ansi-sequences): New variable and function.
23759         Suggested by Dan Jacobson <jidanni@jidanni.org>.
23761         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
23762         Use it.
23764 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23766         * mm-util.el (mm-quote-arg): Remove.
23768         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
23769         shell-quote-argument.
23771         * gnus-uu.el (gnus-uu-command): do.
23773         * gnus-sum.el (gnus-summary-insert-pseudos): do.
23775         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
23776         with make-char.
23778         * mm-util.el (mm-make-char): Remove.
23780         * mml.el (mml-mode): Replace gnus-add-minor-mode with
23781         add-minor-mode.
23783         * gnus-undo.el (gnus-undo-mode): do.
23785         * gnus-topic.el (gnus-topic-mode): do.
23787         * gnus-sum.el (gnus-dead-summary-mode): do.
23789         * gnus-start.el (gnus-slave-mode): do.
23791         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
23793         * gnus-ml.el (gnus-mailing-list-mode): do.
23795         * gnus-gl.el (gnus-grouplens-mode): do.
23797         * gnus-draft.el (gnus-draft-mode): do.
23799         * gnus-dired.el (gnus-dired-mode): do.
23801         * gnus-ems.el (gnus-add-minor-mode): Remove.
23803         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23804         Replace gnus-char-width with char-width.
23806         * gnus-ems.el (gnus-char-width): Remove.
23808         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23809         Replace gnus-char-width with char-width.
23811         * gnus-ems.el (gnus-char-width): Remove.
23813         * spam-stat.el (with-syntax-table): Remove with-syntax-table
23814         definition.
23815         Remove Emacs 20 hash table compatibility code.
23817         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
23818         20 compatibility code.
23820         * spam.el (spam-point-at-eol): Replace with point-at-eol.
23822         * smime.el (smime-point-at-eol): Replace with point-at-eol.
23824         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
23825         Replace with point-at-{eol,bol}.
23827         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
23829         * imap.el (imap-point-at-eol): Replace with point-at-eol.
23831         * flow-fill.el (fill-flowed-point-at-bol)
23832         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
23834         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
23835         Replace with point-at-{eol,bol} throughout all files.
23837 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23839         * ntlm.el (ntlm-string-as-unibyte): New macro.
23840         (ntlm-build-auth-response): Use it.
23842         Remove Emacs 20 stuff:
23843         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
23844         of delq and copy-sequence.
23845         * gnus-art.el (popup-menu): Remove the compiler macro.
23846         * nnmail.el (nnmail-split-fancy): Don't support customizing with
23847         Emacs 20.
23849 2004-01-05  Simon Josefsson  <jas@extundo.com>
23851         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
23852         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
23853         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
23854         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
23855         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
23856         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
23857         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
23858         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
23859         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
23860         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
23861         ntlm-string-permute, string-lshift into ntlm-string-lshift,
23862         string-xor into ntlm-string-xor.
23863         Suggested by Jesper Harder <harder@myrealbox.com>.
23865         * ntlm.el: Don't include poem.
23867         * md4.el (print-int32, print-string-hexa): Remove.
23868         Suggested by Jesper Harder <harder@myrealbox.com>.
23870         * sasl-ntlm.el, ntlm.el, md4.el: New files.
23872         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
23873         probably breaks emacs with DL patch, but do we care? Is anyone
23874         still using the DL stuff?)
23876         * sieve-manage.el: Use the password package.
23877         (sieve-manage-read-passwd): Remove.
23878         (sieve-manage-interactive-login): Use password.  Re-add
23879         condition-case around loop.
23881         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
23882         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23883         Use the password package.
23885 2003-02-19  Simon Josefsson  <jas@extundo.com>
23887         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
23888         token.
23890 2002-08-07  Simon Josefsson  <jas@extundo.com>
23892         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
23893         (sieve-manage-authenticators):
23894         (sieve-manage-authenticator-alist): Add some SASL mechs.
23895         (sieve-sasl-auth): New function.
23896         (sieve-manage-cram-md5-auth):
23897         (sieve-manage-plain-auth): Rewrite using SASL library.
23898         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
23899         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
23900         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
23901         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
23903 2004-01-05  Simon Josefsson  <jas@extundo.com>
23905         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
23906         New files.
23908 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23910         * gnus-group.el (gnus-no-groups-message): Update.
23912         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
23914 2003-11-09  Simon Josefsson  <jas@extundo.com>
23916         * imap.el: Support for ID IMAP extension (RFC 2971).
23917         (imap-local-variables): Add imap-id.
23918         (imap-id): New variable.
23919         (imap-id): New function.
23920         (imap-parse-response): Parse untagged ID response.
23921         * nnimap.el (nnimap-id): New variable.
23922         (nnimap-open-connection): Use it.
23924 2003-12-28  Simon Josefsson  <jas@extundo.com>
23926         * gnus-score.el (gnus-score-edit-all-score): New.
23927         * gnus-group.el (gnus-group-score-map): Bind it to W e.
23929 2004-01-04  Simon Josefsson  <jas@extundo.com>
23931         * password.el: Add.
23933 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
23935         * dns.el (dns-query-types): Fix typo.
23936         (dns-query-types): New function.
23937         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
23938         PTR and SOA replies, see RFC 1035.
23940 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23942         * gnus.el (gnus-logo-color-style): Change colors to `no'.
23944         * Move to Changelog.2.
23946 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23948         * gnus.el (gnus-version-number): Bump version.
23950 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23952         * gnus.el: No Gnus v0.1 is released.
23954 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23956         * gnus.el: No Gnus v0.0 is released.
23958 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23960         * gnus.el (gnus-version-number): Bump.
23961         (gnus-version): No.
23963 See ChangeLog.2 for earlier changes.
23965   Copyright (C) 2004-2013 Free Software Foundation, Inc.
23967   This file is part of GNU Emacs.
23969   GNU Emacs is free software: you can redistribute it and/or modify
23970   it under the terms of the GNU General Public License as published by
23971   the Free Software Foundation, either version 3 of the License, or
23972   (at your option) any later version.
23974   GNU Emacs is distributed in the hope that it will be useful,
23975   but WITHOUT ANY WARRANTY; without even the implied warranty of
23976   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23977   GNU General Public License for more details.
23979   You should have received a copy of the GNU General Public License
23980   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
23982 ;; Local Variables:
23983 ;; coding: utf-8
23984 ;; fill-column: 79
23985 ;; add-log-time-zone-rule: t
23986 ;; End: