Merge from emacs-24; up to 2012-11-13T18:57:26Z!dgutov@yandex.ru
[emacs.git] / lisp / gnus / ChangeLog
blobdd493d383a37b54a4237bbd4fe111d0e7b2c998e
1 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3         * gnus-score.el (gnus-score-body):
4         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
5         scoring by body.
7 2012-11-16  Glenn Morris  <rgm@gnu.org>
9         * gnus-diary.el (nndiary-request-create-group-functions)
10         (nndiary-request-update-info-functions)
11         (gnus-subscribe-newsgroup-functions)
12         (nndiary-request-accept-article-functions):
13         Use new names for hooks rather than obsolete aliases.
15 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
18         in meta tag with the one the part specifies in its header.
20 2012-11-02  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
22         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
23         by default.
25 2012-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
27         New UIDL implementation.
29         * mail-source.el (mail-sources, mail-source-keyword-map):
30         Add :leave as a pop3 keyword.
31         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
33         * pop3.el (pop3-leave-mail-on-server): Allow number.
34         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
35         (pop3-movemail): Add UIDL support.
36         (pop3-send-streaming-command): Take a list of mail numbers instead of
37         the number of mails.
38         (pop3-write-to-file): Add X-UIDL header.
39         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
40         (pop3-uidl-add-xheader): New functions.
42         * message.el (message-ignored-resent-headers):
43         Add X-Content-Length and X-UIDL headers.
45 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
47         * nndiary.el (nndiary-request-create-group-functions)
48         (nndiary-request-update-info-functions)
49         (nndiary-request-accept-article-functions):
50         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
51         "-hooks" suffix.
53 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
55         * starttls.el (starttls-extra-arguments): Doc fix.
57 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
59         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
60         it.
62 2012-10-06  Glenn Morris  <rgm@gnu.org>
64         * gnus-notifications.el (gnus-notifications):
65         Add missing group :version tag.
66         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
67         (gnus-gcc-post-body-encode-hook):
68         * gnus-sync.el (gnus-sync-lesync-name)
69         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
71 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
73         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
74         a user about whether to delete temp files if once a user answered as n.
76 2012-09-17  Richard Stallman  <rms@gnu.org>
78         * message.el (message-in-body-p): Don't set mark or modify buffer.
80         * mml.el (mml-attach-file): Doc fix.
81         (mml-attach-external, mml-attach-buffer, mml-attach-file):
82         Set mail-encode-mml when in Mail mode.
83         Simplify code to set HEAD and move back to HEAD.
84         (mml-insert-multipart, mml-insert-part):
85         Set mail-encode-mml when in Mail mode.
87 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
89         * gnus-util.el (gnus-timer--function): New function.
91         * gnus-art.el (gnus-article-stop-animations): Use it.
93 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
95         Fix glitches caused by addition of psec to timers.
96         * gnus-art.el (gnus-article-stop-animations): Use timer--function
97         rather than raw access to timer vector.
99 2012-09-11  Julien Danjou  <julien@danjou.info>
101         * gnus-notifications.el (gnus-notifications): Check for nil values in
102         ignored addresses check.
104 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
106         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
108 2012-09-07  Chong Yidong  <cyd@gnu.org>
110         * gnus-util.el
111         (gnus-put-text-property-excluding-characters-with-faces): Restore.
113         * gnus-salt.el (gnus-tree-highlight-node):
114         * gnus-sum.el (gnus-summary-highlight-line):
115         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
117 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
119         * gnus-util.el: Fix compilation error on XEmacs 21.4.
121 2012-09-06  Juri Linkov  <juri@jurta.org>
123         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
124         scheme for buffer names to be more consistent with other group and
125         article buffer names in Gnus.
127 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
129         * gnus-util.el
130         (gnus-put-text-property-excluding-characters-with-faces): Remove.
132         * gnus-compat.el: Define compat function `add-face' from Wolfgang
133         Jenkner.
135         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
137         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
139         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
141 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
143         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
144         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
146         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
147         string-prefix-p in Emacs >=23.2.
149         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
150         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
151         instead of string-match-p.
152         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
154 2012-09-06  Kenichi Handa  <handa@gnu.org>
156         * qp.el (quoted-printable-decode-region): Fix previous change; handle
157         lowercase a..f.
159 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
161         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
163 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
165         * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
166         TIME is set.
168 2012-09-05  Juri Linkov  <juri@jurta.org>
170         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
171         than one group at a time (bug#11961).
173 2012-09-05  Julien Danjou  <julien@danjou.info>
175         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
176         this hide the real reason with a message giving absolutely no hint.
178 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
180         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
181         to the backend (bug#11804).
183         * message.el (message-insert-newsgroups): Don't insert newsgroup
184         duplicates (bug#12275).
186 2012-09-05  John Wiegley  <johnw@newartisans.com>
188         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
189         sieve rules.
191 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
193         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
194         function.
196         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
198         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
200 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
202         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
203         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
204         This should make nnmaildir more usable with offlineimap.
206 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
208         * gnus-notifications.el (gnus-notifications-notify): Use it.
210         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
211         warnings on XEmacs.
213 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
215         Better seeds for (random).
216         * gnus-sync.el (gnus-sync-lesync-setup):
217         * message.el (message-canlock-generate, message-unique-id):
218         Change (random t) to (random), now that the latter is more random.
220 2012-08-31  Dave Abrahams  <dave@boostpro.com>
222         * auth-source.el (auth-sources): Fix macos keychain access.
224         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
225         allow the backend `request-head' function to determine the group
226         name on its own.
227         (gnus-request-expire-articles): Filter out negative article numbers
228         during expiry (Bug#11980).
230         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
231         O(N^2) to O(N).  This makes warping into huge groups tolerable.
233         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
234         you've found the article when you haven't.
236 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
238         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
240 2012-08-30  Julien Danjou  <julien@danjou.info>
242         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
243         `gnus-notifications-timeout'.
244         (gnus-notifications-timeout): Add.
245         (gnus-notifications-action): New function.
246         (gnus-notifications-notify): Add :action using
247         `gnus-notifications-action'.
248         (gnus-notifications-id-to-msg): New variable.
249         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
250         notifications id to messages.
252 2012-08-30  Kenichi Handa  <handa@gnu.org>
254         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
255         once.
257 2012-08-29  Julien Danjou  <julien@danjou.info>
259         * gnus-notifications.el: New file.
260         (gnus-notifications-notify): New function.
261         (gnus-notifications): Use `gnus-notifications-notify'.
263 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
265         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
266         transfer encoding first; bind gnus-newsgroup-charset to the charset
267         that the article specifies (Bug#12209).
269 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
271         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
272         (gnus-group-customize-done): Encode values posting-style holds.
274         * gnus-msg.el (gnus-summary-resend-message)
275         (gnus-configure-posting-styles): Decode values posting-style group
276         parameter holds.
278 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
280         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
281         `name' and `address' in Resent-From header.
283 2012-08-14  Chong Yidong  <cyd@gnu.org>
285         * gnus-art.el (article-display-face): Handle failure in
286         gnus-create-image (Bug#11802).
288 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
290         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
291         Use defsetf.
293 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
295         * auth-source.el: (auth-source-plstore-search)
296         (auth-source-secrets-search): Ignore :require and :type in search spec.
298 2012-08-06  Julien Danjou  <julien@danjou.info>
300         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
301         Remove autoload, already handled by gnus.el.
303 2012-08-05  Julien Danjou  <julien@danjou.info>
305         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
306         Add autoload.
308 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
310         * gnus.el (gnus-valid-select-methods): Fix custom type.
312 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
314         * auth-source.el (auth-sources, auth-source-backend-parse)
315         (auth-source-macos-keychain-search)
316         (auth-source-macos-keychain-search-items)
317         (auth-source-macos-keychain-result-append)
318         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
319         auth-source.el through the /usr/bin/security utility.
320         (auth-sources): Fix syntax error.
321         (auth-source-macos-keychain-result-append): Fix variable name.
322         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
324 2012-07-27  Julien Danjou  <julien@danjou.info>
326         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
327         Emacs < 24.1
329 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
331         * message.el (message-kill-address): Don't kill last newline.
332         (message-skip-to-next-address): Don't move to the next header.
333         (message-fill-field-address): Work properly.
335 2012-07-25  Julien Danjou  <julien@danjou.info>
337         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
339 2012-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
341         * nnimap.el (nnimap-get-responses): Don't remove, still used.
343 2012-07-24  Julien Danjou  <julien@danjou.info>
345         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
347         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
348         (nntp-async-timer-handler): Remove, unused.
350         * nnimap.el (nnimap-get-responses): Remove, unused.
352         * nnheader.el (mail-header-set-extra): Remove, unused.
354         * mm-view.el (mm-view-sound-file): Remove, unused.
356         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
357         (mm-url-encode-multipart-form-data): Remove, unused.
359         * message.el (message-remove-signature, message-make-host-name)
360         (message-fill-address): Remove, unused.
362         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
363         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
364         unused.
366         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
368         * gnus-util.el (gnus-extract-address-component-name)
369         (gnus-extract-address-component-email, gnus-sortable-date)
370         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
371         (gnus-process-live-p): Remove, unused.
373         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
375         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
376         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
377         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
378         function.
380         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
382         * gnus-score.el (gnus-summary-score-crossposting)
383         (gnus-score-regexp-bad-p): Remove, unused.
385         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
387         * gnus-range.el (gnus-sublist-p): Remove, unused.
389         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
390         unused.
392         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
394         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
395         (gnus-request-associate-buffer): Remove, unused.
397         * gnus-group.el (gnus-group-set-method-info)
398         (gnus-group-set-params-info): Remove, unused.
400         * gnus-fun.el (gnus-shell-command-to-string)
401         (gnus-shell-command-on-region): Remove, unused.
403         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
405         * gnus-art.el (gnus-article-text-type-exists-p)
406         (article-translate-characters, gnus-article-hide-text-of-type)
407         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
408         Remove, unused.
410 2012-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
412         * nnir.el ("nnir"): Revert last change, that's premature to merge from
413         Gnus master.
415 2012-07-22  Andrew Cohen  <cohen@bu.edu>
417         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
419 2012-07-21  Julien Danjou  <julien@danjou.info>
421         * message.el (message-dont-reply-to-names): Replace deprecated
422         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
423         (message-get-reply-headers): Ditto.
425 2012-07-18  Julien Danjou  <julien@danjou.info>
427         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
428         `sieve-upload-and-kill'.
430         * sieve.el (sieve-bury-buffer): Remove function.
431         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
432         (sieve-upload-and-kill): New function, mapped to C-c C-c.
434 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
436         * shr.el (shr-expand-url): Handle URL starting with `//'.
438 2012-07-17  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
439 2012-07-13  Chong Yidong  <cyd@gnu.org>
441         * smime.el (smime-certificate-info): Set buffer-read-only directly,
442         instead of calling toggle-read-only with a (bogus) argument.
444 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
446         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
447         of initial input when reading the author to restrict the summary to.
449 2012-07-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
451         * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
452         buffer exists, which it doesn't if we haven't started Gnus.
454 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
456         * mm-decode.el (mm-shr):
457         Allow overriding charset by mm-charset-override-alist.
459 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
461         * gnus-art.el (gnus-article-view-part):
462         Toggle subparts of multipart/alternative part.
464 2012-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
466         * gnus-sync.el: Simply require json.
468         * registry.el: Simply require eieio and eieio-base.
470 2012-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
472         * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
474 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
476         * shr.el (shr-render-buffer): New command.
477         (shr-visit-file): Use it.
479 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
481         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
482         Set no-byte-compile and no-update-autoloads.
484 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
486         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
488 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
490         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
491         being bound to a lambda form.
493 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
495         * gnus-picon.el (gnus-picon-properties): New defcustom.
496         (gnus-picon-create-glyph): Use it.
498 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
500         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
501         locales.
503         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
504         on a handle.
506         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
507         address as the default.
509         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
510         It makes no sense to query the user about internal files.
512         * gnus-spec.el: Remove all the byte-compilation stuff, since
513         benchmarking shows that it doesn't help when entering large summary
514         buffers.
516         * gnus-util.el (gnus-byte-code): Remove.
518         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
519         grouplens stuff.
521 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
523         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
524         (bug#11514).
526 2012-06-26  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
528         * message.el (message-buffers): Return all buffers derived from Message
529         to make `gnus-dired-attach' work with mu4e.
531 2012-06-26  Daiki Ueno  <ueno@unixuser.org>
533         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
534         (mm-dissect-singlepart): Don't guess the MIME type of
535         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
536         set.
537         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
538         toplevel MIME type is multipart/encrypted.
540 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
542         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
543         In particular, add an optional argument and a docstring.
545         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
547         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
548         current before calling `gnus-groups-to-gnus-format'.
549         Note that this was already the case for `gnus-active-to-gnus-format'.
551 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
553         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
555 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
557         * mm-decode.el (mm-dissect-buffer): Doc fix.
559         * gnus-sum.el (gnus-handle-ephemeral-exit):
560         Avoid creating the group buffer if it doesn't exist.
562         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
563         is given, mark the group as ephemeral with the current window conf.
565         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
566         buffer exists, which it doesn't if we haven't started Gnus.
567         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
569 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
571         * mml.el (mml-generate-mime):
572         Allow specifying what the top-level part type is.
574         * gnus-sum.el (gnus-auto-center-summary):
575         `scroll-margin' isn't defined on XEmacs.
577 2012-06-26  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
579         * gnus-sum.el (gnus-auto-center-summary):
580         Set default to respect `scroll-margin'.
582 2012-06-26  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
584         * gnus-cite.el (gnus-dissect-cited-text): A single line without
585         citation prefix within a block of cited text should be considered
586         part of that block *only* if it is a blank line.
588 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
590         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
591         before kinsoku-bol characters nor within kinsoku-eol characters.
593 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
595         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
596         (gnus-topic-create-topic, gnus-topic-enter-dribble):
597         Silence compiler.
598         (gnus-sync-read): Use mapc instead of mapcar.
600         * mm-archive.el: Require mm-decode for some macros.
601         (gnus-recursive-directory-files, mailcap-extension-to-mime):
602         Silence the byte compiler.
603         (mm-archive-decoders): New function that returns the value of
604         the mm-archive-decoders variable.
606         * mm-decode.el:
607         Don't require mm-archive; autoload mm-archive functions instead.
608         (mm-dissect-singlepart): Use the function mm-archive-decoders.
610         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
612 2012-06-26  Peter Munster  <pmrb@free.fr>
614         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
615         (gnus-demon-cancel): Ditto.
616         (gnus-demon-run-callback): When function cannot be called due to low
617         idleness, call it when idleness reaches the expected value, instead
618         of waiting another timer period.
619         (gnus-demon-init): Add `time' to arguments of call-back.
621 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
623         * gnus.el: Register gnus-registry functions.
625         * gnus-registry.el (gnus-try-warping-via-registry):
626         Move here and indent.
628         * gnus-int.el (gnus-warp-to-article):
629         Check whether the registry is enabled before warping.
631 2012-06-26  Dave Abrahams  <dave@boostpro.com>
633         * gnus-sum.el (gnus-summary-insert-subject): Record information
634         in the registry about each article retrieved.
636         * gnus-int.el (gnus-select-group-with-message-id): New function.
637         (gnus-try-warping-via-registry): Ditto.
638         (gnus-warp-to-article): Fall back on the registry.
640 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
642         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
644 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
646         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
647         gnus-gcc-self-resent-messages may be a group parameter.
648         (gnus-summary-resend-message):
649         Don't encode encoded words in header when Gcc'ing resent message.
651 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
653         * shr.el (shr-insert): Treat non-breaking space just like normal
654         space.  This seems to produce more pleasing results.
655         (shr-insert):
656         Only insert a blank line if we're starting from an image.
657         (shr-tag-br):
658         Allow <br> to end lines or to make a single blank line.
659         (shr-ensure-paragraph): Consider lines with white space to be blank.
661 2012-06-26  Christopher Schmidt  <christopher@ch.ristopher.com>
663         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
664         and gnus-gcc-post-body-encode-hook.
666 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
668         * mm-decode.el (mm-dissect-singlepart):
669         Guess what the type of application/octet-stream parts really is.
671         * gnus-sum.el (gnus-propagate-marks): Remove.
673 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
675         * nntp.el (nntp-coding-system-for-read): Remove.
676         (nntp-coding-system-for-write): Ditto.
677         (nntp-open-connection): Just use `binary' directly.
679 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
681         * registry.el (registry-usage-test, registry-persistence-test):
682         Move to tests/gnustest-registry.el.
683         (registry-make-testable-db, registry-match-test)
684         (registry-instantiation-test): Move to tests/gnustest-registry.el.
686         * gnus-registry.el (gnus-registry-misc-test)
687         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
689         * tests/gnustest-registry.el:
690         New file with the registry and gnus-registry ERT tests.
692 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
694         * gnus-msg.el (gnus-summary-resend-message):
695         Make gnus-summary-resend-message-insert-gcc be last item in
696         message-header-setup-hook.
698 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
700         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
701         (nnfolder-marks, nnfolder-marks-file-suffix)
702         (nnfolder-marks-modtime): Remove.
703         (nnfolder-open-server): Don't use marks.
704         (nnfolder-request-delete-group): Ditto.
705         (nnfolder-request-rename-group): Ditto.
706         (nnfolder-request-set-mark, nnfolder-request-marks)
707         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
708         (nnfolder-save-marks, nnfolder-open-marks): Remove.
710         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
711         (nnml-marks-modtime): Remove.
712         (nnml-request-delete-group): Don't use marks.
713         (nnml-request-rename-group): Ditto.
714         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
715         (nnml-save-marks, nnml-open-marks): Remove.
717         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
718         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
719         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
720         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
721         (nntp-server-to-method-cache): Remove.
723         * shr.el (shr-rescale-image): Fix wrong merge.
725 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
727         * shr.el (shr-remove-trailing-whitespace):
728         Really delete the padding on too-wide lines.
730 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
732         * mm-archive.el (mm-archive-dissect-and-inline): New function.
733         (mm-archive-dissect-and-inline): Fix up the undisplayer.
735         * mm-decode.el (mm-display-external): Output the text from
736         the command in the buffer after the command finished.
737         This makes text-based commands behave better.
739 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
741         * message.el (smtpmail-smtp-user): Silence compiler warning.
743 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
745         * message.el (message-multi-smtp-send-mail): Also allow specifying
746         the SMTP user name.
748 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
750         * gnus-sum.el (gnus-summary-article-map): Fix typo.
752 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
754         * message.el (message-multi-smtp-send-mail): New function.
755         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
756         header to implement multi-SMTP functionality.
758         * gnus-agent.el (gnus-agent-send-mail-function): Remove.
759         (gnus-agentize): Don't set it.
760         (gnus-agent-send-mail): Don't use it.
762         * gnus-sum.el (gnus-summary-widget-backward):
763         New function and keystroke.
765         * shr.el (shr-put-image): Remove underlines from sliced images.
766         (shr-zoom-image): Compute the region to be replaced more correctly.
768 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
770         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
771         (gnus-summary-resend-message-insert-gcc): New function.
772         (gnus-summary-resend-message): Modify message-header-setup-hook and
773         message-sent-hook to make it work for Gcc.
774         (gnus-inews-do-gcc): Update the number of unread articles of groups
775         that messages are Gcc'd to.
777         * message.el (message-resend): Run message-sent-hook to do Gcc.
779 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
781         * gnus-registry.el (gnus-registry-fixup-registry):
782         Move the message to a higher level to silence compilation.
784         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
785         parameter to allow controlling the scaling.
787         * shr.el (shr-zoom-image): New command and keystroke.
788         (shr-put-image): Take a `size' flag to say how to scale the image.
790         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
791         Use recursive deletion.
792         (mm-dissect-archive): Add support for zip files.
794         * gnus-util.el (gnus-recursive-directory-files): New function.
796         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
797         (mm-archive-decoders): Add tgz support.
799         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
800         Otherwise inserting text into the Gnus buffer can look odd.
802         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
804         * mm-archive.el (mm-archive-decoders): Add support for tar.
806         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
808         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
810 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
812         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
814         * mm-archive.el: New file.
816         * mm-decode.el (mm-dissect-singlepart):
817         Use it to decode ms-tnef files.
819         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
821         * message.el (message-goto-*): Make all the `message-goto-*' commands
822         push the mark before moving point.  This makes it easier to go back
823         to where you came from after editing whatever you jumped to.
825 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
827         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
828         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
829         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
831 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
833         * spam.el: Move BBDB autoloads.
834         (spam-exists-in-BBDB-p):
835         New function to do the BBDB search directly in BBDB 2 and 3.
836         (spam-check-BBDB): Use it.
837         (spam-enter-ham-BBDB): Use it.
839 2012-06-26  Peter Munster  <pmrb@free.fr>  (tiny change)
841         * gnus-group.el (gnus-group-get-new-news):
842         New parameter `one-level' for scanning exactly one level.
844         * gnus-start.el (gnus-get-unread-articles): Ditto.
846 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
848         * gnus-sync.el: More commentary about setup.
850 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
852         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
854 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
856         * gnus-sync.el: Improve docs about CouchDB admins.
858 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
860         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
861         not needed.  Provide xmlplistread list function to produce XML plist
862         output for non-Gnus LeSync clients.
864 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
866         * gnus-sync.el: Add LeSync synchronization backend and logic to read
867         and save against it.  Group subscriptions, read marks, other marks,
868         subscription levels, topic names, and topic offsets (the group's
869         position within the topic) are saved.  This is an experimental
870         backend and may change significantly.  Load json.el from
871         the gnus-fallback-lib if it's not available otherwise.
872         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
874 2012-06-26  David Engster  <dengste@eml.cc>
876         * tests/gnustest-nntp.el: New file for simple NNTP testing.
878 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
880         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
882 2012-06-17  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
884         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
885         is an integer to avoid later problems.
887 2012-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
889         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
890         locales.
892 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
894         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
895         articles when fetch-old is non-nil (bug#11370).
897 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
899         * gnus-group.el (gnus-group-get-new-news):
900         Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
902 2012-06-10  Dave Abrahams  <dave@boostpro.com>
904         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
905         groups (bug#11641).
907 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
909         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
910         (bug#11514).
912 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
914         * nntp.el: Stop the `letf' madness.
915         (nntp--report-1): New var.
916         (nntp-report): Merge nntp-report-1 into it.
917         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
918         the nntp-report function.
920         * auth-source.el: Fix comment-style to follow the convention.
922 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
924         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
925         a string so that Gcc works (bug#11514).
927 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
929         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
930         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
932 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
934         * gnus-win.el (gnus-configure-frame): Don't signal an error when
935         jumping to *Server* from a dedicated *Group* window.
936         (gnus-configure-frame): CSE.
938         * gnus-registry.el: Minor style cleanup.
939         (gnus-registry--set/remove-mark): New function, extracted from
940         gnus-registry-install-shortcuts.
941         (gnus-registry-install-shortcuts): Use it.
943 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
945         * nnspool.el (news-path): Use eval-and-compile.
947 2012-05-24  Glenn Morris  <rgm@gnu.org>
949         * nnspool.el (news-directory, news-path, news-inews-program):
950         Move here from paths.el.  Don't see a need for these to be autoloaded.
952         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
953         Merge in doc from paths.el version.  Don't see any need for this to be
954         autoloaded, or for the warning about users not setting it.
956 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
958         Fix minor Y10k bug.
959         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
961 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
963         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
964         message once it's actually open.
966 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
968         * auth-source.el (auth-source--aput-1, auth-source--aput)
969         (auth-source--aget): New functions and macros.
970         Use them instead of aput/aget.
972 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
974         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
976 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
978         * plstore.el (plstore-called-interactively-p): New compat macro copied
979         from message.el.
980         (plstore-mode): Use it.
982 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
984         * plstore.el: Revive the editing feature.
985         (plstore-mode): New mode to edit plstore file.
986         (plstore-mode-toggle-display, plstore-mode-original)
987         (plstore-mode-decoded): New command.
988         (plstore--encode, plstore--decode, plstore--write-contents-functions)
989         (plstore--insert-buffer, plstore--make): New function.
990         (plstore-open, plstore-save): Simplify by using them.
992 2012-04-16  Glenn Morris  <rgm@gnu.org>
994         * nndraft.el (nndraft-request-list): Fix declaration.
996 2012-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
998         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
999         don't have a current group.
1001         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1002         have a group name.
1004         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1005         a multibyte buffer (bug#7410).
1006         (article-wash-html): Parse the original article buffer to get the
1007         unencoded data (bug#7410).
1009         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1010         .newsrc.el files.
1012 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1014         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1015         would have gotten if we posted to the group, and use that to compare
1016         against the message we want to cancel (bug#10808).
1018 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1020         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1021         "#" to avoid having them interpreted as comments.
1023 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1025         * shr.el (shr-insert): Update the text state properly to avoid
1026         inserting spurious paragraph starts.
1028 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1030         * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
1031         requested (bug#10961).
1033         * shr.el (shr-table-widths): Divide the extra width more fairly over
1034         the TDs (bug#10973).
1035         (shr-render-td): Don't delete too much padding.
1036         (shr-natural-width): Compute the natural width more correctly.
1037         (shr-insert): Allow the natural width to be computed for tables again.
1038         (shr-tag-table-1): Rework how the natural widths are computed by
1039         rendering the table a third time.
1040         (shr-natural-width): Remove.
1041         (shr-buffer-width): New function.
1042         (shr-expand-newlines): Use it.
1044         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
1045         using a `gnus-use-full-window' setup (bug#11013).
1047 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1049         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1050         24.1 release.
1052 2012-03-10  David Edmondson  <dme@dme.org>
1054         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1055         'Forwarded Message' header and the start of the message.
1057 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1059         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1060         isn't running (bug#10897).
1062 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1064         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1066 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1068         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1070 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1072         * mm-decode.el (mm-shr): Remove "soft hyphens".
1074         * nnimap.el (nnimap-request-list): Return the group names encoded as
1075         utf8.  Otherwise non-European group names don't work.
1076         (nnimap-request-newgroups): Ditto.
1078         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1079         the default in `read-string' (bug#10757).
1081         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1082         topics (bug#10843).
1084         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1085         buffer.  Suggested by Herbert Valerio Riedel.
1086         (nnimap-request-move-article): Delete the message from the correct IMAP
1087         server.
1089 2012-02-19  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
1091         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1092         Reported by Peter Münster.
1094 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1096         * shr.el (shr-image-fetched): Make sure we really kill the right
1097         buffer.
1099 2012-02-16  Leo Liu  <sdl.web@gmail.com>
1101         * gnus-start.el (gnus-1): Avoid duplicate entries.
1103 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1105         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
1106         too-wide lines.
1108 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1110         * shr.el (shr-rescale-image): Undo previous change; see
1111         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
1113 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1115         * nnimap.el (nnimap-record-commands): New variable.
1116         (nnimap-log-command): Use it.
1117         (nnimap-make-process-buffer): Add a space to the process buffer.
1118         (nnimap-transform-headers): Don't bug out on header lines containing
1119         stuff that look like IMAP length encodings.
1121         * shr.el (shr-rescale-image): Allow viewing large images.
1123 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1125         * nnml.el (nnml-request-compact-group): Delete the marks file after
1126         compaction (bug#10800).
1128         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
1129         group exit.
1131         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
1132         QRESYNC/FETCH output.
1134 2012-02-11  Glenn Morris  <rgm@gnu.org>
1136         * sieve-manage.el (sieve-manage-default-stream):
1137         * shr.el (shr):
1138         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
1139         (nnir-retrieve-headers-override-function)
1140         (nnir-imap-default-search-key, nnir-notmuch-program)
1141         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
1142         (nnir-method-default-engines):
1143         * message.el (message-cite-reply-position):
1144         * gssapi.el (gssapi-program):
1145         * gravatar.el (gravatar):
1146         * gnus-sum.el (gnus-refer-thread-use-nnir):
1147         * gnus-registry.el (gnus-registry-unfollowed-addresses)
1148         (gnus-registry-max-pruned-entries):
1149         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
1150         * gnus-int.el (gnus-after-set-mark-hook)
1151         (gnus-before-update-mark-hook):
1152         * gnus-async.el (gnus-async-post-fetch-function):
1153         * auth-source.el (auth-source-cache-expiry):
1154         Add missing :version tags to new defcustoms and defgroups.
1156 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
1158         * message.el (message-default-send-mail-function): Made into own
1159         function for reuse by emacsbug.el.
1161 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
1163         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
1164         `gnus-sloppily-equal-method-parameters' to avoid a warning.
1166 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1168         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
1169         running.
1171         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
1173         * gnus.el (gnus-server-extend-method): Don't add an -address component
1174         if the method already has one (bug#9676).
1176 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1178         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
1179         of an initial-input for consistency (bug#10757).
1181         * shr.el: Inhibit getting and sending cookies when fetching pictures.
1183         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
1185 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1187         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
1188         lines that are narrower than the window width.  Otherwise background
1189         "blocks" will look less readable.
1191 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1193         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
1195 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1197         * nnimap.el (nnimap-transform-headers): Remove unused variable.
1198         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
1199         have newlines within the strings, and where the UID comes after the
1200         BODYSTRUCTURE element (bug#10537).
1202         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
1203         (bug#10732).
1205         * shr.el (shr-insert-document): Add doc string.
1206         (shr-visit-file): Ditto.
1207         (shr-remove-trailing-whitespace): New function.
1208         (shr-insert-document): Use it to clean up trailing whitespace as the
1209         final step (bug#10714).
1211 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1213         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
1214         buffer if `gnus-kill-summary-on-exit' is nil.
1216 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1218         * gnus-sum.el (gnus-summary-show-thread):
1219         next-single-char-property-change may return nil in XEmacs.
1221 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1223         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
1224         when just reading a single group from "without" Gnus.
1226 2012-02-06  Chong Yidong  <cyd@gnu.org>
1228         * gnus-sum.el (gnus-summary-show-thread):
1229         next-single-char-property-change never returns nil (Bug#8657).
1231 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1233         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
1234         without reconnecting.
1235         (nnimap-possibly-change-group): Ditto.
1236         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
1237         connection has died before being called.
1239 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1241         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
1242         an initial sync unless we're really doing one.
1244         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
1245         address parameter if one already exists (bug#9676).
1247         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
1248         not the prefix, as documented (bug#10689).
1250 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1252         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
1253         the "server".
1255         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
1256         the real error message with the useless "previously known to be down".
1257         Which isn't even correct.
1259         * nntp.el (nntp-open-connection): Report the error message if the nntp
1260         server can't be reached.
1262         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
1263         groups we do a total scan for.
1264         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
1265         doing that.
1267 2012-01-31  Jim Meyering  <jim@meyering.net>
1269         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1270         Correct a comment (insert "not") and hide nominally-doubled "to".
1272 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1274         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
1275         section in the manual.
1277 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1279         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
1280         words.
1281         (rfc2047-encode-string): Ditto.
1282         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
1283         understand folded filename="..." parameters, for instance.
1285         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
1286         the message for greater debuggability.
1288 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1290         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
1291         instead of setting it locally, since the latter doesn't seem to have
1292         any effect (most of the time).
1294 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
1296         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
1297         function call.
1299 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
1301         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
1302         seconds, and make the repeat clause with HH:MM specs work as
1303         documented.
1305 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1307         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
1308         so that previous errors don't prohibit getting new news.
1310         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
1312         * nntp.el (nntp-retrieve-group-data-early): Ditto.
1314 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1316         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
1317         bound globally in old Emacsen and XEmacsen.
1319 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
1321         * gnus.el (gnus-group-find-parameter): Check for liveness of the
1322         buffer, not of the string which is its name.
1324 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1326         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
1327         non-server-marks groups.
1328         (gnus-group-make-articles-read): Ditto.
1330         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
1331         methods (bug#9676).
1333         * gnus.el (gnus-method-ephemeral-p): New function.
1335 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1337         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
1338         left-to-right.
1340 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1342         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
1343         warning.
1345 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1347         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
1348         macroexpand the nnir things, since they haven't been defined yet, and
1349         nnir requires gnus-sum.
1351 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1353         * mm-decode.el (mm-interactively-view-part): Fix prompt.
1355 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1357         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
1358         logical server name in addition to the actual machine address.
1360         * auth-source.el (auth-source-user-and-password): Add convenience
1361         wrapper to search by just host and optionally user.
1363 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1365         * shr.el (shr-visit-file): Move point to the beginning of the buffer
1366         after rendering.
1368 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1370         * gnus-sum.el (gnus-summary-read-group): Document more parameters
1371         (bug#9693).
1372         (gnus-summary-setup-buffer): Document return value (bug#9697).
1374         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
1375         since ido doesn't work on symbols (bug#9632).
1377         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
1378         when getting a single value as when getting all the values.  This means
1379         that atoms like `gcc-self' work cumulatively, like variable settings,
1380         instead of getting the value from the last matching clause.
1381         (gnus-group-find-parameter): Protect against the group buffer not
1382         existing (bug#9585).
1384 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1386         * gnus-start.el (gnus-activate-group): Document more parameters
1387         (bug#9694).
1389         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
1390         (bug#9692).
1392         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
1393         article was fetched, so that it can be expired later (bug#9958).
1394         (gnus-agent-summary-fetch-series): Add doc string.
1395         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
1396         (bug#9517).
1398         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
1399         retrieval is happening.
1401         * gnus.el (gnus-parameters): Doc fix.
1403 2012-01-06  Dave Abrahams  <dave@boostpro.com>
1405         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
1406         show the thread after expansion.
1408 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1410         * gnus-art.el (article-narrow-to-head): If the head is completely
1411         empty, narrow to the empty region (bug#9764).
1413         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
1414         read, and then mark them as unread only when the unread mark is used.
1415         This makes `C-- T k' actually work, even though it's confusing.
1417         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
1418         alive before we try to find its window.
1420 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
1422         * mm-decode.el (mm-display-external): Use a longer timeout for the
1423         deletion to allow slow programs to display the file.
1425 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1427         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
1428         prompt to be less confusing.
1430         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
1431         argument to `message-reply'.  This broke `special-display-*' frame
1432         pop-uping (bug#10238).
1434 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1436         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
1437         systems, since these allegedly don't work there.
1439 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
1441         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
1442         live buffer.
1444 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1446         * nnir.el (nnir-retrieve-headers): Protect against the article not
1447         existing on the server (bug#10335).
1449 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1451         * gnus-agent.el (gnus-agent-load-local):
1452         Recompute gnus-agent-article-local on changing method.
1454 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1456         * gnus.el (gnus-parameters): Note precedence.
1458 2012-01-04  Leo Liu  <sdl.web@gmail.com>
1460         * nndraft.el (nndraft-update-unread-articles): Don't move point around
1461         in the group buffer.
1463 2012-01-04  Julien Danjou  <julien@danjou.info>
1465         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
1466         change.
1468 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1470         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
1471         too.
1473         * nntp.el (nntp-retrieve-group-data-early): Use it.
1475 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1477         * nntp.el (nntp-retrieval-in-progress): New variable.
1478         (nntp-make-process-buffer): Make it buffer-local.
1480         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
1481         2010.
1482         (gnus-demon-init): Use it to compute the time if time is on the form
1483         "04:23".
1485         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
1487         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
1488         status in the correct buffer.
1490 2012-01-03  Leo Liu  <sdl.web@gmail.com>
1492         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
1493         when opening topics (bug#10407).
1495 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1497         * mm-view.el (mm-display-inline-fontify): Add comment.
1499 2011-12-15  Juri Linkov  <juri@jurta.org>
1501         * mm-decode.el (mm-inline-media-tests): Add missing
1502         `mm-handle-media-subtype'.
1504 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
1506         * message.el (message-valid-fqdn-regexp): Update with newly approved
1507         top-level domain names ".tel" and ".asia".
1509 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1511         * gnus-sum.el (gnus-summary-show-article): Don't load shr
1512         unconditionally.
1514 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1516         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
1517         pop-to-buffer-same-window for old Emacsen.
1519 2011-12-04  Chong Yidong  <cyd@gnu.org>
1521         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
1522         change (Bug#10200).
1524 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1526         * compface.el (uncompface):
1527         * gnus-art.el (gnus-article-x-face-command): Update the header format
1528         of icon data for the most recent icontopbm program.
1530 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1532         * gnus-msg.el (gnus-inews-do-gcc):
1533         * message.el (message-send-mail):
1534         * mml.el (mml-generate-mime): Share the value of the buffer-local
1535         `message-options' variable between a draft buffer and temprary working
1536         buffers.
1538 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1540         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
1542 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1544         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
1545         for Cygwin.
1547 2011-11-24  Glenn Morris  <rgm@gnu.org>
1549         * starttls.el: Fix case of "GnuTLS".
1551 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1553         * gnus-group.el (gnus-group-highlight): Fix typo.
1555 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
1557         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
1558         value of `delete-file', that returns nil for a local file but returns t
1559         for a remote file using ssh.
1561 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1563         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
1564         avoid later breakage.
1566 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1568         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1569         article buffers' name.
1571 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1573         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1574         by Paul Eggert's spellfixes two days ago.
1576 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1578         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1579         buffer-local instead of binding them to avoid warnings.  Also demote
1580         errors (bug#10063).
1581         (font-lock-mode-hook): Shut up byte compiler.
1583 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1585         * mm-util.el (mm-charset-after): Fix typo.
1587 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1589         * gnus-sum.el (gnus-summary-make-menu-bar):
1590         * gnus-uu.el (gnus-uu-decode-postscript)
1591         (gnus-uu-decode-postscript-and-save):
1592         * mailcap.el (mailcap-print-command):
1593         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
1594         Fix typos.
1596 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1598         * gnus-art.el (gnus-article-part-wrapper):
1599         * shr-color.el (shr-color-visible-distance-min)
1600         (shr-color-relative-to-absolute, set-minimum-interval)
1601         (shr-color-visible): Fix typos.
1603 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1605         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
1606         slightly clearer.
1608 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1610         * message.el (message-send-and-exit): Document `arg'.
1612 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1614         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
1616 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
1618         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
1619         we don't use `bound-and-true-p'.
1621 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1623         * gnus-util.el (gnus-bound-and-true-p): Remove.
1624         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
1625         * nnir.el: Use it.
1626         * nnmairix.el: Use it.
1628 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1630         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
1631         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
1632         for reasons unknown.
1633         * nnir.el: Use it.
1634         * nnmairix.el: Use it.
1636         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
1637         * nnir.el: Ditto.
1638         * nnmairix.el: Ditto.
1640         * gnus-registry.el (gnus-registry-enabled): Default to nil.
1642 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1644         * message.el (message-completion-function): Make sure
1645         message-tab-body-function is not attempted if one of
1646         message-completion-alist fails to find a completion (bug#9158).
1648 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
1650         * mml.el (mml-quote-region): Quote <#secure> tag.
1651         (mml-generate-mime-1): Unquote <#secure> tag.
1653 2011-10-20  Chong Yidong  <cyd@gnu.org>
1655         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
1656         calling a minor mode from Lisp with nil arg enables it, so we have to
1657         make the wording a bit ambiguous here).
1659 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
1661         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
1662         * nnir.el (nnir-mode): Use it.
1663         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1664         Use it.
1666         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
1667         * nnmairix.el (gnus-registry-enabled): Ditto.
1669 2011-10-17  Dave Abrahams  <dave@boostpro.com>
1671         * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
1672         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
1673         only while we need to find out if it should be t or nil.
1674         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
1675         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
1676         the registry is installed.  Set it to nil when it's unloaded.
1677         (gnus-registry-install-p): Provide user guidance for the initial value
1678         of `gnus-registry-install' when it's 'ask, otherwise return its value.
1679         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
1680         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1681         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1682         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1683         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
1684         `gnus-registry-install'.
1686 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
1688         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
1689         previous change.
1690         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
1691         primary key is marked as disabled.
1693 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
1695         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
1696         primary key is marked as disabled.
1698 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
1700         * html2text.el (html2text-clean-anchor): Check for quotes around
1701         `href' value.
1703 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1705         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
1706         searching.  Drop `bbdb-cache'.
1708 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1710         * message.el (message-signed-or-encrypted-p): Exclude header when
1711         checking if there is signed or encrypted body in text/plain message.
1713 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
1715         * html2text.el (html2text-get-attr): Correctly handle attribute values
1716         containing "=".
1718 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
1720         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
1721         handle bindings.
1723 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1725         * gnus-win.el (gnus-configure-windows): Protect against reading
1726         ephemeral groups outside of Gnus.
1728 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1730         * shr.el (shr-tag-img): Don't get images displayed in tables.
1732 2011-10-03  Glenn Morris  <rgm@gnu.org>
1734         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
1735         the "maintainer" version of debbugs.gnu.org reports.
1737 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1739         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
1740         make asynchronous adjacent image insertion work better.
1742 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
1744         * plstore.el (plstore-select-keys, plstore-encrypt-to):
1745         Clarify documentation.
1747 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1749         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
1750         `gnus-asynchronous' isn't shadowed.
1752 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1754         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
1755         (nnimap-insert-partial-structure): The charset parameter isn't
1756         case-sensitive.
1758         * nnheader.el (nnheader-message-maybe): New function.
1760         * shr.el (shr-tag-table): Render totally broken tables better.
1762         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
1763         computing the boundary.
1765 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1767         * pop3.el (pop3-number-of-responses): Remove.
1768         (pop3-wait-for-messages): Rewrite to take linear time instead of
1769         exponential time.
1771 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1773         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
1774         re-fetch images.
1776         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
1777         re-fetch images when hitting `g' in Gnus.
1779 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1781         * mml.el (mml-inhibit-compute-boundary): New internal variable.
1782         (mml-compute-boundary): Don't check collision if it is non-nil.
1783         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
1784         before checking collision.
1786 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1788         * message.el (message-indent-citation): Really make sure there's a
1789         newline at the end.
1791         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
1792         Fix suggested by John Wiegley.
1794         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
1796         * gnus-art.el (gnus-treat-hide-citation): Add doc.
1798         * message.el (message-default-send-rename-function): Break out into its
1799         own function.
1801         * ecomplete.el (ecomplete-display-matches): Revert patch since it
1802         doesn't work under XEmacs.
1804         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
1805         of "imaps" to word around Windows problems.
1806         (nnimap-open-connection-1): Use it.
1808         * message.el (message-indent-citation): Revert last change which made
1809         `F' not work.
1811 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
1813         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
1814         terminal as well.
1816 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1818         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
1819         because it displays images using overlays that aren't easy to copy to
1820         the article buffer.
1822 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1824         * message.el (message-indent-citation): Fix empty line removal at the
1825         end of the citation.
1827 2011-09-20  Julien Danjou  <julien@danjou.info>
1829         * auth-source.el (auth-source-netrc-create): Use default value for
1830         password if specified.  Evaluate default.
1831         (auth-source-plstore-create): Ditto.
1832         (auth-source-plstore-create, auth-source-netrc-create): Fix default
1833         value evaluation.
1834         (auth-source-netrc-create): Typo fix.
1835         (auth-source-plstore-create): Ditto.
1837         * auth-source.el (auth-source-format-cache-entry): New function.
1839 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1841         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
1843 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1845         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
1847 2011-09-19  Julien Danjou  <julien@danjou.info>
1849         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
1850         which work with things that are not ASCII.
1852 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1854         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
1856 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1858         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
1859         message level.
1861 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1863         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
1865 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1867         * gnus.el (gnus-interactive-exit): Update defcustom spec.
1869 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1871         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
1872         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
1874 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
1876         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
1877         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
1878         articles.
1880 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
1882         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
1883         (message-mail-other-window, message-mail-other-frame)
1884         (message-news-other-window, message-news-other-frame):
1885         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
1886         instead of setting buffer display variables.
1888 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1890         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
1892         * gnus-sum.el (gnus-fetch-headers): Bump message level.
1894 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1896         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
1897         duplicates" to a higher level.
1899         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
1900         most egregious messages.
1902 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1904         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
1906 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
1908         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
1909         up the file (bug#9351).
1911 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1913         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
1914         it does with all other backends, but decode the names immediately after
1915         getting them.
1917         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
1918         decoding nnimap groups.
1920         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
1921         newsrc file.  It doesn't seem like an important optimization any more.
1923 2011-09-10  Dave Abrahams  <dave@boostpro.com>
1925         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
1926         overflows.
1928 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1930         * gnus.el (gnus-article-mark-lists): Remove `recent'.
1931         (gnus-interactive-exit): Extend to `quiet'.
1933         * gnus-sum.el (gnus-offer-save-summaries): Use it.
1935         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
1936         string.
1938         * plstore.el (plstore--get-buffer): Silence compiler warnings by
1939         renaming function arguments from `this'.
1941         * gnus-sum.el (gnus-newsgroup-recent): Remove.
1943         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
1944         has been renamed.
1945         (gnus-lrm-string-p): Include RLM and PDF, too.
1947         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
1948         (bug#9225).
1950 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
1952         Add autoload cookies for functions used by sendmail.el.
1953         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
1955         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
1957 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1959         * gnus-art.el (article-date-ut): Work properly even when there are
1960         things like Date header in the body; work for forwarded parts.
1962 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
1964         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
1965         original-article-buffer.
1967 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
1969         * nnir.el (nnir-compose-result): Fix matching of server type.
1970         (nnir-run-swish++): Ditto.
1971         (nnir-run-namazu): Ditto.
1972         (nnir-run-notmuch): Ditto.
1974 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1976         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
1977         (bug#9405).
1979         * gnus-score.el (gnus-summary-increase-score): Doc clarification
1980         (bug#9421).
1982         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
1983         (bug#9425).
1985         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
1986         thing (bug#9426).
1988 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1990         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
1991         the error message.
1993 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
1995         * message.el (message-setup-1): Return t (Bug#9392).
1997 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
1999         * gnus-sum.el: When adding article headers to a summary buffer also
2000         update gnus-newsgroup-articles (bug#9386).
2002 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2004         * auth-source.el: Autoload help-mode.
2006 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2008         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
2009         names.
2011 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
2013         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
2014         mm-replace-in-string for compatibility issues.
2015         * mml2015.el (mml2015-epg-verify): Ditto.
2017 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2019         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
2021         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2023 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2025         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
2026         continue on and do the clean-up phase (bug#9188).
2028         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
2029         just ignore groups that can't be opened instead of erroring out
2030         (bug#9225).
2032         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
2033         nil since some many people are fuddy-duddies.
2035         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
2036         images.
2038         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
2039         instead.
2041         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
2043         * gnus-util.el (gnus-process-live-p): Copy over compat function.
2045         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
2046         processing.
2048         * nntp.el (nntp-kill-buffer): Kill the process before killing the
2049         buffer to avoid warnings.
2051 2011-08-20  Simon Josefsson  <simon@josefsson.org>
2053         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
2054         specified to reduce precision.
2056 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2058         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
2059         bodystructures (bug#9314).
2061 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2063         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
2064         Make button keymap non-sticky after buttons.
2066 2011-08-18  David Engster  <dengste@eml.cc>
2068         * nnmairix.el (nnmairix-request-set-mark)
2069         (nnmairix-goto-original-article): Remove adding of article to registry,
2070         since `gnus-registry-add-group' isn't available anymore.
2071         (nnmairix-determine-original-group-from-registry):
2072         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
2073         available anymore.
2075 2011-08-12  Simon Josefsson  <simon@josefsson.org>
2077         * starttls.el (starttls-any-program-available): Define as obsolete
2078         function.
2080 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2082         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
2083         versions which Gnus use when appropriate.
2085         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
2086         a pretty destructive command.
2088         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
2090 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2092         * message.el (message-fix-before-sending): Make a different warning
2093         about NUL characters (bug#9270).
2095         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
2096         from custom (bug#9260).
2098         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
2099         things work in Emacs 22 and XEmacs, too.
2101         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
2102         default From.
2104         * gnus-spec.el (gnus-lrm-string-p): New macro.
2105         (gnus-lrm-string): New constant.
2106         (gnus-summary-line-format-spec): LRM-ify the from.
2107         (gnus-tilde-max-form): LRM-ify string chopping.
2109         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
2111         * message.el (message-is-yours-p): Allow disabling canlock checking
2112         (bug#9295).
2113         (message-shoot-gnksa-feet): Add `canlock-verify'.
2114         (message-auto-save-directory): Use ~/ as the auto-save directory if the
2115         message directory isn't writable (bug#9304).
2117         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
2118         non-world-readable.
2120 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2122         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
2123         articles.
2125 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
2127         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
2128         copy-list.
2130 2011-08-12  Sam Steingold  <sds@gnu.org>
2132         * gnus-score.el (gnus-score-find-alist): Keep the score files already
2133         in the reverse order to avoid modifying the cache with `nreverse'.
2134         (gnus-all-score-files): Do not modify the value returned by
2135         `gnus-score-find-alist' because it lives in a cache variable.
2136         (gnus-current-home-score-file): No need to `nreverse' the return value
2137         of `gnus-score-find-alist', it is already in the correct order.
2139 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
2141         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
2142         type MESSAGE and subtype RFC822 is slightly different from those of
2143         type TEXT.
2145 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
2147         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
2148         This allows article-referral to work from an nnir group.
2150 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
2152         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
2154 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
2156         * mml1991.el (mml1991-epg-find-usable-key)
2157         (mml1991-epg-find-usable-secret-key): New function.
2158         (mml1991-epg-sign): Check if signing key is usable.
2159         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
2161 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
2163         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
2164         server-variables only.  This should fix a bug introduced with commit
2165         e1889675b7f4adf057833c5513c9374134c4e053.
2166         (nnir-run-query): 'nnir-search-engine should not be set from the global
2167         environment.
2169 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
2171         * nnir.el (nnir-search-thread): Position point on referring article
2172         line.
2173         (nnir-warp-to-article): Clean up summary buffers.
2175         * nnimap.el (nnimap-request-thread): Whitespace fix.
2177 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
2179         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
2181 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2183         * starttls.el (starttls-available-p): Rename from
2184         `starttls-any-program-available' and changed return convention.
2186 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
2188         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2189         `unix-sync' unless it's defined.
2191 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
2193         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2194         `aref' for XEmacs compatibiltiy.
2196 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2198         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2200 2011-07-31  Dave Abrahams  <dave@boostpro.com>
2202         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2203         closures, quote the form properly (bug#9194).
2205 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2207         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2208         (gnus-summary-insert-new-articles): Protect against servers that are
2209         down.
2211 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2213         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
2214         in mm handle if none is specified.
2216 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
2218         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
2220 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
2222         * nnir.el (nnir-search-thread): New function to make an nnir group
2223         based on a thread query.
2225         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
2226         of nnir in thread referral.
2227         (gnus-summary-refer-thread): Use it.
2229         * nnimap.el (nnimap-request-thread): Use it.
2231 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2233         * shr.el (shr-tag-comment): Ignore HTML comments.
2235 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
2237         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
2238         argument.
2239         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
2240         Use `nnir-address' to handle server info rather than passing an arg.
2242         * nnimap.el (nnimap-make-thread-query): New utility function to format
2243         an imap thread search query.
2244         (nnimap-request-thread): Use it.
2246         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
2247         right select-method if we are not going back to the group buffer.
2249 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2251         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
2252         enter invalid buffer configurations into the quit form (bug#9107).
2253         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
2254         unplugged/plugged.
2256         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
2257         keep track of which ones are unread (bug#9061).
2259         * gnus.el (gnus-refer-article-method): Allow entering any sexp
2260         (bug#9055).
2262         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
2263         (bug#9041).
2265         * gnus-html.el (mm-util): Require (bug#9073).
2267         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2268         (gnus-summary-refer-thread): Use it to remove duplicates in the
2269         un-threaded view (bug#9053).
2270         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2272 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
2274         * nnir.el (nnir-read-server-parm): Use default value from global
2275         variable.  Without this the default search engine parameters aren't
2276         used at all.
2278 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2280         * message.el (message-unique-id): Don't use the undocumented return
2281         value from (random t) (bug#9118).
2283 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2285         * message.el (message-auto-save-directory): If the ~/Mail directory
2286         doesn't exist, use ~ as the auto-save directory (bug#4432).
2288         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2289         hasn't already been started.
2291 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2293         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
2295         * message.el (message-reply): Work around mysterious bug where
2296         `message-mode' seems to overwrite the locally bound `subject' variable.
2298 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
2300         * nnimap.el (nnimap-request-thread): Ensure search is performed in
2301         correct group.
2303         * gnus-int.el (gnus-request-thread): Add group argument.
2305         * gnus-sum.el (gnus-summary-refer-thread): Use it.
2307 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2309         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
2310         renamed to `debbugs-gnu-*'.
2312 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
2314         * plstore.el: Revert the editing feature since it is not urgent.
2315         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
2316         (plstore-mode-decoded): Remove.
2318 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2320         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
2321         isn't very interesting any more, and it leaks potentially secret data.
2322         (gnus-debug): Remove.
2324         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
2325         use of :custom-show.
2327 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
2329         * plstore.el: Add documentation.
2330         (plstore-mode): New mode to edit plstore file.
2331         (plstore-mode-toggle-display, plstore-mode-original)
2332         (plstore-mode-decoded): New command.
2333         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2334         (plstore--insert-buffer, plstore--make): New function.
2335         (plstore-open, plstore-save): Simplify by using them.
2337 2011-07-06  Glenn Morris  <rgm@gnu.org>
2339         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
2341 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2343         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
2344         no longer is much used.
2345         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
2346         Articles".
2348 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
2350         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
2351         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
2352         `notmuch' backend.
2354 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2356         * mm-decode.el (mm-text-html-renderer): Doc fix.
2358         * gnus-msg.el (gnus-bug): Fix the MML tag.
2360         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
2362 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
2364         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2365         secondary methods if started with `gnus-no-server'.
2367 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
2369         * message.el (message-return-action): Fix typo in docstring.
2371 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2373         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2374         bug reports at once.
2376         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2378 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2380         * nndraft.el: Require gnus-group.
2381         (nndraft-request-list): Declare.
2383         * nndraft.el (nndraft-update-unread-articles): Don't show group having
2384         no unread article unless it matches gnus-permanently-visible-groups.
2386         * nndraft.el (nndraft-update-unread-articles): New function.
2387         (nndraft-request-associate-buffer): Use it to update the number of
2388         unread articles for the nndraft groups in the group buffer when saving
2389         or killing a draft message.
2391 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2393         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2394         systems to binary before writing and reading the mbox files.
2396         * gnus.el (gnus-summary-line-format): Link to the info node for %U
2397         instead of trying to list them all (bug#8978).
2399 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2401         * pop3.el (pop3-open-server): Use :end-of-capability.
2403 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2405         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2406         the id is always a number.
2408         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2409         debbugs mode, if possible.
2411 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
2413         * auth-source.el (auth-source-token-passphrase-callback-function):
2414         Reindent.
2415         (epg-context-operation): Remove unnecessary autoload.
2417 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2419         * gnus.el (gnus-list-debbugs): New command.
2421         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2422         mboxstat instead of the maintbox, since the stat seems to be fuller.
2424         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2425         summary buffers.
2427         * message.el (message-get-reply-headers): Delete all duplicates,
2428         instead of the first.
2429         (message-get-reply-headers): Ensure that we have progress while
2430         deleting duplicates.
2432         * gnus-msg.el (gnus-configure-posting-styles): Get the local
2433         gnus-posting-style value from the summary buffer to make it easier to
2434         make that a per-buffer conf.
2436 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
2438         * nnir.el (nnir-run-imap): Allow halting a search when an article is
2439         found by setting `shortcut' in 'query.
2440         (nnir-request-article): Use `shortcut' setting when requesting article
2441         by Message-ID.
2443 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
2445         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2446         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2447         Bring the pseudo-headers back too.
2449 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2451         * auth-source.el (auth-source-token-passphrase-callback-function):
2452         Simplify and remove EPA dependency.
2454 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
2456         * nnir.el (nnir-request-article): Fix error message text.
2458 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2460         * auth-source.el (plstore-delete): Autoload.
2461         (auth-source-plstore-search): Support delete operation.
2462         * plstore.el (plstore-delete): New function.
2464 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2466         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
2467         mark actually existing articles as unread rather than the ones that
2468         active asserts.
2470 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2472         * nntp.el (nntp-record-command):
2473         * gnus-util.el (gnus-message-with-timestamp-1):
2474         Use format-time-string rather than decoding time stamps by hand.
2475         This is simpler and insulates the code from potential changes to
2476         current-time format.
2478 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2480         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
2482 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2484         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
2485         (plstore-save): Support public key encryption.
2486         (plstore--init-from-buffer): New function.
2487         (plstore-open): Use it; fix error when opening a non-existent file.
2488         (plstore-revert): Use plstore--init-from-buffer.
2490 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2492         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
2494 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2496         * mml2015.el (mml2015-use): Replace string-match-p with string-match
2497         for old Emacsen.
2499 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2501         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
2502         is not fully working.
2504 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2506         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
2507         quit window configuration.
2509         * auth-source.el (epg-context-set-passphrase-callback):
2510         Remove duplicate autoload.
2512 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2514         * nnir.el (nnir-request-article): Allow requesting articles by
2515         Message-ID with nnimap.
2517         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
2518         current server.
2520 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2522         * auth-source.el: Autoload EPA/EPG functions.
2523         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
2524         changed when EPA/EPG is not available.
2525         (auth-source-backend): Rename "arg" member to "data".
2526         (auth-source-backend-parse, auth-source-plstore-search)
2527         (auth-source-plstore-create): Use it.
2529 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2531         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
2532         `gnus-refer-article-methods'.
2534 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2536         * auth-source.el: Require EPA and EPG.
2537         (auth-source-passphrase-alist): New variable.
2538         (auth-source-passphrase-callback-function)
2539         (auth-source-token-passphrase-callback-function): Callbacks for the
2540         netrc field encryption (GPG tokens).
2541         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
2542         Symmetric encryption and decryption of the netrc GPG tokens.
2543         (auth-source-netrc-normalize): Use them, simplifying the closure.
2545 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2547         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
2548         non-nil, and `nnimap-split-methods' is nil, use the former.
2550 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2552         * plstore.el (plstore-revert): New function.
2553         (plstore-open): Use it; hide the buffer from user.
2555 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2557         * auth-source.el (auth-source-backend): New member "arg".
2558         (auth-source-backend-parse): Handle new backend 'plstore.
2559         * plstore.el: New file.
2561 2011-06-30  Glenn Morris  <rgm@gnu.org>
2563         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2565         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
2567 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2569         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
2570         expiring articles to.
2572         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
2573         variations as ASCII (bug#5458).
2575 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2577         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
2579 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2581         * message.el (message-point-in-header-p): Tweak the function to default
2582         to saying that we're not in the headers if there is no separator at
2583         all.  This makes it possible to use the Message version of `M-q' in
2584         buffers with no headers (bug#7987).
2585         (message-point-in-header-p): Fix last checkin to work with an empty
2586         mail-header-separator, too.
2588         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
2589         again, save the choice via customize.
2591 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2593         * message.el (message-send-mail-function): Add `sendmail-query-once'.
2595         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
2596         ended the connection, bail out before waiting infinitely on a new
2597         connection.
2599 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
2601         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
2602         reports.
2604         * gnus.el (gnus-bug-package): Use "gnus."
2605         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
2607 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2609         * gnus-art.el (gnus-article-stop-animations): New function to stop any
2610         animations going on at article exit time.
2612         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
2613         since removing it breaks people upgrading.
2615         * shr.el (shr-put-image): Use the new interface for animating images.
2616         (shr-put-image): Animate for 60 seconds.
2618         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
2619         error with `find-file-hooks' on Emacs 22.
2620         (with-auth-source-epa-overrides): Ugly hack to Wrap the
2621         `find-file-hook' things in `symbol-value' to avoid compilation warnings
2622         on all architectures.
2624         * spam.el (spam-stat): Require in a normal fashion without binding
2625         `spam-stat-install-hooks' to avoid compilation warnings.
2627         * spam-stat.el (spam-stat-install-hooks): Remove.
2628         (spam-stat-install-hooks): Don't run automatically.
2630 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
2632         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
2633         and keystroke.
2635 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2637         * auth-source.el (auth-source-netrc-cache): Move forward.
2639 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2641         * auth-source.el (auth-source-netrc-create): Don't query the bits that
2642         we already know.
2643         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
2644         (auth-source-netrc-create): Don't prompt for the stuff we already know.
2646 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2648         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
2649         %S format, since that looks odd.
2650         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
2651         file, especially when saving.
2653 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
2655         * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
2656         article found.
2658 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2660         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
2661         `auth-source-save-secrets' with a more sensitive alist that can be
2662         configured per file.  Experimental, so defaults to 'never.
2663         (auth-source-netrc-create): Use it.  Still experimental code.
2664         (with-auth-source-epa-overrides): Use `find-file-hooks' if
2665         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
2667 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
2669         * auth-source.el (auth-source-save-secrets): New variable to control if
2670         secret tokens should be saved encrypted.
2671         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
2672         to `auth-source-netrc-normalize'.
2673         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
2674         on the EPA variables being defined.
2675         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
2676         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
2677         the lexical-let closure.
2678         (auth-source-netrc-create): Create "gpg:" tokens according to
2679         `auth-source-save-secrets'.
2681 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2683         * gnus-group.el (gnus-group-update-group): Add new argument
2684         `info-unchanged' that stops updating dribble buffer.
2686         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
2687         deletes lines matching to it in dribble buffer.
2689         * gnus-agent.el (gnus-agent-fetch-group-1):
2690         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
2691         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
2692         * gnus-start.el (gnus-group-change-level):
2693         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
2695         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
2696         if newsgroup info is not changed.
2698         * gnus-group.el (gnus-group-get-new-news-this-group):
2699         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
2700         Don't update dribble buffer.
2702 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
2704         * gnus-registry.el (gnus-registry-remove-ignored): New function to
2705         remove entries with groups we ignore.
2707 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2709         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
2710         the underline comes at the bottom.
2712 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
2714         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
2715         `gnus-registry-user-format-function-M' and declare the latter obsolete.
2716         (gnus-registry-article-marks-to-names): Rename from
2717         `gnus-registry-user-format-function-M2'.
2719 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2721         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
2722         ephemeral group.
2724 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2726         * shr.el (shr-browse-image): Copy the URL if called interactively.
2728 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2730         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
2731         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
2732         done, then unselected articles may be marked as read.
2734         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
2735         since not doing this seems to lead to a race condition in pop3-logon.
2737         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
2738         so that the call chain it correct when we call "upwards".
2740         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
2741         in read-only groups.
2743         * gnus-group.el (gnus-group-mark-article-read): Ditto.
2745         * message.el (message-cite-reply-position): Doc string fix.
2747         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
2748         avoid regexp overflow.
2749         (nnimap-transform-split-mail): Ditto.
2751         * pop3.el (pop3-retr): Error out if the server closes the connection.
2753 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2755         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
2756         mm-with-unibyte-current-buffer.  The buffer should not contain any
2757         multibyte chars anyway at this stage.
2759 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2761         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
2762         at the end of lines.
2764 2011-05-29  Julien Danjou  <julien@danjou.info>
2766         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
2768 2011-05-27  Glenn Morris  <rgm@gnu.org>
2770         * gnus-group.el (gnus-bug-group-download-format-alist):
2771         Use the "maintainer" version of debian reports as well.
2773 2011-05-26  Glenn Morris  <rgm@gnu.org>
2775         * gnus-group.el (gnus-bug-group-download-format-alist):
2776         Use the "maintainer" version of debbugs.gnu.org reports.
2778 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2780         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
2782 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2784         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
2785         the thread moves us backwards and so we loop forever.
2787 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2789         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
2790         whitespace in base64 data lines.
2792 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
2794         * gnus-registry.el (gnus-registry-user-format-function-M):
2795         Use `mapconcat'.
2796         (gnus-registry-user-format-function-M2): Use to see the full text of
2797         the marks.  Make "," the mark text separator.
2799         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
2800         authentication with auth-source.
2802 2011-05-17  Glenn Morris  <rgm@gnu.org>
2804         * gnus-group.el (gnus-import-other-newsrc-file):
2805         Use insert-file-contents.
2807 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
2809         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
2810         1000 iterations.
2812 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2814         * nntp.el (nntp-open-connection): Check if process-type is available.
2816 2011-05-16  Julien Danjou  <julien@danjou.info>
2818         * shr.el (shr-tag-del): Add support for del tag.
2820 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2822         * gnus-html.el (gnus-html-put-image): Register a displayer.
2824         * shr.el (shr-image-displayer): Don't remove text props from alt text.
2826 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
2828         * registry.el (prune-factor): New initialization parameter defaulting
2829         to 0.1.
2830         (registry-prune-hard): Use it.
2832         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
2833         0.1 expicitly.
2835 2011-05-13  Glenn Morris  <rgm@gnu.org>
2837         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
2838         is bound, since this function requires sendmail.
2840 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
2842         * registry.el (registry-usage-test): Disable pruning test.
2844 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
2846         * registry.el (registry-prune-hard-candidates)
2847         (registry-prune-soft-candidates): Helper methods for registry pruning.
2848         (registry-prune): Use them.  Make the sort function optional.
2850 2011-05-10  Jim Meyering  <meyering@redhat.com>
2852         * shr.el (shr-colorize-region): Fix typo "on on -> on".
2854 2011-05-10  Julien Danjou  <julien@danjou.info>
2856         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
2857         symbol and not a list.
2859 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2861         * gnus-art.el (gnus-article-mode): Move binding of
2862         shr-put-image-function here from gnus-article-prepare-display.
2864         * shr.el (shr-put-image-function): New variable.
2865         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
2866         (shr-put-image): Return scaled image.
2868         * gnus-art.el (gnus-shr-put-image): New function.
2869         (gnus-article-prepare-display): Bind shr-put-image-function to it.
2871         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
2872         original ones, as deletable.
2874 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2876         * nntp.el (nntp-open-connection): Set TCP keepalive option.
2878 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2880         * registry.el (registry-full): Add convenience method.  Fix logic.
2881         (registry-insert): Use it.  Fix logic here too.
2883         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
2884         `registry-prune' if `registry-full' returns t.
2885         (gnus-registry-handle-action)
2886         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
2887         (gnus-registry-usage-test): Use it.
2889 2011-05-07  Julien Danjou  <julien@danjou.info>
2891         * shr.el (shr-link): Make shr-link inherit from link by default.
2893 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
2895         * shr.el (shr-urlify, shr-link): Fix shr-link face.
2897 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2899         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
2900         error out because the face is not a list.
2902 2011-05-05  Glenn Morris  <rgm@gnu.org>
2904         * gnus-start.el (gnus-propagate-marks): Declare.
2906 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
2908         * registry.el (registry-reindex): Fix percentage message.
2910 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
2912         * shr.el: Add shr-link face for links.
2913         (shr-urlify): Use it.
2915         * registry.el (registry-insert): Make error message more helpful.
2917 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2919         * gnus-html.el (gnus-html-schedule-image-fetching):
2920         Use url-queue-retrieve, if it exists.
2922         * shr.el (shr-tag-img): Ditto.
2924         * gnus.el: Autoload more gnus-agent functions.
2926         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
2927         agent if we haven't already (bug#8502).
2929         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
2930         into the Agent, too.
2932         * gnus-agent.el (gnus-agent-store-article): New function.
2934         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
2935         and moved from that file for reuse.
2937         * pop3.el (pop3-open-server): Error messages are "-ERR".
2939 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2941         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
2942         (open-tls-stream): Remove superfluous tls/starttls autoloads.
2944 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2946         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
2947         buffer has moved to a different frame.
2949 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2951         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
2952         to get the conversion from unibyte to multibyte buffers to work on
2953         Emacs 22.
2955         * nntp.el (nntp-request-article): Slight clean-up.
2957 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2959         * shr.el (shr-strike-through): New face.
2960         (shr-tag-s): Use it to provide <s> support.
2961         (shr-tag-s): Remove duplicate definition.
2963 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2965         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
2966         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
2968 2011-04-23  Glenn Morris  <rgm@gnu.org>
2970         * gnus-sum.el (gnus-extra-headers): Bump :version.
2972 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2974         * shr.el (shr-tag-sup): New function.
2975         (shr-tag-sub): Ditto.
2977 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
2979         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
2980         for the case where `gnus-registry-ignored-groups' is a list of lists,
2981         and don't call `gnus-parameter-registry-ignore' otherwise.
2983 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
2985         * nnimap.el (nnimap-user): New backend variable.
2986         (nnimap-open-connection-1): Use it.
2987         (nnimap-credentials): Accept user parameter so it's explicit what user
2988         name is desired.
2990         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
2991         default.
2993         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
2994         not gnus-registry.el.
2996         * gnus-registry.el: Mention in comments how to modify
2997         `gnus-extra-headers' for proper recipient tracking and that it may
2998         already have To and Cc recently, which it does as of this commit.
2999         (gnus-registry-ignored-groups): Remove defcustom.
3000         Explain why in comments.
3001         (gnus-registry-action): Fix data-header reference to use the extra
3002         headers.  Explain in package commentary how to add To and Cc headers to
3003         the gnus-extra-headers.
3004         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
3005         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
3006         parameter list or a string list in `gnus-registry-ignored-groups'.
3007         Fix logic error.
3009 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3011         * shr.el (shr-expand-url): Protect against null urls.
3013 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3015         * shr.el (shr-base): New binding.
3016         (shr-tag-base): Keep track of <base>.
3017         (shr-expand-url): New function used throughout.
3019 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
3021         * gnus-registry.el
3022         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
3023         (gnus-registry-ignored-groups): New variable.
3024         (gnus-registry-ignore-group-p): Use it.
3025         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
3026         set the destination group to nil (same as delete) if it's ignored.
3028 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3030         * gnus-registry.el (gnus-registry-action)
3031         (gnus-registry-fetch-header-fast):
3032         Don't use mail-header that looks an internal function of mailheader.el.
3034 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3036         * gnus-registry.el: Eliminate cl functions.
3037         (gnus-registry-sort-addresses): New function that replaces mapcan.
3038         (gnus-registry-action, gnus-registry-spool-action)
3039         (gnus-registry-split-fancy-with-parent)
3040         (gnus-registry-fetch-recipients-fast): Use it.
3041         (gnus-registry-import-eld): Replace delete* with dolist + delq.
3043         * registry.el (initialize-instance, registry-lookup)
3044         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
3045         (registry-lookup-secondary-value, registry-search, registry-delete)
3046         (registry-insert, registry-reindex, registry-size, registry-prune):
3047         Use eval-and-compile.
3049 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
3051         * registry.el (registry-reindex): New method to recreate the secondary
3052         registry indices.
3054         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
3055         tracked field changes.
3056         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
3057         (gnus-registry-action, gnus-registry-spool-action)
3058         (gnus-registry-handle-action)
3059         (gnus-registry--split-fancy-with-parent-internal)
3060         (gnus-registry-split-fancy-with-parent)
3061         (gnus-registry-register-message-ids): Add recipient tracking on spool,
3062         move, and delete actions, and for fancy splitting with parent.
3063         (gnus-registry-extract-addresses)
3064         (gnus-registry-fetch-recipients-fast)
3065         (gnus-registry-fetch-header-fast): Convenience functions.
3066         (gnus-registry-misc-test): ERT test of
3067         `gnus-registry-extract-addresses'.
3069 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
3071         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3072         Track by subject first, then sender.
3074 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3076         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
3078         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
3079         Lisp.
3081         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
3082         (gnus-draft-send): Use it to avoid popping
3083         up frames from gnus-group-send-queue.
3085 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
3087         * gnus-registry.el: Updated gnus-registry docs.
3089 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
3091         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3092         Fix logic bug.
3093         (gnus-registry-post-process-groups): Fix logging of no results and
3094         quote sender and subject.
3096 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3098         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
3099         (gnus-read-active-for-groups): Don't try to finish getting stuff where
3100         we had no early-data returned.
3101         (gnus-get-unread-articles): Add a sanity check so that we don't issue
3102         two async commands to the same server at the same time.
3104 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
3106         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
3108 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3110         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
3111         "warning" level.
3113         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
3114         (mm-url-insert-file-contents): Don't set the package names.
3116 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
3118         * gnus-registry.el (gnus-registry-action): Remove properties and
3119         simplify subject in `gnus-registry-handle-action'.
3120         (gnus-registry-spool-action): Get subject and sender from message if
3121         they are not passed in.
3122         (gnus-registry-handle-action): Remove properties and simplify subject
3123         consistently.
3125 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3127         * registry.el: Require CL before using defmacro*.
3129 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3131         * gnus-art.el (article-treat-date): Assume that
3132         gnus-article-date-headers may be a group parameter.
3134 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
3136         * gnus-registry.el (gnus-registry-handle-action): More debugging.
3138         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3139         interactively so the newsrc file can contain foreign groups too.
3140         Useful for debugging but not much for users.
3142 2011-04-07  David Engster  <dengste@eml.cc>
3144         * registry.el (registry-usage-test): Only do
3145         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3146         lexical binding.
3148 2011-04-06  David Engster  <dengste@eml.cc>
3150         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
3151         argument NOERROR for `require', since XEmacs 21.4 does not support it.
3153 2011-04-06  David Engster  <dengste@eml.cc>
3155         * registry.el (initialize-instance): Change :after to :AFTER to be
3156         compatible with old EIEIO version in XEmacs.
3158 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3160         * gnus-registry.el (gnus-registry-post-process-groups)
3161         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
3162         and provide better messaging.
3164 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3166         * gnus-registry.el: Don't use ERT if it's not available.  Load it
3167         unconditionally anyway, discarding errors.
3168         (gnus-registry-delete-entries): New convenience function.
3169         (gnus-registry-import-eld): Import from old .eld registry.
3171         * registry.el: Don't use ERT if it's not available.  Load it
3172         unconditionally anyway, discarding errors.
3174         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3175         version from the Claudio Bley GnuTLS patch (extra optional parameters
3176         and host name).
3178 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
3180         * gnus-registry.el (gnus-registry-fixup-registry): New function to
3181         fixup the parameters that can be customized by the user between
3182         save/read cycles.
3183         (gnus-registry-read): Use it.
3184         (gnus-registry-make-db): Use it.
3185         (gnus-registry-spool-action, gnus-registry-handle-action):
3186         Fix messaging.
3187         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3188         Map references to actual group names with sender and subject tracking.
3189         (gnus-registry-post-process-groups): Use `cond' for better messaging.
3190         (gnus-registry-usage-test): Add subject lookup test.
3192         * registry.el (registry-db, initialize-instance): Set up constructor
3193         instead of :initform arguments for the sake of older Emacsen.
3194         (registry-lookup-breaks-before-lexbind): New method to demonstrate
3195         pre-lexbind merge bug.
3196         (registry-usage-test): Use it.
3197         (initialize-instance, registry-db): Move the non-function initforms
3198         back to the class definition.
3200 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
3202         * registry.el: New library to manage gnus-registry-style data.
3204         * gnus-registry.el: Use it (major rewrite).
3206         * nnregistry.el: Use it.
3208         * spam.el: Use it.
3210 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3212         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3213         marks on non-selected articles.
3215 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
3217         * proto-stream.el: Move to Emacs core, at net/network-stream.el.
3219         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3220         parameter to open-protocol-stream.
3222 2011-04-01  Julien Danjou  <julien@danjou.info>
3224         * mm-view.el (mm-display-inline-fontify): Do not fontify with
3225         fundamental-mode.
3227 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3229         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3230         servers.
3232 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3234         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3235         made marks not propagate, again.
3237 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
3239         * proto-stream.el (open-protocol-stream): Bring back `network' type.
3240         Make this the default type.
3241         (proto-stream-open-plain): Rename from proto-stream-open-default.
3242         (open-protocol-stream, proto-stream-open-starttls)
3243         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3244         with `plain'.
3246         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3247         value.
3249         * nntp.el (nntp-open-connection-function): Document the fact that some
3250         values are not functions but are instead handled specially.
3251         Recognize nntp-open-plain-stream value.
3252         (nntp-open-connection): Recognize that value.
3254 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3256         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3257         stuff.
3259         * gnus-score.el (gnus-score-string): Fix calling convention of
3260         `gnus-simplify-buffer-fuzzy' after last patches.
3262         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3263         server for articles we didn't get any headers for.  This is a sanity
3264         check.
3266 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
3268         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3269         new CAPABILITY, use it.
3271 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3273         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3274         downloading anything.
3276         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
3278 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
3280         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3281         colors.
3282         (gnus-splash-svg-color-symbols): New function.
3284 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3286         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3287         instead of using the global gnus-simplify-subject-fuzzy-regexp.
3288         (gnus-simplify-subject-fuzzy): Use the local
3289         gnus-simplify-subject-fuzzy-regex instead of the global one.
3290         This makes using this variable in group parameters work.
3292 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3294         * gnus-registry.el (gnus-registry-unfollowed-groups):
3295         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
3296         archive:sent-YYYY-MM-DD groups).
3297         (gnus-registry-split-fancy-with-parent): Bail out early in sender
3298         tracking if there are more than `gnus-registry-max-track-groups'
3299         matches.
3301 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3303         * message.el (message--yank-original-internal): New function to do the
3304         insertion cleanly inside eval in `message-yank-original'.
3305         (message-yank-original): Use it.
3307 2011-03-29  Julien Danjou  <julien@danjou.info>
3309         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3310         local variables disabled rather than `normal-mode'.
3312 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
3314         * proto-stream.el: Changes preparatory to merging open-protocol-stream
3315         with open-network-stream.
3316         (proto-stream-always-use-starttls): Option removed.
3317         (open-protocol-stream): Return a process object by default.  Provide a
3318         new parameter :return-list specifying a list-type return value, which
3319         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
3320         :type `network' to `try-starttls', and `network-only' to `default'.
3321         Make `default' the default, for compatibility with open-network-stream.
3322         Handle the no-parameter case exactly as open-network-stream, with no
3323         additional stream processing.  Search plists using plist-get.
3324         Explicitly add :end-of-commend parameter if it is missing.
3325         (proto-stream-open-default): Rename from
3326         proto-stream-open-network-only.  Return 'default as the type.
3327         (proto-stream-open-starttls): Rename from proto-stream-open-network.
3328         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
3329         failed.  Always return a list with a (possibly dead) process as the
3330         first element, for compatibility with open-network-stream.
3331         (proto-stream-open-tls): Use plist-get.  Always return a list.
3332         (proto-stream-open-shell): Return `default' as connection type.
3333         (proto-stream-capability-open): Use plist-get.
3334         (proto-stream-eoc): Function deleted.
3336         * nnimap.el (nnimap-stream, nnimap-open-connection)
3337         (nnimap-open-connection-1): Handle renaming of :type parameter for
3338         open-protocol-stream.
3339         (nnimap-open-connection-1): Pass a :return-list parameter
3340         open-protocol-stream to obtain a list return value.  Parse this list
3341         using plist-get.
3343         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3344         for open-protocol-stream.  Accept open-protocol-stream return value
3345         that is a subprocess object instead of a list.  Handle the case of a
3346         dead returned process.
3348 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
3350         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3352         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3354 2011-03-21  Julien Danjou  <julien@danjou.info>
3356         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
3357         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
3358         query.
3359         (mm-inline-text): Render normal text with fontification whenever
3360         possible.
3362         * gnus-sum.el (gnus-summary-save-parts-1):
3363         * gnus-art.el (gnus-article-browse-html-save-cid-content)
3364         (gnus-article-browse-html-parts, gnus-mime-delete-part)
3365         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3366         Use `mm-handle-filename'.
3368         * mm-util.el (mm-handle-filename): New function, return the filename of
3369         an handle.
3371 2011-03-18  Julien Danjou  <julien@danjou.info>
3373         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3374         (gnus-buffer-live-p): Check that buffer is not nil.
3376 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3378         * gnus-art.el: Require mouse, which the build bot seems to say is
3379         needed.
3381         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3382         XEmacs, since it doesn't have url-retrieve-synchronously.
3384 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
3386         * gnus-group.el (gnus-group-list-ticked): New function.
3387         (gnus-group-make-menu-bar): Provide a menu entry for it.
3388         (gnus-group-list-map): Provide a binding for it.
3390 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3392         * shr.el (shr-visit-file): New command.
3394         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
3396 2011-03-17  Bjørn Mork  <bjorn@mork.no>
3398         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
3399         servers.
3401 2011-03-16  Julien Danjou  <julien@danjou.info>
3403         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
3404         inline.
3406         * gnus-art.el (article-hide-list-identifiers):
3407         Use gnus-group-get-list-identifiers.
3409         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
3410         (gnus-summary-remove-list-identifiers):
3411         Use gnus-group-get-list-identifiers to get regexp.
3412         (gnus-select-newsgroup, gnus-summary-insert-subject)
3413         (gnus-summary-insert-articles):
3414         Call gnus-summary-remove-list-identifiers unconditionally.
3416 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3418         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
3419         we're selecting a group with unread articles.
3421         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
3423         * gssapi.el: New file separated out from imap.el to provide a general
3424         Kerberos 5 connection facility for Emacs.
3426         * message.el (message-elide-ellipsis): Document the format spec
3427         ellipsis.
3429 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3431         * message.el (message-elide-region): Allow the ellipsis to say how many
3432         lines were removed.
3434 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3436         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
3437         window configurations containing buffers that are now dead.
3439         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
3440         parsing to avoid integer overflows.
3441         (nnimap-parse-flags): Simplify the last change.
3442         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
3443         too large for 32-bit Emacsen.
3445 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3447         * auth-source.el (auth-source-netrc-create):
3448         * message.el (message-yank-original): Fix use of `case'.
3450 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3452         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
3453         XEmacs, which was one character too wide.
3455 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
3457         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
3458         default number of articles to display.
3459         (gnus-articles-to-read): Use pretty names for prompt.
3461 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3463         * gnus-int.el (gnus-open-server): Ditto.
3465         * gnus-start.el (gnus-activate-group): Give a backtrace if
3466         debug-on-quit is set and the user hits `C-g'.
3467         (gnus-read-active-file): Ditto.
3469         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
3471 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
3473         * message.el (message-yank-original): Use cond instead of CL case.
3475 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3477         * auth-source.el (auth-source-netrc-create): Use usual format for the
3478         default in prompts.
3480 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3482         * auth-source.el (auth-source-netrc-create): Show the default in the
3483         prompt when prompting for token creation.
3485 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3487         * auth-source.el (auth-source-format-prompt): Always convert the value
3488         to a string to avoid evaluating non-string arguments.
3489         (auth-source-netrc-create): Offer default properly, not as initial
3490         content in `read-string'.
3491         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
3492         of line to determine if we've been run before.  If so, don't run again,
3493         but print a trivial message to indicate the cache was hit instead.
3495 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
3497         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
3498         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
3499         The user will have to run `gnus-sync-read' manually and wait for Cloudy
3500         Gnus.
3502 2011-03-11  Julien Danjou  <julien@danjou.info>
3504         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
3505         modified file".
3507 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
3509         * auth-source.el (auth-source-read-char-choice): New function to read a
3510         character choice using `dropdown-list', `read-char-choice', or
3511         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
3512         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
3513         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
3514         (auth-source-netrc-saver): Use it.
3515         (auth-source-pick-first-password): New convenience function.
3517 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
3519         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
3520         parameter in the credentials.
3521         (nnimap-open-connection-1): Use it after a successful login.
3522         (nnimap-credentials): Add IMAP-specific user and password prompt.
3524         * auth-source.el (auth-source-search): Add :require parameter, taking a
3525         list.  Document it and the :save-function return token.  Pass :require
3526         down.  Change the CREATED message from a warning to a debug statement.
3527         (auth-source-search-backends): Pass :require down.
3528         (auth-source-netrc-search): Pass :require down.
3529         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
3530         Change save prompt to indicate all modifications saved here are
3531         deletions.
3532         (auth-source-netrc-create): Take user login name as default in user
3533         prompt.  Move all the save functionality to a lexically bound function
3534         under the :save-function token in the returned list.  Set up clearer
3535         default prompts for user, host, port, and secret.
3536         (auth-source-netrc-saver): New function, intended to be wrapped for
3537         :save-function.
3539 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
3541         * Version 23.3 released.
3543 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3545         * shr.el (shr-table-horizontal-line): Change the defaults for the table
3546         lines to be spaces instead.
3548 2011-03-07  Julien Danjou  <julien@danjou.info>
3550         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
3551         (sieve-sasl-auth): Check that auth-source-search did return something,
3552         or just return an empty string.
3554 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3556         * gnus.el (gnus-interactive): Use read-directory-name.
3558         * gnus-uu.el (gnus-uu-decode-uu-and-save)
3559         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
3560         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
3561         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
3562         Likewise.
3564         * gnus-group.el (gnus-group-make-directory-group): Likewise.
3566 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3568         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
3569         onto the list of killed groups, too.  This makes killed nnimap groups,
3570         for instance, more reliably not reappear.
3572         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
3573         the parent.
3575         * gnus-sum.el (gnus-update-read-articles): Fix typo.
3577         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
3578         really have server-side marks.
3580         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
3581         since most backends do not usefully have server-side marks.
3582         (gnus-update-read-articles): Propagate marks to all backends that
3583         really have server-side marks.
3585 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3587         * message.el (message-cite-reply-position, message-cite-style):
3588         New variables.
3589         (message-yank-original): Use the new citation styles.
3591 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
3593         * message.el (message-options): Revert the change that's a workaround
3594         for XEmacs buffer-local issue; don't mark it buffer-local when running
3595         under XEmacs.
3597 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
3599         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
3600         numbers too big to be `read'.
3602 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
3604         * message.el (message-options): Make buffer-local two ways to attempt
3605         to fix a XEmacs bug.
3607 2011-03-02  Julien Danjou  <julien@danjou.info>
3609         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
3611 2011-03-01  Julien Danjou  <julien@danjou.info>
3613         * gnus-art.el (list-identifier): Add list-identifier as a parameter
3614         group.
3615         (article-hide-list-identifiers): Use list-identifier group parameter.
3617 2011-02-28  Julien Danjou  <julien@danjou.info>
3619         * sieve.el (sieve-buffer-script-name): New local variable to store
3620         sieve script name.
3621         (sieve-edit-script): Store sieve script name.
3622         (sieve-upload): Use sieve script name when uploading.
3623         (sieve-upload): Use substitute-command-keys.
3624         (sieve-edit-script): Use substitute-command-keys.
3625         (sieve-refresh-scriptlist): Use substitute-command-keys.
3626         (sieve-manage-mode-map): Define keymap properly.
3627         (sieve-manage-mode): Do not set mode name manually, change mode-name to
3628         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
3629         Remove commented code about cvs.
3630         (sieve-manage-quit): New function.
3631         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
3633 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3635         * gnus-group.el (gnus-import-other-newsrc-file): New function.
3637 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
3639         * auth-source.el (auth-source-search): Cache empty result sets.
3641         * auth-source.el (auth-source-save-behavior): New variable to replace
3642         `auth-source-never-create'.
3643         (auth-source-netrc-create): Use it.
3644         (auth-source-never-save): Remove.
3646 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
3648         * nnimap.el (nnimap-stream): Doc fix.
3649         (nnimap-open-connection-1): Reverse the order of the ports to that the
3650         prompted-for port is first.
3652         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
3653         retrieval by the no-group selection.
3655         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
3656         numerical parameters.
3658 2011-02-25  Julien Danjou  <julien@danjou.info>
3660         * gnus-gravatar.el: Use gnus-with-article-buffer.
3662         * gnus-art.el (gnus-with-article-buffer): Check that the
3663         gnus-article-buffer is alive.
3665 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
3667         * auth-source.el (auth-source-creation-prompts): New variable to manage
3668         creation-time prompts.
3669         (auth-source-search): Document it.
3670         (auth-source-format-prompt): Add utility function.
3671         (auth-source-netrc-create): Don't default the user name to
3672         user-login-name.  Use `auth-source-creation-prompts' and some default
3673         prompts for user, host, port, and password (the default generic prompt
3674         remains ugly).
3675         (auth-source-never-save): Add customizable option to never save info.
3676         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
3677         mode excursion.
3679 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3681         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
3682         argument that XEmacs doesn't support.
3684 2011-02-23  Julien Danjou  <julien@danjou.info>
3686         * gnus-art.el (article-make-date-line): Ignore errors if time is
3687         invalid and not convertible.
3688         (article-make-date-line): Only add lapsed time if time is not nil.
3690 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
3692         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
3693         `read-char-choice' for backwards compatibility.
3694         (auth-source-netrc-element-or-first): New function to DTRT for
3695         parameter extraction.
3696         (auth-source-netrc-create): Use it and fix multiple parameter print
3697         bug.  Use the default passed from above (given-default) or the
3698         built-in (user-login-name for :user).
3700 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
3702         * gnus-start.el (gnus-dribble-read-file):
3703         Set buffer-save-without-query, since we always want to save the dribble
3704         file, probably.
3706         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
3707         nnimap.
3709         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
3710         -summary- since it's a user-visible variable.
3712         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
3713         first time you use the new Gnus.
3715 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
3717         * auth-source.el: Don't load netrc.el.
3718         (auth-sources): Search ~/.netrc as well by default.
3719         (auth-source-debug): Add 'trivia option for extra output.
3720         (auth-source-do-trivia): Use it.
3721         (auth-source-search): Simplify logic to use
3722         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
3723         appropriate.  Don't keep a running count at this level.  Layer :create
3724         and :delete options appropriately on the first and second passes.
3725         Don't track the backend with the search results.
3726         (auth-source-search-backends): New function to search a list of
3727         backends for a processed spec.
3728         (auth-source-netrc-parse): Cache all netrc files, making
3729         auth-source-netrc-cache an alist keyed by the file name and using the
3730         file mtime as the caching criterion.  Keep the obfuscated data secret
3731         with a lexical bind.
3732         (auth-source-netrc-search): Don't calculate the length of the results
3733         unnecessarily.
3734         (auth-source-search-backends): Fix bug.
3735         (auth-source-netrc-create): Rework prompts.
3737 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
3739         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
3740         Lower case names of search constraints.
3741         (nnir-run-query): Cache and reuse search constraints for all imap
3742         servers.
3744 2011-02-22  Sam Steingold  <sds@gnu.org>
3746         * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
3748 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
3750         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
3751         after exit.
3752         (gnus-setup-message): Define missing variable from last checkin.
3754         * gnus-sum.el (gnus-summary-show-article): When called with t as the
3755         value, show the raw article.
3757 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3759         * nnimap.el (nnimap-open-connection-1): Revert last change, since
3760         auth-source now accepts numbers.
3762         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
3763         spec, too.
3764         (auth-source-ensure-strings): New function.
3766         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
3767         (gnus-article-setup-buffer): Always restart the date timer so that user
3768         changes to the frequency is respected.
3770         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
3771         port numbers, so make sure it gets that if nnimap-server-port is
3772         explicit.
3774 2011-02-21  Simon Josefsson  <simon@josefsson.org>
3776         * nnimap.el (nnimap-inbox): Doc fix.
3778 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
3780         * shr-color.el (shr-color->hexadecimal): Use renamed function names
3781         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
3782         color-lab-to-srgb.
3784 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3786         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
3787         given method as in the group name if we're using an extended method.
3788         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
3789         command, if we're using that, instead of waiting for the beginning.
3791         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
3792         we're sure to get unique server names, and we don't output two async
3793         commands in the same buffer.  This fixes an NNTP hang for some users.
3795 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3797         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
3798         summary buffer before reading going to the next buffer.  This avoids
3799         putting the point in the group buffer if you `C-g' the command.
3801         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
3802         cache (for now) to make ~/.authinfo.gpg files usable.
3804         * nnfolder.el (copyright-update): Define for the compiler.
3806         * auth-source.el (auth-source-search): Fix unbound variable.
3808 2011-02-19  Glenn Morris  <rgm@gnu.org>
3810         * gnus.el (gnus-meta): Doc fix.
3812 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
3814         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
3815         in case it's not yet loaded.
3817 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3819         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
3820         line we're waiting for.
3822 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
3824         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
3825         face with line-width greater than zero will cause RET in gnus summary
3826         buffer to scroll down article page-wise because auto vscroll happens,
3827         it should be temporally disabled when doing a scroll-up.
3829 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
3831         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
3832         outputs from the server.
3834 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3836         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
3837         later so that bbdb can hook in easier.
3839 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3841         * auth-source.el (auth-source-search): Don't try to create credentials
3842         if the caller doesn't want that.
3843         (auth-source-search): If we don't find a match, don't bug out on
3844         non-bound variables.
3845         (auth-source-search): Only ask a single backend to create the
3846         credentials.
3848         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
3849         logging.
3850         (nnimap-credentials): Protect against auth-source-search returning nil.
3851         (nnimap-request-list): Protect against not being able to open the
3852         server.
3854 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
3856         * auth-source.el (auth-source-search): Do a two-phase search, one with
3857         no :create to get the responses from all backends.
3859         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
3860         when getting credentials.
3862         * gnus-util.el (gnus-delete-duplicates): New function.
3864 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
3866         * nnimap.el (nnimap-credentials): Instead of picking the first port as
3867         a creation default, pass the whole port list down.  It will be
3868         completed.
3870         * auth-source.el (auth-source-search): Updated docs to talk about
3871         multiple creation choices.
3872         (auth-source-netrc-create): Accept a list as a value (from the search
3873         parameters) and do completion on that list.  Keep a separate netrc line
3874         with the password obscured for showing the user.
3876         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
3877         first choice to `auth-source-search' so it will be used for entry
3878         creation instead of the server's Gnus-specific name.
3879         (nnimap-credentials): Rely on the auth-source library to select which
3880         port is actually wanted in the new netrc entry, so don't override
3881         `auth-source-creation-defaults'.
3883         * auth-source.el (auth-source-netrc-parse): Use :port instead of
3884         :protocol and accept a missing user, host, or port as a wildcard match.
3885         (auth-source-debug): Default to off.
3887         (auth-source-netrc-search, auth-source-netrc-create)
3888         (auth-source-secrets-search, auth-source-secrets-create)
3889         (auth-source-user-or-password, auth-source-backend, auth-sources)
3890         (auth-source-backend-parse-parameters, auth-source-search): Use :port
3891         instead of :protocol.
3893         * nnimap.el (nnimap-credentials): Pass a port default to
3894         `auth-source-search' in case an entry needs to be created.
3895         (nnimap-open-connection-1): Use :port instead of :protocol.
3897 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3899         * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
3900         instead of delete-dups that is not available in XEmacs 21.4.
3902 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3904         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
3905         nil means that nnimap doesn't get updated.
3907 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3909         * auth-source.el (auth-source-netrc-create): Return a synthetic search
3910         result when the user doesn't want to write to the file.
3911         (auth-source-netrc-search): Expect a synthetic result and proceed
3912         accordingly.
3913         (auth-source-cache-expiry): New variable to override
3914         `password-cache-expiry'.
3915         (auth-source-remember): Use it.
3917         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
3918         parameter.  Create entry if necessary by using :create t.
3919         (nnimap-open-connection-1): Don't pass `inhibit-create'.
3921 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
3923         * auth-source.el (auth-source-debug): Enable by default and don't
3924         mention the obsolete `auth-source-hide-passwords'.
3925         (auth-source-do-warn): New function to debug unconditionally.
3926         (auth-source-do-debug): Use it.
3927         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
3928         and for Secrets API entries when the secrets.el library is not
3929         available.
3931 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3933         * gnus-sum.el (gnus-propagate-marks): Default to nil.
3934         (gnus-summary-exit): Kill the correct article buffer on exit from a
3935         `C-d' group.
3937         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
3938         gnus-propagate-marks.
3940         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
3941         before killing the buffers so that a non-full window conf gets handled
3942         correctly.
3943         (gnus-summary-exit): Ditto.
3944         (gnus-summary-read-group-1): Ditto.
3946         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
3947         async code again so that we can debug it properly.
3949         * message.el (message-reply): Take an optional switch-buffer parameter
3950         so that Gnus window confs are respected better.
3952 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3954         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
3955         `plist-get' to accept non-list parameters (XEmacs issue).
3956         Fix docstring.
3957         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
3958         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
3959         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
3960         Login collection is "Login" and not "login".
3962 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3964         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
3965         multiple headers.
3967         * nnimap.el (nnimap-inhibit-logging): New variable.
3968         (nnimap-log-command): Don't log login commands.
3970         * auth-source.el (auth-source-netrc-search): The asserts seem to want
3971         to have more parameters.
3973         * nnimap.el (nnimap-send-command): Mark the command time for each
3974         command, so that we don't get NOOPs stepping on our toes.
3976         * gnus-art.el (article-date-ut): Get the date from the Date header on
3977         `t'.
3979 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3981         * auth-source.el (auth-source-search): Use copy-sequence instead of
3982         the cl.el copy-list.
3984 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
3986         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
3987         Improve prompt.
3989 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3991         * gnus-art.el (gnus-article-mode-line-format): Remove the article
3992         washing status from the default format.  It isn't very informative.
3994 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
3996         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
3997         Fix Gcc processing on imap.
3999 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4001         * message.el (message-bury): Don't pop up a new window when selected
4002         window is dedicated.
4004 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4006         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4008 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
4010         * sieve-manage.el: Autoload `auth-source-search'.
4011         (sieve-sasl-auth): Use it.
4013 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
4015         * nnimap.el: Autoload `auth-source-forget+'.
4016         (nnimap-open-connection-1): Use it if the connection fails.
4018         * auth-source.el: Require `password-cache'.
4019         (auth-source-hide-passwords, auth-source-cache): Remove and mark
4020         obsolete.
4021         (auth-source-magic): Marker for `password-cache' keys.
4022         (auth-source-do-cache): Update docstring.
4023         (auth-source-search): Use and check cache.
4024         (auth-source-forget-all-cached, auth-source-remember)
4025         (auth-source-recall, auth-source-forget, auth-source-forget+)
4026         (auth-source-specmatchp): Caching support functions.
4027         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4028         Remove and obsolete.
4029         (auth-source-user-or-password): Remove caching to further discourage
4030         using it.  Always hide passwords.
4032 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4034         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4035         code for now, since it doesn't work for all users.
4037 2011-02-09  Julien Danjou  <julien@danjou.info>
4039         * message.el (message-options): Make message-options really buffer
4040         local.
4042 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
4044         * mail-source.el: Autoload `auth-source-search'.
4045         (mail-source-keyword-map): Note order matters.
4046         (mail-source-set-1): Get all the mail-source source values and
4047         defaults and search auth-source on those if needed.  This can all
4048         probably be simplified.
4050         * nnimap.el: Autoload `auth-source-search'.
4051         (nnimap-credentials): Use it.
4052         (nnimap-open-connection-1): Ask for the virtual server and physical
4053         address in one shot.
4055         * nntp.el: Autoload `auth-source-search'.
4056         (nntp-send-authinfo): Use it.  Note TODO.
4058 2011-02-08  Julien Danjou  <julien@danjou.info>
4060         * shr.el (shr-tag-body): Add support for text attribute in body
4061         markups.
4063         * message.el (message-options): Make message-options a local variable.
4065 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4067         * auth-source.el (auth-source-secrets-search)
4068         (auth-source-user-or-password): Use `append' instead of `nconc'.
4069         (auth-source-user-or-password): Build return list better and protect
4070         against nil :secret.
4072 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4074         * nnimap.el (nnimap-update-info): Refactor slightly.
4075         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4076         (nnimap-update-info): Clean up slightly.
4077         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4078         characters.
4079         (nnimap-process-quirk): Rename function to avoid collision.
4080         (nnimap-update-info): Fix macrology bug-out.
4081         (nnimap-update-info): Simplify split history test.
4083 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
4085         * auth-source.el (top): Require 'eieio unconditionally.
4086         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4087         (auth-source-secrets-search): Limit search when `max' is greater than
4088         number of results.
4090 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4092         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4093         part not returning any data.
4095         * proto-stream.el (open-protocol-stream): Document the return value.
4097 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4099         * auth-source.el (auth-source-secrets-search): Add examples.
4101 2011-02-06  Julien Danjou  <julien@danjou.info>
4103         * message.el (message-setup-1): Handle message-generate-headers-first
4104         set to t.
4106 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4108         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4109         API with a string "secrets:collection-name" and with 'default.
4110         (auth-source-backend-parse): Parse "secrets:collection-name" and
4111         'default.  Recurse on parses instead of repeating code.  Use the
4112         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
4113         message when ignoring a source.
4114         (auth-source-search): List ignored search keys at the top level.
4115         (auth-source-netrc-create): Use `case' instead of `cond'.
4116         (auth-source-secrets-search): Created with TODOs.
4117         (auth-source-secrets-create): Created with TODOs.
4118         (auth-source-retrieve, auth-source-create, auth-source-delete)
4119         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4120         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4121         (auth-source-user-or-password-sftp)
4122         (auth-source-user-or-password-smtp): Remove.
4123         (auth-source-user-or-password): Deprecated and modified to be a wrapper
4124         around `auth-source-search'.  Not tested thoroughly.
4126 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4128         * auth-source.el: Bring in assoc and eioeio libraries.
4129         (secrets-enabled): New variable to track the status of the Secrets API.
4130         (auth-source-backend): New EIOEIO class to represent a backend.
4131         (auth-source-creation-defaults): New variable to set prompt defaults
4132         during token creation (see the `auth-source-search' docstring for
4133         details).
4134         (auth-sources): Simplify to allow a simple string as a netrc backend
4135         spec.
4136         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4137         (auth-source-backend-parse-parameters): Fill in the backend parameters.
4138         (auth-source-search): Main auth-source API entry point.
4139         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4140         (auth-source-search-collection): Helper function for searching.
4141         (auth-source-netrc-parse, auth-source-netrc-normalize)
4142         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4143         Supports search, create, and delete.
4144         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4145         backend stubs.
4146         (auth-source-user-or-password): Call `auth-source-search' but it's not
4147         ready yet.
4149 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
4151         * message.el (message-setup-1): Remove the read-only stuff, since it
4152         doesn't work under XEmacs, for some reason.
4154         * gnus-sum.el (gnus-user-date): Rename back from
4155         gnus-summary-user-date since user code refers to it.
4157         * shr.el (shr-render-td): Store the actual background color used.
4159         * message.el (message-setup-1): Don't bind the constant
4160         -forbidden-properties.
4161         (message-setup-1): Revert previous change, since it needs to bind the
4162         props to insert them.
4163         (message-resend): Allow removing the read-only separator line.
4165 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4167         * nnimap.el (nnimap-request-accept-article): Give an error message if
4168         the APPEND wasn't successful.
4170 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
4172         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4173         that have no groups.
4175 2011-02-03  Julien Danjou  <julien@danjou.info>
4177         * gnus-draft.el: Remove progn around gnus-draft-setup.
4179 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4181         * gnus-start.el (gnus-read-active-for-groups): This function is never
4182         called with a nil `infos', so clean that up.
4183         (gnus-get-unread-articles): Request active files from primary/secondary
4184         methods that have no groups (yet).
4186 2011-02-03  Julien Danjou  <julien@danjou.info>
4188         * message.el (message-setup-1): Always generate References first.
4189         (message-mail): Return the return value of message-setup, not always t.
4190         (message-setup-1): Insert mail-header-separator with read-only and
4191         intangible properties set.
4193         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4194         user-date in docstring.
4196         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4198         * gnus.el (gnus-summary-line-format): Mention &user-date format in
4199         docstring.
4201         * gnus.el (gnus-user-date-format-alist): Change default value.
4202         Use defcustom, with type and group.  Move from gnus-util.el.
4203         Rename to gnus-summary-user-date-format-alist.
4205 2011-02-03  Glenn Morris  <rgm@gnu.org>
4207         * nnimap.el (gnus-fetch-headers): Declare.
4209         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4211 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4213         * message.el (message-forward-make-body-digest-plain)
4214         (message-followup, message-reply): Clean up things noted by Stefan.
4216         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4217         gnus-article-update-date-headers is nil.
4218         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4219         it didn't really work with defcustom.
4220         (article-update-date-lapsed): Make sure the window start doesn't move,
4221         either.
4223 2011-02-01  Julien Danjou  <julien@danjou.info>
4225         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4226         format.
4228         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4229         standard in Emacs nowadays.
4231 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4233         * message.el (message-expand-name): Don't trust the return value of
4234         bbdb-complete-name.
4235         (message-check-news-header-syntax): Remove unused var `start'.
4236         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4237         (message-inhibit-body-encoding): Move to before first use.
4238         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4239         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4240         (Organization, Message-ID, Date, mh-previous-window-config):
4241         Defvar the vars using dynamic scoping.
4243 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4245         * shr.el (shr-render-td): Only do colors at the final rendering.
4246         Should be slightly faster.
4247         (shr-insert-table): Fix up TD background colors when doing the
4248         vertical padding.
4250         * gnus-art.el (article-date-ut): Protect against articles with no Date
4251         header.
4252         (article-update-date-lapsed): Don't use current-column to find the
4253         horizontal position.  It's fragile in the presence of \003 characters.
4255         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4257 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4259         * gnus-art.el (article-transform-date): Rewrite to still work when
4260         there are several rfc2822 parts.
4261         (article-transform-date): Fix infinite recursion.
4262         (article-date-ut): Replace infinitely many Date headers with a single
4263         one when called interactively.
4265         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4266         secure manner.
4268         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4269         move around by not using save-window-excursion.  It seems to work...
4271 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4273         * gnus-art.el (article-make-date-line): Work for user-defined format.
4275 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4277         * nntp.el (nntp-retrieve-group-data-early)
4278         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4279         fetching functions.
4281         * gnus-start.el (gnus-read-active-for-groups): Read the active files
4282         thoroughly for all backends that have no known groups.  This should
4283         allow new nnml methods to retrieve mail.
4285         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4286         that Gnus doesn't know exists again.
4288         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4289         (gnus-treat-date-ut): Ditto.
4290         (gnus-article-update-date-header): Rename.
4291         (gnus-treat-date-local): Remove.
4292         (gnus-treat-date-english): Remove.
4293         (gnus-treat-date-lapsed): Remove.
4294         (gnus-treat-date-combined-lapsed): Remove.
4295         (gnus-treat-date-original): Remove.
4296         (gnus-treat-date-iso8601): Remove.
4297         (gnus-treat-date-user-defined): Remove.
4298         (gnus-article-date-headers): New variable to control all the date
4299         header options.
4300         (article-date-ut): Rewrite to allow using the new way to format date
4301         headers(s).
4303 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4305         * nnmail.el (nnmail-article-group): Check for a direct fancy split
4306         method.
4307         (nnmail-article-group): A better test for fanciness.
4309         * nnimap.el (nnimap-request-head): Protect against not finding the
4310         article by Message-ID.
4312 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
4314         * gnus-art.el (article-update-date-lapsed): Try a better way to really
4315         keep point at the "same place".
4317 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4319         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
4320         data if the group is inactive.
4322 2011-01-28  Julien Danjou  <julien@danjou.info>
4324         * gnus-win.el: Remove dead function gnus-window-configuration-element.
4325         (gnus-all-windows-visible-p): Remove old compatibility code.
4326         (gnus-window-top-edge): Add docstring.
4328         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
4330 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4332         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
4333         older request-update-info.
4335         * gnus-art.el (article-make-date-line): Limit the length a bit more.
4337 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
4339         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
4340         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
4342 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4344         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
4345         groups.  This makes the nndraft:queue group pop up if it's not already
4346         there.
4348         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
4349         messages" logic, which was reversed.
4351         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
4352         the "same place" even if point is on the line being replaced.
4353         (article-update-date-lapsed): Allow updating both the combined lapsed
4354         and the lapsed headers.
4355         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
4356         (article-make-date-line): Limit the number of segments dynamically to
4357         avoid too-long lines.
4359 2011-01-27  Julien Danjou  <julien@danjou.info>
4361         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
4362         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
4364 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4366         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
4367         Use plist-get instead of the cl function getf.
4369 2011-01-27  Glenn Morris  <rgm@gnu.org>
4371         * gnus-util.el (float-time): Get rid of compiler warning, again.
4373 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4375         * shr.el (shr-put-color): Special-case background colors: Do put them
4376         at the blank parts at the front of the lines.
4378         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
4379         exit hook to nix out all data on readedness on group exit.
4381         * gnus-util.el (float-time): If float-time is bound, always use it on
4382         all Emacsen.  It's unclear why the subrp check was there.
4383         (time-date): Require to make some autoload issues on XEmacs go away.
4385         * shr.el (shr-put-color): Don't do the box padding in tables, since
4386         they're already padded.
4388 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4390         * gnus-art.el (gnus-article-next-page): When the last line of the
4391         article is displayed, scroll down once more instead of going to the
4392         next article at once.
4393         (article-lapsed-string): Refactor out and allow specifying how many
4394         segments you want.
4395         (gnus-article-setup-buffer): Start updating the lapsed header directly.
4396         (gnus-article-update-lapsed-header): New variable.
4398         * shr.el: Revert change that made headings use different-sized faces.
4399         The Emacs display engine isn't advanced enough that, for instance,
4400         tables can comfortably use differently-sized faces.
4402 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4404         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4405         used.
4406         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
4407         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
4408         we're using an encrypted connection.
4410         * proto-stream.el: Alter the interface functions to also return the
4411         actual stream type used: network or TLS.
4413 2011-01-25  Julien Danjou  <julien@danjou.info>
4415         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
4416         (mm-display-javascript-inline): New function.
4418         * mm-decode.el (mm-inline-media-tests): Add application/javascript
4419         viewing function.
4421 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4423         * shr.el (shr-expand-newlines): Fix variable name.
4425 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4427         * shr.el (shr-expand-newlines): Make nested boxes work.
4429 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4431         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
4432         backgrounds.
4433         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
4434         in a more sensible manner.
4436 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
4438         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
4439         if EPG is loaded.
4441 2011-01-24  Julien Danjou  <julien@danjou.info>
4443         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
4444         tags.
4446 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4448         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
4449         commands.
4451         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
4452         in the article buffer.
4453         (gnus-gravatar-insert): Use blank space from the current buffer to
4454         avoid breaking text properties.  This makes X-Sent updating work again.
4456         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
4458 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
4460         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
4461         fix the bug in url-http.el instead.
4463         * shr.el (shr-image-fetched): Ditto.
4465         * shr.el (shr-image-fetched): Avoid having point move in the article
4466         buffer.
4468         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
4469         buffer after being called.  It's apparently being killed by url.el, and
4470         killing it made point move to end-of-buffer in a random buffer.
4472         * shr.el (shr-image-fetched): Ditto.
4474 2011-01-23  Julien Danjou  <julien@danjou.info>
4476         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
4478         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
4479         text/x-org.
4481 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4483         * gnus-sum.el (gnus-summary-move-article): Protect against backends
4484         (i.e., nnimap) returning nil as the article number.
4486 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
4488         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
4489         "DelSp" parameter in RFC3676.
4491 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4493         * message.el (message-check-recipients): Display the encoded version of
4494         the bogus address if they differ.
4496         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
4497         after sending.
4499         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4501         * gnus-group.el (gnus-group-refresh-group): New convenience function.
4503         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
4504         group buffer after sending the queue.
4506         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4508 2011-01-22  Julien Danjou  <julien@danjou.info>
4510         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
4512 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4514         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
4515         nested related parts.
4517         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
4518         unexpired articles.  This fixes the regression that led expiry marks to
4519         disappear from nnfolder groups.
4521 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4523         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
4524         Don't confuse the "ret" of "retrograde" with RET.
4526 2011-01-21  Julien Danjou  <julien@danjou.info>
4528         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
4529         than mm-insert-inline.
4531 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4533         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
4534         Widen article buffer.
4536 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4538         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
4539         the temp buffer.
4540         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
4542 2011-01-20  Julien Danjou  <julien@danjou.info>
4544         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
4546         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
4547         than mm-insert-inline to insert inline part: this respect
4548         mm-inline-media-tests displayers.
4550         * mm-view.el (mm-display-shell-script-inline): New function.
4552         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
4554         * mm-uu.el (mm-uu-type-alist): Add org block.
4555         (mm-uu-org-src-code-block-extract): New function.
4557         * mm-view.el (mm-display-org-inline): New function.
4559         * mm-decode.el (mm-automatic-display): Add text/org.
4561         * mailcap.el (mailcap-mime-extensions): Add .org.
4563 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4565         * gnus-art.el (gnus-article-highlight): Remove argument passed to
4566         gnus-article-add-buttons.
4568 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
4570         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
4571         From header with a date and "nobody" as the sender.
4573 2011-01-19  Julien Danjou  <julien@danjou.info>
4575         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
4576         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
4577         if you have the same regexp several times.
4578         (gnus-button-push): Fix matching when regexp is symbol.
4580 2011-01-15  Glenn Morris  <rgm@gnu.org>
4582         * message.el (message-mail): A compose-mail function should
4583         accept headers as strings.
4585 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
4587         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
4588         Add :vert-only tags.
4589         (message-mail): New arg RETURN-ACTION.
4590         (message-return-action): New var.
4591         (message-bury): Use it.
4592         (message-mode): Make it buffer-local.
4593         (message-send-and-exit): Always call message-bury.
4595         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
4596         message-mail.
4598 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4600         * nnimap.el (nnimap-convert-partial-article): Protect against
4601         zero-length body parts.
4603         * mm-decode.el (mm-preferred-alternative-precedence):
4604         Discourage showing empty parts.
4606         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
4607         and stuff if the backend didn't return the article number.  This fixes
4608         an Exchange-related nnimap bug.
4610         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
4611         group window, because it does the wrong thing when a separate frame
4612         displays the group buffer.
4614         * proto-stream.el (open-protocol-stream): Protect against the low-level
4615         transport functions returning nil.
4617 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
4619         * mml2015.el (epg-sub-key-fingerprint): Autoload.
4620         (mml2015-epg-find-usable-secret-key): New function.
4621         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
4622         mml2015-epg-find-usable-key (Bug#7797).
4623         (mml2015-epg-encrypt): Ditto.
4625 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4627         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
4629 2011-01-03  Glenn Morris  <rgm@gnu.org>
4631         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
4633         * sieve.el (sieve-open-server): Give a more explicit error if
4634         sieve-manage-open returns nil.  (Bug#7720)
4636 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
4638         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
4640 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4642         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
4643         This avoids sending passwords in plain text over non-encrypted
4644         channels.
4646         * shr.el (shr-rescale-image): Display all GIF images as animated images.
4648         * nnimap.el (nnimap-login): Refactored out into own function, and
4649         implement CRAM-MD5.
4650         (nnimap-wait-for-line): Refactored out.
4652         * mm-view.el (mml-smime): Require.
4654 2010-12-20  David Engster  <deng@eml.cc>
4656         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
4657         use EPG to decrypt S/MIME messages instead of openssl.
4659 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4661         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
4663         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
4664         status is the group clearly is unreachable.
4666         * auth-source.el (auth-source-create): Add the optional second
4667         parameter to `local-variable-p' to be compatible with XEmacs.
4669 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
4671         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
4672         work when using a compressed nnml folder.
4674 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4676         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
4677         backends after sanitising on entry, because this never makes sense:
4678         If the articles have gone missing, then the data no longer exists on
4679         the backend, and if they haven't, then Gnus is wrong, and shouldn't
4680         overwrite anything anyway.
4682         * shr.el (shr-insert-document): Bind shr-width dynamically to
4683         window-width if it's nil.
4685 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
4687         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
4688         with the meaning of using the full emacs window width for rendering.
4690 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
4692         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
4693         case when sender is not given.
4695 2010-12-23  Julien Danjou  <julien@danjou.info>
4697         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
4698         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
4699         the addresses, otherwise we might misplaced the gravatar.
4701 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
4703         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
4704         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
4705         obsolete in Emacs.
4707 2010-12-20  Julien Danjou  <julien@danjou.info>
4709         * gnus-util.el (gnus-rescale-image): Revert last change.
4711 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4713         * gnus-group.el (gnus-group-delete-articles): New command.
4715 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
4717         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
4719 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4721         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
4722         here, since it's up to the backends to do CRLF removal if their
4723         protocol has it.
4725         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
4727 2010-12-17  Julien Danjou  <julien@danjou.info>
4729         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
4730         they are from file.  Can also scale up.
4732 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
4734         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
4735         Restore gnus-use-agent.
4736         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
4738         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
4740 2010-12-17  Julien Danjou  <julien@danjou.info>
4742         * gravatar.el (gravatar-retrieve-synchronously): New function.
4743         (gravatar-get-data): Make more robust.
4745 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4747         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
4748         to really consider the last line.
4750 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
4752         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
4753         list of recipient keys, or use symmetric encryption if not a list.
4754         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
4755         EPA override, replacing the call to `netrc-store-data'.
4757 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
4759         * gnus-srvr.el: Avoid passing nil regexp argument to
4760         delete-matching-lines.
4762 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4764         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
4765         fetching stops when Gnus exits.
4767         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
4768         function.
4769         (nnfolder-request-expire-articles): Save all the buffers after doing
4770         expiry.
4772         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
4773         the last article", since that led to serious performance regressions
4774         when expiring nnml groups.
4776 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
4778         * nnir.el: Improve customizations.
4780 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4782         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
4784         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
4785         group has been killed.
4786         (gnus-group-yank-group): Ditto.
4788         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
4790         * nnimap.el (nnimap-request-update-group-status): New function.
4792         * gnus-int.el (gnus-request-update-group-status): New interface
4793         function.
4795         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
4796         copying read-ness to the backends.
4798         * nnimap.el (nnimap-quirk): New function.
4799         (nnimap-retrieve-group-data-early): Use it.
4800         (nnimap-quirks): New alist.
4802 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4804         * shr.el (shr-insert): Set shr-start after deleting trailing space;
4805         don't delete it within indentation.
4807 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4809         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
4810         previous line.
4812 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4814         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
4815         QRESYNC command by deleting a superfluous space which broke Cyrus
4816         servers.  This change will break other servers that are buggy the other
4817         way around.
4819 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
4821         * spam.el: Reindent and fix long lines.
4822         (spam-copy-or-move-routine): Exclude invalid move destinations.
4824 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
4826         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
4827         installed the registry.
4829 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4831         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
4832         groupname doesn't contain "gmane".
4834 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4836         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
4837         (gnus-1): Don't create the nndrafts group twice.
4838         (gnus-setup-news): There's no need to read the active file here, since
4839         that's done again later on a per-backend basis.
4840         (gnus-start-draft-setup): Make sure that the new group is started out
4841         empty.
4843         * gnus-agent.el (gnus-agentize): Don't create the queue group
4844         automatically on startup.  It'll be created later, if needed.
4846         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
4847         of automatically subscribed groups.
4848         (gnus-auto-subscribed-categories): New variable.
4849         (gnus-matches-options-n): Use it.
4850         (gnus-default-subscribed-newsgroups): Remove unused variable.
4851         (gnus-start-draft-setup): Message a bit less.
4853 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4855         * nnir.el (nnir-run-imap): Return article list in order of increasing
4856         UID.
4858 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4860         * gnus-sum.el (gnus-summary-enter-digest-group):
4861         Mention gnus-auto-select-on-ephemeral-exit.
4863         * proto-stream.el (proto-stream-open-network-only): Fix the calling
4864         convention of the network-only option.
4866 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4868         * proto-stream.el (proto-stream-open-network-only): New function to
4869         have a way to specify non-STARTTLS upgrade connections.
4871 2010-12-10  Julien Danjou  <julien@danjou.info>
4873         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
4874         email address is nil.
4876         * message.el (message-bogus-recipient-p): Set address to "" if nil.
4878 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
4880         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
4881         deletion.
4882         (nnir-run-imap): Only need to parse list once.
4884 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4886         * shr.el (shr-tag-script): Ignore <script>.
4887         (shr-tag-label): Add <label> support.
4889 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4891         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
4893         * shr.el (shr-image-displayer): Work for images lined side by side.
4895 2010-12-08  Robert Pluim  <rpluim@gmail.com>
4897         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
4898         parameter, since XEmacs doesn't accept t as a parameter.
4900 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
4902         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
4903         ids.
4904         (nnir-run-gmane): Simplify groupspec formatting.
4905         (nnir-request-expire-articles): New function.
4907 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4909         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
4910         overflow, possibly.
4912         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
4913         (shr-render-td): Handle td style="" better.
4914         (shr-tag-table): Use the color from the style sheet.
4915         (shr-render-td): Make sure we copy over all the overlays, too.
4917 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
4919         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
4920         (nnir-request-article): Improve article retrieval.
4922 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4924         * mm-util.el (mm-extra-numeric-entities): New variable.
4926         * mm-url.el (mm-url-decode-entities):
4927         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
4929 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4931         * message.el: Use completion-at-point.
4932         (message-completion-function): New fun, extracted from message-tab.
4933         (message-mode): Use it for completion-at-point-functions.
4934         (message-tab): Use it and completion-at-point.
4936 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4938         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
4939         character if a non-breakable character follows.
4941 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4943         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
4944         any stream.
4946         * shr.el (shr-tag-font): Colorize the region.
4947         (shr-tag-body): Ditto.
4948         (shr-tag-font): Actually let the styles be inherited instead of
4949         overwriting them.
4950         (shr-tag-font): Get the background color right.
4951         (shr-tag-style): Ignore all <style> tags for the moment.
4953         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
4954         a Message-ID to avoid having nnimap depend on gnus-sum.
4956         * shr.el (shr-descend): Only colorize something if we have a node that
4957         sets colors.
4959 2010-12-06  Julien Danjou  <julien@danjou.info>
4961         * shr.el (shr-render-td): Render td content with shr-descend, so style
4962         will be applied to <td> too.
4963         (shr-colorize-region): Colorize region even if we only have a background.
4964         (shr-tag-body): Fix color and background color inheritance.
4965         Do not recolorize after shr-generic.
4966         (shr-tag-font): Let shr-generic colorize via inheritance.
4968 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4970         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
4972 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
4974         * nnir.el (nnir-request-move-article): Remove obsolete code.
4976 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4978         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
4980 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4982         * gnus-sum.el (gnus-summary-respool-article): The completion function
4983         expects a list instead of an alist.
4985         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
4986         string as the parameter.
4988         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
4990         * shr.el (shr-stylesheet): New dynamic variable for cascading the
4991         styles.
4992         (shr-colorize-region): New function.
4993         (shr-insert-background-overlay): Remove.
4994         (shr-render-td): Background setting should be taken care of on a higher
4995         level.
4996         (shr-tag-body): Use post-hoc colorizations.
4997         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
4998         (shr-put-color-1): Don't overwrite old colors.
4999         (shr-colorize-region): When the background color isn't explicit, use
5000         a fixed background.
5002         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5003         nnmail variables.
5005 2010-12-05  Bjørn Mork  <bjorn@mork.no>
5007         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5008         unless necessary.
5010 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
5012         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
5013         server.
5015 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5017         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
5018         so that TAB works.
5020         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
5021         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5023         * shr.el (shr-urlify): Show the URL before the title to avoid
5024         misleading URLs.
5026 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
5028         * shr.el (shr-urlify): Display the title in <a> tags.
5030 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
5032         * nnir.el (nnir-categorize): Replace mapcar with mapc.
5034 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
5036         * nnir.el: Rearrange code to allow macros to be autoloaded by
5037         gnus-sum.el.
5038         (nnir-retrieve-headers-override-function): Make this variable
5039         customizable.
5040         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5042         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5043         from nnir.el.
5045 2010-12-03  Julien Danjou  <julien@danjou.info>
5047         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5049 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5051         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5052         allow optional argument `environment'.
5054 2010-12-03  Glenn Morris  <rgm@gnu.org>
5056         * mm-extern.el (message-goto-body): Update declaration.
5058 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5060         * gnus-util.el (gnus-macroexpand-all): New function.
5062         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5063         instead of macroexpand-all that is unavailable in XEmacs.
5065 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
5067         * nnir.el (nnir-summary-line-format): New variable.
5068         (nnir-mode): Use it.
5069         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5070         (nnir-article-ids): Reimplement as defsubst.
5071         (nnir-retrieve-headers): Don't mangle the subject header.
5072         (nnir-run-imap): Use 100 as RSV score.
5073         (nnir-run-find-grep): Fix for full server searching.
5074         (nnir-run-gmane): Better restriction to gmane groups.
5076         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5077         summary buffers.
5079 2010-12-02  Julien Danjou  <julien@danjou.info>
5081         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5083         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5085         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5086         support.
5088 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
5090         * nnir.el: Update to handle the registry better.
5091         (autoload): Silence byte-compiler.
5092         (nnir-open-server): Add a hook for nnir groups.
5093         (nnir-request-move-article): Don't mangle the header.  Better to use
5094         formatting variables (which will be added in the future).
5095         (nnir-registry-action): Update the registry using the original article
5096         group name.
5097         (nnir-mode): Install nnir-specific hooks for updating the registry.
5099         * gnus-sum.el
5100         (gnus-article-original-subject,gnus-newsgroup-original-name):
5101         Remove obsolete variables.
5102         (gnus-summary-move-article): Remove use of obsolete variables.
5103         (gnus-summary-local-variables): Make move and delete hooks local to
5104         summary buffers.
5106 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5108         * rtree.el: New file.
5110 2010-12-01  Julien Danjou  <julien@danjou.info>
5112         * message.el (message-user-organization): Do not use
5113         gnus-local-organization.
5115         * gnus.el: Remove gnus-local-organization.
5117         * gnus-msg.el: Remove nastygram thing.
5119 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5121         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5122         funcall.
5124 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5126         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5127         names.
5129         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5130         characters.
5132         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5133         to t of inhibit-read-only since it is inside gnus-with-article-headers.
5134         Suggested by Štěpán Němec <stepnem@gmail.com>.
5135         (gnus-gravatar-transform-address): Use mail-extract-address-components
5136         that supports non-ASCII names rather than mail-header-parse-addresses.
5138 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5140         * proto-stream.el (open-protocol-stream): All STARTTLS connections are
5141         handled by the network handler.
5143 2010-11-30  Julien Danjou  <julien@danjou.info>
5145         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5146         (nnimap-open-connection-1): Fix PREAUTH.
5148         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5150 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5152         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5153         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5154         (shr-insert): Use them.
5155         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5157 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5159         * nnir.el (nnir-request-move-article): Bail out if original group
5160         doesn't support article moves.
5161         (nnir-get-active): Improve active list retrieval.
5163 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5165         * shr.el (shr-find-fill-point): Don't break before apostrophes.
5167 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
5169         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5170         seem to accept strings-with-numbers as port numbers.
5172 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5174         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5175         change the registry.
5177 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5179         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5180         delete-dups that is not available in XEmacs 21.4.
5182         * mm-util.el (mm-delete-duplicates): Add comment.
5184 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
5186         * nnir.el (nnir-ignored-newsgroups): New variable.
5187         (nnir-get-active): Use it.
5189 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5191         * proto-stream.el (proto-stream-open-network): Add some comments.
5193         * nntp.el (nntp-open-connection): Provide a :success condition.
5195         * nnimap.el (nnimap-open-connection-1): Ditto.
5197         * proto-stream.el (proto-stream-open-network): See what the response to
5198         the STARTTLS command is.
5200         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5201         backwards compatibility).
5202         (nnimap-open-connection-1): Really respect nnimap-server-port.
5204         * proto-stream.el (proto-stream-open-network): When doing opportunistic
5205         TLS upgrades we don't really care about the identity of the peer.
5206         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5207         that what we've checked for.
5208         (proto-stream-always-use-starttls): Only default to t if
5209         open-gnutls-stream exists.
5210         (proto-stream-open-network): If STARTTLS failed, then just open a
5211         normal connection.
5212         (proto-stream-open-network): Wait until the greeting before doing
5213         STARTTLS.
5215         * nntp.el (nntp-open-connection): Report what the connection error is.
5217         * proto-stream.el (open-protocol-stream): Rename from
5218         open-proto-stream.
5220 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5222         * nnimap.el (nnimap-stream): Change default to `undecided'.
5223         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5224         first, and then network.
5225         (nnimap-open-connection-1): Respect nnimap-server-port.
5226         (nnimap-open-connection): Be more backwards-compatible.
5228         * proto-stream.el (proto-stream-always-use-starttls): New variable.
5229         (proto-stream-open-starttls): De-duplicate the STARTTLS code.
5230         (proto-stream-open-starttls): Folded back into the main function.
5231         (proto-stream-open-network): Fix typo in the GnuTLS path.
5232         (proto-stream-command): Refactor out.
5234         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5236         * proto-stream.el (proto-stream-open-starttls): Actually implement the
5237         starttls.el STARTTLS.
5239         * color.el (color-lab->srgb): Fix function call name.
5241         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5242         if we're using tls.el.
5243         (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
5244         built in, then don't try to establish a STARTTLS connection.
5246         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5247         servers.
5249         * proto-stream.el (open-proto-stream): Use network, not stream.
5250         (open-proto-stream): Add a way to specify what the end of a command is.
5252         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5253         connections types.
5254         (nntp-open-network-stream): Remove.
5255         (nntp-open-ssl-stream): Remove.
5256         (nntp-open-tls-stream): Remove.
5257         (nntp-ssl-program): Remove.
5259         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5261 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
5263         * nnir.el: Fix typos.
5264         (nnir-retrieve-headers-override-function): Rename variable to reflect
5265         new semantics.
5266         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5267         macros.
5268         (nnir-request-article, nnir-request-move-article): Use them.
5269         (nnir-categorize): New function.
5270         (nnir-run-query): Use it.
5271         (nnir-retrieve-headers): Rewrite to batch header retrieval.
5272         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5273         sorted.
5274         (nnir-group-full-name): Use gnus-group-full-name instead.
5275         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5276         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5278 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5280         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5282         * proto-stream.el: New library to provide protocol-specific
5283         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5284         protocols.
5285         (open-proto-stream): Complete the documentation.
5286         (proto-stream-open-network): Fix some typos.
5288         * nnimap.el (nnimap-open-connection): Use it.
5290 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
5292         * pop3.el (pop3-open-server): Read server greeting before starting TLS
5293         negotiation.
5295 2010-11-26  Julien Danjou  <julien@danjou.info>
5297         * color.el: Rename various rgb functions to srgb.
5299 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5301         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
5302         names.
5304 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5306         * shr.el (shr-insert): Revert last change.
5307         (shr-find-fill-point): Never leave point being at bol;
5308         relax the kinsoku limitation when rendering tables.
5310 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5312         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
5313         results from -accept-article.
5315         * shr-color.el: Require cl when compiling.
5317         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
5318         checkin.
5320         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
5322         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
5324         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
5325         'add and 'delete to set backend marks.
5327         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
5329         * nnheader.el (nnheader-update-marks-actions): Refactor out.
5331         * nntp.el (nntp-request-set-mark): Use it.
5333         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5335         * nnml.el (nnml-request-set-mark): Ditto.
5337         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
5338         introduces regressions in article selection.
5339         (nnimap-find-uid-response): New function.
5340         (nnimap-request-accept-article): Use the UID returned, if any.
5341         (nnimap-request-move-article): Use the UID returned, if any.
5342         (nnimap-get-groups): Reimplement to work with folded lines.
5343         (nnimap-find-uid-response): The UID is the last element in the list.
5344         (nnimap-request-set-mark): Extend syntax with 'set.
5346         * nnml.el (nnml-request-set-mark): Ditto.
5348         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5350         * nntp.el (nntp-request-set-mark): Ditto.
5352 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5354         * message.el (message-called-interactively-p): A temporary macro.
5355         (message-goto-body): Use it temporarily.
5357 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5359         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
5360         (nnimap-last-response-string): Unfold quoted lines, if they exist.
5361         (nnimap-last-response-string): Fix last unfolding fix.
5363 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5365         * shr.el (shr-insert): Fix the way to fold lines.
5367 2010-11-25  Julien Danjou  <julien@danjou.info>
5369         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
5371         * color.el: Rename from color-lab.el
5372         (color-rgb->hex): Add.
5373         (color-complement): Add.
5374         (color-complement-hex): Add.
5376         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
5378 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5380         * shr-color.el (shr-color-visible): Don't bug out if the color names
5381         don't exist.
5383 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5385         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
5386         assuming that article displaying or another mml-preview may be
5387         interrupted for an error or for the like.
5389         * shr.el (shr-get-background): Fix argument name.
5391 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5393         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
5395         * gnus-sum.el (gnus-summary-include-articles): New function.
5397         * message.el (message-goto-body): called-interactively-p needs a
5398         parameter, so use `any'.
5400         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
5401         clear marks before moving, since they're synced from the Gnus side
5402         first.
5404         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
5405         (gnus-summary-move-article): Copy over all marks before moving, so that
5406         IMAP doesn't think a new article has arrived.
5408 2010-11-24  Julien Danjou  <julien@danjou.info>
5410         * shr.el (shr-insert-background-overlay): Fix typo.
5411         (shr-render-td): Copy the background before rendering.
5413         * shr-color.el (shr-color-visible): Fix docstring.
5415         * shr.el (shr-tag-table): Add bgcolor support.
5416         (shr-render-td): Add bgcolor support.
5417         (shr-get-background): Add.
5418         (shr-insert-foreground-overlay): Use shr-get-background.
5420         * message.el (message-goto-body): Use called-interactively-p.
5421         (message-in-body-p): message-goto-body returns point.
5423 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5425         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
5426         Fixes something or other in Emacs 23, and is backwards compatible.
5428         * message.el (message-goto-body): Remove the <#secure special-casing,
5429         which is too special.
5431         * shr.el (shr-parse-style): Drop !important from styles.
5433 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
5435         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
5436         this function to return incorrect results when calling it with an
5437         explicit article argument different from
5438         (gnus-summary-article-number).
5440 2010-11-24  Julien Danjou  <julien@danjou.info>
5442         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
5443         (shr-tag-body): Add background support.
5444         (shr-descend): Add background support.
5445         (shr-tag-title): Add.
5447         * shr-color.el (shr-color-visible): Really return original background
5448         if fixed.
5450 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5452         * shr.el (shr-color-check): Protect against non-existent color names.
5454 2010-11-24  Julien Danjou  <julien@danjou.info>
5456         * color-lab.el: Require 'cl when compiling.
5458         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
5460         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
5461         matched part.
5463         * color-lab.el: Fix all expt calls to use float type.
5465 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5467         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
5468         expression to shr-color-check as is.
5470         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
5472         * color-lab.el: Add coding cookie.
5473         (float-pi): Use eval-and-compile.
5475 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5477         * shr.el (shr-insert-color-overlay): Split stuff like
5478         "#444444 !important" to find the real color.
5479         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
5480         parse <font color="red"> entries.
5482 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
5484         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
5485         point when parsing headers.
5487         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
5488         is positioned properly when parsing headers.
5490 2010-11-23  Julien Danjou  <julien@danjou.info>
5492         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
5494         * shr-color.el (shr-color->hexadecimal): Add support for color names.
5496         * shr.el (shr-parse-style): Replace \n with space in style parsing.
5498         * shr-color.el (shr-color-hsl-to-rgb-fractions):
5499         Use shr-color-hue-to-rgb.
5500         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
5502 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5504         * shr.el (shr-color->hexadecimal): Autoload.
5505         (shr-descend): Add color to all tags.
5507 2010-11-22  Julien Danjou  <julien@danjou.info>
5509         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
5510         shr-color->hexadecimal.
5512         * shr-color.el (shr-color->hexadecimal): Add converting functions for
5513         RGB() or HSL() color representation.
5515         * shr.el (shr-tag-font): Add.
5516         (shr-tag-color-check): New function to get better colors.
5517         (shr-tag-insert-color-overlay): Factorize code between tag-font and
5518         tag-span.
5520         * shr-color.el: New file.
5522         * color-lab.el: New file.
5524         * gnus-art.el (gnus-url-mailto): Do not downcase args.
5526 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
5528         * nnir.el: Fix typo in comments.
5529         (nnir-run-imap): Simplify code.  No need to reverse artlist.
5530         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
5532 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5534         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
5536         * nnimap.el (nnimap-get-capabilities): Refactor out.
5537         (nnimap-open-connection): Re-request capabilities after STARTTLS.
5539 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
5541         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
5542         appearing when `mm-uu-hide-markers' is nil.
5544 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5546         * nnimap.el (nnimap-unselect-group): Make into its own function.
5547         (nnimap-request-rename-group): Unselect group before renaming.
5548         This had gotten lost somewhere.
5549         (nnimap-request-accept-article): Keep track of examined groups, and
5550         unselect the group before APPENDing to read-only groups.
5551         (nnimap-request-move-article): Clear flags before moving so that they
5552         can be re-set later.
5554 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5556         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
5557         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
5559 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5561         * gnus-art.el (gnus-mime-display-single):
5562         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
5563         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
5564         parameter.
5566 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5568         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
5569         (shr-table-vertical-line): New variable.
5570         (shr-insert-table): Use it.
5572 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5574         * gnus-html.el (gnus-html-wash-images): Don't display images if
5575         gnus-inhibit-images is non-nil; register displayer for cid images.
5576         (gnus-html-display-image): Work for cid image.
5577         (gnus-html-insert-image): Allow arguments.
5578         (gnus-html-put-image): Inhibit read-only.
5579         (gnus-html-prefetch-images): Don't prefetch images if
5580         gnus-inhibit-images is non-nil.
5582 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5584         * shr.el (shr-put-image): Break lines when inserting big pictures.
5586 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5588         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
5589         sender, thanks Katsumi Yamaoka.
5591 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
5593         * nnir.el (nnir-run-imap): Reverse the article list for each group
5594         rather than the whole list.
5596 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5598         * shr.el (shr-image-displayer): Protect function against non-existent
5599         image source.
5601         * gnus-art.el (gnus-inhibit-images): New user option.
5602         (gnus-mime-display-single): Don't display image if it is non-nil.
5604         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
5605         gnus-inhibit-images.
5607         * shr.el (shr-image-displayer): New function.
5608         (shr-tag-img): Use it.
5610 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5612         * mml2015.el (mml2015-epg-sign): Use From header.
5614 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5616         * gnus-html.el (gnus-html-wash-images): Register a displayer.
5618         * gnus-util.el (gnus-find-text-property-region): Return markers.
5620         * shr.el (shr-tag-img): Put a displayer in the text property.
5622         * gnus-util.el (gnus-find-text-property-region): New utility function.
5624         * gnus-html.el (gnus-html-display-image): Make the alt optional.
5625         (gnus-html-show-images): Remove.
5627         * gnus-art.el (gnus-article-show-images): New, more general function.
5629         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
5630         image url text properties.
5632         * shr.el: Ditto.
5634         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
5635         gnus-agent-auto-agentize-methods is set.  Which it isn't.
5637 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5639         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
5640         work for two or more articles.
5642 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5644         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
5645         divide an image that's in an html article to two or more when washing
5646         non-ASCII characters in alt text of it.
5648 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5650         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
5651         smime-decrypt-region using function argument.
5652         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
5654         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
5656         * smime.el (smime-decrypt-region): Catch it.
5658 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5660         * smime.el (smime-mode-map): Move initialization into declaration.
5661         (gnus-run-mode-hooks): Don't autoload.
5662         (smime-mode): Use define-derived-mode.
5664 2010-11-11  Glenn Morris  <rgm@gnu.org>
5666         * smime.el (from): Restrict declaration to XEmacs.
5668         * nnir.el (gnus-group-topic-name): Autoload.
5670 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5672         * shr.el (shr-insert): Don't break long line if it is because of
5673         kinsoku-bol characters in the line end.
5675 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
5677         * nnir.el (nnir-request-move-article): Fix to provide original group
5678         and subject.
5679         (nnir-warp-to-article): Don't fail on articles whose headers haven't
5680         been retrieved.
5682         * gnus-sum.el (gnus-summary-move-article): Use original group and
5683         subject for virtual articles such as those in an nnir summary buffer.
5685 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5687         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
5688         least 21.5).
5690         * smime.el (from): Declare it again for XEmacs.
5692 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5694         * message.el (message-resend): Don't disable encoding unless it's
5695         already encoded.
5697         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
5698         low-numbered articles.
5700 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5702         * rfc2047.el (rfc2047-syntax-table): Simplify.
5704         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
5705         set-char-table-range for XEmacs.
5707 2010-11-10  Glenn Morris  <rgm@gnu.org>
5709         * smime.el (from): Remove unused declaration.
5711         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
5712         (gnus-float-time): On Emacs, always an alias.
5714         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
5715         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
5717 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5719         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
5721 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5723         * shr.el (browse-url-mailto): Autoload.
5725         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
5727         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
5728         regexp doesn't need quoting.
5730 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
5732         * message.el (message-subject-trailing-was-ask-regexp)
5733         (message-subject-trailing-was-regexp): Match was: in addition to was.
5735 2010-11-09  Glenn Morris  <rgm@gnu.org>
5737         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
5738         (nnbabyl-check-mbox): Use point-at-bol.
5740 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5742         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
5744         * message.el (message-mailto): New function.
5745         (message-mailto): Should accept other parameters.
5746         (message-mailto): Remove since it duplicates browse-url-mailto
5747         functionality.
5749 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5751         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
5752         methods.
5753         (gnus-read-active-file): Ditto.
5755         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
5756         ": " from the prompt.
5757         (gnus-group-make-group): Ditto.
5759 2010-11-07  Glenn Morris  <rgm@gnu.org>
5761         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
5762         (gnus-bookmark-kill-line): Use point-at-eol.
5764 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5766         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
5767         asterisks in From header.
5769 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5771         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
5772         string to avoid making the From headers syntactically invalid.
5774         * message.el (message-send-mail): Don't insert courtesy messages if the
5775         message already has List-Post and List-ID messages.
5777 2010-11-06  Glenn Morris  <rgm@gnu.org>
5779         * gnus-art.el (gnus-treat-article): Give dynamic local variables
5780         `condition', `type', `length' a prefix.
5781         (gnus-treat-predicate): Update for above name changes.
5783 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
5785         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
5786         binding.  Handled by `gnus-summary-refer-thread' instead.
5787         (nnir-warp-to-article): New backend function.
5789         * nnimap.el (nnimap-request-thread): Force dependency updating.
5791         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
5792         (gnus-summary-refer-thread): Rework to improve thread-referral.
5794         * gnus-int.el (gnus-warp-to-article): New function.
5796         * gnus-sum.el (gnus-summary-article-map): Bind it.
5798 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
5800         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
5801         gnus-summary-refer-thread.
5803         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
5804         headers.
5805         (gnus-summary-limit-include-thread): Prevent articles in thread from
5806         being cut in gnus-cut-threads.
5807         (gnus-summary-refer-thread): Limit retrieved headers to those in
5808         thread.
5810 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5812         * message.el (message-send-mail): Use the value of
5813         message-courtesy-message from the message buffer.
5815         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
5817         * shr.el (shr-browse-url): Implement mailto: URLs.
5819         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
5820         "raw".
5822         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
5823         if it's already selected.
5825         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
5827 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5829         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
5830         to measure the length and truncate alt text.
5832 2010-11-03  Glenn Morris  <rgm@gnu.org>
5834         * nndiary.el (nndiary-generate-nov-databases-1)
5835         (nndiary-generate-active-info): Rename dynamic variable `files' to
5836         something less generic.
5838 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
5840         * nnir.el (nnir-request-move-article): Call the underlying backend to
5841         move articles from nnir.
5843 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5845         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
5847 2010-11-02  Julien Danjou  <julien@danjou.info>
5849         * nnir.el: Remove wais support.
5851 2010-11-02  Glenn Morris  <rgm@gnu.org>
5853         * gnus-html.el: Reorder requirements to quieten compiler.
5855 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5857         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
5858         properly for XEmacs as well.
5859         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
5860         (gnus-article-natural-long-line-p): Use window-width rather than
5861         frame-width.
5863 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
5865         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
5866         (nnir-read-parms): Don't modify query.
5867         (nnir-run-query): Add ability to search topic on current line.
5868         (nnir-get-active): Clean up.
5870 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5872         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
5873         degenerate articles.
5875         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
5876         (gnus-print-buffer): Just print the buffer as is, without any copying
5877         to a buffer and then re-highlighting.
5879         * nnimap.el (nnimap-request-group): Store the new updated info.
5880         (nnimap-request-group): Select the group when we don't know whether it
5881         exists or not.
5883         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
5884         groups.
5886         * gnus-group.el (gnus-group-find-new-groups): Display all the new
5887         groups.
5889         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
5890         groups.
5892         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
5893         long-lines case by only filling the long lines.
5895         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
5896         (bug #7311).
5898 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5900         * shr.el: No need to declare `declare-function' since shr.el is for
5901         only Emacsen that provide `libxml-parse-html-region'.
5903 2010-11-01  Glenn Morris  <rgm@gnu.org>
5905         * mm-util.el (gnus-completing-read): Autoload.
5906         (mm-read-coding-system): Simplify Emacs definition.
5908         * nnmail.el (gnus-activate-group):
5909         * nnimap.el (gnutls-negotiate):
5910         * nntp.el (netrc-parse): Fix declarations.
5912 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5914         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
5915         string-match-p in Emacs >=23.
5917         * gnus-msg.el (gnus-configure-posting-styles):
5918         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
5920 2010-11-01  Glenn Morris  <rgm@gnu.org>
5922         * nnir.el (declare-function): Add compat stub.
5923         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
5924         (nnir-run-gmane): Require 'mm-url.
5926         * mm-util.el (mm-string-to-multibyte): Simplify.
5928         * shr.el (declare-function): Add compat stub.
5929         (url-cache-create-filename): Declare.
5930         (mm-disable-multibyte, widget-convert-button): Autoload.
5932         * smime.el (ldap-search): Declare.
5933         (smime-cert-by-ldap-1): Require ldap on Emacs.
5935         * nnimap.el: Require nnmail, and gnus-sum when compiling.
5936         (nnimap-keepalive): Use gnus-float-time.
5938         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
5939         (mail-source-delete-crash-box): Use gnus-float-time.
5941         * gnus-dired.el (gnus-completing-read): Autoload.
5943         * mm-view.el (gnus-rescale-image): Autoload.
5945         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
5947         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
5949         * sieve-manage.el: Require 'cl when compiling.
5951         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
5952         (gnus-iswitchb-completing-read): Require iswitchb.
5953         (gnus-select-frame-set-input-focus): Silence compiler.
5955 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5957         * message.el (message-subject-trailing-was-query): Change default to t,
5958         since I think that's what most people want.
5960         * nnimap.el (nnimap-request-accept-article): Erase buffer before
5961         appending for easier debugging.
5962         (nnimap-wait-for-connection): Take a regexp.
5963         (nnimap-request-accept-article): Wait for the continuation line before
5964         sending anything unless we're streaming.
5966         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
5967         leave the header washing to take place.
5969 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5971         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
5972         regular expression match and replace in posting styles.
5974 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
5976         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
5977         an entire server.
5978         (nnir-get-active): New function.
5979         (nnir-run-imap): Use it.
5980         (nnir-run-gmane): Who knew, gmane search returns an article score!
5982         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
5983         server on the current line with nnir.
5985 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5987         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
5988         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
5989         left edge.
5990         (gnus-article-foldable-buffer): Skip past the prefix when determining
5991         raggedness.
5993         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
5994         the raw article, and change `C-u g' to show the article without doing
5995         treatments.
5997         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
5998         on to `gnus-treat-article'.
5999         (gnus-inhibit-article-treatments): New variable.
6001         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6003         * gnus-art.el (gnus-treatment-function-alist): Have
6004         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6005         (gnus-treat-fill-long-lines): Change default to fill all text/plain
6006         sections.
6008         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
6009         parameter.
6010         (gnus-article-fill-cited-long-lines): New function.
6011         (gnus-article-fill-cited-article): Allow filling only long sections.
6013         * shr.el (shr-find-fill-point): Don't break lines between punctuation
6014         and non-punctuation (like after the apostrophe in "'We").
6016         * gnus-sum.el (gnus-summary-select-article): Make sure
6017         gnus-original-article-buffer is alive.
6019         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
6020         reflect the order they are in the digest.
6022         * gnus.el (gnus-group-startup-message): Move point to the start of the
6023         buffer.
6025         * nnimap.el (nnimap-capability): New function.
6026         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6027         is set.
6029 2010-10-31  David Engster  <dengste@eml.cc>
6031         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6032         conform with changes to gnus-completing-read.
6034 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6036         * shr.el (shr-tag-img): Output "*" instead of "[img]".
6038 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6040         * nnir.el: Move defvar, defcustom around to keep file organized
6041         and keep byte-compiler quiet.
6042         (nnir-read-parms): Accept search-engine as arg.
6043         (nnir-run-query): Pass search-engine as arg.
6044         (nnir-search-engine): Remove.
6046 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6048         * shr.el (shr-generic): The text nodes should be text, not :text.
6050         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6051         later in the file.
6053 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6055         * nnir.el: General clean up.  Allow searching with multiple engines.
6056         Allow separate extra-parameters for each engine.
6057         Batch queries when possible.
6058         (nnir-imap-default-search-key,nnir-method-default-engines):
6059         Add customize interface.
6060         (nnir-run-gmane): New engine.
6061         (nnir-engines): Use it.  Qualify all prompts with engine name.
6062         (nnir-search-engine): Remove global variable.
6063         (nnir-run-hyrex): Restore for now.
6064         (nnir-extra-parms,nnir-search-history): New variables.
6065         (gnus-group-make-nnir-group): Use them.
6066         (nnir-group-server): Remove in favor of gnus-group-server.
6067         (nnir-request-group): Avoid searching twice.
6068         (nnir-sort-groups-by-server): New function.
6070 2010-10-30  Julien Danjou  <julien@danjou.info>
6072         * gnus-group.el: Remove gnus-group-fetch-control.
6074         * gnus-start.el (gnus-find-new-newsgroups):
6075         Remove gnus-check-first-time-used.
6077         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6079 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6081         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6082         set on groups that don't have \* permanentflags.
6084 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6086         * shr.el (shr-tag-span): Drop colorization of regions since we don't
6087         control the background color.
6088         (shr-tag-img): Ignore very small web bug type images.
6089         (shr-put-image): Add help-echo alt texts to the images.
6090         (shr-tag-video): Show the video poster image.
6092 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6094         * shr.el (shr-table-depth): New variable.
6095         (shr-tag-table-1): Only insert the images after the top-level table.
6097         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6099         * gnus-util.el (gnus-list-memq-of-list): New function.
6101         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6102         selected.
6103         (nnimap-unsplittable-articles): New slot.
6104         (nnimap-new-articles): Use it.
6106 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
6108         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6109         move to the previous line on `M-g'.
6111 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6113         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6114         *-request-group, which seems unnecessary.
6116         * nnimap.el (nnimap-quote-specials): Function copied over from
6117         imap.el.
6118         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6119         they support that.  Suggested by Tom Regner.
6121 2010-10-29  Julien Danjou  <julien@danjou.info>
6123         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6124         defalias.
6125         (gnus-summary-delete-marked-with): Remove obsolete defalias.
6127         * gnus.el: Remove `gnus-nntp-service' variable.
6128         (gnus-secondary-servers): Make obsolete.
6129         (gnus-nntp-server): Make obsolete.
6131         * gnus-start.el (gnus-1): Remove x-splash calls.
6133         * gnus-ems.el (gnus-x-splash): Remove.
6135         * gnus.el (gnus-group-startup-message): Simplify/update code.
6137         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6138         capability before doing anything.
6139         (gnus-group-insert-group-line): Remove useless
6140         gnus-group-remove-excess-properties.
6142 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6144         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6146 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6148         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6149         config after reselecting.
6151 2010-10-28  Julien Danjou  <julien@danjou.info>
6153         * shr.el (shr-put-image): Use point even if only inserting text.
6154         (shr-put-image): Save excursion when inserting alt text on non-graphic
6155         display, so the behavior is the same when we are on a graphic display.
6157         * nnir.el (nnir-run-swish-e): Remove hyrex support.
6159 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6161         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6162         (gnus-mime-copy-part): Check coding system, not charset.
6163         (gnus-mime-view-part-externally): Never remove part.
6164         (gnus-mime-view-part-internally): Don't remove part here.
6165         (gnus-article-part-wrapper): Make sure MIME tag is visible.
6166         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6167         multipart/alternative.
6169         * mm-decode.el (mm-display-part): Take optional arg `force'.
6171 2010-10-26  Julien Danjou  <julien@danjou.info>
6173         * gnus-group.el (gnus-group-default-list-level): Add this function to
6174         compute the default list level.
6175         (gnus-group-default-list-level): Add possibility to use a function.
6177 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6179         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6181         * gnus-group.el (gnus-group-completing-read)
6182         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6183         gnus-replace-in-string.
6185 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6187         * shr.el (shr-tag-div): Add.
6189 2010-10-25  Julien Danjou  <julien@danjou.info>
6191         * gnus-util.el: Remove `gnus-with-local-quit'.
6193         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6195 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6197         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6198         the original article buffer.
6200 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6202         * nnimap.el (nnimap-request-head): New function.
6203         (nnimap-request-move-article): Try to be slightly faster by not
6204         requesting the entire message when moving.
6205         (nnimap-transform-headers): Don't bug out on bodiless articles.
6206         (nnimap-send-command): Have no outstanding messages if the IMAP server
6207         doesn't support streaming.
6208         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6210 2010-10-24  Julien Danjou  <julien@danjou.info>
6212         * message.el (message-default-headers): Fix type.
6214 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6216         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6217         prefetching images.
6219         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6220         backend for unknown groups.  This is mainly useful for nnimap groups.
6222         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6223         group isn't covered by the agent.
6225 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
6227         * nnir.el (nnir-method-default-engines): New variable.
6228         (nnir-run-query): Use it.
6229         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6230         (gnus-summary-nnir-goto-thread): Change group if needed.
6232         * gnus-group.el (gnus-group-group-map): Add key binding for
6233         gnus-group-make-nnir-group.
6235 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6237         * shr.el (shr-tag-object): Add.
6239         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6240         original article buffer live.
6241         (gnus-summary-select-article-buffer):
6242         Mention gnus-widen-article-buffer.
6244 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6246         * shr.el (shr-tag-strong): Add.
6248 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6250         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6251         group names.  They mess up the group buffer badly.
6253         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6255         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6256         instead of the summary one.
6258 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6260         * mml.el (mml-preview): Work properly when editing article.
6262         * gnus-start.el (gnus-read-active-file-1): Don't add method to
6263         gnus-have-read-active-file if it's already been in.
6265 2010-10-22  Tom Tromey  <tromey@redhat.com>
6267         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6268         gnus-group-completing-read.
6270 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6272         * message.el (message-mode-map): Don't bind M-; to comment region, to
6273         allow the global comment-dwim to work.
6275 2010-10-21  Julien Danjou  <julien@danjou.info>
6277         * message.el (message-setup-1): Allow message-default-headers to be a
6278         function.
6280 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6282         * shr.el (shr-tag-table): Simplify.
6284 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6286         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6287         to avoid trying to snarf invalid stuff.
6289         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
6291         * gnus.el (gnus-message-archive-group): Quote value.
6292         (gnus-message-archive-group): Mark as changed.
6294         * shr.el (shr-add-font): Don't put the font properties on the newline
6295         or the indentation.
6297         * message.el (message-fix-before-sending): Change options when sending
6298         non-printable characters.
6300         * gnus.el (gnus-message-archive-method): Change the default to
6301         monthly outgoing groups.
6303         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
6304         that have gotten new numbers.
6306         * nnimap.el (nnimap-request-replace-article): New function.
6308 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6310         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
6311         (nnrss-request-article): Don't use special html washing code.
6313 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6315         * shr.el (shr-tag-table): Remove useless nconc.
6317 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6319         * gnus-art.el (article-wash-html): Simplify and remove the charset
6320         stuff.  Use the normal html rendering code instead of the special html
6321         washing code.
6323         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
6324         `gnus-w3m' symbols.
6325         (mm-text-html-washer-alist): Remove.
6327         * mm-decode.el (mm-inline-text-html-renderer): Remove.
6328         (mm-inline-media-tests): Remove use.
6329         (mm-text-html-renderer): Change default to the `shr' symbol.
6331         * mm-view.el (mm-inline-text-html): Remove use.
6333         * gnus-art.el (gnus-blocked-images): New function.  Allow the
6334         `gnus-blocked-images' to be a function.
6335         (gnus-article-wash-function): Remove.
6337 2010-10-20  Julien Danjou  <julien@danjou.info>
6339         * spam.el (spam-list-of-processors): Mark as obsolete.
6341         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
6342         (nnimap-insert-partial-structure): Fix boundary detection.
6344 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
6346         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
6347         run file-truename on remote files.  This can be expensive and even
6348         prevent one from editing drafts if some unrelated buffer has a stale
6349         connection.
6351 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6353         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
6354         kinsoku-eol regardless of shr-kinsoku-shorten.
6355         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
6356         (shr-tag-table): Support caption, thead, and tfoot.
6358 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6360         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
6361         lines.
6362         (shr-save-contents): New command and keystroke.
6364         * nndoc.el (nndoc-type-alist): Add git support.
6365         (nndoc-git-type-p): New function.
6366         (nndoc-transform-git-article): Ditto.
6367         (nndoc-transform-git-headers): Ditto.
6368         (nndoc-transform-git-headers): Generate Subject headers.
6370         * shr.el (shr-parse-style): New function.
6371         (shr-tag-span): Ditto.
6373         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
6374         to `G G' to avoid collisions.
6376 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6378         * shr.el: Load kinsoku if necessary.
6379         (shr-kinsoku-shorten): New internal variable.
6380         (shr-find-fill-point): Make kinsoku shorten text line if
6381         shr-kinsoku-shorten is bound to non-nil.
6382         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
6383         shr-indentation too when testing if table is wider than frame width.
6384         (shr-insert-table): Use `string-width' instead of `length' to measure
6385         text width.
6386         (shr-insert-table-ruler): Make sure indentation is done at bol.
6388 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6390         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
6391         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
6392         undecoded network data.
6394 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6396         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
6397         name in the mode line spec so that the mode line menu works
6398         (bug #2431).
6400         * message.el (message-get-reply-headers): If we're fed `to-address',
6401         then always use that.
6403         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
6404         aren't so wide as to need to switch off the edit menu.
6406         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
6407         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
6409         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
6410         `M-g'.
6411         (nnimap-update-info): Update flags/read marks even if \* isn't part of
6412         the permanent marks.
6414 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
6416         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6417         Splitting according to references/in-reply-to obeys the ignore-groups
6418         variable, while splitting by sender and subject do not.
6420 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6422         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
6423         alist, so that we can look for non-Unicode chars.
6424         (article-translate-strings): Allow both character and string maps.
6426 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6428         * shr.el (shr-insert): Don't insert space behind a wide character
6429         categorized as kinsoku-bol, or between characters both categorized as
6430         nospace.
6432 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
6434         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
6435         headers to gnus-newsgroup-headers.
6437 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6439         * shr.el (shr-tag-img): Don't align images -- since we're not
6440         rescaling, this often leads to ugly displays.
6442 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
6444         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
6445         duplicates.
6447 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
6449         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
6450         call.
6452 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6454         * gnus.el: Autoload gnus-html-show-images.
6456         * nnimap.el: Use nnheader-message throughout.
6458         * shr.el (shr-tag-img): Ignore images with no data.
6460 2010-10-15  Julien Danjou  <julien@danjou.info>
6462         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
6463         a possibility to disable format=flow encoding when using hard newlines.
6465 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6467         * shr.el (shr-insert): Remove space inserted before or after a
6468         breakable character or at the beginning or the end of a line.
6469         (shr-find-fill-point): Do kinsoku; find the second best point or give
6470         it up if there's no breakable point.
6472 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6474         * nnimap.el (nnimap-open-connection): Message when opening connection
6475         for debugging purposes.
6477         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
6478         on every setup buffer call to allow this to change from article to
6479         article.
6481         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
6482         buffers where we have a wide table.
6484 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
6486         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
6487         uses *-request-thread.
6489 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6491         * nnimap.el (nnimap-open-connection): Remove %s from openssl
6492         incantation, which is no longer valid.
6494 2010-10-14  Julien Danjou  <julien@danjou.info>
6496         * shr.el: Fix defcustom type (char -> character).
6498 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6500         * nnimap.el (nnimap-open-connection): tls-program should be a list of
6501         programs.
6503 2010-10-14  Julien Danjou  <julien@danjou.info>
6505         * shr.el (shr-tag-a): Use url-link as widget type.
6507         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
6508         `gnus-group-get-icon'.
6510 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6512         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
6513         This should make server editing work better.
6515         * shr.el (shr-find-fill-point): Don't inloop on indented text.
6517         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
6518         (nnimap-parse-flags): Fix regexp.
6520         * shr.el (shr-find-fill-point): Use a filling algorithm that should
6521         probably work for CJVK text, too.
6523         * nnimap.el (nnimap-extend-tls-programs): Remove.
6524         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
6526 2010-10-13  Julien Danjou  <julien@danjou.info>
6528         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
6529         responses.
6531 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6533         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
6535         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
6536         anything in Emacs.
6538         * shr.el (shr-current-column): Remove buggy and unnecessary function.
6540 2010-10-13  Julien Danjou  <julien@danjou.info>
6542         * shr.el (shr-width): Make shr-width a defcustom with default to
6543         fill-column.
6544         (shr-tag-img): Use shr-width rather than fill-column.
6546 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6548         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
6550         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
6551         position when (X-)Faces exist.
6552         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
6553         avatars when called interactively.
6555 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6557         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
6558         gnus-article-x-face-too-ugly is bound.
6560 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6562         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
6564         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
6565         mailbox that doesn't exist.
6567 2010-10-12  Julien Danjou  <julien@danjou.info>
6569         * shr.el (shr-tag-img): Encode URL properly when retrieving.
6570         (shr-get-image-data): Encode URL properly when fetching from cache.
6571         (shr-tag-img): Use aligned-to spaces to align correctly images.
6573         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
6574         before inserting the Gravatar.
6576         * shr.el (shr-tag-img): Add align attribute support for <img>.
6578 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6580         * gnus-gravatar.el (gnus-art): Require.
6582         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
6583         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6584         Remove long obsoleted functions.
6586 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6588         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
6590         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
6591         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
6592         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
6593         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
6594         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
6595         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
6596         Fix comment for declare-function.
6598 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6600         * nnimap.el (nnimap-request-rename-group): Select group read-only
6601         before renaming it.
6603         * shr.el (shr-insert): Fix up the white space only regexp.
6605         * nnimap.el (nnimap-transform-split-mail): Not all articles have
6606         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
6608         * shr.el (shr-current-column): New function.
6609         (shr-find-fill-point): New function.
6611 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6613         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
6614         numbers.
6616 2010-10-11  Julien Danjou  <julien@danjou.info>
6618         * shr.el (shr-hr-line): Add.
6619         (shr-tag-hr): Use shr-hr-line to specify which character to use to
6620         display hr lines.
6621         (shr-max-columns): Do not change state to nil if we just inserting
6622         spaces.
6624 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6626         * gnus-topic.el (gnus-topic-read-group): If after the last group,
6627         select the last group.
6629 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
6631         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
6633 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6635         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
6636         for Gnus.
6637         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
6638         (nnimap-update-qresync-info): Mark \Seen articles as read.
6640         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
6641         non-variable, too.
6643         * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
6644         available.
6645         (nnimap-update-info): Rely more on the current active than the param
6646         active to avoid marking articles as read too much.
6648         * auth-source.el (auth-source-create): Use (user-login-name) for the
6649         user name default.
6651         * nnimap.el (nnimap-update-info): If the server doesn't return any
6652         useful info, just use the previous info.
6653         (nnimap-update-info): Prefer old info over start-article.
6654         (nnimap-update-qresync-info): Finish implementing QRESYNC.
6656 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
6658         * nnir.el (autoload): Clean up autoloads.
6659         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
6660         Use key rather than value.
6661         (nnir-imap-search-other): New variable.
6662         (nnir-read-parm): Use it.
6663         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
6664         (gnus-summary-nnir-goto-thread): Modify to work with imap.
6666 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6668         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
6669         the process, too.
6671 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6673         * spam.el (gnus-summary-mode-map): Bind to "$".
6674         Suggested by Russ Allbery.
6676         * shr.el: Rework the way things are indented by <li> slightly.
6678         * gnus.el (gnus-group-set-parameter): Fix typo.
6680         * nnimap.el: Start implementing QRESYNC support.
6682 2010-10-09  Julien Danjou  <julien@danjou.info>
6684         * nnir.el (nnir-engines): Fix too many arguments.
6686 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6688         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
6689         group is the "last", so that the backends like nnfolder actually save
6690         their folders.
6692         * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
6693         try to use that for the TLS stream.
6694         (nnimap-retrieve-group-data-early): Rework the marks code to heed
6695         UIDVALIDITY and find out which groups are read-only and not.
6696         (nnimap-get-flags): Use the same marks parsing code as the rest of
6697         nnimap.
6699 2010-10-09  Julien Danjou  <julien@danjou.info>
6701         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
6703         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
6704         retrieving gravatars.
6706         * shr.el (shr-table-corner): Add.
6707         (shr-table-line): Add.
6708         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
6710 2010-10-08  Julien Danjou  <julien@danjou.info>
6712         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
6714 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
6716         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
6718         * gnus-sum.el (gnus-mark-article-as-unread)
6719         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
6720         (gnus-summary-set-bookmark): Use it.
6722         * gnus-msg.el (gnus-setup-message): Use it.
6724         * gnus-demon.el (gnus-demon-remove-handler): Use it.
6726         * gnus.el (gnus-group-remove-parameter): Use it.
6728         * gnus-group.el (gnus-group-make-web-group): Use it.
6730         * gnus-demon.el (gnus-demon-remove-handler): Use it.
6732         * nnregistry.el: Update docs to mention manual.
6734         * gnus-registry.el: Update docs to mention nnregistry.el.
6735         (gnus-registry-initialize): Don't install nnregistry refer method
6736         automatically.
6737         (gnus-registry-install-nnregistry): Remove it.
6739 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6741         * shr.el (shr-insert): Don't insert double spaces.
6743 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6745         * gnus-gravatar.el (gnus-treat-from-gravatar)
6746         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
6747         called interactively.
6749         * gnus-art.el (gnus-mime-view-part-externally)
6750         (gnus-mime-view-part-internally): Make predicate function passed to
6751         gnus-mime-view-part-as-type assume argument is a mime type, not a list
6752         of a mime type.
6754         * shr.el (shr-table-widths): Don't use cl function `reduce'.
6756 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6758         * shr.el (require): Require cl when compiling.
6759         (shr-tag-hr): New function.
6761         * nnimap.el (nnimap-update-info): Remove double setting of high.
6762         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
6763         This makes nnimap work properly on Courier again.
6765         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
6766         the variable for backwards compatibility.
6768         * mm-decode.el (mm-save-part): If given a non-directory result, expand
6769         the file name before using to avoid setting mm-default-directory to
6770         nil.
6772         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
6773         bidning gnus-agent variables.
6775         * shr.el (shr-render-td): Use a cache for the table rendering function
6776         to avoid getting an exponential rendering behavior in nested tables.
6777         (shr-insert): Rework the line-breaking algorithm.
6778         (shr-insert): Don't leave trailing spaces.
6779         (shr-insert-table): Also insert empty TDs.
6780         (shr-tag-blockquote): Ensure paragraphs after </ul>.
6782 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6784         * gnus-sum.el (gnus-number): Rename from `number'.
6785         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
6786         (gnus-summary-limit-children): Update uses correspondingly.
6788 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6790         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
6791         (gnus-gravatar-transform-address): Don't show avatars of people of
6792         which mail addresses match gnus-gravatar-too-ugly.
6794 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6796         * shr.el (shr-table-widths): Expand TD elements to fill available
6797         space.
6799 2010-10-07  Julien Danjou  <julien@danjou.info>
6801         * nnimap.el (nnimap-request-rename-group): Add this method.
6803 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6805         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
6806         name from XEmacs' function-arglist.
6808         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
6809         gravatar under XEmacs.
6811 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
6813         * auth-source.el: Update docs with TODO items.
6815         * gnus-sync.el: Update docs to explain state and plans.
6817         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
6818         Hooks for mark updates.
6819         (gnus-request-set-mark, gnus-request-update-mark): Use them.
6821         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
6822         hooks with arguments, which is needed for mark update hooks.
6824 2010-10-06  Julien Danjou  <julien@danjou.info>
6826         * gnus.el (gnus-expand-group-parameter): Only return and act on what
6827         was matched.
6829         * sieve-manage.el: Update example in `Commentary'.
6831         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
6833         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
6834         not 2000.
6835         (sieve-manage-authenticate): Re-add function.
6837 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6839         * shr.el (shr-insert): Get 'space transition right.
6840         (shr-render-td): Only delete space at the end of the TD.
6842         * nnimap.el (nnimap-open-connection): Prepare to support
6843         open-gnutls-stream.
6845         * shr.el: Rearrange function order to be more logical.
6847 2010-10-06  Julien Danjou  <julien@danjou.info>
6849         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
6850         (nnrss-discover-feed): Remove 404 URL in docstring.
6852         * nnir.el: Fix Swish-E URL.
6853         Fix Namazu URL.
6855         * message.el (message-change-subject): Remove 404 URL in a comment.
6857 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6859         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
6860         called interactively.
6862         * gnus-util.el (gnus-remove-if): Allow hash table.
6863         (gnus-remove-if-not): New function.
6865         * gnus-art.el (gnus-mime-view-part-as-type):
6866         * gnus-score.el (gnus-summary-score-effect):
6867         * gnus-sum.el (gnus-read-move-group-name):
6868         Replace remove-if-not with gnus-remove-if-not.
6870         * gnus-group.el (gnus-group-completing-read):
6871         Regard collection as a hash table if it is not a list.
6873 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6875         * shr.el (shr-render-td): Allow blank/missing <TD>s.
6877         * shr.el: Document the table-rendering algorithm.
6879         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
6880         invalid URLs.
6882         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
6883         line-broken.
6884         (shr-tag-img): Ignore image fetching errors.
6885         (shr-overlays-in-region): Compute overlay positions correctly.
6887         * mm-decode.el (mm-shr): Require shr.
6889         * gnus-art.el (gnus-blocked-images): Move variable here.
6891         * shr.el (shr-insert-table): Bind free variable.
6893         * mm-decode.el (mm-shr): Bind shr-content-function.
6895         * shr.el (shr-content-function): New variable.
6897         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
6898         added for symmetry.
6900         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
6902         * gnus-group.el (gnus-group-make-group): Doc fix.
6904         * nnimap.el (nnimap-request-newgroups): Return success.
6906         * shr.el (shr-find-elements): New function.
6907         (shr-tag-table): Put all the images after the table.
6908         (shr-tag-table): Really inhibit images inside the table.
6909         (shr-collect-overlays): Copy over overlays from the TD elements to the
6910         main document.
6912         * mm-decode.el (mm-shr): Bind shr-blocked-images to
6913         gnus-blocked-images.
6915 2010-10-05  Julien Danjou  <julien@danjou.info>
6917         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
6919         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
6920         (gnus-html-maximum-image-size): Add this function.
6921         (gnus-html-put-image): Use gnus-html-maximum-image-size.
6923         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
6924         server-value of the capability is nil.
6926 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6928         * shr.el (shr-tag-em): Add <EM> tag.
6930 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
6932         * sieve-manage.el (sieve-manage-default-stream): Make default stream
6933         customizable.
6935         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
6936         handing broken links to browse-url.
6938 2010-10-05  Julien Danjou  <julien@danjou.info>
6940         * gnus-util.el (gnus-emacs-completing-read)
6941         (gnus-iswitchb-completing-read): Use autoload rather than require.
6943 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6945         * gnus-util.el (gnus-completing-read-function): Exclude
6946         gnus-icompleting-read and gnus-ido-completing-read from candidates for
6947         XEmacs since iswitchb.el is very old and ido.el is unavailable in
6948         XEmacs.
6950         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
6951         not to use `delete-dups' that is unavailable in XEmacs 21.4.
6953         * gnus-html.el: Don't require help-fns under XEmacs.
6954         (gnus-html-schedule-image-fetching): Work for XEmacs.
6956         * mm-decode.el (mm-shr): Decode contents by charset.
6958 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6960         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
6961         unknown.
6963         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
6964         (shr-get-image-data): Ensure against the cache file missing.
6966         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
6967         for data.
6969         * spam-report.el (spam-report-url-ping-plain): Don't query about
6970         killing the process.
6972         * shr.el (shr-render-td): Protect against too-wide text.
6974 2010-10-04  Julien Danjou  <julien@danjou.info>
6976         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
6977         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
6979         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
6980         retrieved.
6982 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6984         * shr.el (browse-url): Require.
6985         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
6986         lines.
6987         (shr-show-alt-text, shr-browse-image): New commands.
6988         (shr-browse-url, shr-copy-url): New commands.
6990         * gnus-sum.el (gnus-widen-article-window): New variable.
6991         (gnus-summary-select-article-buffer): Use it.
6993         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
6994         without @ signs.
6996 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6998         * nnir.el (nnir-run-imap): Remove spurious space in search string.
7000 2010-10-04  Julien Danjou  <julien@danjou.info>
7002         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7003         for XEmacs.
7005 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7007         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7009         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7010         (nnimap-close-server): Implement.
7012         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7013         (shr-insert): Tweak line breaking.
7014         (shr-insert): Handle <pre> better.
7015         (shr-tag-li): Get <li> indentation right.
7016         (shr-tag-li): Get <li> indentation even righter.
7017         (shr-tag-blockquote): Ensure paragraph start.
7018         (shr-make-table): Tweak table generation.
7019         (shr-make-table): Fix typo.
7021         * shr.el: Implement table rendering.
7023 2010-10-04  Julien Danjou  <julien@danjou.info>
7025         * gnus-html.el (gnus-html-put-image): Fix resize image code.
7027 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7029         * shr.el (shr-insert): Use string anchors instead of line anchors.
7031 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7033         * shr.el: Add headings.
7034         (shr-ensure-paragraph): Actually work.
7035         (shr-tag-li): Make <ul> prettier.
7036         (shr-insert): Get white space at the beginning/end of elements right.
7037         (shr-tag-p): Collapse subsequent <p>s.
7038         (shr-ensure-paragraph): Don't insert double line feeds after blank
7039         lines.
7040         (shr-insert): \t is also space.
7041         (shr-tag-s): Fix "s" tag name function.
7042         (shr-tag-s): Fix face prop name.
7044 2010-10-03  Julien Danjou  <julien@danjou.info>
7046         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7048         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7049         gnus-window-inside-pixel-edges.
7051         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7052         gnus-ems.
7054         * mm-view.el (mm-inline-image-emacs): Support image resizing.
7056         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7057         function.
7059         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7060         resize choice.
7062 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7064         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7065         beginning of the buffer.
7067         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7068         article buffer again.
7070         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7072         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7073         when it's at the start of the buffer.
7075         * shr.el (shr-tag-blockquote): Convert name.
7076         (shr-rescale-image): Use the right image-size variant.
7078         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7079         buffer isn't shown, then select the current article first instead of
7080         bugging out.
7081         (gnus-summary-select-article-buffer): Show both the article and summary
7082         buffers again.
7084         * shr.el (shr-fontize-cont): Protect against regions with no text.
7085         Rename tag functions to shr-tag-* for enhanced security.
7086         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7088 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
7090         * shr.el (shr-insert):
7091         * pop3.el (pop3-movemail):
7092         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7093         loaded.
7095 2010-10-03  Glenn Morris  <rgm@gnu.org>
7097         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7099         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7101         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7103         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7105         * gnus-util.el (gnus-make-local-hook): Simplify.
7107 2010-10-02  Julien Danjou  <julien@danjou.info>
7109         * gnus-util.el (gnus-iswitchb-completing-read): New function.
7110         (gnus-ido-completing-read): New function.
7111         (gnus-emacs-completing-read): New function.
7112         (gnus-completing-read): Use gnus-completing-read-function.
7113         Add gnus-completing-read-function.
7115 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7117         * shr.el (shr-insert-document): Autoload.
7118         (shr-img): Be silent.
7119         (shr-insert): Add a newline after every picture before text.
7120         (shr-add-font): Use overlays for combining faces.
7121         (shr-insert): Pass upwards the text start point.
7123         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7124         possible.
7125         (mm-shr): New function.
7127 2010-10-02  Julien Danjou  <julien@danjou.info>
7129         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7130         should go backward.
7132 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
7134         * shr.el (shr): Fix typo in provide call.
7136 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7138         * shr.el: New file.
7140         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7142         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7143         completing read.
7145 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7147         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7148         we're being queried about.  Suggested by Dan Jacobson.
7150         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7151         Suggested by Jason Eisner.
7153         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7154         table, too.  Suggested by Stefan Wiens.
7155         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7156         the table unnecessary.  Suggested by Stefan Wiens.
7158         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7159         longer needed, and probably doesn't work either, as pointed out by
7160         Stefan Wiens.
7161         (gnus-summary-exit): Remove call to the clearing function.
7162         (gnus-summary-exit-no-update): Ditto.
7164         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7165         instead of gnus-eval-in-buffer-window to avoid popping up frames.
7166         Reported by Stefan Monnier.
7167         (gnus-summary-save-in-rmail): Ditto.
7169         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7170         article buffer, instead of both the article buffer and the summary
7171         buffer.  Sort of suggested by Dan Jacobson.
7173         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7175         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7176         Suggested by Dan Jacobson.
7178         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7179         documentation clearer.
7181         * message.el (message-shorten-references): Comment on the number "21".
7182         Suggested by Stefan Monnier.
7184         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7185         Suggested by Dan Jacobson.
7187         * gnus.el (gnus-large-newsgroup):
7188         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
7190         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7191         externalize attachments.  Bug reported by Steve Wen.
7193         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7194         really message anything to the user.
7196         * nnmail.el (nnmail-article-group): Allow using the fancy split method
7197         directly.
7199         * nnimap.el (nnimap-request-group): Low higher than high to signal no
7200         messages in empty groups.
7202 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
7204         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7205         non-UIDNEXT group.
7207 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7209         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7210         not the value from the collection.
7212         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7213         values.  This sometimes happens on some groups that have no info.
7214         (nnimap-request-newgroups): New function.
7216 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
7218         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7219         check into `gnus-registry-initialize'.
7220         (gnus-registry-initialize): Ditto.
7221         Fix and extend header docs.
7223 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7225         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7226         regexp backtrace overflows.
7228         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7229         for starttls that tls.el implements; i.e. openssl.
7231 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7233         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7234         (gravatar-create-image): New function that's an alias to
7235         gnus-xmas-create-image, gnus-create-image, or create-image.
7236         (gravatar-data->image): Use it.
7238 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
7240         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7241         install the nnregistry refer method.
7242         (gnus-registry-install-hooks): Use it.
7243         (gnus-registry-unfollowed-groups): Add nnmairix to the default
7244         unfollowed groups.
7246 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
7248         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7249         expanding threads.
7251 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7253         * nnir.el: Use the server names without suffixes (bug #7009).
7255         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7256         unencrypted to STARTTLS, if possible.
7258 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7260         * message.el (message-ignored-supersedes-headers): Strip Injection-*
7261         headers before superseding.
7263 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7265         * nnrss.el (nnrss-use-local): Add documentation.
7267         * nnimap.el (nnimap-extend-tls-programs): New function.
7268         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7269         (nnimap-wait-for-connection): Accept the greeting from the stupid
7270         output from openssl s_client -starttls, too.
7272         * nnimap.el (nnimap-find-article-by-message-id): Really return the
7273         article number.
7274         (nnimap-split-fancy): New variable.
7275         (nnimap-split-incoming-mail): Use it.
7277         * nntp.el (nntp-server-list-active-group): Document.
7279         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
7280         SELECT to get the message-id.
7282         * mail-source.el (mail-sources): Remove webmail support.
7283         (defvar): Ditto.
7284         (mail-source-fetcher-alist): Ditto.
7285         (mail-source-fetch-webmail): Remove.
7287         * webmail.el: Remove -- doesn't seem relevant any more.
7289         * gnus.el: Fix up make-obsolete-variable declarations throughout.
7291         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
7292         the \r.
7294 2010-09-30  Julien Danjou  <julien@danjou.info>
7296         * gnus-agent.el (gnus-agent-add-group): Fix call to
7297         gnus-completing-read.
7299 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7301         * nndoc.el (nndoc-retrieve-groups): New function.
7303         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
7304         `default', use nnmail-split-methods.
7305         (nnimap-request-article): Downcase the NILs so that they are nil.
7307         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
7308         symbol.
7310         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
7311         code, since if the user has requested network, that's what they ought
7312         to get.
7313         (nnimap-request-set-mark): Erase the buffer before issuing commands.
7314         (nnimap-split-rule): Mark as obsolete.
7316         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
7317         New variable.
7319         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
7320         correct slot, too.
7322 2010-09-29  Julien Danjou  <julien@danjou.info>
7324         * gnus.el (gnus-local-domain): Declare variable obsolete.
7326         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
7327         Fix history computing.
7328         (gnus-ido-completing-read): Require ido.
7330 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7332         * gnus-registry.el: Don't prompt on load, which makes it impossible to
7333         build Gnus.
7335         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
7336         when interpreting the structures.
7337         (nnimap-request-accept-article): Add \r\n to the lines to make this
7338         work with Cyrus.
7340         * nndraft.el (nndraft-request-expire-articles): Use the group name
7341         instead if "nndraft".  Fix found by Nils Ackermann.
7343 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
7345         * nnregistry.el: Add.
7347 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7349         * nnmail.el (group, group-art-list, group-art):
7350         Remove unneeded directives.
7352 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7354         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
7355         (mm-mime-charset):
7356         * rfc2047.el (rfc2047-syntax-table):
7357         * utf7.el (utf7-utf-16-coding-system): Comment fix.
7359         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
7360         rather than `insert-file-contents' and `eval-region'.
7362 2010-09-29  Julien Danjou  <julien@danjou.info>
7364         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
7365         replacement of `gnus-gravatar-relief' to mimic
7366         `gnus-faces-properties-alist'.
7367         Add :version property.
7369 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7371         * mail-source.el (mail-source-report-new-mail):
7372         * message.el (message-default-mail-headers):
7373         * mm-decode.el (mm-valid-image-format-p): Comment fix.
7375         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
7377 2010-09-28  Julien Danjou  <julien@danjou.info>
7379         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
7380         mail-address contains the same string as real-name.
7382         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
7383         non-blank in header, otherwise it'll get stripped.
7385         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
7386         real-name, and then for mail address rather than doing : or , search.
7388 2010-09-27  Julien Danjou  <julien@danjou.info>
7390         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
7391         right completing-read function.
7392         (gnus-use-ido): New variable
7393         (gnus-completing-read-with-default): Remove.
7394         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
7395         (gnus-agent-add-group):
7396         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
7397         * mm-view.el (mm-view-pkcs7-decrypt):
7398         * mm-util.el (mm-codepage-setup):
7399         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7400         * mml-smime.el (mml-smime-openssl-sign-query):
7401         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
7402         (mml-insert-multipart):
7403         * gnus-msg.el (gnus-summary-yank-message):
7404         * gnus-int.el (gnus-start-news-server):
7405         * mm-decode.el (mm-interactively-view-part):
7406         * gnus-dired.el (gnus-dired-attach):
7407         * gnus.el (gnus-read-method):
7408         * gnus-bookmark.el (gnus-bookmark-jump):
7409         * gnus-art.el (gnus-mime-view-part-as-type)
7410         (gnus-mime-action-on-part, gnus-article-encrypt-body):
7411         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
7412         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
7413         * nnmairix.el (nnmairix-create-server-and-default-group)
7414         (nnmairix-update-groups, nnmairix-get-server)
7415         (nnmairix-backend-to-server, nnmairix-goto-original-article)
7416         (nnmairix-get-group-from-file-path):
7417         * nnrss.el (nnrss-find-rss-via-syndic8):
7418         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
7419         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
7420         (gnus-group-browse-foreign-server):
7421         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
7422         (gnus-summary-execute-command, gnus-summary-respool-article)
7423         (gnus-read-move-group-name):
7424         * gnus-score.el (gnus-summary-increase-score)
7425         (gnus-summary-score-effect):
7426         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
7428 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7430         * nnimap.el (auth-source-forget-user-or-password)
7431         (auth-source-user-or-password): Autoload.
7433         * message.el (message-from-style, message-interactive)
7434         (message-signature): Remove comment.
7435         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
7436         always.
7437         (message-sendmail-envelope-from): Comment fix.
7438         (message-yank-prefix): Default to mail-yank-prefix always.
7439         (message-indentation-spaces):
7440         Default to mail-indentation-spaces always.
7441         (message-signature-file): Default to mail-signature-file always.
7443 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7445         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
7446         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
7447         new articles.
7449         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
7450         parts.
7451         (nnimap-request-article): Work with the t setting, too.
7453         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
7454         that you don't get flashes of other buffers.
7455         (gnus-summary-show-complete-article): Intern before setting.
7457 2010-09-27  David Engster  <dengste@eml.cc>
7459         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
7460         well as HEADERS.
7461         (nnmairix-retrieve-headers): Provide new argument for the above.
7463 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7465         * gnus-sum.el (gnus-summary-move-article): Don't alter
7466         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
7467         group.
7469         * nnimap.el (nnimap-update-info): Don't destructively alter active.
7471         * message.el (message-cite-prefix-regexp): Revert my last edit.
7473         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
7474         variable instead of the Gnus variable.
7476         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
7478         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
7480         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
7481         since some servers don't like it.
7482         (nnimap-open-connection): Forget credentials if the server says the
7483         password was wrong.
7484         (nnimap-parse-line): Protect against invalid data.
7486         * gnus-sum.el (gnus-summary-move-article): Add comment.
7487         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
7488         nothing alters it while scanning for new messages.
7490         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
7491         which may or may not help.
7492         (nnimap-open-connection): If we're doing a stream connection, and then
7493         discover we're on a STARTTLS-capable server, then open a STARTTLS
7494         connection instead.
7496 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7498         * nnimap.el (utf7): Require.
7500         * message.el (message-cite-prefix-regexp): Remove "}" from citation
7501         prefix.
7503 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
7505         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
7507 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7509         * nnimap.el (nnimap-request-accept-article): Message the error on
7510         error.
7512 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7514         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
7516 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7518         * nndoc.el (nndoc-request-list): Return success always.
7520         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
7521         `fetch-old' -- we only want to fetch the articles we've requested.
7522         The rest are in the agent, probably.
7523         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
7524         disappeared server" to something low.  It's not important.
7526         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
7527         arrived before the FETCH data.
7529         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
7530         target here, because we don't know the Gnus name of the group.
7532         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
7533         for the correct group.
7535         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
7537         * gnus.el (gnus): Give a final warning after startup.
7539         * gnus-util.el (gnus-action-message-log): New variable.
7540         (gnus-message): Use it.
7541         (gnus-final-warning): New function.
7543         * nnimap.el (nnimap-open-connection): Record the greeting.
7544         (nnimap): Add greeting.
7546 2010-09-26  Julien Danjou  <julien@danjou.info>
7548         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
7549         arguments.
7550         (gnus-html-wash-images): Fix spec computing to include start/end.
7552         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
7554 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7556         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
7557         deletion.
7558         (nnimap-retrieve-headers): Don't select the group, because that's
7559         already done by nnimap-possibly-change-group.
7561         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
7562         (gnus-picon-transform-address): Use it.
7564         * mail-source.el (mail-source-value): Revert previous patch.
7566         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
7567         on failure.
7568         (nnimap-open-connection): Look up both virtual and physical server name
7569         credentials.
7571         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
7573 2009-02-08  Dave Love  <fx@gnu.org>
7575         * gnus-win.el (gnus-window-to-buffer-helper)
7576         (gnus-all-windows-visible-p): Function needn't be a symbol.
7578         * mail-source.el (mail-source-value): Function needn't be a symbol.
7580 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7582         * message.el (message-cite-prefix-regexp): Remove } from the cite
7583         prefix.
7585         * gnus-art.el (gnus-treatment-function-alist): Do picons before
7586         highlight again, so that the highlight is correct.
7588         * gnus-picon.el (gnus-picon): Remove again.
7589         (gnus-picon-create-glyph): Set the background XPM color explicitly.
7591         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
7592         doing the header highlightling, so that the background color of the
7593         picon is correct.
7595         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
7596         (gnus-picon): Ditto.
7597         (gnus-picon): Reinstate.  The background color for picons is white.
7598         (gnus-picon-insert-glyph): Make the background white.
7600         * nnml.el (nnml-open-nov): Don't return dead buffers.
7602         * auth-source.el (auth-source-create): Query the user for whether to
7603         store the credentials.
7605         * auth-source.el (auth-source-user-or-password): Use the existing auth
7606         sources, if any, for creation.
7608         * gnus.el (gnus-group-fast-parameter): Return the last matching
7609         parameter instead of the first matching parameter.
7611 2010-09-26  Julien Danjou  <julien@danjou.info>
7613         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
7615 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7617         * mml2015.el (mml2015-use): Remove gpg support.
7619         * mml1991.el (mml1991-function-alist): Remove gpg function.
7620         (mml1991-gpg-sign): Remove.
7622 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
7624         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
7625         (gnus-browse-unsubscribe-current-group): Document it.
7626         (gnus-browse-unsubscribe-group): Use it.
7628 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7630         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
7631         address to the To list for easier response.
7633         * gnus.el (gnus-play-startup-jingle): Remove.
7634         (gnus-splash): Don't play jingle.
7635         (gnus): Silence gnus-load message.
7637         * gnus-art.el (gnus-treat-play-sounds): Remove.
7639         * gnus.el (gnus-play-jingle): Remove audio support.
7641         * gnus-cus.el (gnus-score-customize): Remove audio reference.
7643         * earcon.el: Remove -- no users.
7645         * gnus-audio.el: Remove -- no users of this package.
7647         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
7649         * gnus-start.el (gnus-setup-news): Remove nocem support.
7651         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
7653         * gnus.el (gnus-use-nocem): Remove.
7655         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
7656         Remove.
7658         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
7659         uses NoCeM any more.
7661         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
7662         (gnus-button-ctan-handler): Ditto.
7663         (gnus-button-handle-ctan-bogus-regexp): Ditto.
7664         (gnus-button-ctan-directory-regexp): Ditto.
7665         (gnus-button-handle-ctan): Ditto.
7666         (gnus-button-tex-level): Ditto.
7667         (gnus-button-alist): Remove CTAN stuff.
7669 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7671         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
7672         nnimap-streaming test.
7674         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
7675         servers twice.
7677         * nnimap.el (nnimap-open-connection): Add more error reporting when
7678         nnimap fails early.
7680         * nnheader.el (nnheader-get-report-string): New function.
7681         (nnheader-get-report): Use it.
7683         * gnus-int.el (gnus-check-server): Say what the error was when opening
7684         failed.
7686         * nnimap.el (nnimap-wait-for-response): Search further when we're not
7687         using streaming.
7689 2010-09-25  Julien Danjou  <julien@danjou.info>
7691         * gnus-html.el (gnus-html-rescale-image): Use our defalias
7692         gnus-window-inside-pixel-edges.
7694 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7696         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
7698         * mm-decode.el (mm-save-part): Allow saving to other directories the
7699         normal Emacs way.
7701         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
7702         Suggested by Jay Berkenbilt.
7704         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
7705         there isn't a single byte.
7707         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
7708         just do it.  It doesn't really seem to matter what the user responds
7709         here, I think, so it's just a confusing question.
7711         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
7712         non-streaming case.
7714         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
7715         (gnus-article-encrypt-body): Use it.
7717         * gnus-sum.el (gnus-summary-show-complete-article): New command and
7718         keystroke.
7720         * nnimap.el (nnimap-find-wanted-parts-1):
7721         Use gnus-fetch-partial-articles.
7723         * gnus-art.el (gnus-fetch-partial-articles): New variable.
7725         * nnimap.el (nnimap-insert-partial-structure): New function.
7726         (nnimap-get-partial-article): New function.
7727         (nnimap-request-article): Use it.
7728         (nnimap-wait-for-response): Return whether the wait was successful.
7729         (nnimap-finish-retrieve-group-infos): Don't do anything if the
7730         retrieval wasn't successful.
7731         (nnimap-retrieve-group-data-early): Allow throttling servers.
7732         (nnimap-streaming): New variable.
7733         (nnimap-fetch-partial-articles): Remove.
7735         * mm-decode.el (mm-with-part): Protect against killed buffers.
7737         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
7738         for prettier summary display.
7740 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
7742         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
7744 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7746         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
7747         apparently third-party libraries depend on it.
7749         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
7750         before starting negotiation.
7752         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
7753         privacy reasons.
7754         (gnus-treat-mail-gravatar): Ditto.
7756         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
7757         buffer when inserting images.  Inserting text into the headers, for
7758         instance, can make them invalid.
7760 2010-09-25  Julien Danjou  <julien@danjou.info>
7762         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
7763         variables.
7765         * nnheader.el: Remove useless variables news-reply-yank-from and
7766         news-reply-yank-message-id.
7768         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
7769         variables.
7771         * mml1991.el: Remove useless mml1991-verbose.
7773         * gnus.el: Remove useless variable gnus-use-generic-from.
7774         Remove obsolete variable gnus-topic-indentation.
7776         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
7778         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
7780         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
7782         * gnus-group.el: Remove useless gnus-group-icon-cache.
7783         Remove useless gnus-ephemeral-group-server.
7785         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
7787         * mml2015.el: Remove useless mml2015-verbose.
7789         * mml-smime.el: Remove useless mml-smime-verbose.
7791         * gnus.el: Remove useless gnus-local-domain.
7793         * gnus-gravatar.el (gnus-gravatar-transform-address):
7794         Use gnus-gravatar-size.
7796         * gnus-art.el: Remove useless gnus-treat-translate.
7798 2010-09-24  Julien Danjou  <julien@danjou.info>
7800         * gnus-sum.el: Add support for Gravatars.
7802         * gnus-art.el: Add support for Gravatars.
7804         * gnus-gravatar.el: Add this file.
7806         * gravatar.el: Add this file.
7808 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7810         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
7812         * gnus-group.el (gnus-group-fetch-faq): Remove.
7814         * gnus.el (gnus-group-faq-directory): Remove.
7816         * gnus-group.el (gnus-group-fetch-charter): Remove.
7818         * gnus.el (gnus-group-charter-alist): Remove.
7820         * gnus-group.el (gnus-group-archive-directory): Remove.
7821         (gnus-group-recent-archive-directory): Ditto.
7822         (gnus-group-make-archive-group): Remove.
7824         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
7826         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
7827         use the same article number for all the cached articles.
7829         * nnimap.el (nnimap-command): Register the last command time so
7830         that we can use it for idling NOOPs.
7831         (nnimap-open-connection): Start the keeplive timer.
7832         (nnimap-make-process-buffer): Store all the process buffers.
7833         (nnimap-keepalive): New function.
7835         * starttls.el (starttls-open-stream): Add autoload cookie.
7837 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7839         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
7840         handling.
7842 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7844         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
7845         its data structures.
7847         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
7848         instead of the cl.el copy-list.
7849         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
7850         equalp.
7852 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7854         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
7855         and tool-bar-local-item-from-menu.
7857         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
7858         mode-line-highlight face for Emacs.
7860         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
7861         loading gnus-sum.elc; fix comment for canlock-verify.
7862         (gnus-article-jump-to-part): Use read-number.
7863         (gnus-insert-mime-button, gnus-insert-mime-security-button):
7864         Remove Emacs pre-21 compatible code for help-echo.
7865         (gnus-article-next-page-1): No need to adjust the number of lines.
7866         (gnus-article-describe-bindings): Always use help-buffer.
7868         * gnus-audio.el (gnus-audio-inline-sound):
7869         * gnus-cus.el (gnus-custom-mode):
7870         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
7872         * gnus-sum.el (gnus-remove-overlays): Doc fix.
7874         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
7875         compatible code.
7877 2010-09-24  Glenn Morris  <rgm@gnu.org>
7879         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
7880         visiting the fcc file in rmail-mode.
7882 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7884         * nnir.el: Silence the byte compiler.
7886         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
7887         alias to browse-url-url-encode-chars if any.
7888         (gnus-html-encode-url): Use it.
7890 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7892         * gnus-start.el (gnus-use-backend-marks): New variable.
7893         (gnus-get-unread-articles-in-group): Use it.
7895         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
7896         makeover.
7898 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
7900         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
7902 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7904         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
7905         Remove.
7906         (gnus-setup-news-hook):
7907         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
7909         * gnus-int.el (gnus-request-update-info): Protect against backends not
7910         having the function.
7912         * nnimap.el (nnimap-stream): Mention STARTTLS.
7913         (nnimap-open-connection): Add STARTTLS support.
7915 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
7917         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
7919 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7921         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
7922         BODYSTRUCTUREs.
7923         (nnimap-transform-headers): Unfold quoted {42} headers.
7925         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
7926         the info.
7927         (gnus-get-unread-articles): Only call updatep on backends that support
7928         it.
7930         * nnweb.el (nnweb-request-update-info): NOOP.
7932         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
7934         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
7935         since it only deals with marks.
7937         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
7938         gnus-request-marks, and make a new gnus-request-update-info.
7940         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
7941         the active instead of the high number, which is usually too low.
7943 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
7945         * encrypt.el: Remove.
7947 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7949         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
7950         server in symbolic form.
7952         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
7954 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7956         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
7957         (nnimap-update-info): Fix up code slightly.
7959         * gnus-int.el (gnus-open-server): Add tracing for performance
7960         debugging.
7962         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
7963         (gnus-group-insert-group-line): Pass the real group name so that it
7964         gets the right data.
7966         * gnus-start.el (gnus-get-unread-articles): Don't have
7967         `gnus-get-unread-articles-in-group' update info, since that can be
7968         really slow and doesn't seem to be needed?
7970 2010-09-22  Julien Danjou  <julien@danjou.info>
7972         * gnus-group.el (gnus-group-insert-group-line):
7973         Call gnus-group-highlight-line.
7974         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
7975         default hook list.
7976         (gnus-group-update-eval-form): Add new function.
7977         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
7978         (gnus-group-get-icon): Use gnus-group-update-eval-form.
7980 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7982         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
7983         immediate, then expire all articles.
7984         (nnimap-update-info): Fix off-by-one errors.
7985         (nnimap-flags-to-marks): Would return no marks lists for group with no
7986         flags.  Instead return the other data.
7988 2010-09-22  Julien Danjou  <julien@danjou.info>
7990         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
7991         Only return an icon.
7992         (gnus-group-insert-group-line): Compute icon to return.
7994         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
7995         (gnus-html-image-fetched): Only cache if
7996         gnus-html-image-automatic-caching is set.
7997         (gnus-html-image-fetched): Check for errors.
7999 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8001         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8002         once per method on `g'.  This ensures that backends like nnfolder don't
8003         open all their folders.
8005         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8006         (nnimap-request-list): Nix out group in the correct buffer.
8007         (nnimap-parse-flags): Implement by using `read' instead of
8008         hand-parsing.
8009         (nnimap-flags-to-marks): Pass on permanent-flags.
8010         (nnimap-make-process-buffer): Record the server name.
8011         (nnimap-parse-flags): Fix typo.
8012         (nnimap-request-scan): Run split on the server in general, not just a
8013         single group.
8015         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8016         parameter, and propagate this downwards.
8018         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8019         since EXAMINE changes it on the server.
8021         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8022         this command might take a while.
8024 2010-09-22  Julien Danjou  <julien@danjou.info>
8026         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
8027         harmful if you have 2 images side-by-side, they can't be properly
8028         update on text deletion.  Using text-property is safer here.
8029         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8030         data.
8032 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8034         * nnimap.el (nnimap-expunge-inbox): Remove.
8035         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8036         (nnimap-expunge): Flip default to t.
8038         * gnus.el (gnus-method-to-server): Don't push things to the cache
8039         unless it's unique.
8040         (gnus-server-to-method): Ditto.
8042 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8044         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8046 2010-09-22  Julien Danjou  <julien@danjou.info>
8048         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8049         get the start of data.
8050         (gnus-html-encode-url): Add this function to encode special chars in
8051         URL.
8052         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8053         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8055         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8056         default.
8057         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8059         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8060         images alt-text.
8061         (gnus-html-put-image): Put alt-text as help-echo.
8063 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8065         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8066         * mm-util.el (mm-decompress-buffer):
8067         * nnir.el (nnir-run-find-grep):
8068         * pop3.el (pop3-list): Use 3rd arg of split-string.
8070 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8072         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8073         outside the active range.  Suggested by Dan Christensen.
8075         * gnus-start.el (gnus-get-unread-articles): Get the extended method
8076         slightly later to avoid double-getting it.
8078         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8079         previous patch.
8081         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8083 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
8085         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8087 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8089         * gnus-int.el (gnus-open-server): Give a better error message in the
8090         "go offline" case.
8092         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8093         marks for nnimap, which is seldom the right thing to do.
8095         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8096         (gnus-same-method-different-name): New function.
8098         * nnimap.el (parse-time): Require.
8100         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8101         method in the presence of many similar methods.
8103         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8105         * nnimap.el (nnimap-find-expired-articles): Don't refer to
8106         nnml-inhibit-expiry.
8108         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8109         find out whether methods are equal.
8111         * nnimap.el (nnimap-find-expired-articles): New function.
8112         (nnimap-process-expiry-targets): New function.
8113         (nnimap-request-move-article): Request the article before looking at
8114         what the Message-ID is.  Fix found by Andrew Cohen.
8115         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8117         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8118         for oldness in addition to being a predicate.
8120         * nnimap.el (nnimap-request-group): When we have zero articles, return
8121         the right data to Gnus.
8122         (nnimap-request-expire-articles): Only delete articles immediately if
8123         the target is 'delete.
8125         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8126         method, this would bug out.
8128         * gnus-group.el (gnus-group-expunge-group): Rename from
8129         gnus-group-nnimap-expunge, and implemented as a normal interface
8130         function.
8132         * gnus-int.el (gnus-request-expunge-group): New function.
8134         * nnimap.el (nnimap-request-create-group): Implement.
8135         (nnimap-request-expunge-group): New function.
8137 2010-09-21  Julien Danjou  <julien@danjou.info>
8139         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8140         (gnus-html-cache-expired): Add new function.
8141         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8142         wethever we should display image for fetch it.
8143         Compute alt-text earlier to pass it to the fetching function too.
8144         (gnus-html-schedule-image-fetching): Change function argument to only
8145         get one image at a time, not a list.
8146         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8147         cache.
8148         (gnus-html-get-image-data): New function to retrieve image data from
8149         cache.
8150         (gnus-html-put-image): Change buffer argument to use image data rather
8151         than file, and place image above region rather than inserting a new
8152         one.  Do not take alt-text as argument, since it's useless now: we place
8153         the image above alt-text.
8154         (gnus-html-prune-cache): Remove.
8155         (gnus-html-show-images): Start to fetch image when we find one, do not
8156         push into a temporary list.
8157         (gnus-html-prefetch-images): Only fetch image if they have expired.
8158         (gnus-html-browse-image): Fix, use 'gnus-image-url.
8159         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8161 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8163         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8165 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8167         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8168         spec inser "*" if the group isn't active instead of 0.
8170         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8171         opening the server.
8172         (nnimap-request-delete-group): Implement group deletion.
8173         (nnimap-transform-headers): Return the size of the entire message in
8174         the Bytes header, not just the size of the first part.
8175         (nnimap-request-move-article): When moving an article from nnimap,
8176         request the article first so the accepting form has an article to
8177         accept.  Reported by Dan Christensen.
8178         (nnimap-command): Make sure that the error message doesn't error out.
8180 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
8182         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8183         we haven't requested anything.
8185 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8187         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8188         "".  Fix found by Andrew Cohen.
8190         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8191         instead of -encode-string.
8193 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8195         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8197         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8198         by mm-subst-char-in-string.
8200 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8202         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8203         waiting for the connection string.
8205         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8206         arriving.
8208         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8209         bogus characters.  This allows selecting certain Gmail groups.
8211         * nnimap.el (nnimap-find-wanted-parts-1): New function.
8212         (nnimap-fetch-partial-articles): New variable.
8213         (nnimap-open-connection): When looking for credentials, also use the
8214         nnimap-server-port.
8215         (nnimap-request-article): Return the group/article number, so that Gnus
8216         `^' works as expected.
8217         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8219         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8220         comments.
8221         (gnus-methods-sloppily-equal): New function.
8222         (gnus): When using the development version of Gnus, load the gnus-load
8223         file.
8225         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8226         `gnus-open-server' on each method before trying to scan them etc.
8227         This ensures that all the backend parameters are set correctly.
8229         * nnimap.el (nnimap-authenticator): New variable.
8230         (nnimap-open-connection): Allow anonymous login.
8231         (nnimap-transform-headers): The chars header is called Chars not Bytes.
8232         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
8234         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
8235         patch, found by Knut Anders Hatlen.
8237 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
8239         * gnus-agent.el (gnus-agent-batch-confirmation)
8240         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
8241         to gnus-message.
8242         * gnus-art.el (gnus-article-describe-briefly): Likewise.
8243         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
8244         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
8245         * gnus-int.el (gnus-open-server): Likewise.
8246         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
8247         (gnus-score-check-syntax): Likewise.
8248         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
8249         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
8250         Likewise.
8251         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
8253 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8255         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
8256         calling conventions so that prefetch doesn't bug out.
8258 2010-09-19  Julien Danjou  <julien@danjou.info>
8260         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
8261         rather than `subst-char-in-region' in order to be able to replace ASCII
8262         char by UTF-8 ones.
8264         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
8265         than curl.
8266         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
8267         the right URL and ALT text on images.
8268         (gnus-html-wash-tags): Fix tag case.
8269         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
8270         (gnus-article-html): Add -o display_ins_del=2 option.
8271         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
8273 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8275         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
8276         the extra mail headers, which sometimes seem to happen for unknown
8277         reasons.
8279         * mail-parse.el (mail-header-encode-parameter): Define as
8280         rfc2045-encode-string instead of as rfc2231-encode-string, since some
8281         (or most, perhaps?) mail readers don't understand the latter, but do
8282         understand the former.
8284         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
8285         to nil, so that no methods are automatically agentized.  I think this
8286         is probably what most users want.
8288         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8289         from url-retrieve, for instance about invalid URLs.
8291         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
8292         groups that have no articles.
8293         (nnimap-request-article): Check that we really got an article when we
8294         requested one.
8296         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
8297         doesn't exist.
8299         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
8300         nntp buffer so the agent can save it.
8301         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
8302         that CRLF doesn't get translated to \n.
8303         (nnimap-open-connection): Don't make 'shell commands only send \n.
8305 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8307         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
8308         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
8309         Update var name.
8310         (nnml-generate-nov-file): Use dolist.
8311         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
8312         Use with-current-buffer.
8314 2010-09-18  Julien Danjou  <julien@danjou.info>
8316         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
8317         parallel.
8319 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8321         * nnimap.el (nnimap-update-info): When doing partial marks update, get
8322         the range update right.
8323         (nnimap-request-group): Don't make `M-g' bug out on group with no
8324         marks.
8325         (nnoo): Require, so that other packages can require nnimap.
8326         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
8327         command we're looking for.  This helps when the server sends more
8328         responses after we've gotten everything we expected.
8329         (nnimap): Add a `newlinep' field to keep track of end-of-line
8330         conventions.
8331         Don't send CRLF to things that don't want it.
8332         (nnimap-request-accept-article): Ditto.
8334 2010-09-18  Julien Danjou  <julien@danjou.info>
8336         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
8337         than curl to retrieve images.
8339 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8341         * nnimap.el (nnimap-update-info): Extend the info so that we can set
8342         the marks.
8343         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
8344         (nnimap-wait-for-connection): New function.
8345         (nnimap-open-connection): If we have PREAUTH, don't query for login
8346         credentials.
8347         (nnimap-update-info): Fix off-by-one error when concatenating ranges
8348         when doing a partial update.
8350 2010-09-18  Julien Danjou  <julien@danjou.info>
8352         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
8353         tags.
8355 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8357         * nnimap.el (nnimap-credentials): New function.
8358         (nnimap-open-connection): Use the new function to look for credentials
8359         also on the numeric equivalents of "imap" and "imaps".
8361         * gnus-start.el (gnus-activate-group): Send the info to
8362         gnus-request-group.
8364         * nnimap.el (nnimap-request-group): Have the "check" version of the
8365         function parse flags and update the info, so that a `M-g' get a total
8366         resync of all flags from the group.
8368         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
8369         to allow backends to alter the info on group selection.  Also alter all
8370         the backend -request-group functions to take the parameter.
8372         * nnimap.el (nnimap-store-info): New function.
8373         (nnimap-update-info): Store the info for later usage.
8374         (nnimap-request-group): Use the stored info for the dont-check case, so
8375         that we don't retrieve all marks when we enter a group.
8377         * nnimap.el: Use deffoo instead of defun for interface functions.
8379         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
8380         update the group info.  This makes the nndraft groups, for instance, go
8381         back to their old behavior.
8383         * gnus-sum.el (gnus-select-newsgroup): Indent.
8385         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
8386         in.
8387         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
8388         nothing.
8390         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
8391         from methods that are denied.
8393         * gnus-int.el (gnus-method-denied-p): New function.
8395         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
8396         store the password instead of netrc.
8397         (nnimap-open-connection): Don't error out when we can't make a
8398         connections.
8400         * auth-source.el (auth-source-create): In the password prompt, say what
8401         we're querying for.  Also prompt for user name if that hasn't been
8402         given.
8404         * nnimap.el (nnimap-with-process-buffer): Remove.
8406 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8408         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
8409         method when we're reading from the agent.
8411         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
8413         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
8414         that's probably most useful for users.
8416         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
8417         "failed" all the time.
8419         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
8420         ...)) with (with-current-buffer ...).
8422         * nntp.el (nntp-open-server): Return whether the open was successful or
8423         not.
8425         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
8426         select an unread unseen article first.
8428         * nnimap.el (nnimap-open-connection): If the user doesn't have a
8429         /etc/services, supply some sensible port defaults.
8431 2010-09-17  Julien Danjou  <julien@danjou.info>
8433         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
8435 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8437         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
8438         doesn't have any parameters.
8440 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8442         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
8443         only upcased checks.
8445         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
8447         * nnimap.el (nnimap-open-shell-stream): New function.
8448         (nnimap-open-connection): Use it.
8449         (nnimap-transform-headers): Get the number of lines in each message.
8450         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
8451         number of lines.
8452         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
8453         problem.
8455         * utf7.el (utf7-encode): Autoload.
8457         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
8458         to allow the mail splitting to not return a default group.  This is
8459         useful for nnimap, which will leave unmatched mail in the inbox.
8461         * nnimap.el: Rewritten.
8463         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
8464         nnimap usage.
8466         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
8467         if the move is internal, so that nnimap can do fast internal moves.
8469         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
8470         data.
8471         (gnus-read-active-for-groups): Support finishing the early retrieval of
8472         data.
8474         * gnus-range.el (gnus-range-nconcat): New function.
8476         * gnus-int.el (gnus-finish-retrieve-group-infos)
8477         (gnus-retrieve-group-data-early): New functions.
8479 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8481         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
8482         (nnrss-retrieve-groups):
8483         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
8484         (pop3-quit): Use with-current-buffer.
8486 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8488         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
8489         instead of nnheader-accept-process-output.
8491         * gnus-html.el (gnus-html-schedule-image-fetching)
8492         (gnus-html-prefetch-images): Replace process-kill-without-query by
8493         gnus-set-process-query-on-exit-flag.
8495 2010-09-16  Romain Francoise  <romain@orebokech.com>
8497         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
8499 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8501         * gnus-registry.el (gnus-registry-install-shortcuts): The second
8502         parameter to unintern is mandatory-ish in Emacs 24.
8504         * gnus-html.el (gnus-html-schedule-image-fetching)
8505         (gnus-html-prefetch-images): Check for curl before using it.
8507         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
8508         depend on curl, which isn't essential.
8510         * imap.el: Revert back to version
8511         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
8512         seem problematic.
8514 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8516         * gnus-registry.el (gnus-registry-install-shortcuts):
8517         Explicitly pass `obarray' to `unintern' to avoid a warning.
8519 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8521         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
8522         change.
8524         * nnrss.el (nnrss-request-list): Remove this function and related
8525         functions, including the moreover stuff.
8527 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8529         * nnrss.el (nnrss-retrieve-groups): New function.
8531 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8533         * .dir-locals.el: Add no-byte-compile cookie.
8535 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8537         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
8538         for back end that doesn't support request-scan.
8540 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8542         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
8543         then do request scans from the backends.
8545         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
8546         avoid running a hook per line, since this takes a lot of time,
8547         profiling shows.
8548         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
8549         directly if gnus-visual-p is true.
8551 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8553         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
8554         groups; replace mapcar with dolist which is a bit faster; pass groups
8555         info to gnus-read-active-file-1.
8556         (gnus-read-active-file-1): Scan only specified groups if the new
8557         optional arg `infos' is given.
8559 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8561         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
8563         * pop3.el (pop3-movemail): Remove.
8564         (pop3-streaming-movemail): Rename to pop3-movemail.
8566         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
8567         don't restrict end-tag searches to the end of the line.
8569 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8571         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
8572         articles of every unchecked group to t, which means unknown since the
8573         server has never been opened.
8575 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8577         * gnus-html.el (gnus-html-show-alt-text): New command.
8578         (gnus-html-browse-image): Ditto.
8579         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
8580         to browse the image directly.
8581         (gnus-html-wash-tags): Search for images first, so that <a><img> works
8582         better.
8584         * gnus-async.el (gnus-async-article-callback):
8585         Call `gnus-html-prefetch-images' unconditionally.
8587         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
8588         before feeding URLs to curl.
8590 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8592         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
8593         internal images as deletable by `W D D'.
8595         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
8596         (gnus-async-article-callback): Fix typo.
8598 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8600         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
8601         current line to work around bugs in the output from w3m.
8603         * gnus-async.el (gnus-async-article-callback): Always prefetch images
8604         for groups that want that.
8606         * nntp.el (nntp-wait-for-string): Supply a timeout for
8607         accept-process-output to ensure progress.
8609         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
8610         level to get unread articles from, then use that for foreign groups,
8611         too.
8613         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
8614         confuses the rest of the function.
8616         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
8617         for the methods that support -retrieve-groups, too.
8619         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
8621 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8623         * pop3.el: Require cl when compiling.
8624         (pop3-number-of-responses): Search for "+OK", not "+OK ".
8626 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8628         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
8629         that aren't going to be activated.
8630         (gnus-get-unread-articles): Fix up the last commit.
8632         * gnus-html.el (gnus-article-html): Allow calling without specifying
8633         the handle.  In that case, dissect the buffer first.
8635         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
8637         * nnimap.el (nnimap-open-connection): Revert the change that would look
8638         into authinfo for imaps instead of imap.
8640         * gnus-start.el (gnus-activate-group): Take an optional parameter to
8641         say that you don't want to call gnus-request-group with don-check, but
8642         do check the response.  This is for virtual groups only.
8643         (gnus-get-unread-articles): Count the archive groups as secondary, so
8644         that they're activated the same way as before.
8646         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
8647         case-insensitively.
8648         (nnimap-debug): Remove.
8650         * mail-source.el (mail-source-fetch): Don't message if we're fetching
8651         mail from a file, and the file doesn't exist.
8653         * pop3.el (pop3-streaming-movemail): Return t for success.
8655         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
8656         .authinfo if we're using ssl connection.
8658         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
8659         already have if we're in a main Gnus `g' run.
8661         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
8663 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8665         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
8667         * nnmh.el (nnmh-request-list-1): Bind `file'.
8669         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
8670         alias to set-process-query-on-exit-flag or process-kill-without-query.
8671         (pop3-open-server): Use it.
8673 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8675         * mail-source.el (mail-source-delete-crash-box): Always move the crash
8676         box to the Incoming file.  Fixes mistake in previous checkin.
8678         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
8679         request loop (for debugging purposes) removed.
8681         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
8682         culprit is more visible.
8683         (nnml-save-incremental-nov, nnml-open-incremental-nov)
8684         (nnml-add-incremental-nov): New functions to do "incremental" nov
8685         updates, where we just append to the end of the existing nov files
8686         without reading/writing them in full.
8688         * mail-source.el (mail-source-delete-crash-box): Really only check the
8689         incoming files once in a while.
8691         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
8693         * mail-source.el (mail-source-delete-crash-box): Only check the
8694         incoming files for deletion once per day to save a lot of file
8695         accesses.
8697         * pop3.el (pop3-logon): Fix up unbound variable typo.
8699         * mail-source.el (pop3-streaming-movemail): Autoload.
8701         * pop3.el (pop3-streaming-movemail):
8702         Respect pop3-leave-mail-on-server.
8704         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
8705         retrieval.
8707         * pop3.el (pop3-process-filter): Remove unused function.
8708         (pop3-streaming-movemail, pop3-send-streaming-command)
8709         (pop3-wait-for-messages, pop3-write-to-file)
8710         (pop3-number-of-responses): New functions for streaming pop3
8711         retrieval.
8713         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
8714         come from no known methods.
8715         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
8716         list.
8718         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
8719         message sizes.
8720         (pop3-movemail): Use erase-buffer instead of looping and deleting
8721         regions, which seems rather odd.
8723         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
8724         file once per `g' run.
8726         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
8727         directories.  This makes the draft queue directory work.
8729         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
8730         data from the backends, so that we only request the list of groups from
8731         each method once.  This should speed things up considerably.
8733         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
8734         detect that it's not implemented.
8736         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
8737         we actually do recurse down into the tree, but don't stat all leaf
8738         nodes.
8740         * gnus-html.el (gnus-html-show-images): If there are no images to show,
8741         then say so instead of bugging out.
8743         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
8744         files exist before trying to read them.
8746         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
8747         around <pre_int>.
8749         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
8751         * nnmh.el (nnmh-request-list-1): Optimize for speed.
8753 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8755         * mm-util.el (mm-image-load-path): Just return the image directories,
8756         not all directories in the path in addition to the image directories.
8757         (mm-image-load-path): Maintain a cache of the image directories so that
8758         the `g' command in Gnus doesn't have to stat dozens of directories each
8759         time.
8761         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
8762         (gnus-html-wash-tags): Add a new `i' command to insert images.
8763         (gnus-html-insert-image): New command and keystroke.
8764         (gnus-html-redisplay-with-images): New command and keystroke.
8765         (gnus-html-show-images): Rename command.
8766         (gnus-html-wash-tags): Remove more white space before <pre_int> image
8767         spacers.
8768         (gnus-html-wash-tags): Decode entities at the end, so that entities
8769         inside the tags don't mess up the rest of the "parsing".
8771         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
8772         so that nnimap methods aren't agentized by default.  There's apparently
8773         many problems related to agent/imap behavior.
8775         * gnus-art.el (gnus-article-copy-string): New command and key binding.
8777         * gnus-html.el: Doc fix.
8779 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8781         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
8782         glyph-width and glyph-height instead of display-graphic-p and
8783         image-size; make avoidance of displaying small images work for XEmacs.
8785         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
8786         for XEmacs.
8788         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
8789         of symbol that holds plist data.
8790         (gnus-process-plist): Remove plist of process after getting it.
8792 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8794         * message.el (message-generate-hashcash): Change default to
8795         'opportunistic if hashcash is installed.
8797         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
8798         (gnus-html-put-image): Only call image-size once, since it's somewhat
8799         time-consuming on remote X servers.
8801 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8803         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
8804         decoded contents.
8805         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
8807 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8809         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
8810         group line format, since it isn't very interesting.
8812         * gnus-agent.el (gnus-agent-short-article),
8813         (gnus-agent-long-article): Increase values for these two variables,
8814         since most people are likely to have more network connection and
8815         storage than before.
8817         * gnus.el (gnus-refer-article-method): Change default to 'current.
8818         When referring an article, the common behavior is to refer it from the
8819         current select method, not the native select method.  The chances of
8820         the native select method having the message in question is rather slim
8821         these days.
8823         * gnus-sum.el (gnus-auto-select-subject): Change default to
8824         `unseen-or-unread'.  I think it's likely that most people want to
8825         select an unseen article over a previously seen, but unread one.
8827         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
8828         means that in the article buffer none of the minor mode elements will
8829         be shown, usually, and this is not desirable in most cases.
8831         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
8832         that commands like `d' (and the like) go to the next line in the
8833         buffer, instead of the next unread article.  I think this is the
8834         behavior that is most natural for most users.
8835         (gnus-single-article-buffer): Change default to nil, so that people can
8836         have as many article buffers open as they have summary buffer.  I think
8837         this is the most natural way for the groups to behave.
8839         * message.el (message-generate-new-buffers): Change default to
8840         `unsent', so that all new message buffers start their names with the
8841         string "*unsent", and it's easier to find the buffers if you move from
8842         them.
8844 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8846         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
8847         small.  They're probably tracking images.
8848         (gnus-html-wash-tags): Remove all <pre_int> place holders.
8849         (gnus-html-rescale-image): Yet another try at getting the image sizing
8850         right.
8852         * nntp.el (nntp-request-set-mark): Refuse to do marks if
8853         nntp-marks-file-name is nil.
8855 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8857         * gnus-html.el (gnus-html-wash-tags)
8858         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
8859         Better logging.
8861 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8863         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
8865         * gnus-html.el (gnus-html-wash-tags): Check the value of
8866         gnus-blocked-images in the summary buffer.
8868 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8870         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
8872 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8874         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
8875         like "a", it seems like.
8876         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
8877         since it needs to be picked from the correct buffer.
8879         * nnwfm.el: Remove.
8881         * nnlistserv.el: Remove.
8883 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8885         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
8886         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
8888 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8890         * nnkiboze.el: Remove.
8892         * nndb.el: Remove.
8894         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
8895         alt text.
8896         (gnus-html-rescale-image): Try to get the rescaling logic right for
8897         images that are just wide and not tall.
8899         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
8900         overshadow variable bindings.
8902 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8904         * gnus-html.el (gnus-html-wash-tags)
8905         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
8906         Add extra logging.
8908 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8910         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
8911         (gnus-max-image-proportion): New variable.
8912         (gnus-html-rescale-image): New function.
8913         (gnus-html-put-image): Rescale images.
8915 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8917         Fix up some byte-compiler warnings.
8918         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
8919         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
8920         (gnus-article-fill-cited-article, gnus-article-hide-citation)
8921         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
8922         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
8923         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
8924         (gnus-group-update-group): Use save-excursion and with-current-buffer.
8926 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8928         * gnus-html.el (gnus-article-html): Decode contents by charset.
8930 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8932         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
8933         (gnus-html-frame-width, gnus-blocked-images):
8934         * message.el (message-prune-recipient-rules): Add custom version.
8935         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
8937         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
8938         functions.
8940         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
8941         gnus-process-get.
8943 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
8945         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
8946         instead of lsub directly.
8948 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8950         * nnwarchive.el: Remove.
8952         * gnus-soup.el: Remove.
8954         * nnsoup.el: Remove.
8956         * nnultimate.el: Remove.
8958         * gnus-html.el (gnus-blocked-images): New variable.
8960         * message.el (message-prune-recipients): New function.
8961         (message-prune-recipient-rules): New variable.
8963         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
8964         guess whether a long line is natural text or not.
8966         * gnus-html.el (gnus-html-schedule-image-fetching):
8967         Use gnus-process-plist and friends for compatibility.
8969 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8971         * gnus-html.el: Require packages that define macros used in this file.
8972         (gnus-article-mouse-face): Declare to silence byte-compiler.
8973         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
8974         process-get.
8975         (gnus-html-put-image): Use plist-get to avoid getf.
8976         (gnus-html-prefetch-images): Use with-current-buffer.
8978 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8980         * gnus-ems.el: Provide compatibility functions for
8981         gnus-set-process-plist.
8983         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
8984         * gnus.el (gnus-valid-select-methods):
8985         * message.el (message-send-mail-partially-limit):
8986         * mm-decode.el (mm-text-html-renderer):
8987         * mml.el (mml-insert-mime-headers-always):
8988         * smiley.el (smiley-regexp-alist): Bump custom version.
8990 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8992         * gnus-html.el: require mm-url.
8993         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
8994         with the url to `url'.
8995         (gnus-html-wash-tags): Support cid: URLs/images.
8997 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8999         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9000         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9001         bindings, as they aren't useful at all.  `w' is moved to `W w'.
9003         * gnus-move.el: Remove file, since it doesn't really work.
9005         * gnus-html.el (gnus-article-html): Tell w3m that the input is
9006         UTF-8.  This seems to fix problems with some German web feeds.
9008         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9009         at the top so that the proper colors are applied.
9011         * gnus-art.el (gnus-article-view-part): Doc fix.
9013         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9014         XEmacs-compatible.
9015         (gnus-html-put-image): Don't do images on non-graphic displays.
9017         * nnslashdot.el: Remove this unused backend.
9019         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9020         actions.
9021         (gnus-undo-register-1): Revert last change.
9023         * gnus-group.el (gnus-group-completing-read): Protect against not
9024         having completion-styles bound.
9026         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9027         make broken recipients happier.
9029         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9031         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9032         point parameter.
9034         * gnus-group.el (gnus-group-completing-read): Add 'substring to
9035         completion-styles for group selection.
9037 2009-02-04  Andreas Schwab  <schwab@suse.de>
9039         * gnus-score.el (gnus-score-string): Fix regex for matching extra
9040         headers and regexp-quote the match if necessary.
9042 2009-03-24  Miles Bader  <miles@gnu.org>
9044         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9045         the blinking smiley.
9047 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9049         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9050         blink smiley.
9052 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9054         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9055         where the dribbel file lives exists.
9057         * message.el (message-send-mail-partially-limit): Change the default to
9058         nil, since most people don't want this.
9060         * mm-url.el (mm-url-decode-entities): Also decode entities like
9061         &#x3212.
9063 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9065         * gnus-sum.el (gnus-summary-idna-message):
9066         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9067         Hyperlink urls in docstrings with URL `...'.
9069 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
9071         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9072         functions.
9074 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9076         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9077         say what the mouseover text should be.
9079         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9080         version of the mm-w3m-safe-url-regexp variable to only download images
9081         in the groups where we want that to happen.
9083         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9085         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9086         easier debugging.
9087         (gnus-article-beginning-of-window): Add kludge to allow spacing past
9088         big pictures in the article buffer.
9090         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9091         gnus-article-html.
9092         (mm-text-html-renderer): gnus-article-html needs curl in addition to
9093         w3m.
9095         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9097 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9099         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9100         which doesn't exist.
9102         * message.el (message-inhibit-ecomplete): New variable to allow some
9103         function to inhibit ecomplete address storage.
9104         (message-resend): Disable ecomplete message storage when resending
9105         messages.
9107         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9109 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9111         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9112         Save excursion while copying, moving, and deleting articles in order to
9113         prevent the cursor from jumping to unforeseen place.
9115 2010-08-17  Glenn Morris  <rgm@gnu.org>
9117         * gnus-sync.el: Require gnus components whose functions are used.
9119         * gnus-art.el (bookmark-make-record-function):
9120         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9121         Declare for compiler.
9123         * mm-url.el (mml-compute-boundary): Autoload.
9125 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9127         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9129 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
9131         Typo fix "hoo4a" -> "hook".
9133         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9135 2010-08-14  Glenn Morris  <rgm@gnu.org>
9137         * gnus-sync.el (gnus-sync): Fix defgroup version.
9139 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
9141         Doc fixes and keep unknown groups (ammended for nunion bug fix).
9143         * gnus-sync.el: Fix docs.
9144         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9145         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9147 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9149         Optimizations for gnus-sync.el.
9151         * gnus-sync.el: Add docs about gnus-sync-backend
9152         possibilities.
9153         (gnus-sync-save): Remove unnecessary message.
9154         (gnus-sync-read): Optimize and show what groups were skipped.
9156 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9158         Minor bug fixes for gnus-sync.el.
9160         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9161         Don't read the sync on get-new-news.
9163         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9164         quiet.
9166         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9167         (fix typo).
9169 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
9171         Make saving and restoring of hidden threads work with overlays.
9172         Patch applied by Ted Zlatanov.
9174         * gnus-sum.el (gnus-hidden-threads-configuration)
9175         (gnus-restore-hidden-threads-configuration): Update to deal with text
9176         properties, rather than searching for a magic character.
9178 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9180         New gnus-sync.el library for synchronization of marks.
9182         * gnus-sync.el: New library for synchronization of marks.
9184         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9185         renamed from `gnus-registry-grep-in-list'.
9187         * gnus-registry.el (gnus-registry-follow-group-p):
9188         Use `gnus-grep-in-list'.
9190         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9192 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9194         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9195         determining charset of text fails.
9197 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9199         * nnmail.el (nnmail-get-new-mail-1): Revert.
9201         * nnml.el (nnml-active-number): Make sure names of newly created groups
9202         in nnml-group-alist are encoded.
9204 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9206         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9207         containing non-ASCII characters in active file for nnml back end.
9209 2010-07-24  David Engster  <dengste@eml.cc>
9211         * mml-smime.el (mml-smime-epg-verify): Also accept the older
9212         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9214 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
9216         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9217         tag (Bug#6654).
9219 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9221         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9222         the article buffer, not the summary buffer.
9224 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9226         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9227         Emacs 23 as well.
9229 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9231         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9232         Patch applied by Karl Fogel.
9234         * gnus-sum.el (gnus-summary-bookmark-make-record):
9235         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
9237 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9239         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
9240         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
9241         C-w still not working correctly from Article buffers; Thierry's
9242         patch to fix that will be applied after this.
9244         * gnus-art.el (bookmark-make-record-function): New local variable.
9246         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
9247         article buffer.
9248         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
9250 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
9252         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
9253         on changes in bookmark.el.
9255 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
9257         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
9258         the *other* type of HTML form submission.
9260 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
9262         * auth-source.el (auth-source-pick): If choice does not contain a
9263         questioned keyword, set the check to t.
9265 2010-06-12  Romain Francoise  <romain@orebokech.com>
9267         * gnus-util.el (gnus-date-get-time): Move up before first use.
9269 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9271         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
9272         (gnus-article-edit-part): Bind it to make last part that is substituted
9273         or deleted visible.
9274         (gnus-mime-display-single): Buttonize part of which id equals to
9275         gnus-mime-buttonized-part-id.
9277 2010-06-10  Dan Christensen  <jdc@uwo.ca>
9279         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
9280         (gnus-dd-mmm): Use gnus-date-get-time.
9281         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
9282         simplify logic.
9283         (gnus-summary-limit-to-age): Use gnus-date-get-time.
9284         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
9286 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
9288         * auth-source.el (top): Autoload `secrets-list-collections',
9289         `secrets-create-item', `secrets-delete-item'.
9290         (auth-sources): Fix tag string.
9291         (auth-get-source, auth-source-retrieve, auth-source-create)
9292         (auth-source-delete): New defuns.
9293         (auth-source-pick): Rewrite in order to avoid 2 passes.
9294         (auth-source-forget-user-or-password): New parameter USERNAME.
9295         (auth-source-user-or-password): New parameters CREATE-MISSING and
9296         DELETE-EXISTING.  Retrieve password interactively, if needed.
9298 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9300         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
9301         deleting unused directories when gnus-expert-user is t.
9303 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9305         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
9306         for each temp file when gnus-article-browse-delete-temp is ask.
9308 2010-05-20  Kevin Ryde  <user42@zip.com.au>
9310         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
9312 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9314         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
9315         article unless decoding article to be saved.
9317 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9319         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
9320         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
9321         generated within the mm-with-unibyte-current-buffer macro.
9323 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9325         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
9326         to nil when we're in a mml-preview buffer and no group is selected.
9328 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
9330         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
9331         when catching the `C-g'.  Reported by "Leo".
9333 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9335         * message.el (message-forward-make-body-plain)
9336         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
9337         multibyte-string-p.
9339 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9341         * message.el (message-forward-make-body-mml): Assume original message
9342         is multibyte string; error on unibyte.
9343         (message-forward-make-body-plain): Ditto; don't add excessive newline
9344         in body end.
9346 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
9348         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
9349         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
9351 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9353         * mm-extern.el (mm-extern-url): Don't use
9354         mm-with-unibyte-current-buffer.
9355         (mm-extern-cache-contents): Use with-current-buffer instead of
9356         save-excursion + set-buffer.
9358 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9360         * mm-util.el (mm-emacs-mule): Remove.
9362 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
9364         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
9365         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
9366         change.
9368 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9370         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
9371         bind the default value of enable-multibyte-characters to nil.
9373 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9375         * message.el (message-forward-make-body-plain)
9376         (message-forward-make-body-mml):
9377         Don't use mm-with-unibyte-current-buffer.
9379 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
9381         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
9382         (Bug#5592).
9384 2010-05-07  Julien Danjou  <julien@danjou.info>
9386         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
9387         it to mm-pipe-part.
9389         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
9390         it is given.
9392 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9394         * nnweb.el (nnweb-gmane-search):
9395         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
9396         XEmacs.
9398         * gnus-art.el (gnus-article-browse-html-parts):
9399         * gnus-group.el (gnus-read-ephemeral-gmane-group)
9400         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
9401         make-temp-file.
9403         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
9404         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
9405         compiling.
9407         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
9408         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
9409         XEmacs when compiling.
9411         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
9412         gnus-pick-mode-off-hook for XEmacs when compiling.
9413         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
9414         gnus-binary-mode-off-hook for XEmacs when compiling.
9416         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
9417         Return nil if char-charset is not available.
9419         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
9420         macro.
9422         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
9423         instead of encode-coding-string.
9425         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
9426         'xemacs) instead of mm-emacs-mule to switch function definitions.
9427         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
9429 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
9431         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
9433 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9435         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
9436         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
9438 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
9440         * mm-util.el (mm-decompress-buffer): Use `delete-file';
9441         alias `jka-compr-delete-temp-file' no longer exists.
9443 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9445         Use define-minor-mode in Gnus where applicable.
9446         * mml.el (mml-mode): Use define-minor-mode.
9447         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
9448         (gnus-undo-mode): Use define-minor-mode.
9449         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
9450         (gnus-dead-summary-mode): Use define-minor-mode.
9451         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
9452         Initialize in declaration.
9453         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
9454         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
9455         (gnus-mailing-list-mode): Use define-minor-mode.
9456         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
9457         (gnus-draft-mode): Use define-minor-mode.
9458         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
9459         (gnus-dired-mode): Use define-minor-mode.
9461 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
9463         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
9464         handles on recursive mml-to-mime translation and check them for
9465         boundary delimiter collisions.  Reported by Greg Troxel.
9467 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9469         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
9471 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9473         * mm-util.el (mm-find-buffer-file-coding-system):
9474         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
9476 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
9478         * message.el (message-generate-headers): Record insertion of optional
9479         headers as well.  Otherwise the check to prevent repeated insertion of
9480         optional headers is a no-op.
9482 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
9484         * smime.el: Don't mention CVS.
9486         * nnrss.el (nnrss-fetch): Don't mention CVS.
9488         * nnir.el: Don't mention CVS.
9490 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9492         * gnus-sum.el (gnus-summary-bookmark-make-record):
9493         Add `location' field.
9495 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9497         * gnus-sum.el: Add bookmark declarations to silence the compiler.
9498         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
9499         Use with-current-buffer to silence the byte-compiler.
9500         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
9501         bother to require `gnus'.
9502         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
9504 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9506         * gnus-sum.el (gnus-summary-bookmark-make-record)
9507         (gnus-summary-bookmark-jump): New functions.
9508         (gnus-summary-mode): Setup bookmark support.
9510 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
9512         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
9513         if set.
9515 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9517         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
9518         gnus-article-browse-html-save-cid-image; make it work recursively for
9519         forwarded messages as well.
9520         (gnus-article-browse-html-parts): Work when prefix arg is given.
9521         (gnus-article-browse-html-article): Doc fix.
9523 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
9525         * message.el (message-default-mail-headers):
9526         (message-default-headers): Carry the value mail-default-headers over
9527         into message-default-mail-headers, rather than message-default-headers.
9529 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
9531         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
9532         charset.
9534         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
9535         charset into the <meta> tag when the article is encoded to utf-8.
9537 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9539         * gnus-art.el (gnus-article-browse-delete-temp-files):
9540         Delete directories as well.
9541         (gnus-article-browse-html-parts): Work for images that do not specify
9542         file names; delete temp directory when quitting; insert header at the
9543         right place; use file: scheme for image files.
9545 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
9547         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
9548         (gnus-article-browse-html-parts): Use it to make temporary cid image
9549         files in addition to html file so that browser may display them.
9551 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9553         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
9555 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9557         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
9559 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
9561         * auth-source.el (auth-sources): Change default to be simpler.
9562         Explain about Secret Service API sources.  Improve Customize options.
9563         (auth-source-pick): Change to accept any number of search parameters.
9564         Implement fallbacks iteratively, not recursively.  Add scoring on the
9565         second pass and sort by score.  Call Secret Service API when needed.
9566         (auth-source-user-or-password): Use it.  Call Secret Service API
9567         directly when needed to get the user name and the password.
9569 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
9571         * message.el (message-interactive): Doc fix.
9572         (message-qmail-inject-args): Reflow.
9573         (message-kill-to-signature): Fix typo in docstring.
9575         * smiley.el (smiley-buffer): Fix typo in docstring.
9577 2010-03-24  Glenn Morris  <rgm@gnu.org>
9579         * mail-source.el (gnus-message): Declare.
9580         (mail-source-delete-old-incoming): Require gnus-util.
9582 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9584         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
9586         * message.el (ecomplete-setup): Autoload it for Emacs <23.
9588         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
9589         password-cache's default if it is not bound.
9590         (mml-secure-passphrase-cache-expiry): Default to 16 that is
9591         password-cache-expiry's default if it is not bound.
9593         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
9594         available in Emacs 21.
9596 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
9598         * auth-source.el (auth-sources): Fix up definition so extra parameters
9599         are always inline.
9601 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
9603         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
9604         wasn't updated after mismatch.  Clear cached mailbox info correctly
9605         when uidvalidity changes.
9606         (nnimap-group-prefixed-name): New function to avoid some code
9607         duplication.
9608         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
9609         (nnimap-request-group): Use it.
9610         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
9611         (nnimap-update-unseen): Significantly improved speed of Gnus startup
9612         with many imap folders.  This is done by caching the group status from
9613         the imap server persistently in a group parameter `imap-status'.  (This
9614         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
9615         but not persistently, so every Gnus startup was still very slow.)
9617 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9619         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
9620         secrets.el dependency.
9621         (auth-sources): Add optional user name.  Add secrets.el configuration
9622         choice (unused right now).
9624 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9626         * gnus-sum.el (gnus-summary-make-menu-bar):
9627         Let `gnus-registry-install-shortcuts' fill in the functions.
9629         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
9630         warnings.
9631         (gnus-registry-misc-menus): Variable to hold registry mark menus.
9632         (gnus-registry-install-shortcuts): Populate and use it in a
9633         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
9635 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
9637         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
9638         In-place substitutions for the group name encoding/decoding.
9639         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
9640         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
9641         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
9642         (nnimap-update-unseen, nnimap-request-list)
9643         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
9644         (nnimap-request-set-mark, nnimap-split-to-groups)
9645         (nnimap-split-articles, nnimap-request-newgroups)
9646         (nnimap-request-create-group, nnimap-request-accept-article)
9647         (nnimap-request-delete-group, nnimap-request-rename-group)
9648         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
9649         `encoded-mbx' for consistency.
9650         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
9651         variable `imap-current-mailbox'.
9653         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
9654         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
9656 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
9658         * pop3.el (pop3-display-message-size-flag): Display message size byte
9659         counts during POP3 download.
9660         (pop3-movemail): Use it.
9661         (pop3-list): Implement listing of available messages.
9663 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
9665         * nnir.el (nnir-get-article-nov-override-function): New function to
9666         override the normal NOV retrieval.
9667         (nnir-retrieve-headers): Use it.
9669 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
9671         * auth-source.el (netrc-machine-user-or-password): Autoload.
9673 2010-03-19  Glenn Morris  <rgm@gnu.org>
9675         Stop message.el from loading about 40 libraries it doesn't always need.
9676         The general approach is to autoload rather than require, and to
9677         require in the specific functions rather than the file.  (Bug#5642)
9679         * gmm-utils.el: Don't require wid-edit.
9680         (widget-create-child-value, widget-convert, widget-default-get):
9681         Autoload.
9683         * gnus-util.el: Don't require time-date, netrc.
9684         (message-fetch-field, gnus-group-name-decode): Declare rather than
9685         autoloading.
9686         (gnus-fetch-field): Require message.
9687         (gnus-decode-newsgroups): Require gnus-group.
9689         * ietf-drums.el: Don't require time-date.
9691         * message.el: Don't require hashcash, canlock, ecomplete.
9692         Do require mail-utils.  Require nnheader only when compiling.
9693         (smtpmail-default-smtp-server): Remove declaration.
9694         (message-send-mail-function): Check smtpmail-default-smtp-server
9695         is bound rather than requiring smtpmail.
9696         (message-auto-save-directory, message-insert-signature):
9697         Use expand-file-name rather than nnheader-concat.
9698         (nnheader-insert-file-contents): Autoload.
9699         (hashcash-wait-async): Declare.
9700         (message-send-mail): Only call gnus-setup-posting-charset if
9701         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
9702         (message-send-mail-with-sendmail): Require sendmail.
9703         (canlock-password, canlock-password-for-verify): Declare.
9704         (message-canlock-password): Require canlock.
9705         (nnheader-get-report): Autoload.
9706         (gnus-setup-posting-charset): Declare.
9707         (message-send-news): Require gnus-msg.
9708         (message-make-references, message-make-in-reply-to): Use mail-header-id
9709         rather than the alias mail-header-message-id.
9710         (ecomplete-add-item, ecomplete-save): Declare.
9711         (message-put-addresses-in-ecomplete): Require ecomplete.
9712         (ecomplete-display-matches): Autoload.
9714         * mm-decode.el: Don't require mailcap, gnus-util.
9715         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
9716         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
9717         Autoload.
9718         (mailcap-mime-extensions): Declare.
9720         * mm-encode.el: Don't require mailcap.
9721         (mailcap-extension-to-mime): Autoload.
9723         * mml-sec.el: Don't require password-cache.
9725         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
9726         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
9727         (mml-minibuffer-read-type): Require mailcap.
9728         (mml-preview): Require gnus-msg.
9730         * mml1991.el: Require password-cache.
9731         (password-cache-expiry): Remove declaration.
9733         * mml2015.el: Require password-cache.
9734         (password-cache-expiry): Remove declaration.
9736         * nneething.el (mailcap): Require mailcap.
9738         * nnheader.el (declare-function): Add compatibility stub.
9739         (message-remove-header): Declare rather than autoload.
9740         (nnheader-replace-header): Require message.
9742         * nnimap.el (declare-function): Add compatibility stub.
9743         (netrc-parse, netrc-machine-user-or-password): Declare.
9744         (nnimap-open-connection): Require netrc.
9746         * nntp.el (declare-function): Add compatibility stub.
9747         (netrc-parse, netrc-machine, netrc-get): Declare.
9748         (nntp-send-authinfo): Require netrc.
9750         * rfc2047.el: Don't require qp.
9751         (quoted-printable-encode-region, quoted-printable-decode-string):
9752         Autoload.
9754         * sieve-mode.el: Don't require easymenu.
9755         (easy-menu-add-item): Autoload it.
9757         * spam-stat.el (time-to-number-of-days): Autoload it.
9759 2010-03-17  Kevin Ryde  <user42@zip.com.au>
9761         * mml.el (mml-read-tag): Unquote values with `read' to reverse
9762         prin1 in mml-insert-tag (just stripping the quotes gave wrong
9763         value if any backslash escapes).
9765 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9767         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
9768         if it is available.  (bug#5647)
9770 2010-02-26  Glenn Morris  <rgm@gnu.org>
9772         * message.el (message-send-mail-function): Change the default, so that
9773         it inherits from a customized send-mail-function.  (Bug#5643)
9775 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9777         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
9778         shell-command-to-string signals an error (bug#5299).
9780 2010-02-24  Glenn Morris  <rgm@gnu.org>
9782         * message.el (message-smtpmail-send-it)
9783         (message-send-mail-with-mailclient): Doc fixes.
9785 2010-02-16  Glenn Morris  <rgm@gnu.org>
9787         * message.el (message-default-mail-headers): Change the default value
9788         to ease the transition from mail-mode to message-mode.  (Bug#5555)
9790 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
9792         * message.el (message-mail): Just pass yank-action on to message-setup.
9793         (message-setup): Handle (FUN . ARGS) form of yank-action.
9794         (message-with-reply-buffer, message-widen-reply)
9795         (message-yank-original): Handle non-buffer values of
9796         message-reply-buffer (Bug#4080).
9797         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
9799 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
9801         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
9802         Fix typo in docstring.
9804 2010-01-08  Jason Rumney  <jasonr@gnu.org>
9806         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
9807         response.
9809 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9811         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
9813         * message.el (message-check-news-header-syntax): Protect against a
9814         string that `rfc822-addresses' returns when parsing fails.
9816 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9818         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
9819         (gnus-previous-char-property-change): New functions.
9821         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
9823 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
9825         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
9826         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
9828 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
9830         * message.el (message-exchange-point-and-mark): Rework last change to
9831         avoid using optional arg of exchange-point-and-mark, for backward
9832         compatibility.
9834 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
9836         * message.el (message-exchange-point-and-mark):
9837         Call exchange-point-and-mark with an argument rather than setting
9838         mark-active by hand (Bug#5175).
9840 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9842         * nntp.el (nntp-service-to-port): Work for service expressed with
9843         numeric string; replace [:digit:] with [0-9] for XEmacs.
9845 2009-12-17  Glenn Morris  <rgm@gnu.org>
9847         * gnus-group.el (gnus-bug-group-download-format-alist):
9848         Change emacs entry to debbugs.gnu.org.  Bump :version.
9850 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9852         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
9854 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9856         * message.el (message-info): Explain why we use `Info-goto-node'.
9858 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9860         * message.el (message-completion-in-region): New compatibility function.
9861         (message-expand-group): Use it.
9863 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9865         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
9866         with no unread article should be listed if the 2nd arg `predicate' is
9867         given.
9869 2009-11-29  Juri Linkov  <juri@jurta.org>
9871         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
9872         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
9873         on `gnus-recenter'.  (Bug#4698, Bug#4981)
9875 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9877         * message.el (message-from-style, message-interactive)
9878         (message-signature): Always set default values from the corresponding
9879         mail-* variables.
9880         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9881         (message-yank-prefix, message-indentation-spaces)
9882         (message-signature-file, message-default-headers): Use boundp rather
9883         than (featurep 'xemacs) to check if the corresponding mail-* variables
9884         exist.
9886 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
9888         * message.el (message-send-mail-with-sendmail): Revert last change.
9890 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
9892         * message.el (message-from-style, message-interactive)
9893         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9894         (message-yank-prefix, message-indentation-spaces, message-signature)
9895         (message-signature-file, message-default-headers): For GNU Emacs, set
9896         default values from the corresponding mail-* variables.
9897         (message-send-mail-with-sendmail): Use envelope-from only if
9898         mail-specify-envelope-from is non-nil.
9900 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9902         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
9903         containing tspecial characters if they have been already quoted.
9905 2009-10-24  Glenn Morris  <rgm@gnu.org>
9907         * gnus-art.el (help-xref-stack-item): Define for compiler.
9909 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9911         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
9913 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9915         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
9916         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
9918 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9920         * gnus.el (gnus-overlay-get): New alias to overlay-get.
9921         (gnus-overlays-in): New alias to overlays-in.
9923         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
9924         gnus-overlay-get, and gnus-delete-overlay.
9925         (gnus-summary-show-thread): Make it work as well for systems in which
9926         next-single-char-property-change is not available.
9927         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
9929 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
9931         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
9933 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
9935         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
9936         and XEmacs that don't have `remove-overlays'.
9938 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9940         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
9941         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
9942         selective display.  Use overlays instead.
9944 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
9946         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
9948 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
9950         * spam-stat.el (spam-stat-load): Fix typo in message.
9952 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
9954         * gnus-art.el (gnus-article-encrypt-body):
9955         * message.el (message-check-recipients):
9956         * mm-util.el (mm-codepage-setup):
9957         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
9958         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
9960 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
9962         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
9963         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
9964         keys from the menu if mm-{sign,encrypt}-option is 'guided.
9965         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
9966         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
9968 2009-09-18  Glenn Morris  <rgm@gnu.org>
9970         * gnus-diary.el (gnus-diary-check-message):
9971         * message.el (message-insert-formatted-citation-line):
9972         * nnbabyl.el (top-level):
9973         * nndiary.el (nndiary-schedule):
9974         Fix typos in condition-case handlers.
9976 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9978         * gnus-art.el (gnus-article-edit-part): Work for the buffer
9979         configuration that provides the sole article window in a frame;
9980         position point correctly after deleting a part.
9982 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
9984         * spam.el (spam-unregister-on-reregister): Add boolean variable.
9985         (spam-resolve-registrations-routine): Use it to unregister articles
9986         that change status.
9988 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9990         * nnrss.el (nnrss-request-article): Remove binding of
9991         default-enable-multibyte-characters that has gotten needless by
9992         the 2007-07-13 change in rfc2047-encode-message-header.
9994         * mml.el (mml-insert-multipart): Error on the message header.
9995         (mml-insert-part): Error on the message header; position point at
9996         the end of a MIME tag.
9998 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10000         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10001         (gnus-float-time): Alias to float-time if it exists.
10003         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10004         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10005         float-time is available; suppress compile warning for time-to-seconds.
10007 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10009         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10010         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10011         Add the optional argument `encoding' that overrides the default.
10013         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10014         mm-encode-buffer.
10016 2009-09-04  Glenn Morris  <rgm@gnu.org>
10018         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10019         mm-disable-multibyte, rather than default-enable-multibyte-characters.
10020         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10021         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10022         * mm-util.el (mm-with-unibyte-current-buffer)
10023         (mm-find-buffer-file-coding-system):
10024         * yenc.el (yenc-decode-region): Use default-value rather than
10025         default-enable-multibyte-characters.
10027 2009-09-03  Glenn Morris  <rgm@gnu.org>
10029         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10030         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10031         than default-enable-multibyte-characters.
10033 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
10035         * gnus-art.el (gnus-article-read-summary-keys):
10036         Fix gnus-buffer-configuration's value temporarily used.
10038 2009-09-02  Glenn Morris  <rgm@gnu.org>
10040         * gnus-util.el (gnus-float-time): New function.
10041         * gnus-delay.el (gnus-delay-article):
10042         * gnus-sum.el (gnus-thread-latest-date):
10043         * gnus-util.el (gnus-user-date): Use gnus-float-time.
10044         * nnspool.el (nnspool-request-newgroups):
10045         Use gnus-float-time rather than time-to-seconds.
10046         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10048         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10049         (gnus-header-subject-face, gnus-header-newsgroups-face)
10050         (gnus-header-name-face, gnus-header-content-face):
10051         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10052         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10053         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10054         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10055         (gnus-cite-face-11):
10056         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10057         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10058         (gnus-server-closed-face, gnus-server-denied-face)
10059         (gnus-server-offline-face):
10060         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10061         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10062         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10063         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10064         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10065         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10066         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10067         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10068         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10069         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10070         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10071         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10072         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10073         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10074         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10075         (gnus-summary-high-undownloaded-face)
10076         (gnus-summary-low-undownloaded-face)
10077         (gnus-summary-normal-undownloaded-face)
10078         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10079         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10080         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10081         (gnus-splash-face):
10082         * message.el (message-header-to-face, message-header-cc-face)
10083         (message-header-subject-face, message-header-newsgroups-face)
10084         (message-header-other-face, message-header-name-face)
10085         (message-header-xheader-face, message-separator-face)
10086         (message-cited-text-face, message-mml-face):
10087         * sieve-mode.el (sieve-control-commands-face)
10088         (sieve-action-commands-face, sieve-test-commands-face)
10089         (sieve-tagged-arguments-face):
10090         * spam.el (spam-face):
10091         Mark face aliases with "-face" in the name as obsolete.
10093 2009-09-01  Glenn Morris  <rgm@gnu.org>
10095         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10096         than goto-line.
10098 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10100         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10101         Don't move point if the command is invoked inside the message header.
10103 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10105         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10106         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10107         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10108         * nnir.el (nnir-swish-e-index-file):
10109         * gnus-sum.el (gnus-summary-delete-marked-as-read)
10110         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10111         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10112         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10113         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10114         (gnus-treat-display-xface): Add Emacs version of obsolescence.
10116 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10118         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10119         Don't save excursion.
10121 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10123         * nnheader.el (nnheader-find-file-noselect):
10124         * mm-util.el (mm-insert-file-contents):
10125         Use (default-value 'major-mode) instead of default-major-mode.
10127 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10129         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10131 2009-08-25  Glenn Morris  <rgm@gnu.org>
10133         * nnir.el (top-level): Don't require cl at run-time.
10134         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10135         Replace cl-function substitute with gnus-replace-in-string.
10136         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10137         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10138         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10139         simplified expansions.
10141 2009-08-22  Glenn Morris  <rgm@gnu.org>
10143         * gnus-art.el (gnus-button-patch): Use forward-line rather than
10144         goto-line.
10146 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10148         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10150         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10151         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10152         (gnus-mm-display-part, gnus-mime-display-single)
10153         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10154         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10156         * gnus-sum.el
10157         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10158         (gnus-summary-move-article): Add expirable mark to articles copied or
10159         moved to group that has auto-expire turned on if the option is non-nil.
10161 2009-07-24  Glenn Morris  <rgm@gnu.org>
10163         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10164         Fix typo.  (Bug#3903)
10166 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10168         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10169         gnus-article-read-summary-keys rather than gnus-summary-edit-article
10170         that should not be used for draft articles.
10171         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10172         that has no concern in minor mode keys.
10173         (gnus-article-summary-command, gnus-article-summary-command-nosave):
10174         Abolish.
10176 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10178         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10179         article without making inquiry to a user for unknown encoding.
10181         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10182         (nnmaildir--scan): Assume i-node and device number that file-attributes
10183         returns might be cons-cell.
10185 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
10187         * auth-source.el: Remove docs now in auth.texi.  Don't use
10188         `gnus-message' for logging.  Add new variables `auth-source-debug' and
10189         `auth-source-hide-passwords' and use them.
10191 2009-07-15  Glenn Morris  <rgm@gnu.org>
10193         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10195 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10197         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10198         excessive whitespace from the default values of title and description.
10200 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10202         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10203         mail-fetch-field to fetch Content-Description header in order to
10204         exclude newlines.
10206 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10208         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10209         to deleted part.
10211 2009-05-30  David Engster  <dengste@eml.cc>
10213         * nnmairix.el: Remove old documentation in the commentary block.
10214         (nnmairix-request-group): Do not update active file for nnml back ends.
10215         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10216         end so that overview files are ignored.
10217         (nnmairix-update-groups): Make updating the groups more robust by using
10218         marks.
10219         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10220         with dollar characters in message-id.
10222 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
10224         * spam.el: Use dns-query instead of query-dns.  Was renamed on
10225         2008-12-25 in dns.el.
10227 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10229         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
10230         could happen if the text is only composed of spaces and/or tabs.
10232 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
10234         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
10235         when sending a queued message to avoid extra mml tags.
10237 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10239         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
10241 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10243         * gnus-dired.el: Remove autoload for gnus-setup-message.
10244         (gnus-dired-attach): Fake this-command value to prevent Gnus from
10245         displaying Gnus logo; always use compose-mail.
10247 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10249         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
10251 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10253         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
10254         (gnus-nocem-issuers): List currently active issuers; fix custom type.
10255         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
10256         available.
10257         (gnus-nocem-epg-verify): New function.
10259 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
10261         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
10263 2009-02-15  Glenn Morris  <rgm@gnu.org>
10265         * gnus-util.el (rmail-insert-rmail-file-header)
10266         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
10267         autoloads.
10268         (rmail-default-rmail-file): Remove unnecessary declaration.
10269         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
10271 2009-02-14  Glenn Morris  <rgm@gnu.org>
10273         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
10274         variable (only used in gnus-util, which declares it anyway).
10275         (rmail-output-to-rmail-file): Remove autoload of deleted function,
10276         which was only needed by gnus-art (changed to not use it any more).
10277         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
10278         only used in gnus-util, which autoloads it itself.
10279         (rmail-update-summary): Fix autoload.
10281         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
10282         rather than rmail-output-to-rmail-file.
10284 2009-02-07  Glenn Morris  <rgm@gnu.org>
10286         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
10287         autoload of function that no longer exists.
10288         (rmail-toggle-header): Declare.
10289         (message-forward-rmail-make-body): Handle mbox Rmail.
10291 2009-01-31  Glenn Morris  <rgm@gnu.org>
10293         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
10294         2009-01-09 change.
10296 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
10298         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
10299         (auth-source-forget-all-cached): New convenience function.
10300         (auth-source-user-or-password): Accept list of modes or a single mode.
10302         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
10303         auth-source modes.
10305         * nnimap.el (nnimap-open-connection): Use list of
10306         auth-source modes.
10308         * nntp.el (nntp-send-authinfo): Use list of
10309         auth-source modes.
10311 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10313         * auth-source.el: Update docs to reflect epa-file-enable is to be used
10314         now.
10316 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10318         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
10319         coding system in XEmacs; add a workaround for XEmacs.
10321 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10323         * mm-util.el (mm-coding-system-priorities): Protect against nil value
10324         of current-language-environment.
10326 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10328         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
10329         available at runtime.
10331 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10333         * gnus-art.el (article-date-ut): Fix end point of narrowing.
10335 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
10337         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
10338         the greatest positive fixnum value doesn't work under an XEmacs with
10339         bignum support; use the most-positive-fixnum constant instead,
10340         available since Emacs 21.1 with cl and XEmacs 21.1.
10342 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10344         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
10345         XEmacs gets not to work.
10347 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10349         * mm-util.el (mm-coding-system-priorities): Allow the value like
10350         "Japanese (UTF-8)" of current-language-environment.
10352 2009-01-09  Glenn Morris  <rgm@gnu.org>
10354         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
10355         with last-command-event.
10357 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10359         * message.el (message-fix-before-sending): Amend comment.
10361 2009-01-07  David Engster  <dengste@eml.cc>
10363         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
10364         simplified server definitions by converting it via
10365         gnus-server-to-method.
10367 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10369         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
10370         parameter's operands.
10372 2009-01-06  David Engster  <dengste@eml.cc>
10374         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
10375         primary select method (for gnus-group-mark-article-as-read).
10377 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
10379         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
10380         `(gnus)Face', not `(gnus)X-Face'.
10382 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10384         * mm-util.el (mm-ucs-to-char): New function.
10386         * mm-url.el (mm-url-decode-entities): Use it.
10388 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10390         * message.el (message-fix-before-sending): Add `eight-bit' to
10391         illegible-text check.
10393 2009-01-03  Michael Olson  <mwolson@gnu.org>
10395         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
10396         `headers' is nil.  This can occur if the IMAP server does not have
10397         permissions to read messages from a folder, but can write new messages
10398         to the folder.
10399         (nnimap-request-article-part): Do not insert `data' if it is nil.
10401 2009-01-01  Dave Love  <fx@gnu.org>
10403         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
10405         * nnimap.el: Fix author email.
10406         (nnimap-split-rule): Add FIXME comment.
10407         (nnimap-debug): Fix doc string.
10409 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10411         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
10412         overlay-arrow-position and overlay-arrow-string buffer-local; no need
10413         to check if those variables exist (first appeared in Emacs 18.50).
10415 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10417         * mm-util.el (mm-line-number-at-pos): New function.
10419         * spam-report.el (spam-report-process-queue): Use it.
10421 2008-12-24  David Engster  <dengste@eml.cc>
10423         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
10424         parameters that haven't existed as variables as buffer-local variables.
10426 2008-12-23  Dave Love  <fx@gnu.org>
10428         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
10429         cadar.
10431         * sieve-manage.el (sieve-manage-starttls-p): Rename from
10432         imap-starttls-p.
10433         (sieve-manage-starttls-open): Rename from imap-starttls-open.
10435 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
10437         * spam-report.el (spam-report-gmane-max-requests): New constant.
10438         (spam-report-gmane-wait): New variable.
10439         (spam-report-gmane-ham, spam-report-gmane-spam)
10440         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
10441         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
10442         the server.
10444         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
10445         Add explanations.
10447         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
10448         nnheader-accept-process-output and nnheader-read-timeout if available.
10449         (pop3-movemail): Use it.
10451         * message.el (message-check-news-body-syntax): Fix signature check if
10452         there's an attachment.
10454 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10456         * mm-util.el: Add comments to the mm- emulating functions.
10458 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
10460         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
10461         Reported by Stephen Berman <stephen.berman@gmx.net>.
10463 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10465         * mm-util.el (mm-substring-no-properties): New function.
10466         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
10467         (mm-special-display-p): Enable those lambda forms to be byte compiled.
10468         (mm-string-to-multibyte): Doc fix.
10470         * mml.el (mml-attach-file): Use mm-substring-no-properties.
10472 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10474         * mml.el (mml-attach-file): Strip text properties from file name.
10475         (Bug#1574)
10477 2008-12-16  Glenn Morris  <rgm@gnu.org>
10479         * mm-util.el (mm-charset-override-alist): Declare for compiler.
10481 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10483         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
10484         knows since the charset specified might be a bogus alias that
10485         mm-charset-synonym-alist provides.
10487 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10489         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
10490         "ISO_8859-1".
10492         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
10494 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10496         * mm-util.el (mm-charset-eval-alist):
10497         Define it before mm-charset-to-coding-system.
10498         (mm-charset-to-coding-system): Add optional argument `silent';
10499         define it before mm-charset-override-alist.
10500         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
10501         default value if it can be used in Emacs currently running;
10502         silence mm-charset-to-coding-system.
10504 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10506         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
10507         `allow-override' which says whether to use `mm-charset-override-alist'.
10508         (rfc2047-decode-encoded-words): Use it.
10510         * mm-util.el (mm-charset-override-alist): Fix custom type;
10511         add `(gb2312 . gbk)' to choices.
10513 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10515         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
10516         fast.
10518         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10520 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
10522         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
10523         on links.
10525         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10527 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10529         * message.el (message-idna-to-ascii-rhs-1): Protect against local
10530         users' addresses that don't have domain parts.
10531         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
10532         rather than message-narrow-to-head since there will be the message
10533         header separator.
10535 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10537         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
10538         since the result is inserted in a unibyte buffer anyway.
10539         (nnimap-demule-use-string-to-multibyte): Remove.
10540         (nnimap-demule): Alias it to mm-string-to-multibyte.
10542 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10544         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
10545         variable for debugging bug#464 and bug#1174.
10546         (nnimap-demule): Use it.
10548 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10550         * gnus-score.el (gnus-score-find-trace): Handle default score in total
10551         score calculation correctly.
10553 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10555         * message.el (message-send-mail): Just set the buffer to unibyte
10556         rather than use mm-with-unibyte-current-buffer which does a lot more.
10557         (message-send-mail-partially): Don't bother with
10558         mm-with-unibyte-current-buffer since it's already been made unibyte by
10559         message-send-mail.
10561 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
10563         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
10565 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
10567         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
10569 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10571         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
10572         require itself and to remove `with-no-warnings'.
10574 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
10576         * starttls.el (starttls-any-program-available): Get the name of the
10577         available TLS layer program.
10578         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
10579         well as the host name in the "opening" message.
10581         * auth-source.el (auth-source-cache, auth-source-do-cache)
10582         (auth-source-user-or-password): Cache passwords and logins by default,
10583         allow override with `auth-source-do-cache'.
10584         (auth-source-forget-user-or-password): Allow users to remove cache
10585         entries if needed.
10587 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10589         * ietf-drums.el (ietf-drums-remove-comments): Localize second
10590         condition-case to only the forward-sexp call.
10592 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10594         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
10595         quotes contained.  Make it more robust regardless by an extra
10596         condition-case wrapper.
10598 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10600         * nnml.el (nnml-request-expire-articles): Check if the function set to
10601         `nnmail-expiry-target' returns the symbol `delete'.
10603         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10605         * nnmail.el (nnmail-expiry-target): Fix custom type.
10607 2008-10-02  Glenn Morris  <rgm@gnu.org>
10609         * mm-util.el (mm-codepage-setup): Tweak codepage error.
10610         Silence compiler warning.
10612 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
10614         * mml.el (mml-menu): Don't assume mml2015 is bound.
10616 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10618         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
10619         exists.
10621 2008-09-27  Glenn Morris  <rgm@gnu.org>
10623         * gnus-util.el (mail-header-remove-comments): Autoload it.
10625 2008-09-27  Andreas Schwab  <schwab@suse.de>
10627         * gnus-util.el (gnus-split-references): Strip comments.
10628         (gnus-parent-id): Likewise.
10630 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
10632         * message.el (message-confirm-send): Fix version.
10634 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10636         * message.el (message-idna-to-ascii-rhs-1): Use
10637         mail-extract-address-components rather than mail-header-parse-addresses
10638         that is an alias by default to ietf-drums-parse-addresses that does not
10639         support non-ASCII names in headers' contents.
10641 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10643         * message.el (message-confirm-send): Fix variable documentation to
10644         avoid the "y/n" wording.
10646 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
10648         * message.el (message-set-auto-save-file-name): Save to a different
10649         filename so multiple messages (especially drafts) can be recovered.
10651 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
10653         * message.el (message-confirm-send): Add appropriate version.
10655 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10657         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
10658         defvar.
10660 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
10662         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
10663         (mm-pkcs7-enveloped-magic): Ditto.
10665 2008-09-17  Simon Josefsson  <simon@josefsson.org>
10667         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
10668         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
10670 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
10672         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
10673         default, it's better.
10675 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
10677         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
10678         summary line gnus-number property and ignore them (with a warning
10679         message).
10681 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10683         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
10684         macro caddr in the interactive form since it won't be expanded.
10686 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10688         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
10689         `charset'; fix name of function called recursively.
10690         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
10692 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10694         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
10695         (gnus-mime-set-charset-parameters): New function.
10696         (gnus-mime-view-part-as-charset): Use it to correctly display part
10697         specifying wrong charset.
10699 2008-09-08  David Engster  <dengste@eml.cc>
10701         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
10702         in completing-read for back end server.
10704 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
10706         * message.el (message-confirm-send): New variable to confirm sending a
10707         message.
10708         (message-send): Use it.
10710 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
10712         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
10714 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10716         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
10718 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
10720         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
10721         prevent tracking too many groups.
10722         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
10723         Use it.
10725 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
10727         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
10728         moving point to the bottom of the window in order to avoid recentering.
10730 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10732         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
10733         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
10734         (gnus-article-beginning-of-window): Fix calculation.
10736 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10738         * gnus-msg.el (gnus-summary-supersede-article)
10739         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
10740         value of gnus-newsgroup-charset to decode non-MIME encoded text in
10741         message header.
10743 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
10745         * message.el:
10746         * gnus-start.el:
10747         * gnus-registry.el: Remove VMS support.
10749 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10751         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
10752         macro.
10753         (rfc2104-hash): Use it.
10755 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
10757         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
10758         (gnus-summary-sort-by-most-recent-date): New commands.
10759         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
10760         and menu entries.
10762 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10764         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
10765         don't redisplay article for raw contents; remove plural articles stuff.
10767         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
10768         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
10769         on gnus-summary-save-article; display results properly.
10771 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10773         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
10775 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10777         * gnus-art.el (gnus-summary-save-in-pipe):
10778         Consider gnus-save-all-headers.
10780 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
10782         * gnus-util.el (ns-focus-frame): Remove declaration.
10783         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
10784         like x.
10786 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
10788         * rfc2104.el (rfc2104-zero): Delete defconst.
10789         (rfc2104-hex-alist): Likewise.
10790         (rfc2104-hex-to-int): Delete func.
10791         (rfc2104-hexstring-to-bitstring): Likewise.
10792         (rfc2104-nybbles): New defconst.
10793         (rfc2104-hash): Rewrite for speed.
10795 2008-07-16  Glenn Morris  <rgm@gnu.org>
10797         * gnus-util.el (ns-focus-frame): Declare for compiler.
10799 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10801         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
10802         set as a group parameter.
10803         (gnus-summary-save-in-pipe): Work when it is called independently.
10804         (gnus-summary-pipe-to-muttprint): Don't modify
10805         gnus-summary-pipe-output-default-command.
10807 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10809         * message.el (message-send-mail-with-sendmail):
10810         Display the error message.
10812 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10814         * gnus-art.el (gnus-default-article-saver):
10815         Add gnus-summary-save-in-pipe to choices.
10816         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
10817         gnus-summary-pipe-output-default-command as the default command.
10818         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
10819         instead of gnus-last-shell-command.
10821         * gnus-sum.el (gnus-summary-pipe-output-default-command):
10822         New user option.
10823         (gnus-summary-muttprint-program): Mention the value will be changed.
10824         (gnus-summary-save-article): Force showing of all headers.
10825         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
10827 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
10829         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
10831 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
10833         * nnimap.el (nnimap-id):
10834         * sieve-manage.el (sieve-manage-open): Doc fixes.
10836 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
10838         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
10839         if available.
10841 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10843         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
10845         * nnkiboze.el (nnkiboze-generate-group):
10846         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
10848         * nnmairix.el: Require CL.
10850 2008-06-15  David Engster  <dengste@eml.cc>
10852         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
10854 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
10856         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
10857         New macros that expand to an `aset'/`aref' call under Emacs, and to a
10858         runtime choice under XEmacs.
10860         * gnus-sum.el (gnus-summary-set-display-table):
10861         Use `gnus-put-display-table', `gnus-get-display-table',
10862         `gnus-set-display-table' for the display table, instead of `aset'.
10864 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
10866         * nnmairix.el: Add autoloads.
10868 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
10870         * nnmairix.el (nnmairix-delete-recreate-group)
10871         (nnmairix-update-and-clear-marks): Fix error messages.
10873 2008-06-14  David Engster  <dengste@eml.cc>
10875         * nnmairix.el: Upgrade to version 0.6.
10876         (nnmairix-group-toggle-propmarks-this-group)
10877         (nnmairix-group-toggle-readmarks-this-group)
10878         (nnmairix-group-delete-recreate-this-group)
10879         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
10880         (nnmairix-remove-tick-mark-original-article): New commands.
10881         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
10882         (nnmairix-propagate-marks-to-nnmairix-groups)
10883         (nnmairix-only-use-registry, nnmairix-allowfast-default)
10884         (nnmairix-marks-cache, nnmairix-version-output): New variables.
10885         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
10886         functions needed for marks propagation and manipulation of read marks.
10887         (nnmairix-update-groups): New function.
10888         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
10889         (nnmairix-determine-original-group-from-registry)
10890         (nnmairix-determine-original-group-from-path)
10891         (nnmairix-get-group-from-file-path, nnmairix-map-range)
10892         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
10893         New helper functions.
10894         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
10895         keystrokes for new commands.
10896         (nnmairix-delete-and-create-on-change): Doc string cleanup.
10897         (nnmairix-request-group): Check allow-fast group parameter.
10898         (nnmairix-request-create-group): Set allow-fast group parameter if
10899         nnmairix-allowfast-default is set.
10900         (nnmairix-close-group): Propagate marks upon closing if needed.
10901         (nnmairix-group-toggle-threads-this-group): Use new.
10902         nnmairix-group-toggle-parameter helper function.
10903         (nnmairix-search): Better check for empty search result.
10904         (nnmairix-goto-original-article): Use new helper functions for
10905         determining original article.
10906         (nnmairix-show-original-article): Make sure message-id is in brackets.
10907         (nnmairix-call-mairix-binary): Change variable name.
10908         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
10909         helper function.
10910         (nnmairix-widget-toggle-activate): Fix doc string.
10912 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10914         * nnir.el: Require edmacro when compiling with XEmacs.
10915         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
10916         available in Emacs 21.
10918 2008-06-11  Glenn Morris  <rgm@gnu.org>
10920         * gnus-util.el (x-focus-frame):
10921         * gnus.el (image-size):
10922         * mm-decode.el (image-size): Declare.
10924         * gnus-picon.el (declare-function): Add compat definition.
10925         (image-size): Declare.
10927         * gnus-group.el (tool-bar-map):
10928         * gnus-sum.el (tool-bar-map): Define for compiler.
10930         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
10932         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
10934         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
10935         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
10936         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
10937         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
10938         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
10939         * sieve-manage.el, spam-report.el, spam.el:
10940         Remove unnecessary eval-and-compile of autoloads.
10942 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
10944         * auth-source.el: Precise Tramp doc.
10946 2008-06-07  Glenn Morris  <rgm@gnu.org>
10948         * nnmairix.el: Remove unnecessary eval-when-compile.
10950 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
10952         * nnir.el: New file.
10954 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10956         * gnus-util.el (gnus-read-shell-command): New function.
10957         * mm-decode.el (mm-pipe-part):
10958         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
10960 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10962         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
10964 2008-06-03  Glenn Morris  <rgm@gnu.org>
10966         * pop3.el (nnheader-accept-process-output): Autoload it.
10968 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10970         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
10971         are not 2-digit hexadecimal characters that follow `%'s.
10973 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10975         * message.el (message-bogus-recipient-p): Fix type in doc string.
10976         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
10977         (message-bogus-addresses): Rename from message-bogus-address-regexp.
10978         Improve custom options.
10979         (message-bogus-recipient-p): Adjust accordingly.
10981 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10983         * nnmairix.el: Require edmacro when compiling with XEmacs.
10985 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
10987         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
10988         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
10990 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
10992         * auth-source.el: Add more docs.
10994 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10996         * nnheader.el (nnheader-read-timeout): Change the default timeout from
10997         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
10998         retrieval faster in some cases, but might make CPU usage larger.
10999         If this has any bad side effects, we might revert this change.
11001         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11002         seems to make mail retrieval much, much faster.
11003         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11004         unconditionally.
11006         * gnus-draft.el (gnus-group-send-queue):
11007         Bind message-send-mail-partially-limit to nil to avoid being prompted.
11009 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11011         * mml.el (mml-attach-buffer): Prompt for `disposition'.
11013         * message.el (message-bogus-address-regexp): Fix and improve custom
11014         type.
11015         (message-setup-hook): Add message-check-recipients as custom option.
11017 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
11019         * message.el (message-cite-function): Remove bogus autoload which crept
11020         in during merge from v5-10.
11022 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11024         * nnimap.el (nnimap-open-connection): Fix login/password bug.
11026         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11028         * auth-source.el: Preliminary Tramp docs.
11029         (auth-sources): Change the default auth-sources to use
11030         EPA .gpg files.
11032 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
11034         * nntp.el: Autoload `auth-source-user-or-password'.
11035         (nntp-send-authinfo): Use it.
11037         * nnimap.el: Autoload `auth-source-user-or-password'.
11038         (nnimap-open-connection): Use it.
11040         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
11041         for the gnus-message function.
11042         (auth-source-user-or-password): Use it.
11044 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11046         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11047         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
11048         (rfc2104-hash): Use it.
11050 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11052         * gnus-art.el (gnus-article-toggle-truncate-lines):
11053         Don't use `iff' in docstring.
11055 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
11057         * gnus-registry.el: Adjusted copyright dates and added a keyword.
11059         * gnus-util.el (gnus-extract-address-component-name)
11060         (gnus-extract-address-component-email): Convenience functions around
11061         `gnus-extract-address-components'.
11063         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11064         Use `gnus-extract-address-component-email' to fix bug of comparing full
11065         sender name to `user-mail-address'.
11067 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
11069         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11070         catch/throw to optimize.
11071         (gnus-registry-find-keywords): Just use member to find a keyword.
11073 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11075         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11076         is current before calling gnus-server-prepare.
11077         (gnus-server-setup-buffer, gnus-server-update-server)
11078         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11080 2008-05-04  Juri Linkov  <juri@jurta.org>
11082         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
11083         (mailcap-file-default-commands): Use mailcap-replace-in-string
11084         instead of replace-regexp-in-string, and mailcap-delete-duplicates
11085         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
11087 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
11089         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
11091 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11093         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
11094         hooks.
11095         (gnus-update-read-articles): Speed up non-marks-using users.
11096         (gnus-use-marks): Define gnus-use-marks.
11097         (gnus-propagate-marks): Rename variable to something more sensible.
11099 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
11101         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
11102         (gmm-image-load-path-for-library): Fix typos in docstrings.
11103         (gmm-message): Reflow docstring.
11105 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
11107         * mail-source.el (mail-source-set-1, mail-source-bind):
11108         Move auth-source code out of the macro to clean it up and fix bugs.
11110 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
11112         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
11113         by sender if it's equal to user-mail-address, it's likely to be
11114         useless.
11116         * mail-source.el (mail-source-bind): Don't use user or password if they
11117         are not bound.  Unintern them if they are nil.  Don't use server unless
11118         it's bound, and default it to empty string otherwise.
11120 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
11122         * mail-source.el: Load auth-source.el.
11123         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
11124         get user name or password, if auth-sources is set up.
11126         * gnus-registry.el (gnus-registry-split-strategy): New variable for
11127         strategy of splitting with parent.
11128         (gnus-registry-split-fancy-with-parent)
11129         (gnus-registry-post-process-groups): Use it and fix prior
11130         bug (returning a list as the split result).
11132         * auth-source.el (auth-sources): Remove server parameter.
11133         (auth-source-pick, auth-source-user-or-password)
11134         (auth-source-user-or-password-imap)
11135         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11136         (auth-source-user-or-password-sftp)
11137         (auth-source-user-or-password-smtp): Remove server parameter.
11139 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
11141         * smime.el (smime-sign-region, smime-encrypt-region)
11142         (smime-decrypt-region):
11143         Remove redundant calls to `generate-new-buffer-name'.
11145 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
11147         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
11148         Don't use QP for message/rfc822.
11149         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
11151 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11153         * sieve-manage.el (sieve-string-bytes): Remove.
11154         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
11155         correct byte-length only if the process's coding-system is the same as
11156         the one used internally by Emacs to represent strings.
11158 2008-04-22  Juri Linkov  <juri@jurta.org>
11160         * mailcap.el (mailcap-file-default-commands): New function.
11162 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11164         * message.el (message-signature-separator, message-cite-function):
11165         Change custom version.
11167 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11169         * mm-decode.el (mm-display-external): Make temp file read-only.
11171 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11173         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
11174         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
11175         `C-c C-f d'.
11177 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
11179         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
11181 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
11183         * auth-source.el: Add docs.
11184         (auth-sources): Modify format to support server.
11185         (auth-source-pick, auth-source-user-or-password)
11186         (auth-source-user-or-password-imap)
11187         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11188         (auth-source-user-or-password-sftp)
11189         (auth-source-user-or-password-smtp): Add server parameter.
11191 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
11193         * gnus-registry.el: Initialize the registry when gnus-registry-install
11194         is t.
11196 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11198         * compface.el (uncompface): Make buffer unibyte.
11200 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11202         * mail-source.el (mail-source-value):
11203         Prefer fboundp to functionp so it works with macros as well.
11205 2008-04-05  Glenn Morris  <rgm@gnu.org>
11207         * gnus-ems.el (mm-disable-multibyte): Autoload it.
11209 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11211         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
11212         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
11214         * nnheader.el (nnheader-init-server-buffer): Change buffer's
11215         multibyteness after rather than before erasing it.
11217         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
11218         mm-with-multibyte.
11219         (gnus-request-article-this-buffer): Make sure the proper decoding is
11220         used if gnus-original-article-buffer happens to be unibyte.
11222         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
11223         default-enable-multibyte-characters.
11225         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
11226         default-enable-multibyte-characters.
11228         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
11230         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
11232 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11234         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11235         Fix last change in case the element is not even a symbol.
11237 2008-04-02  Simon Josefsson  <simon@josefsson.org>
11239         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
11240         imap-enable-exchange-bug-workaround.
11241         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
11243 2008-04-01  Simon Josefsson  <simon@josefsson.org>
11245         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
11246         a 100 byte status-checks into a 2-3MB transfer for each group.
11247         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
11248         to enable bug workaround or not.
11249         (nnimap-find-minmax-uid): Only enable workaround conditionally.
11251 2008-03-31  Glenn Morris  <rgm@gnu.org>
11253         * message.el (mml2015-use): Declare for compiler.
11254         (message-info): Require mml2015 when appropriate.
11256 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11258         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
11259         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
11260         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
11261         (nntp-service-to-port): New function.
11262         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
11263         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
11264         (nntp-open-netcat-stream): New function.
11265         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
11267 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
11269         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
11271 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11273         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
11275 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
11277         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
11279 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11281         * message.el (message-signature-separator): Change default.
11282         Improve custom type.
11283         (message-cite-function): Change default to
11284         message-cite-original-without-signature.
11286         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
11287         toggle.
11289         * message.el (message-check-news-body-syntax): Fix signature check.
11290         (message-setup-1): Mark buffer as unmodified _after_ running
11291         message-setup-hook and handling message-alternative-emails.
11292         (message-shorten-references): Be more strict when building list of
11293         valid references to comply with GNKSA.
11295         * gnus-group.el (gnus-read-ephemeral-bug-group)
11296         (gnus-read-ephemeral-debian-bug-group)
11297         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
11299         * message.el (message-info): Don't use booleanp which isn't supported
11300         in Emacs 21 and XEmacs.
11302 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
11304         * gnus-group.el (gnus-gmane-group-download-format): Rename from
11305         gnus-group-gmane-group-download-format.
11306         (gnus-group-read-ephemeral-gmane-group): Rename from
11307         gnus-group-read-ephemeral-gmane-group.
11308         (gnus-read-ephemeral-gmane-group-url): Rename from
11309         gnus-group-read-ephemeral-gmane-group-url.
11310         (gnus-bug-group-download-format-alist): New variable.
11311         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
11312         (gnus-read-ephemeral-emacs-bug-group): New commands.
11314 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11316         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
11317         (gnus-visible-headers): Improve custom type.
11319 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11321         * mml.el (mml-menu): Add workarounds for XEmacs.
11323         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
11324         X-Boundary header.
11326         * message.el (message-simplify-recipients): Fix previous commit.
11328 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11330         * mm-util.el (mm-set-buffer-multibyte): New function.
11331         * mm-decode.el (mm-copy-to-buffer): Use it.
11333         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11334         Prefer fboundp to functionp so it works with macros as well.
11336 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
11338         * message.el (message-alter-recipients-discard-bogus-full-name):
11339         New function.
11340         (message-alter-recipients-function): New variable.
11341         (message-get-reply-headers): Use it.
11342         (message-replace-header): New helper function.
11343         (message-recipients-without-full-name): New variable.
11344         (message-simplify-recipients): New command.
11346         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
11348         * message.el (message-info): Handle EasyPG manual.
11350         * mml.el (mml-menu): Add entry for EasyPG.
11352 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
11354         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
11355         parameter.
11357         * message.el (message-disassociate-draft): Specify drafts group name
11358         fully.
11360 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
11362         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11363         Eliminate unnecessary duplicates from the match list.
11365 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11367         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
11368         args of `how-many' of which the XEmacs version doesn't take; declare
11369         Info-index-next as function.
11371 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11373         * gnus-score.el (gnus-score-headers): Fix handling of
11374         gnus-inhibit-slow-scoring.
11376         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
11377         string.
11378         (gnus-button-url-regexp): Improve handling of parenthesis.
11379         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
11380         (gnus-button-handle-info-keystrokes): Handle index entries.
11382 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11384         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
11385         Incoming* files.
11387 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
11389         * auth-source.el (auth-sources): Rename from auth-source-choices.
11390         (auth-source-pick): Use it.
11392 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
11394         * auth-source.el (auth-source-protocols)
11395         (auth-source-protocols-customize, auth-source-choices): Add and
11396         modified variable customizations and defaults.
11397         (auth-source-pick, auth-source-user-or-password)
11398         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
11399         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11400         (auth-source-user-or-password-sftp)
11401         (auth-source-user-or-password-smtp): Use new variables and provide an
11402         interface to netrc.el.
11404 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11406         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
11407         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
11408         Make sure the nntp port to specify is a string.
11410 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11412         * nntp.el: Use with-current-buffer.
11413         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
11414         dubious mm-with-unibyte-current-buffer.
11415         (nntp-with-open-group-function): New function extracted from
11416         nntp-with-open-group macro.
11417         (nntp-with-open-group): Use the function, so it's easier to debug.
11418         Add indentation and debugging info.
11419         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
11420         Recommend the use of the netcat alternatives.
11422         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
11423         Avoid mm-string-as-multibyte as well.
11425         * nnweb.el (nnweb-insert-html):
11426         Remove use of nnheader-string-as-multibyte.
11428         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
11429         (nnheader-string-as-multibyte): Remove.
11431         * mm-view.el: Use inhibit-read-only.
11432         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
11433         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
11434         or unibyte-string.
11436         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
11437         (mm-uu-yenc-extract): Use with-current-buffer.
11439         * gnus-soup.el (gnus-soup-send-packet): Don't use
11440         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
11442         * nnmh.el: Use with-current-buffer.
11443         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
11444         mm-string-as-multibyte on the output of mm-encode-coding-string.
11446         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
11447         (nnimap-request-move-article): Use with-current-buffer.
11449         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
11450         inserting the handle-buffer's text, so the implicit multibyte->unibyte
11451         conversion uses string-make-unibyte rather than string-as-unibyte.
11453         * gnus-msg.el: Use with-current-buffer.
11455         * message.el (message-ignored-resent-headers): Add "Delivered-To".
11457 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
11459         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
11460         string for caching if it is 'PIN.
11462 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11464         * mail-source.el (mail-source-delete-old-incoming-confirm):
11465         Change default to nil.
11466         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
11468 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11470         * gnus-art.el (gnus-narrow-to-page): Position point properly.
11471         (gnus-article-goto-prev-page): Work for articles having ^L's.
11473         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
11475         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
11477 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
11479         * gnus-bookmark.el: Adjust for renames in bookmark.el.
11480         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
11481         (gnus-bookmark-jump): Adjust some variable names.
11483 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
11485         * auth-source.el: New package.
11486         (auth-source-choices): Add customization entry point variable.
11488         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
11489         bug.
11491 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
11493         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
11494         (gnus-registry-initialize, gnus-registry-install-p): Use it.
11495         (gnus-registry-install-shortcuts): Rename from
11496         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
11497         the `gnus-registry-mark-map' keymap dynamically from
11498         `gnus-registry-marks'.  The generated functions update the summary line
11499         when a registry mark is added or deleted, and will call
11500         `gnus-registry-install-p' (see the comments in the code).
11501         (gnus-registry-user-format-function-M): Use concat intelligently.
11503         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
11504         the registry mark functions.
11506 2008-03-05  Glenn Morris  <rgm@gnu.org>
11508         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
11509         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
11510         gnus-art.
11511         (top-level): No need to load own source when compiling.
11513 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11515         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
11516         Suggested by <chris.anderton@zetnet.co.uk>.
11518 2008-03-04  Glenn Morris  <rgm@gnu.org>
11520         * gnus-sum.el (top-level): No need to require gnus when compiling,
11521         since unconditionally required near start of file.
11522         (gnus-summary-display-while-building): Move definition before use.
11524 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
11526         * gnus-registry.el (gnus-registry-user-format-function-M):
11527         Add formatting function.
11529 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11531         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
11532         with plists.
11533         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
11534         Use new format.
11536 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11538         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
11539         `where-is-internal' that returns a range of key sequences.
11541 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11543         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
11545         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
11546         (gnus-summary-jump-to-group): Consider windows on other displayed
11547         frames as well.  Similar changes might be needed elsewhere, but that's
11548         the one I've bumped into during my use.
11550         * nndoc.el (nndoc-oe-dbx-type-p):
11551         * gnus-msg.el (gnus-debug):
11552         * gnus-group.el (gnus-update-group-mark-positions):
11553         Use mm-string-to-multibyte.
11555 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11557         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
11558         doesn't handle NotDashEscaped.
11560         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
11561         (mml-dnd-attach-options): Fix typo in custom choice.
11563         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
11564         Change nndoc-article-type to mbox.
11565         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
11567         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
11568         to nil, instead of html2text.
11570         * imap.el (imap-debug): Add `imap-ping-server'.
11572         * gnus-bookmark.el: Add FIXMEs.
11574         * message.el (message-form-letter-separator)
11575         (message-send-form-letter-delay): New variables.
11576         (message-send-form-letter): Use them.  New command to send form
11577         letters.  Requested by Uwe Siart.
11578         (message-send-mail-function): Doc fix.  Add "Other" custom option.
11580 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
11582         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
11583         empty author.
11585 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
11587         * gnus-registry.el (gnus-registry-marks): Add variable for
11588         customization of marks and their appearance.
11589         (gnus-registry-read-mark): Use it.
11590         (gnus-registry-do-marks): Add utility function to loop through
11591         `gnus-registry-marks'.
11592         (gnus-registry-install-shortcuts-and-menus): Add function to install
11593         shortcuts and menus.
11594         (gnus-registry-initialize): Use it.
11595         (gnus-registry-default-mark): Clarify documentation.
11597 2008-02-29  Glenn Morris  <rgm@gnu.org>
11599         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
11600         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
11601         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
11602         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
11603         Change defcustom :version from 23.0 to 23.1.
11605 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
11607         * gnus-registry.el (gnus-registry-follow-group-p)
11608         (gnus-registry-post-process-groups): Add functions to aid registry
11609         splitting and improve logging.  Clarify behavior in function
11610         documentation.
11611         (gnus-registry-split-fancy-with-parent): Use them.
11613 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11615         * gnus-art.el: Use with-current-buffer.
11617 2008-02-27  David Engster  <dengste@eml.cc>
11619         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
11620         Express real group name in the response.
11622 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11624         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
11625         (nnmairix-last-server, nnmairix-current-server): Defvar them.
11626         (nnmairix-goto-original-article): Defvar gnus-registry-install and
11627         autoload gnus-registry-fetch-group when compiling.
11628         (nnmairix-request-group-with-article-number-correction):
11629         Remove unreferenced argument passed to nnmairix-call-backend.
11631 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11633         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
11634         (mm-uu-extract): Improve face for low color ttys.
11635         Reported by Sascha Wilde.
11637 2008-02-27  Glenn Morris  <rgm@gnu.org>
11639         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
11640         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
11641         variables to defconsts.  Convert comments to doc-strings.
11642         (nnmairix-last-server, nnmairix-current-server): Convert from free
11643         variables to defvars.  Convert comments to doc-strings.
11644         (gnus-registry-fetch-group): Autoload.
11645         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
11646         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
11647         (nnmairix-widget-build-editable-fields): Use car cddr rather than
11648         caddr.
11649         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
11650         nnmairix-request-group-with-article-number-correction call.
11651         (nnmairix-fast, nnmairix-group): New, less general names, for free
11652         variables passed from nnmairix-request-group to
11653         nnmairix-request-group-with-article-number-correction.  Declare.
11654         (nnmairix-request-group-with-article-number-correction):
11655         Use nnmairix-fast, nnmairix-group rather than fast, group.
11657 2008-02-26  David Engster  <dengste@eml.cc>
11659         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
11660         version 0.5.
11662 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
11664         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
11665         instead of making an extra function call.  Don't add the current group
11666         to articles only when they have the group.  Use
11667         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
11668         Reported by David <de_bb@arcor.de>.
11670 2008-02-24  Miles Bader  <miles@gnu.org>
11672         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
11673         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
11674         (mm-find-mime-charset-region):
11675         * mm-bodies.el (mm-encode-body):
11676         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
11678 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
11680         * mail-source.el (mail-source-delete-incoming): Change default.
11681         Supplement doc string.
11683         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
11685 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11687         * nnmail.el (nnmail-message-id-cache-file): Derive from
11688         `gnus-home-directory'.
11690 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
11692         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
11693         Document negative prefix.
11695         * gnus-group.el (gnus-group-read-group): Document negative prefix.
11697 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11699         * message.el (message-unsent-separator): Add the Exim bounce
11700         separator.
11702 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
11704         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
11705         list.
11706         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
11707         recipient/signer list.
11709 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11711         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
11712         fbound (Emacs 23 unicode), signal an error.
11714 2008-02-08  Glenn Morris  <rgm@gnu.org>
11716         * gnus-art.el (pgg-display-output-buffer): Declare as function.
11718 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
11720         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
11721         ports to the calls to `netrc-machine-user-or-password' in addition to
11722         "imap" and "imaps".
11724 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
11726         * gnus.el (gnus-group-startup-message): Add `find-image' call before
11727         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
11728         <hanche@math.ntnu.no>.
11730 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11732         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
11734 2008-02-01  Zhang Wei  <id.brep@gmail.com>
11736         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
11738         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
11740 2008-02-01  Miles Bader  <miles@gnu.org>
11742         * mml.el (mml-parse-1): Remove apparently vestigial use of
11743         `mm-hack-charsets'.
11744         * mm-bodies.el (mm-encode-body): Likewise.
11746 2008-02-01  Kenichi Handa  <handa@m17n.org>
11748         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
11749         rfc2104-hexstring-to-bitstring and changed to return a byte list.
11750         (rfc2104-hash): Convert the result of concat to unibyte string.
11752 2008-02-01  Dave Love  <fx@gnu.org>
11754         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
11755         coding-system-for-read.
11756         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
11758         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
11759         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
11760         (mm-find-mime-charset-region): Remove hack-charsets stuff.
11762 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
11764         * mail-source.el (mail-sources): Add `group' choice.
11766         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
11767         parameter `in-group' to control into which group the articles go.
11768         Add treatment of `group' mail-source.
11770 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
11772         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
11773         * message.el (message-beginning-of-line): Use featurep instead of bound
11774         tests in order to resolve conditionals at compile time.
11776 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11778         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
11780         * mm-decode.el (mm-dissect-buffer): Decode description.
11782         * mml.el (mml-to-mime): Encode message header first.
11784 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11786         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
11787         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
11789 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
11791         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
11793 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11795         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
11796         prefix keys.
11797         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
11798         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
11799         gnus-xmas.el.
11801 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
11803         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
11804         Add new variables for article mark management.
11805         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
11806         list of extra data entries which, when present, will indicate that the
11807         article ID should not be trimmed from the registry.
11808         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
11809         functions.
11810         (gnus-registry-read-mark): New function to read a mark name from the
11811         user.
11812         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
11813         (gnus-registry-set-article-mark-internal): New functions to add and
11814         remove marks.
11815         (gnus-registry-get-article-marks): New function to show the marks for
11816         an article, or retrieve them for further use.
11818 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11820         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
11821         keys when no argument is given.
11823 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11825         * gnus-sum.el (gnus-article-sort-by-random)
11826         (gnus-thread-sort-by-random): Fix doc strings.
11827         Reported by jidanni@jidanni.org.
11829 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11831         * gnus-art.el (gnus-article-describe-bindings): New function.
11832         (gnus-article-read-summary-keys): Use it.
11833         (gnus-article-mode-map): Bind `C-h b' to it.
11835 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11837         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
11838         XEmacs.
11839         (gnus-article-describe-key, gnus-article-describe-key-briefly):
11840         Protect against non-character events.
11842 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
11844         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
11845         New command.
11846         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
11847         instead of END.  Change name of the temp file.
11848         (gnus-group-gmane-group-download-format): Add doc string.  Make it
11849         customizable.
11851 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11853         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
11854         bind `S W' to gnus-article-wide-reply-with-original; set default
11855         binding to gnus-article-read-summary-send-keys.
11856         (gnus-article-read-summary-keys): Fix the order of keys; display
11857         continuation keys correctly in the echo area; describe bindings
11858         correctly when keys end with `C-h'.
11859         (gnus-article-read-summary-send-keys): New function.
11860         (gnus-article-describe-key, gnus-article-describe-key-briefly):
11861         Work for gnus-article-read-summary-send-keys; display continuation keys
11862         correctly in the echo area.
11863         (gnus-article-reply-with-original): Ignore prefix argument.
11864         (gnus-article-wide-reply-with-original): New function.
11866 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11868         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
11869         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
11871 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
11873         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
11874         (gnus-group-read-ephemeral-gmane-group): New command.
11876 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
11878         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
11880 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11882         * message.el (message-send-mail-function): Increase custom version.
11884         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
11885         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
11887 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11889         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
11890         html parts correctly; support forwarded messages.
11891         (gnus-article-browse-html-article): Remove work buffers.
11893         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
11894         compiling.
11895         (netrc-bound-and-true-p): New macro.
11896         (netrc-parse): Use it instead of bound-and-true-p that is not available
11897         in XEmacs 21.4.
11899 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
11901         * gnus-registry.el (gnus-registry-mark-article)
11902         (gnus-registry-article-marks): Add functionality to mark articles
11903         through the Gnus registry.
11905         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
11906         (netrc-parse): Use encrypt-file-alist to determine if
11907         encrypt-find-model or encrypt-insert-file-contents should be used.
11909 2007-12-19  Glenn Morris  <rgm@gnu.org>
11911         * mml.el (message-options-set, message-narrow-to-head)
11912         (message-in-body-p, message-mail-p, message-encode-message-body):
11913         Autoload.
11914         (message-remove-header, message-narrow-to-headers-or-head)
11915         (message-subscribed-p, message-make-mail-followup-to)
11916         (message-position-on-field, message-news-p)
11917         (message-options-set-recipient, message-generate-headers)
11918         (message-sort-headers): Declare as functions.
11920 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11922         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
11923         convention in doc string.
11925 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11927         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
11928         title to html parts.
11929         (gnus-article-browse-html-article): Pass message header to it.
11931         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
11933 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
11935         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
11936         or password compatible with XEmacs.
11938 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11940         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
11941         format document.
11942         (gnus-mime-delete-part): Don't write description line if empty.
11943         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
11945 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
11947         * gnus-sum.el (gnus-summary-mark-unread-as-read)
11948         (gnus-summary-mark-read-and-unread-as-read)
11949         (gnus-summary-mark-current-read-and-unread-as-read)
11950         (gnus-summary-mark-unread-as-ticked): Doc fix.
11951         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
11953 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
11955         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
11956         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11958 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
11960         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
11961         yes-or-no-p.
11963 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11965         * mm-decode.el (mm-add-meta-html-tag): New function.
11966         (mm-save-part-to-file, mm-pipe-part): Use it.
11968         * gnus-art.el (gnus-article-browse-delete-temp-files):
11969         Use gnus-y-or-n-p instead of y-or-n-p.
11970         (gnus-article-browse-html-parts): Work with message/external-body; use
11971         mm-add-meta-html-tag.
11973 2007-12-11  Glenn Morris  <rgm@gnu.org>
11975         * gnus-cache.el: Require gnus-sum not just when compiling.
11977         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
11979         * gnus-int.el (gnus-server-opened, gnus-status-message):
11980         Move definitions before use.
11982         * mm-decode.el: Require gnus-util.
11983         (mm-remove-part): Only call delete-annotation on XEmacs.
11985         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
11987         * nnmail.el: Require gnus-int.
11989         * spam.el: Move `require's before `eval-when-compile's.
11991         * gnus-ems.el (gnus-alive-p):
11992         * gnus-fun.el (message-goto-eoh):
11993         * gnus-util.el (gnus-group-name-decode):
11994         * mail-source.el (gnus-compress-sequence):
11995         * message.el (Info-goto-node, format-spec):
11996         * mm-bodies.el (message-options-get):
11997         * mm-decode.el (mm-view-pkcs7):
11998         * mm-util.el (gmm-write-region):
11999         * mml-smime.el (mml-compute-boundary)
12000         (gnus-completing-read-with-default):
12001         * mml.el (widget-button-press, gnus-make-hashtable):
12002         * mml1991.el (mm-decode-content-transfer-encoding)
12003         (mm-encode-content-transfer-encoding)
12004         (message-options-get, message-options-set):
12005         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
12006         * nnfolder.el (gnus-request-group):
12007         * nnheader.el (ietf-drums-unfold-fws):
12008         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
12009         * smime.el (gnus-run-mode-hooks):
12010         * spam-stat.el (gnus-message): Autoload.
12012         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
12013         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
12014         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
12015         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
12016         Add declare-function compatibility definition.
12018         * gnus-cache.el (nnvirtual-find-group-art):
12019         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
12020         (gnus-add-image, gnus-add-wash-type):
12021         * gnus-group.el (nnkiboze-score-file):
12022         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
12023         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
12024         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
12025         (message-tokenize-header, gnus-get-buffer-create)
12026         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
12027         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
12028         * gnus.el (gnus-group-decoded-name):
12029         * mail-source.el (imap-capability):
12030         * mm-bodies.el (message-options-set):
12031         * mm-decode.el (gnus-configure-windows):
12032         * mm-extern.el (message-goto-body):
12033         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
12034         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
12035         (epg-sub-key-validity, message-options-set):
12036         * mml.el (widget-event-point, gnus-configure-windows):
12037         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
12038         * mml2015.el (epg-check-configuration, epg-configuration)
12039         (message-options-set):
12040         * nndb.el (nndb-request-article):
12041         * nnfolder.el (gnus-request-create-group):
12042         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
12043         * nnmaildir.el (gnus-group-mark-article-read):
12044         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
12045         * rfc1843.el (message-fetch-field):
12046         * spam.el (gnus-extract-address-components):
12047         Declare as functions.
12049 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12051         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
12053 2007-12-09  Glenn Morris  <rgm@gnu.org>
12055         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
12057         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
12058         * message.el, mm-view.el, sieve-manage.el, smime.el:
12059         Add declare-function compatibility definition.
12061         * gnus-art.el (w3-region, w3m-region, Info-menu):
12062         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
12063         * gnus-sum.el (gnus-get-predicate):
12064         * gnus-util.el (mm-append-to-file, w32-focus-frame):
12065         * message.el (mail-abbrev-in-expansion-header-p):
12066         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
12067         (w3m-detect-meta-charset, w3m-region):
12068         * sieve-manage.el (password-read, password-cache-add)
12069         (password-cache-remove):
12070         * smime.el (password-read-and-add): Declare as functions.
12072 2007-12-08  David Kastrup  <dak@gnu.org>
12074         * gnus-sum.el (gnus-summary-simplify-subject-query):
12075         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
12076         `message'.
12078 2007-12-07  Glenn Morris  <rgm@gnu.org>
12080         * gnus-art.el (article-make-date-line): Revert previous change.
12082 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12084         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
12086 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
12088         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
12089         Call gnus-add-to-range ranges only once with a prepared article-list.
12091 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
12093         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
12094         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
12095         group names with backslashes.
12096         Reported by Tassilo Horn <tassilo@member.fsf.org>.
12098 2007-12-06  Deepak Goel  <deego3@gmail.com>
12100         * gnus-art.el (article-make-date-line):
12101         * gnus-start.el (gnus-load):
12102         * pop3.el (pop3-read-response): Fix buggy call to `error'.
12104 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12106         * gnus-art.el (gnus-use-idna):
12107         * gnus-start.el (gnus-site-init-file):
12108         * message.el (message-use-idna):
12109         * mm-uu.el (mm-uu-hide-markers):
12110         * smiley.el (smiley-style): Revert changes that suppress warnings.
12112 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12114         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
12115         specify charset to html source.
12116         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12118 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12120         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
12121         idna-program in order to suppress byte compile warning issued by XEmacs
12122         that came to byte compile the default value section of defcustom forms
12123         recently.
12125         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
12126         value of installation-directory.
12128         * message.el (message-use-idna): Don't directly refer to the value of
12129         idna-program.
12131         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
12133         * smiley.el (smiley-style): Don't directly call face-attribute.
12135 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
12137         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
12139         * gnus-dired.el: Reduce Gnus dependencies.
12140         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
12141         Don't require.  Use autoloads instead.
12142         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
12143         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
12144         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
12145         (gnus-dired-mode): Adjust doc string.
12146         (gnus-dired-mail-mode): New variable.
12147         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
12148         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
12149         (gnus-dired-mail-buffers): New function.  Return mail or message
12150         composition buffers.
12151         (gnus-dired-attach): Use it.
12152         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
12153         NO-DECODE.
12154         (gnus-dired-print): Use `gnus-print-buffer' depending on
12155         `gnus-dired-mail-mode'.
12157 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12159         * rfc2047.el (rfc2047-encoded-word-regexp)
12160         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
12161         explaining what regexp patterns are for.
12163 2007-12-04  Glenn Morris  <rgm@gnu.org>
12165         * password.el: Move to ../password-cache.el.
12167         * mml1991.el (password-read, password-cache-add, password-cache-remove):
12168         * mml2015.el (password-read, password-cache-add, password-cache-remove):
12169         * mml-smime.el (password-read, password-cache-add)
12170         (password-cache-remove):
12171         No need to autoload, since mml-sec requires password.
12173         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
12174         * message.el (gnus-extract-address-components):
12175         * mml-smime.el (gnus-extract-address-components): Define for compiler.
12177         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
12178         password.
12180 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12182         * mailcap.el: Reduce dependencies.
12183         (mail-header-parse-content-type): Autoload.
12184         (mailcap-delete-duplicates): New alias.
12185         (mailcap-mime-info): Add optional argument NO-DECODE.
12186         (mailcap-mime-types): Use mailcap-delete-duplicates.
12188         * message.el (message-ignored-supersedes-headers): Add "X-ID".
12190 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12192         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
12193         function.
12195         * gnus-uu.el (gnus-uu-decode-yenc): New command.
12196         (gnus-uu-yenc-article): New function.
12198         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
12200         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
12202 2007-12-02  Glenn Morris  <rgm@gnu.org>
12204         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
12205         Move to ../net.
12207         * binhex.el, uudecode.el: Move to ../mail.
12209         * encrypt.el: Remove file.
12211 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
12213         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
12214         matches on patches.
12216         * gnus-art.el (gnus-article-browse-html-article):
12217         Mention `mm-text-html-renderer' in the doc string.
12219         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
12220         string.  Add comments.
12222         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
12223         if rhs is ASCII.
12225 2007-12-01  Glenn Morris  <rgm@gnu.org>
12227         * dig.el, dns.el: Move to ../net.
12228         * format-spec.el, hex-util.el, sha1.el: Move to ../.
12230         * mail-source.el (top-level): Require format-spec before
12231         eval-when-compile.
12233 2007-11-30  Glenn Morris  <rgm@gnu.org>
12235         * encrypt.el: Require password, rather than autoloading password-read.
12237 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
12239         * gnus.el (gnus-method-to-server): Add an optional parameter so the
12240         caller can indicate whether the cache should be disregarded for this
12241         call.  This way the result of the call is reproducible at all times and
12242         can be considered a canonical server name for the supplied method.
12243         (gnus-agent-method-p): Canonicalize server names by pushing their
12244         method through `gnus-method-to-server' using the no-cache argument.
12246         * gnus-srvr.el (gnus-server-insert-server-line):
12247         Call `gnus-method-to-server' with `no-cache' argument.
12249         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
12250         gnus-agent-possibly-synchronize-flags as this should be called when the
12251         server is actually being opened.
12252         (gnus-agent-possibly-synchronize-flags)
12253         (gnus-agent-possibly-synchronize-flags-server): Move check for the
12254         flags file of an agentized server to the latter function.
12256         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
12257         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
12258         after a connection has been established successfully.
12260 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12262         * gnus-art.el (article-display-face): Force to display face if called
12263         interactively; check if gnus-article-x-face-too-ugly matches author.
12264         (article-display-x-face): Display face even if From header is missing
12265         as article-display-face does.
12267 2007-11-28  Richard Stallman  <rms@gnu.org>
12269         * md4.el: Move to ../.
12270         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
12272 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
12274         * mail-source.el (mail-sources): Default to fetch from file for
12275         compatibility with default of nnmail-spool-file.
12277 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12279         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
12280         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
12281         to look for encoded word that should be encoded again.
12282         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
12283         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
12284         encoding pattern.
12285         (rfc2047-decode-region): Switch strict regexp and loose one according
12286         to rfc2047-allow-irregular-q-encoded-words.
12288 2007-11-26  Simon Josefsson  <simon@josefsson.org>
12290         * imap.el: Move to ../net directory.
12292 2007-11-25  Romain Francoise  <romain@orebokech.com>
12294         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
12296 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12298         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
12299         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
12301         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
12302         `nnmail-spool-file'.
12304         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
12305         `nnmail-spool-file'.
12307         * gnus-move.el (gnus-change-server): Ditto.
12309         * gnus-kill.el (gnus-batch-score): Ditto.
12311         * gnus-cache.el (gnus-jog-cache): Ditto.
12313         * gnus-msg.el (gnus-summary-reply):
12314         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
12316 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12318         * gnus-cache.el (gnus-cache-generate-nov-databases):
12319         Use nnml-generate-nov-databases-directory instead of
12320         nnml-generate-nov-databases-1.
12322 2007-11-24  Glenn Morris  <rgm@gnu.org>
12324         * message.el (message-tool-bar-retro): Update for rename
12325         mail_send.xpm->mail-send.xpm.
12327 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
12329         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12330         `smime-ldap-search' for Emacs 22 and up.
12332 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
12334         * hashcash.el: Move to ../mail directory.
12336         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
12338         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12339         `smime-ldap-search' for Emacs 22 and up.
12341 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12343         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
12345         * message.el (message-send-mail-function): Fix error convention.
12346         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
12347         (message-widen-reply, message-send-mail, message-talkative-question)
12348         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
12349         (message-clone-locals, message-send-news): Use with-current-buffer.
12350         (message-insert-or-toggle-importance): Remove unused var `valid'.
12351         (message-make-references): Remove unused var `new-references'.
12352         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
12354 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
12356         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
12357         (spam-split-symbolic-return-positive): Reflow docstring.
12358         (spam-backends, spam-summary-exit-behavior)
12359         (spam-mark-ham-unread-before-move-from-spam-group)
12360         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
12361         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12362         (spam-clear-cache, spam-backend-check, spam-install-backend)
12363         (spam-install-statistical-backend, spam-list-of-processors)
12364         (spam-group-processor-p, spam-split, spam-bogofilter-score)
12365         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
12366         (spam-check-crm114, spam-initialize, spam-unload-hook):
12367         Fix typos in docstrings.
12369 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12371         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
12372         been checked if they have never been read and those group levels are
12373         higher than the one that a user specified.
12375 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12377         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
12378         foreign groups unless a group level is specified by a user.
12379         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
12381 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
12383         * message.el (message-send-mail-function): Require sendmail.
12385 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
12387         * message.el (message-send-mail-function): Check for smtpmail too.
12389         * utf7.el (utf7-encode, utf7-decode): Use coding system
12390         `utf-7'/`utf-7-imap' from utf-7.el' if available.
12392         * message.el (message-send-mail-function): New function.
12393         (message-send-mail-function): Set default using
12394         message-send-mail-function.  Adjust doc string.
12395         (message-send-mail-with-mailclient): New function.
12397 2007-11-17  Richard Stallman  <rms@gnu.org>
12399         * assistant.el: Remove file.
12401 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
12403         * smime.el (from):
12404         * rfc2047.el (message-posting-charset):
12405         * qp.el (mm-use-ultra-safe-encoding):
12406         * pop3.el (parse-time-months):
12407         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
12408         * nnml.el (files):
12409         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
12410         (jka-compr-compression-info-list, ange-ftp-path-format)
12411         (efs-path-regexp):
12412         * nndiary.el (files):
12413         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
12414         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
12415         (epg-digest-algorithm-alist, inhibit-redisplay)
12416         (password-cache-expiry):
12417         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
12418         (pgg-output-buffer, password-cache-expiry):
12419         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
12420         (efs-path-regexp):
12421         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
12422         (inhibit-redisplay):
12423         * mm-uu.el (file-name, start-point, end-point, entry)
12424         (gnus-newsgroup-name, gnus-newsgroup-charset):
12425         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
12426         (latin-unity-ucs-list):
12427         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
12428         (mm-uu-binhex-decode-function):
12429         * message.el (gnus-message-group-art, gnus-list-identifiers)
12430         (rmail-enable-mime-composing, gnus-local-organization)
12431         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
12432         (gnus-read-active-file, facemenu-add-face-function)
12433         (facemenu-remove-face-function, gnus-article-decoded-p)
12434         (tool-bar-mode):
12435         * mail-source.el (display-time-mail-function):
12436         * gnus-util.el (nnmail-pathname-coding-system)
12437         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
12438         (gnus-original-article-buffer, gnus-user-agent)
12439         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
12440         (xemacs-codename, sxemacs-codename, emacs-program-version):
12441         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
12442         * gnus-start.el (gnus-agent-covered-methods)
12443         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
12444         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
12445         (gnus-newsgroup-headers, gnus-group-list-mode)
12446         (gnus-group-mark-positions, gnus-newsgroup-data)
12447         (gnus-newsgroup-unreads, nnoo-state-alist)
12448         (gnus-current-select-method, mail-sources)
12449         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
12450         (nnmail-spool-file, gnus-cache-active-hashtb):
12451         * gnus-mh.el (mh-lib-progs):
12452         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
12453         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
12454         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
12455         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
12456         (gnus-group-buffer):
12457         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
12458         (font-lock-set-defaults):
12459         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
12460         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
12461         (gnus-summary-post-menu, total-parts, type, condition, length):
12462         * gnus-agent.el (gnus-agent-read-agentview):
12463         * flow-fill.el (show-trailing-whitespace):
12464         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
12465         eval-and-compile wrappers for byte compiler pacifiers.
12467         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
12468         (mm-display-inline-fontify): Check for featurep 'xemacs not
12469         extent-list.
12471         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
12472         itimer-list.
12473         (mm-create-image-xemacs): Only do something for XEmacs.
12474         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
12476         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
12478         * gnus-registry.el (gnus-adaptive-word-syntax-table):
12479         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
12481 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
12483         * nnimap.el (nnimap-split-download-body):
12484         * gnus-demon.el (gnus-demon):
12485         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
12487 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12489         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
12490         New macros.
12491         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
12492         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
12493         copy data from unibyte buffer to multibyte current buffer.
12494         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
12495         to copy data from unibyte current buffer to multibyte buffer.
12496         (nntp-make-process-buffer): Make process buffer unibyte.
12498         * pop3.el (pop3-open-server): Fix typo in Lisp code.
12500 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
12502         * pop3.el (pop3-open-server): Accept and process data more robustly at
12503         connection start to avoid spurious "POP SSL connection failed" errors.
12505 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12507         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
12508         read group names.
12510 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
12512         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
12514 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12516         * nnmail.el (nnmail-parse-active): Make group names unibyte.
12517         (nnmail-save-active): Use a unibyte buffer when saving active file,
12518         which may contain non-ASCII group names.
12520         * nnml.el (nnml-request-group): Decode group names in messages.
12522 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
12524         * message.el (message-citation-line-function)
12525         (message-insert-formatted-citation-line): Fix spelling of
12526         `message-insert-formated-citation-line'.
12528 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
12530         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
12532 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12534         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
12535         nnmail-pathname-coding-system.
12537         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
12538         that a user enters; decode group names in messages.
12540         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
12542 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12544         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
12546         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
12548         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
12549         risky local variable.
12551         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
12553 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
12555         * encrypt.el: Improve documentation to fix function name typo.
12556         Reported by Daiki Ueno <ueno@unixuser.org>.
12558 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12560         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
12561         even if the point is not in the last page of an article.
12562         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
12563         back to the previous page.
12565 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
12567         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
12569 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12571         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
12573 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12575         * message.el (message-check-news-body-syntax):
12576         Avoid mm-string-as-multibyte.
12577         (message-hide-headers): Don't assume (point-min)==1.
12579 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12581         * message.el (message-remove-blank-cited-lines): Fix if remove is
12582         given.
12583         (message-bogus-address-regexp): New variable.
12584         (message-bogus-recipient-p): New function.
12585         (message-check-recipients): New command.
12586         (message-syntax-checks): Add `bogus-recipient'.
12587         (message-fix-before-sending): Add `bogus-recipient'.
12589         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
12590         (gnus-treat-body-boundary): Don't test window-system.
12592 2007-10-28  Leo Liu  <sdl.web@gmail.com>  (tiny change)
12594         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
12596 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12598         * gnus.el: Bump version to Gnus v5.13.
12600 2007-10-28  Miles Bader  <miles@gnu.org>
12602         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
12603         at compile-time too.
12605 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12607         * gnus-msg.el (gnus-message-setup-hook):
12608         Add `message-remove-blank-cited-lines' to options.
12610 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12612         * message.el (message-remove-blank-cited-lines): New function.
12613         Suggested by Karl Plästerer.
12615 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12617         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
12618         mapc.
12620         * imap.el (imap-open): Replace mapcar called for effect with mapc.
12621         (top-level): Use mapc to set functions to be traced for debugging.
12623         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
12624         called for effect with while loop.
12626         * message.el (message-talkative-question): Replace mapcar called for
12627         effect with mapc.
12629         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
12630         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
12631         called for effect with dolist.
12633         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
12635         * nndiary.el: Use dolist instead of mapcar to add diary headers to
12636         gnus-extra-headers and nnmail-extra-headers.
12638         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
12639         called for effect with dolist.
12640         (top-level): Use mapc to set functions to be traced for debugging.
12642         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
12643         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
12644         dolist.
12646         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
12647         Replace mapcar called for effect with mapc.
12648         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
12649         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
12650         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
12651         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
12653         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
12654         remove-if that's a cl function.
12656         * webmail.el (webmail-debug): Replace mapcar called for effect with
12657         dolist.
12659 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12661         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
12662         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
12663         with while loop.
12665         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
12666         functions from article-* functions.
12667         (gnus-multi-decode-header): Replace mapcar called for effect with
12668         dolist.
12670         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
12671         (gnus-bookmark-show-details): Replace mapcar called for effect with
12672         while loop.
12674         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
12675         called for effect with while loop.
12677         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
12678         with dolist.
12680         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12681         Replace mapcar called for effect with dolist.
12683         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
12685         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
12686         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
12687         Replace mapcar called for effect with dolist.
12688         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
12689         mapc.
12691         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
12692         Replace mapcar called for effect with dolist.
12693         (gnus-topic-list): Replace mapcar called for effect with mapc.
12695         * gnus.el: Use mapc instead of mapcar to add autoloads.
12697 2007-10-23  Richard Stallman  <rms@gnu.org>
12699         * gnus-group.el (gnus-group-highlight): Mark as risky.
12701 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12703         * gnus.el (gnus-server-to-method): Return method found first in
12704         gnus-newsrc-alist.
12706         * gnus-art.el (gnus-article-highlight-signature)
12707         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
12708         button overlay without the front stickiness.
12710 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
12712         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
12713         overview buffer needed a catch to receive its throw.
12714         (gnus-agent-flush-cache): Declare as interactive to make this function
12715         easier to use.
12717 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
12719         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
12720         `next-line'.
12722 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12724         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
12725         exclude address matching message-dont-reply-to-names.
12727 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12729         * gnus-util.el (gnus-string<): New function.
12731         * gnus-sum.el (gnus-article-sort-by-author)
12732         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
12734 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12736         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
12737         the frame-focus tag is set in gnus-buffer-configuration.
12739 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12741         * gnus-art.el (gnus-article-add-button): Make a button overlay without
12742         the front stickiness.
12744 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12746         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
12747         url pattern; remove duplicate one.
12748         (gnus-article-extend-url-button): New function.
12749         (gnus-article-add-buttons): Use it.
12750         (gnus-button-push): Use concatenated url that it makes.
12752 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
12754         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
12755         (sieve-manage-open): Use `mapc' instead of `mapcar'.
12757 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12759         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
12760         Don't hardcode point-min==1.
12762 2007-09-30  David Kastrup  <dak@gnu.org>
12764         * gnus-art.el (gnus-article-reply-with-original)
12765         (gnus-article-followup-with-original): When `transient-mark-mode' is
12766         off, refrain from active-region behavior for followups.
12768 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
12770         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
12771         Fix comment about "iso8859-1".
12773 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
12775         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
12776         ones returned from the verify-function.
12778         * mm-uu.el (mm-uu-pgp-signed-extract-1):
12779         Call mml2015-extract-cleartext-signature if extraction failed.
12781 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
12783         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
12784         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
12785         failed.
12787 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12789         * Relicense "GPLv2 or later" files to "GPLv3 or later".
12791 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
12793         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
12794         to mark a thread as expirable.  Add variable `hide' to handle hiding of
12795         thread for both the null and zero (kill/expire thread) universal prefix
12796         cases.
12797         (gnus-summary-expire-thread): Add new function to expire a thread,
12798         using gnus-summary-kill-thread.
12799         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
12800         shortcuts for gnus-summary-expire-thread.
12801         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
12802         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
12804 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12806         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
12807         extras value, so an extras entry can be deleted.
12808         (gnus-registry-delete-extra-entry): Use it.
12809         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
12810         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
12811         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
12812         storage through the gnus-registry, and provide an appropriate API for
12813         it.
12815 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12817         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
12818         Suggested by Leo <sdl.web@gmail.com>.
12820         * gnus.el: Do.
12822 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12824         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
12825         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
12827         * gnus-agent.el (gnus-agent-fetch-headers): Do.
12829         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12830         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
12832 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12834         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
12835         newline.
12836         (nnmbox-request-accept-article): Don't change article in source buffer;
12837         narrow to header to use message-fetch-field rather than
12838         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
12839         (nnmbox-request-replace-article): Quote lines that'll be misidentified
12840         as delimiters; make sure article ends with newline.
12841         (nnmbox-delete-mail): Correct last position of article to be deleted;
12842         ignore X-Gnus-Newsgroup header in article body.
12843         (nnmbox-save-mail): Quote lines looking like delimiters at the right
12844         positions; make sure article ends with newline.
12846         * message.el (message-display-abbrev): Don't infloop when a user
12847         inserts SPC in the beginning of header.
12849 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
12851         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
12852         list of groups not followed by default.  Fix type to be regexp.
12853         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
12855 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
12857         * hmac-def.el (define-hmac-function): Switch from old-style to
12858         new-style backquotes.
12860         * md4.el (md4-make-step): Likewise.
12862 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12864         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
12865         raw-text coding system when saving .newsrc file, which may contain
12866         non-ASCII group names.
12868 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12870         * gnus-cus.el (gnus-score-extra): New widget.
12871         (gnus-score-extra-convert): New function.
12872         (gnus-score-customize): Use it for Extra.
12874 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
12876         * mml2015.el (mml2015-extract-cleartext-signature): New function.
12877         (mml2015-mailcrypt-clear-verify): Use it.
12878         (mml2015-gpg-clear-verify): Use it.
12879         (mml2015-pgg-clear-verify): Use it.
12880         (mml2015-epg-clear-verify): Replace the current part with the output
12881         from GnuPG; don't extract the plaintext by itself.
12883         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
12884         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
12885         mml2015-clear-verify-function; don't touch the armor headers or
12886         dash-escaped text here.
12888 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12890         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
12891         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
12892         parts, or application/octet-stream as a last resort.
12893         (gnus-mime-view-part-as-type): Don't toggle display.
12894         (gnus-mime-view-part-as-charset): Don't turn off display before
12895         querying charset.
12897         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
12898         stuff to undisplayer function in Emacs.
12899         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
12901         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
12902         text/calendar parts.
12904 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12906         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
12907         decoding text/calendar parts.
12909         * message.el (message-forward-make-body-mime): Always mark body as
12910         having no illegible text; remove signed-or-encrypted argument.
12911         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
12913         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
12914         (mml-generate-mime-1): Don't encode body if it is specified to be in
12915         raw form; don't make buffer be unibyte when inserting multibyte string.
12917 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12919         * sha1.el: Fix up comment style.
12920         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
12921         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
12923         * hex-util.el: Fix up comment style.
12924         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
12926         * gnus-salt.el: Use with-current-buffer.
12927         (gnus-pick-setup-message): Fix long-standing typo.
12929 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12931         * imap.el (imap-logout-timeout): New variable.
12932         (imap-logout, imap-logout-wait): New functions.
12933         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
12935         * nnimap.el (nnimap-logout-timeout): New server variable.
12936         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
12937         nnimap-logout-timeout.
12939         * gnus-art.el (gnus-article-summary-command-nosave)
12940         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
12942 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12944         * gnus.el (gnus-maximum-newsgroup): New variable.
12946         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
12947         according to gnus-maximum-newsgroup.
12949         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12950         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
12951         Limit the range of articles according to gnus-maximum-newsgroup.
12953 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
12955         * gnus-art.el (gnus-sticky-article): Fix problems described in
12956         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
12957         Don't perform gnus-configure-windows here; reuse existing sticky
12958         article buffer.
12960         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
12961         it doesn't exist in gnus-article-mode.
12963 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12965         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
12966         (gnus-agent-decoded-group-name): New function.
12967         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
12968         (gnus-agent-expire-group-1): Use it; decode group name in messages.
12970 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
12972         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
12973         Add binding for gnus-sticky-article.
12974         (gnus-summary-exit): Don't kill sticky article buffers.
12976         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
12977         article buffer.
12978         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
12979         (gnus-kill-sticky-article-buffers): New commands.
12981 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12983         * nntp.el (nntp-xref-number-is-evil): New server variable.
12984         (nntp-find-group-and-number): If it is non-nil, don't trust article
12985         numbers in the Xref header.
12987 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12989         * gnus-agent.el (gnus-agent-read-group): New function.
12990         (gnus-agent-flush-group, gnus-agent-expire-group)
12991         (gnus-agent-regenerate-group): Use it.
12992         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
12993         nnmail-pathname-coding-system.
12995 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12997         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
12999         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
13000         that are unread as unread, and also as selected so that information of
13001         marks having been changed by a user may be updated when exiting group.
13003 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13005         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
13007 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13009         * gnus-art.el (gnus-mime-display-single): Pass part number that is
13010         calculated ignoring signature parts to gnus-treat-article.
13012 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13014         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
13015         a point here in order to keep the window start.
13016         (gnus-insert-mime-security-button): Make a button overlay without the
13017         front stickiness.
13018         (gnus-mime-display-security): Goto the end of a button.
13020         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
13022 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13024         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
13025         group-name-at-point.
13026         (gnus-group-completing-read): New function that offers decoded
13027         non-ASCII group names for completion.
13028         (gnus-fetch-group, gnus-group-read-ephemeral-group)
13029         (gnus-group-jump-to-group, gnus-group-make-group-simple)
13030         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
13031         (gnus-group-fetch-control): Use it.
13032         (gnus-fetch-group): Use group-name-at-point for the initial value
13033         rather than the default value; use gnus-alive-p.
13035         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
13036         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
13037         (gnus-summary-post-news): Use gnus-group-completing-read.
13039         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
13040         (gnus-read-move-group-name): Decode group name for completion.
13042 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
13044         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
13045         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
13046         Yamaoka slightly modified the code).
13048 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13050         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
13051         (nnmail-split-incoming): Bind it.
13053         * nnml.el (nnml-group-name-charset): New function.
13054         (nnml-decoded-group-name): Use it; don't decode group name if
13055         nnmail-group-names-not-encoded-p is non-nil.
13056         (nnml-encoded-group-name): New function.
13057         (nnml-group-pathname): Inline nnml-decoded-group-name.
13058         (nnml-request-expire-articles): Decode group name in message.
13059         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
13060         nnmail-pathname-coding-system.
13061         (nnml-save-mail, nnml-active-number): Work with decoded group names and
13062         not decoded ones according to nnmail-group-names-not-encoded-p.
13063         (nnml-generate-active-info): Use nnml-encoded-group-name.
13065 2007-08-08  Glenn Morris  <rgm@gnu.org>
13067         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
13068         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
13069         doc-strings and comments.
13071 2007-07-25  Glenn Morris  <rgm@gnu.org>
13073         * Relicense all FSF files to GPLv3 or later.
13075 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13077         * gnus-sum.el (gnus-summary-move-article):
13078         Make gnus-summary-respool-article work.
13080 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
13082         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
13083         string.
13085 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
13087         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
13088         that should be ignored when comparing distant RSS articles with local
13089         ones.
13090         (nnrss-make-hash-index): New function.  Create a hash index according
13091         to the ignored fields.
13092         (nnrss-check-group): Use it.
13094 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13096         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
13098         * gnus-art.el (article-decode-group-name): Decode Xref header too.
13100         * gnus-group.el (gnus-group-make-group): Encode group name here unless
13101         the new optional argument ENCODED is non-nil.
13102         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
13103         coding system for encoding group name.
13104         (gnus-group-make-rss-group): Pass un-encoded group name to
13105         gnus-group-make-group.
13106         (gnus-group-set-info): Tell gnus-group-make-group that group name is
13107         encoded.
13109         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
13110         Encode group name to which articles are moved or copied.
13111         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
13112         coding system for encoding Newsgroup, Followup-To and Xref headers.
13114         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
13115         marks; use nnheader-file-coding-system to write a file.
13116         (nnagent-retrieve-headers): Bind file-name-coding-system to
13117         nnmail-pathname-coding-system.
13119         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
13121         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
13122         (nnml-request-article, nnml-request-create-group)
13123         (nnml-request-rename-group, nnml-find-id)
13124         (nnml-possibly-change-directory, nnml-possibly-create-directory)
13125         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
13126         (nnml-save-marks): Use nnml-group-pathname instead of
13127         nnmail-group-pathname.
13129         (nnml-request-create-group, nnml-request-expire-articles)
13130         (nnml-request-move-article, nnml-request-delete-group)
13131         (nnml-deletable-article-p, nnml-possibly-create-directory)
13132         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
13133         (nnml-open-marks): Bind file-name-coding-system to
13134         nnmail-pathname-coding-system.
13136         (nnml-request-article): Pass server argument to nnml-find-group-number.
13137         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
13138         Pass server argument to nnml-possibly-create-directory.
13139         (nnml-request-accept-article): Pass server argument to
13140         nnml-active-number and nnml-save-mail.
13141         (nnml-find-group-number): Pass server argument to nnml-find-id.
13142         (nnml-request-update-info): Pass server argument to
13143         nnml-marks-changed-p.
13145         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
13146         (nnml-save-mail, nnml-active-number): Add server argument.
13148         (nnml-request-delete-group): Warn if group is missing.
13149         (nnml-get-nov-buffer): Decode group name.
13150         (nnml-generate-active-info): Encode group name.
13151         (nnml-open-marks): Decode group name in messages.
13153 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13155         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
13156         if it is not specified.
13157         (gnus-article-pipe-part, gnus-article-save-part)
13158         (gnus-article-interactively-view-part, gnus-article-copy-part)
13159         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
13160         (gnus-article-inline-part, gnus-article-save-part-and-strip)
13161         (gnus-article-replace-part, gnus-article-delete-part)
13162         (gnus-article-view-part-as-type): Pass raw prefix argument to
13163         gnus-article-part-wrapper.
13165 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13167         * gnus-agent.el (gnus-agent-save-active):
13168         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
13170         * gnus-cache.el (gnus-cache-save-buffers)
13171         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
13172         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
13173         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
13174         (gnus-cache-braid-nov, gnus-cache-braid-heads)
13175         (gnus-cache-generate-active, gnus-cache-rename-group)
13176         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
13177         (gnus-cache-update-overview-total-fetched-for):
13178         Bind file-name-coding-system to nnmail-pathname-coding-system.
13179         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
13180         New variables.
13181         (gnus-cache-decoded-group-name): New function.
13182         (gnus-cache-file-name): Use it.
13183         (gnus-cache-generate-active): Use non-decoded group name for active.
13185         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
13186         right place.
13187         (gnus-write-active-file): Don't break non-ASCII group names.
13189         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
13190         nnmail-pathname-coding-system.
13192         * gnus-uu.el (gnus-uu-decode-save): Typo.
13194 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13196         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
13198 2007-07-14  David Kastrup  <dak@gnu.org>
13200         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
13201         finishing actions if we did not edit the article.
13203 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13205         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
13206         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
13207         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
13208         (gnus-agent-flush-group, gnus-agent-flush-cache)
13209         (gnus-agent-fetch-headers, gnus-agent-load-alist)
13210         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
13211         (gnus-agent-retrieve-headers, gnus-agent-request-article)
13212         (gnus-agent-regenerate-group)
13213         (gnus-agent-update-files-total-fetched-for)
13214         (gnus-agent-update-view-total-fetched-for):
13215         Bind file-name-coding-system to nnmail-pathname-coding-system.
13216         (gnus-agent-group-pathname): Don't encode file names by
13217         nnmail-pathname-coding-system.
13218         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
13219         coding-system-for-write instead of buffer-file-coding-system to
13220         gnus-agent-file-coding-system.
13222         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
13223         Decode group name.
13225         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
13227         * gnus-start.el (gnus-update-active-hashtb-from-killed)
13228         (gnus-read-newsrc-el-file): Make group names unibyte.
13230         * nnmail.el (nnmail-group-pathname): Don't encode file names by
13231         nnmail-pathname-coding-system.
13233         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
13234         (nnrss-request-delete-group): Bind file-name-coding-system to
13235         nnmail-pathname-coding-system.
13236         (nnrss-read-server-data, nnrss-read-group-data):
13237         Bind file-name-coding-system correctly.
13238         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
13240         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
13241         (nntp-server-to-method-cache): New variable.
13242         (nntp-group-pathname): New function that decodes non-ASCII group names.
13243         (nntp-possibly-create-directory, nntp-marks-changed-p)
13244         (nntp-save-marks, nntp-open-marks): Use it.
13245         (nntp-possibly-create-directory, nntp-open-marks):
13246         Bind file-name-coding-system to nnmail-pathname-coding-system.
13247         (nntp-open-marks): Decode group names when bootstrapping marks.
13249         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
13250         Newsgroups and Followup-To headers.
13252 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13254         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13255         (gnus-server-closed-face, gnus-server-denied-face)
13256         (gnus-server-offline-face): Remove variable.
13257         (gnus-server-font-lock-keywords): Use faces that are not aliases.
13259         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
13260         of modifying message-stack directly for XEmacs.
13262         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
13263         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
13264         if the coding-system argument is nil for XEmacs.
13266         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
13267         mm-charset-override-alist.
13269         * rfc2047.el: Don't require base64; require rfc2045 for the function
13270         rfc2045-encode-string.
13271         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
13272         to quote the parameter value.
13274 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13276         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
13277         form in gnus-group-name-charset-method-alist.
13279         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
13280         overrides the default layout edit-form.
13282         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
13284         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
13286 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13288         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
13289         as unfetched articles.
13291 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
13293         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
13295 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13297         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
13298         original back end that keeps marks in the local system.
13300 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13302         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
13303         arg of pop-to-buffer for XEmacs.
13304         (gnus-article-read-summary-keys): Ditto; don't restore window
13305         configuration if summary command ends up with neither article buffer
13306         nor summary buffer; describe bindings if summary keys end with C-h.
13308 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13310         * message.el (message-fix-before-sending): Skip raw message part to be
13311         forwarded while checking illegible text.
13312         (message-forward-make-body-mime, message-forward-make-body):
13313         Mark signed or encrypted raw message as having no illegible text.
13315 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13317         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
13318         (gnus-message-with-timestamp-1): New macro.
13319         (gnus-message-with-timestamp): New function.
13320         (gnus-message): Use them.
13322         * nnheader.el (nnheader-message): Use them.
13324 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
13326         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
13327         .newsrc.eld file.
13329 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13331         * gnus-agent.el (gnus-agent-fetch-headers)
13332         (gnus-agent-retrieve-headers):
13333         Bind gnus-decode-encoded-address-function to identity.
13335         * nntp.el (nntp-send-xover-command): Recognize an xover command is
13336         available also when the server returns simply a dot.
13338         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
13340 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13342         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
13344 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13346         * gnus-ems.el (gnus-x-splash): Make it work.
13348         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
13349         from being used.
13351 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13353         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
13354         the front stickiness.
13355         (gnus-article-summary-command-nosave): Correct the order of the
13356         arguments passed to pop-to-buffer.
13357         (gnus-article-read-summary-keys): Ditto; make it work properly when the
13358         summary command ends up with the article buffer.
13360         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
13361         the same faces.
13363 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
13365         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
13367 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
13369         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
13370         * gnus-sum.el (gnus-summary-highlight):
13371         * mail-source.el (mail-source-delete-old-incoming-confirm):
13372         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
13374 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13376         * gnus-art.el (gnus-mime-view-part-externally)
13377         (gnus-mime-view-part-internally): Fix predicate function passed to
13378         completing-read.
13380         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
13382         * gnus.el (gnus-update-message-archive-method): Add :version.
13384 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13386         * gnus.el (gnus-update-message-archive-method): New variable.
13388         * gnus-start.el (gnus-setup-news): Update saved "archive" method
13389         according to gnus-message-archive-method if
13390         gnus-update-message-archive-method is non-nil.
13392 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13394         * gnus-sum.el (gnus-summary-limit-to-address): New function.
13395         Suggested by Loic Dachary <loic@dachary.org>.
13396         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13398 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13400         * message.el (message-pop-to-buffer): Add switch-function argument.
13401         (message-mail): Pass switch-function argument to it.
13403 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
13405         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
13406         Improve doc string.
13408 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13410         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
13411         (gnus-header-content):
13412         * gnus-cite.el (gnus-cite-10):
13413         * gnus-srvr.el (gnus-server-closed):
13414         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
13415         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
13416         (gnus-group-mail-3-empty, gnus-group-mail-low)
13417         (gnus-group-mail-low-empty, gnus-splash):
13418         * message.el (message-header-to, message-header-cc)
13419         (message-header-subject, message-header-other, message-header-name)
13420         (message-header-xheader, message-separator, message-cited-text)
13421         (message-mml): Lighten colors of faces used for dark background.
13423 2007-05-24  Simon Josefsson  <simon@josefsson.org>
13425         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
13426         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
13428 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13430         * message.el (message-narrow-to-headers-or-head):
13431         Ignore mail-header-separator in the body.
13433 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13435         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
13436         same as window size.
13438 2007-05-22  Kevin Ryde  <user42@zip.com.au>
13440         * message.el (message-font-lock-keywords): Use message-header-xheader
13441         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
13442         ahead of the anything pattern, to get it recognized.
13444 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
13446         * gnus-sum.el (gnus-articles-to-read)
13447         (gnus-summary-insert-old-articles): Don't truncate group name for
13448         `read-string'.
13450         * gnus-util.el (gnus-limit-string): Delete this function.
13452         * gnus-sum.el (gnus-simplify-subject-fully):
13453         Use `truncate-string-to-width' instead.
13455 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
13457         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
13458         Tell if, on summary exit, the next group has to be selected.
13459         (gnus-summary-exit): Use it.
13461 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
13463         * gnus-art.el (gnus-article-mode): Fix comment about displaying
13464         non-break space.
13466 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13468         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
13469         Check if group is not a directory.
13470         (nnfolder-request-expire-articles): Don't delete articles if the target
13471         group is not available.
13473         * nnml.el (nnml-request-create-group): Properly check if group is not a
13474         file.
13475         (nnml-request-expire-articles): Don't delete articles if the target
13476         group is not available.
13478         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13479         Don't quote characters that are within parentheses.
13481 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13483         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
13484         (gnus-handle-ephemeral-exit): Select article according to it.
13486 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13488         * message.el (message-insert-formated-citation-line): Remove newline.
13489         (message-citation-line-format): Add final \n here so that the user can
13490         avoid a blank line.
13492 2007-05-03  Dan Christensen  <jdc@uwo.ca>
13494         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
13495         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
13496         Update lanl/arXiv support.
13498 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13500         * gnus.el: Bump version number.
13502 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13504         * gnus.el (gnus-version-number): Bump version.
13506 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13508         * gnus.el: No Gnus v0.6 is released.
13510 2007-04-27  Didier Verna  <didier@xemacs.org>
13512         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
13513         * gmm-utils.el (gmm-regexp-concat): ... here.
13514         * message.el: Don't require 'gnus-util.
13515         (message-dont-reply-to-names): Handle name change above.
13516         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
13518 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13520         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
13521         since the initial value varies according to the system.
13523 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13525         * mm-util.el (mm-charset-synonym-alist): Defcustom.
13527 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
13529         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
13531 2007-04-24  Didier Verna  <didier@xemacs.org>
13533         Improve the type of gnus-ignored-from-addresses.
13534         * gnus-util.el (gnus-orify-regexp): New function.
13535         * message.el (gnus-util): Require it.
13536         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
13537         * gnus-sum.el (gnus-ignored-from-addresses): New function.
13538         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
13540 2007-04-24  Didier Verna  <didier@xemacs.org>
13542         * gnus-sum.el:
13543         * gnus-utils.el: Fix some trailing whitespaces.
13545 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13547         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
13548         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
13549         article's Message-ID; refer parent article in summary buffer.
13551         * message.el (message-bounce): Call mime-to-mml.
13553 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13555         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
13557 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13559         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
13560         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
13561         displayed of multipart/alternative part if it is invoked from summary
13562         buffer.
13564         * mm-view.el (mm-inline-text-html-render-with-w3m)
13565         (mm-inline-text-html-render-with-w3m-standalone)
13566         (mm-inline-render-with-function): Use mail-parse-charset by default.
13568 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
13570         * parse-time.el (parse-time-string-chars): Check if CHAR
13571         is less than the length of parse-time-syntax.
13573 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13575         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
13576         from gnus-newsgroup-processable.
13578 2007-04-16  Didier Verna  <didier@xemacs.org>
13580         * gnus-msg.el (gnus-configure-posting-styles):
13581         Handle message-signature-directory properly with :file syntax.
13582         Reported by "Leo".
13584 2007-04-11  Didier Verna  <didier@xemacs.org>
13586         New user option: message-signature-directory.
13587         * gnus-msg.el (gnus-configure-posting-styles): Support it.
13588         * message.el (message-insert-signature): Ditto.
13589         * message.el (message-signature-file): Doc update.
13590         * message.el (message-signature-directory): New.
13592 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13594         * gnus-msg.el (gnus-inews-yank-articles):
13595         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
13597 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13599         * message.el (message-yank-original): Make sure cited text ends with
13600         newline; don't exchange point and mark.
13602 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
13604         * tls.el (open-tls-stream): Properly handle case where there
13605         is no associated buffer.
13607 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
13609         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
13610         message-yank-original, make sure (< mark TEXT point).
13612 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13614         * message.el (message-fill-column): New variable.
13615         (message-mode): Use it.  Add comment on a possible new hook.
13617         * nnmail.el (nnmail-spool-file): Mark as obsolete.
13618         (nnmail-get-new-mail): Reformat.
13620         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
13622         * gmm-utils.el: Fix Commentary.
13623         (gmm-tool-bar-from-list): Fix typo in doc string.
13625 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
13627         * message.el (message-yank-original): Don't switch point and mark
13628         unnecessarily to put point and mark as documented.
13630 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13632         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
13633         from the message heads.
13635 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
13637         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
13638         article buffer does not have a window.  This may not be the best
13639         solution but is certainly better than setting the start of the null,
13640         that is the current, window.
13642 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13644         * gnus-draft.el (gnus-draft-setup-hook): New hook.
13645         (gnus-draft-setup): Run it.
13647         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
13648         gnus-score-fast-scoring.  Allow regexp.
13649         (gnus-score-headers): Use it.
13651         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
13652         XEmacs.
13654         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
13655         string.
13656         (gnus-button-alist): Also catch `<f1> k ...'.
13657         (gnus-treat-display-x-face): Fix doc string.
13659 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13661         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
13662         evaluation of gnus-extended-version to ensure correct generation of the
13663         User-Agent header when message-generate-headers-first is used.
13665 2007-03-24  Simon Josefsson  <simon@josefsson.org>
13667         * hashcash.el (hashcash-generate-payment-async): Don't crash if
13668         hashcash-path is nil.  Don't call callback with incorrect number of
13669         parameters if val is 0.
13671 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13673         * message.el (message-required-news-headers):
13674         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
13676 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13678         * message.el (message-generate-new-buffers): Change the meaning of the
13679         nil value; add `standard' to the choices; treat t as `unique'; improve
13680         doc string.
13681         (gnus-select-frame-set-input-focus): Autoload.
13682         (message-buffer-name): Search for the existing message buffer if
13683         message-generate-new-buffers is nil or `standard'; treat the value t of
13684         message-generate-new-buffers as `unique'.
13685         (message-pop-to-buffer): Raise the frame already displaying the message
13686         buffer; clear the echo area after querying.
13687         (message-setup): Pass the `continue' argument to compose-mail.
13688         (message-mail): Prefer `switch-function' if it is given; search for the
13689         existing message buffer if the `continue' argument is non-nil; pass
13690         continue and switch-function arguments to compose-mail by way of
13691         message-setup.
13692         (message-mail-other-window): Adjust argument of message-setup.
13693         (message-mail-other-frame): Ditto.
13695 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13697         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
13698         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
13699         to turn font-lock on when turning gnus-message-citation-mode on.
13701 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
13703         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
13704         (mml-smime-function-alist): New variable; add epg as the backend.
13705         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
13706         mml-smime- functions instead.
13707         * mm-view.el: Require smime.
13709 2007-03-05  Didier Verna  <didier@xemacs.org>
13711         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
13712         instead of just inheritance for posting styles.
13713         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
13715 2007-02-24  John Paul Wallington  <jpw@pobox.com>
13717         * tls.el (tls-certtool-program): Fix custom type.
13719 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13721         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
13722         and point-at-eol instead of line-(beginning|end)-position.
13724         * assistant.el (assistant-parse-buffer): Ditto.
13726 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
13728         * mml2015.el (mml2015-epg-find-usable-key): New function.
13729         (mml2015-epg-sign): Use it.
13730         (mml2015-epg-encrypt): Use it.
13732 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13734         * message.el (message-make-in-reply-to): Quote name containing
13735         non-ASCII characters.  It will make the RFC2047 encoder cause an error
13736         if there are special characters.  Reported by NAKAJI Hiroyuki
13737         <nakaji@jp.freebsd.org>.
13739 2007-02-27  Didier Verna  <didier@xemacs.org>
13741         Include the group parameters as well as the topic ones in the
13742         inheritance filter process.
13743         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
13744         argument GROUP-PARAMS-LIST.
13745         * gnus-topic.el (gnus-group-topic-parameters): Use it.
13747 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13749         * nntp.el (nntp-never-echoes-commands)
13750         (nntp-open-connection-functions-never-echo-commands): New variables.
13751         (nntp-send-command): Use them.
13753 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
13755         * mml2015.el (mml2015-epg-verify): Simplify.
13757 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13759         * mml.el (mml-content-disposition-alist): New user option.
13760         (mml-content-disposition): New function.
13761         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
13762         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
13764 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
13766         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
13767         verification.
13769 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13771         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
13772         articles posted in the last 24 hours.
13774 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
13776         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
13778 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
13780         * nntp.el (nntp-send-command): Don't wait for echoes when
13781         nntp-open-ssl-stream is used.
13783 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13785         * gnus-cite.el (gnus-test-font-lock-add-keywords)
13786         (gnus-message-add-citation-keywords)
13787         (gnus-message-remove-citation-keywords): Remove.
13788         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
13789         directly, make the variables in font-lock-defaults buffer-local, add
13790         gnus-message-citation-keywords to them and then update the value of
13791         font-lock-keywords.
13793 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13795         * message.el (message-cite-original-1): Don't call
13796         gnus-article-highlight-citation.
13798         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
13799         citations; fix line count.
13801 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13803         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
13804         (gnus-message-add-citation-keywords)
13805         (gnus-message-remove-citation-keywords): Use it; fix the emulating
13806         versions of font-lock-add-keywords and font-lock-remove-keywords to
13807         work with XEmacs correctly.
13809 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13811         * gnus-cite.el (gnus-cite-face-list): Set the values of
13812         gnus-message-max-citation-depth and gnus-message-citation-keywords.
13813         (gnus-message-max-citation-depth): Use defvar rather than defconst.
13814         (gnus-message-cite-prefix-regexp): New variable.
13815         (gnus-message-search-citation-line): Use it; protect against long
13816         citation prefix; fill match data with nil rather than 0 for XEmacs; set
13817         the 0th match data for Emacs.
13818         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
13819         (gnus-message-add-citation-keywords): Append keywords rather than
13820         prepending; emulate font-lock-add-keywords if it is not available.
13821         (gnus-message-remove-citation-keywords):
13822         Emulate font-lock-remove-keywords if it is not available.
13824         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
13826         * message.el (message-cite-prefix-regexp): Set the value of
13827         gnus-message-cite-prefix-regexp.
13829 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13831         * nnweb.el (nnweb-google-parse-1): Update parser.
13833 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
13835         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
13837 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13839         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13840         regexp.
13842 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13844         * uudecode.el (uudecode-string-to-multibyte): New function emulating
13845         string-to-multibyte.
13846         (uudecode-decode-region-internal): Use it.
13848 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13850         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
13851         Fix custom choice.
13853         * gnus-art.el (gnus-signature-limit): Fix custom choice.
13855 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
13857         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
13859         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
13860         `write-region' to respect `mm-inhibit-file-name-handlers'.
13862 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
13864         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
13865         Use gnus-home-directory instead of "~/" or "$HOME".
13867 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
13869         * encrypt.el (encrypt-insert-file-contents): Add better prompt
13870         to mention filename.
13871         Add comments at beginning regarding usage.
13872         (encrypt-write-file-contents): Change interactive so a string is
13873         acceptable.  If the file has no associated model, show an error instead
13874         of a nonsense prompt.
13876 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13878         * spam.el (spam-bsfilter-ham-switch): Fix typo.
13879         Thanks to Yoshihiko Yamada for kind notification of this typo.
13881 2007-01-12  Kenichi Handa  <handa@m17n.org>
13883         * uudecode.el (uudecode-decode-region-internal): Make it work in a
13884         multibyte buffer.
13886 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13888         * gnus-score.el (gnus-score-fast-scoring): New variable.
13889         (gnus-score-headers): Use it.
13891         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
13893         * message.el (message-cite-original-1):
13894         Call gnus-article-highlight-citation if requested.
13895         (message-make-from): Allow name and address as optional arguments.
13897         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
13899         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
13900         bugs to doc string.
13901         (gnus-button-alist): Add mid\\|message-id.
13902         (gnus-button-fetch-group): Extend for use in
13903         `browse-url-browser-function'.
13904         (gnus-button-url-regexp): Try to catch paired parentheses like in
13905         Wikipedia URLs.
13907         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
13908         Suggested by Simon Krahnke <overlord@gmx.li>.
13910 2007-01-13  Romain Francoise  <romain@orebokech.com>
13912         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
13913         Update copyright.
13915 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
13917         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
13919 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13921         * gnus-registry.el (gnus-registry-unfollowed-groups)
13922         (gnus-registry-split-fancy-with-parent): Fix documentation.
13924 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13926         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
13927         from nnweb groups.
13929 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13931         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
13932         Xref urls.  Erase buffer before requesting head.
13934         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13936 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13938         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
13939         customizable.
13941 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
13943         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
13944         no signing key is found.
13945         (mml2015-epg-encrypt): Ask user whether to skip or abort if
13946         no encrypting and/or signing key is found.
13948 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13950         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
13952 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13954         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
13955         headers read from disk with the ones newly found in the current search.
13956         This should no longer cause problems, because the article numbers in
13957         Gmane's `nov.php' output are ignored since the previous change.
13959 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13961         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
13963 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13965         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13967 2007-01-01  Romain Francoise  <romain@orebokech.com>
13969         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
13971 2006-12-31  Steve Youngs  <steve@sxemacs.org>
13973         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
13974         `define-minor-mode' macro definition expanded properly.
13975         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
13976         exclude it there.
13978         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
13979         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
13980         `fboundp' test.
13981         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
13982         This is OK to autoload in (S)XEmacs now.
13984 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13986         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
13987         keystroke.
13988         (gnus-summary-limit-to-singletons): Fix typo.
13990         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
13991         else fails.
13993 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13995         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
13996         docstring.
13998         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
13999         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
14000         (gnus-summary-insert-dormant-articles): Fix typo in message.
14002 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
14004         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
14005         nil for XEmacs.
14006         (gnus-message-citation-mode): Don't autoload in XEmacs.
14008         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
14010 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
14012         * nnimap.el (nnimap-expunge-search-string):
14013         Mention nnimap-search-uids-not-since-is-evil in docstring.
14015 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14017         * spam.el: Revert to make-obsolete-variable because
14018         define-obsolete-variable-alias is not supported in Emacs 21.
14020         * spam.el (spam-ifile-path, spam-ifile-database-path)
14021         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
14022         make-obsolete-variable.
14023         (spam-bsfilter-path, spam-bsfilter-program)
14024         (spam-spamassassin-path, spam-spamassassin-program)
14025         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
14026         Don't use "path" inappropriately.
14027         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
14028         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
14029         variable names.
14031 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
14033         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
14034         summary buffer.
14036         * password.el (password-cache-remove): Use clear-string to burn
14037         password, if available.
14039 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14041         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
14043         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
14045         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
14046         (gnus-message-highlight-citation): Move defcustom here from
14047         gnus-cite.el.
14048         (gnus-message-citation-mode): Autoload.
14050         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
14051         checks to make it compile with XEmacs.
14052         (gnus-message-citation-mode): New minor mode.
14053         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
14054         (gnus-message-highlight-citation): New variables.
14055         (gnus-message-search-citation-line)
14056         (gnus-message-add-citation-keywords)
14057         (gnus-message-remove-citation-keywords)
14058         (turn-on-gnus-message-citation-mode)
14059         (turn-off-gnus-message-citation-mode): New functions.
14061 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
14063         * gnus-cite.el: Enable highlighting of different citation levels in
14064         message-mode.
14066 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14068         * message.el (message-make-fqdn): Fix comment.
14069         (message-bogus-system-names): Add ".local".
14071         * spam.el (spam-ifile-path, spam-ifile-program)
14072         (spam-ifile-database-path, spam-ifile-database)
14073         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
14074         Don't use "path" inappropriately.
14075         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
14076         strings.
14077         (spam-check-ifile, spam-ifile-register-with-ifile)
14078         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
14079         Use new variable names.
14081         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
14082         (gnus-treat-display-smileys): Simplify using
14083         gnus-image-type-available-p.
14085         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
14086         available.
14088 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14090         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
14091         one after turning on the buffer's multibyteness instead of decoding
14092         them directly in the unibyte buffer that causes unexpected conversion
14093         in Emacs 23 (unicode).
14095 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14097         * message.el (message-generate-hashcash): Fix custom type.
14099 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14101         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
14103 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14105         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
14106         disconnect icons.  Add help text.
14108 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
14110         * spam.el (spam-extra-header-to-number): CRM114 spam score is
14111         negated to be consistent with the others we handle.
14113 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14115         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
14116         version of gnus-summary-buffer to something, so that we can use two
14117         article buffers at the same time.
14119 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
14121         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
14122         trigger all the extra headers.
14123         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
14124         sorting.
14126 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14128         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
14129         solid groups.
14131 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14133         * legacy-gnus-agent.el: Add Copyright notice.
14135 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
14137         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
14139 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14141         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
14143         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
14144         to make it work reliably in CVS Emacs.
14145         (gnus-summary-limit-strange-charsets-predicate)
14146         (gnus-summary-limit-to-predicate): New functions.
14148 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
14150         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
14151         specifying array size.
14152         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
14153         array if it is too small.
14154         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
14155         (gnus-sort-threads-loop): New function.
14157 2006-12-06  Chris Moore  <dooglus@gmail.com>
14159         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
14160         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
14162 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
14164         * mm-url.el (mm-url-predefined-programs): Call curl with correct
14165         options.
14167 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14169         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
14170         DOS-ing the recipient.
14172         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
14173         the headers when creating the mapping to avoid mismappings.
14174         (nnweb-gmane-create-mapping): Always nix out old mapping.
14176 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14178         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
14179         and mm-verify-option to never.
14181 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14183         * message.el (message-signed-or-encrypted-p): New function.
14184         (message-forward-make-body): Use it.
14186         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
14187         Replace encode-coding-string with mm-encode-coding-string.
14189 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14191         * nneething.el (nneething-decode-file-name):
14192         Replace decode-coding-string with mm-decode-coding-string.
14194         * gnus-int.el (gnus-open-server): Say failed server's name.
14196 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
14198         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
14199         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
14201         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
14202         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
14203         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
14204         (gnus-group-make-directory-group, gnus-group-transpose-groups):
14205         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
14206         (gnus-subscribe-newsgroup, gnus-1):
14207         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
14208         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
14209         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
14210         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
14212 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14214         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
14215         keystroke.
14216         (gnus-summary-limit-to-bodies): Implement headersp.
14218 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14220         * dns.el (query-dns): Protect against "Process dns deleted" strings.
14222 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14224         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
14226 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14228         * message.el (message-generate-hashcash): Expand range of values to
14229         include `opportunistic'.
14230         (message-send-mail): Use it.
14232 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14234         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
14235         and comment it.
14237         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
14239 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
14241         * gnus-util.el (gnus-extract-address-components): Improve comment.
14243 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14245         * gnus-util.el (gnus-extract-address-components): Work with address in
14246         which the name portion contains @.
14248 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14250         * gnus.el (gnus-start): Move custom group up.
14251         (gnus-select-method): Don't autoload, but make it available for
14252         `customize-variable'.
14253         (gnus-getenv-nntpserver): Don't autoload.
14255 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
14257         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
14259 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14261         * message.el (message-sendmail-extra-arguments): New variable.
14262         (message-send-mail-with-sendmail): Use it.
14264 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14266         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
14267         mm-with-unibyte-current-buffer to make string unibyte.
14269         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
14270         mm-string-as-multibyte.
14272 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
14274         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
14275         Reported by Werner Koch <wk@gnupg.org>.
14277 2006-11-14  Daiki Ueno  <ueno@p360>
14279         * mml2015.el: Autoload epa-select-keys when compiling.
14281 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14283         * mml2015.el (mml2015-epg-sign): Save the signing keys in
14284         message-options.
14285         (mml2015-epg-encrypt): Save the recipient keys in message-options.
14287 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14289         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
14290         EasyPG (< 0.0.6).
14291         (mml2015-always-trust): New user option.
14292         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
14293         prompt.
14295 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14297         * nntp.el (nntp-authinfo-force): New variable.
14298         (nntp-send-authinfo): Use it.
14300 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
14302         * message.el (message-strip-subject-encoded-words): Allow _not_ to
14303         decode encoded words.  Improve prompt.  Add comment about forwarding.
14304         (message-replacement-char): Move up.
14306 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
14308         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
14309         instead of gnus-intersection because arguments of gnus-sorted-nunion
14310         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
14312 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
14314         * message.el (message-strip-subject-encoded-words): Reformat prompt.
14315         (message-simplify-subject-functions):
14316         Enable message-strip-subject-encoded-words by default.
14318 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
14320         * message.el (message-strip-subject-encoded-words): New function.
14321         (message-simplify-subject-functions): New variable.
14322         (message-simplify-subject): Use it.  Fix typo in doc string.
14323         Support message-strip-subject-encoded-words.
14325 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
14327         * gnus-diary.el (gnus-diary-delay-format-function):
14328         * nndiary.el (nndiary-reminders):
14329         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
14331 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14333         * gnus-art.el (article-hide-boring-headers): Fetch date from
14334         gnus-original-article-buffer to avoid problems with localized date
14335         strings.
14337 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14339         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
14341 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
14343         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14344         New variables.
14345         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14346         (mm-charset-synonym-alist): Move some entries to
14347         mm-codepage-iso-8859-list.
14348         (mm-charset-synonym-alist, mm-charset-override-alist):
14349         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14351 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14353         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
14355 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14357         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
14358         with Emacs 21 and XEmacs.
14360 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
14362         * spam.el (spam-parse-address): New function for better parsing,
14363         catching errors, etc.
14364         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
14366 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14368         * mm-view.el: Add interactive arg to html2text autoload.
14370 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14372         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
14374 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
14376         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14377         New variables.
14378         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14379         (mm-charset-synonym-alist): Move some entries to
14380         mm-codepage-iso-8859-list.
14382         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
14384 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
14386         * message.el (message-citation-line-format)
14387         (message-insert-formated-citation-line): Fix implementation of %E, %N
14388         and %n according to the doc string.
14390 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
14392         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14393         Use car-safe to avoid bad parses.
14395 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14397         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
14398         names.
14400         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
14402 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14404         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
14405         header.
14407         * message.el (message-draft-headers): Add Date.
14408         (message-headers-to-generate): Fix typo in docstring.
14410         * nndraft.el (nndraft-required-headers): New variable.
14411         (nndraft-generate-headers): Use it.
14413         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
14415 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
14417         * gnus-registry.el (gnus-registry-wash-for-keywords)
14418         (gnus-registry-find-keywords): New functions to allow easy searching of
14419         articles that are in the registry.
14421 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
14423         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14424         Use ietf-drums-parse-address instead of gnus-extract-address-components.
14425         Reported by Damien Elmes <damien@repose.cx>.
14427 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14429         * gnus.el (gnus-mime): Remove unused custom group.
14431 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14433         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
14434         "blank line" when searching for end of armor headers.
14436 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14438         * gmm-utils.el (gmm-write-region): Fix variable name.
14440 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14442         * gmm-utils.el (gmm-write-region): New function based on compatibility
14443         code from `mm-make-temp-file'.
14445         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
14447         * nnmaildir.el (nnmaildir--update-nov)
14448         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
14449         Use `gmm-write-region'.
14451 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14453         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
14454         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14456         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
14458         * message.el (message-replacement-char): New variable.
14459         (message-fix-before-sending): Use it.
14460         (message-simplify-subject): New function to remove duplicate code.
14461         (message-reply, message-followup): Use it.
14463         * gnus-sum.el (gnus-summary-make-menu-bar):
14464         Clarify gnus-summary-limit-to-articles.
14466 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14468         * gnus-util.el (gnus-with-local-quit): New macro.
14470         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
14472 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
14474         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
14475         ignore non-string data.
14477 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14479         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
14480         non-string data (needs to be done in the registry too).
14482 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14484         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
14485         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
14486         (gnus-registry-split-fancy-with-parent)
14487         (gnus-registry-fetch-simplified-message-subject-fast)
14488         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
14489         Remove text properties on ingress into the registry and when it's saved.
14490         (gnus-registry-clean-empty-function): Fix bug with cleaning the
14491         registry from entries with no groups.
14493 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14495         * gnus-util.el (gnus-string-remove-all-properties): Add utility
14496         function to remove string properties.
14498 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14500         * gmm-utils.el (gmm): Adjust custom version.
14502         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
14503         Adjust custom version.
14505         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
14507 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14509         * gnus-art.el (gnus-insert-prev-page-button)
14510         (gnus-insert-next-page-button): Simplify.  Reformat.
14512 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
14514         * gnus-art.el (gnus-insert-prev-page-button)
14515         (gnus-insert-next-page-button): Apply gnus-article-button-face.
14517 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
14519         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
14521 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
14523         * gnus-art.el (gnus-insert-mime-button)
14524         (gnus-insert-mime-security-button):
14525         Apply gnus-article-button-face to MIME and security buttons.
14527 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
14529         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
14530         readable.
14532 2006-09-20  Steve Youngs  <steve@sxemacs.org>
14534         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
14535         `browse-url-of-file' instead of `browse-url'.
14537 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14539         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14540         regexp.  Articles containing quotation were cut prematurely.
14542 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14544         * message.el (message-cite-original-1): Use nobody by default for the
14545         value of From header.
14546         (message-reply): Ditto.
14548 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
14550         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
14551         to the gnus-info.  This fixes a bug of inline-PGP message verification.
14552         Reported by Michael Piotrowski <mxp@dynalabs.de>.
14554 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
14556         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
14557         mails in the doc string.  Add some URLs in comment.
14558         (pop3-movemail): Warn about pop3-leave-mail-on-server.
14560 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14562         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
14563         backslashes handling and the way to find boundaries of quoted strings.
14565 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
14567         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
14568         mml1991-encrypt-to-self is set and mml1991-signers is not set.
14569         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
14570         mml2015-encrypt-to-self is set and mml2015-signers is not set.
14572 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14574         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
14575         doc string.
14576         (gnus-button-regexp, gnus-button-last): Remove unused variables.
14578 2006-09-06  Simon Josefsson  <jas@extundo.com>
14580         * mml2015.el (mml2015-use): Doc fix, mention epg.
14582 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
14584         * mml2015.el (mml2015-use): Default to epg, if available.
14586 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
14588         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
14589         message-sender.
14590         (mml1991-epg-encrypt): Ditto.
14591         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
14592         message-sender.
14593         (mml2015-epg-encrypt): Ditto.
14595 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
14597         * message.el (message-send-mail-with-sendmail): Look for sendmail in
14598         several common directories.
14600 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
14602         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
14603         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
14605 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14607         * gnus-art.el (article-decode-encoded-words): Make it fast.
14609 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14611         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
14613         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
14614         in quoted string into `\'.
14616 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14618         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14619         Use standard-syntax-table.
14621 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14623         * gnus-art.el (gnus-decode-address-function): New variable.
14624         (article-decode-encoded-words): Use it to decode headers which are
14625         assumed to contain addresses.
14626         (gnus-mime-delete-part): Remove useless `or'.
14628         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
14629         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
14630         (gnus-nov-parse-line): Use it to decode From header.
14631         (gnus-get-newsgroup-headers): Ditto.
14632         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
14634         * mail-parse.el (mail-decode-encoded-address-region): New alias.
14635         (mail-decode-encoded-address-string): New alias.
14637         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14638         New function.
14639         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
14640         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
14641         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
14642         (rfc2047-decode-string): Ditto.
14643         (rfc2047-decode-address-region): New function.
14644         (rfc2047-decode-address-string): New function.
14646 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
14648         * message.el (message-caesar-buffer-body): Allow rotating headers.
14650         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
14652         * message.el (message-insert-formated-citation-line): Fix %f.
14653         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
14655 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14657         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
14658         (gnus-bookmark-mouse-available-p): New macro.
14659         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
14660         (gnus-bookmark-bmenu-show-infos): Use it.
14661         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
14662         (gnus-bookmark-bmenu-hide-infos): Ditto.
14663         (gnus-bookmark-remove-properties): New function.
14664         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
14665         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
14666         (gnus-bookmark-write-file): Bind coding-system-for-write.
14667         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
14668         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
14669         group before selecting it.
14670         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
14671         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
14672         quit-window if it is not available; use gnus-mouse-2 and bind it to
14673         gnus-bookmark-bmenu-select-by-mouse.
14674         (gnus-bookmark-show-details): Remove unused variable `details-list'.
14675         (gnus-bookmark-bmenu-select-by-mouse): New function.
14677 2006-08-13  Romain Francoise  <romain@orebokech.com>
14679         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
14680         space.
14682 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14684         * compface.el (uncompface): Use binary rather than raw-text-unix.
14686 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14688         * compface.el (uncompface): Make sure the eol conversion doesn't take
14689         place when communicating with the external programs.
14690         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14692 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14694         * nnheader.el (nnheader-insert-head): Fix typo in comment.
14696 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14698         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14699         Make it more robust by parsing author and date independently.
14701 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14703         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
14705 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
14707         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
14708         first matching secret key.
14709         (mml2015-epg-encrypt): Ditto.
14711         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
14712         first matching secret key.
14713         (mml1991-epg-encrypt): Ditto.
14715         * mml2015.el (mml2015-encrypt-to-self): New user option.
14716         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
14717         mml2015-epg-encrypt-to-self is set.
14719         * mml1991.el (mml1991-encrypt-to-self): New variable.
14720         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
14721         mml1991-epg-encrypt-to-self is set.
14723         * mml2015.el (mml2015-signers): New user option.
14724         (mml2015-epg-sign): Reflect the value of mml2015-signers.
14725         (mml2015-epg-encrypt): Allow to select signing keys.
14727         * mml1991.el (mml1991-signers): New variable.
14728         (mml1991-epg-sign): Reflect the value of mml1991-signers.
14729         (mml1991-epg-encrypt): Allow to select signing keys.
14731 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14733         * nnheader.el (nnheader-insert-head): Make it work even if the file
14734         uses CRLF for the line-break code.
14736 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
14738         * mml2015.el: Require mml-sec instead of password.
14739         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
14740         (mml2015-cache-passphrase): Inherit the default value from
14741         mml-secure-cache-passphrase.
14742         (mml2015-passphrase-cache-expiry): Inherit the default value from
14743         mml-secure-passphrase-cache-expiry.
14745         * mml1991.el: Require mml-sec instead of password.
14746         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
14747         (mml1991-cache-passphrase): Inherit the default value from
14748         mml-secure-cache-passphrase.
14749         (mml1991-passphrase-cache-expiry): Inherit the default value from
14750         mml-secure-passphrase-cache-expiry.
14752         * mml-sec.el: Require password.
14753         (mml-secure-verbose): New user option.
14754         (mml-secure-cache-passphrase): New user option.
14755         (mml-secure-passphrase-cache-expiry): New user option.
14757 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
14758             Andreas Vögele  <andreas@altroot.de>   (tiny change)
14760         * pgg-def.el (pgg-truncate-key-identifier):
14761         Truncate the key ID to 8 letters from the end.
14763 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14765         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
14766         workaround for the url package included with Emacs.
14768         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14770 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14772         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
14773         correctly.  This fixes a bug caused by the 2006-05-12 change.
14775 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
14777         * nnmail.el (nnmail-article-group): If splitting raises an error, give
14778         some information about the error when saying that the `bogus' mail
14779         group will be used.
14781 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
14783         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
14784         string.
14786 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
14788         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
14790 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14792         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
14794 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
14796         * mml1991.el (mml1991-function-alist): Add epg.
14797         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
14798         (mml1991-epg-encrypt): New functions.
14800 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
14802         * mml2015.el (mml2015-verbose): New variable.
14803         (mml2015-cache-passphrase): Ditto.
14804         (mml2015-passphrase-cache-expiry): Ditto.
14805         (mml2015-function-alist): Add epg.
14806         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
14807         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
14808         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
14809         New functions.
14811 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14813         * message.el (message-cite-original-1): Preserve region when removing
14814         quoted text due to X-No-Archive in order to avoid bogus attribution
14815         when citing multiple messages.
14817 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14819         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
14820         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
14822 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
14824         * gnus-diary.el (gnus-user-format-function-d)
14825         (gnus-user-format-function-D): Autoload.
14827         * imap.el (Commentary): Fix typo.
14829         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
14830         2006-04-22 contribution.
14832 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14834         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
14835         It didn't really fix the bogosity I'm seeing with solid web groups.
14837 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14839         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
14840         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
14841         created using server names.  If we use the feature without declaring
14842         it, Gnus does not properly manage server and group state.
14844         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
14845         bound.
14847 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14849         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
14850         looking up the method using GROUP's prefix before inventing a new one.
14851         It is used on killed/unknown groups in various places where returning
14852         an all-new method isn't expected by the caller.
14854         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
14855         and match semantics of gnus-group-real-prefix.
14857 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
14859         * nnmail.el (nnmail-broken-references-mailers): New variable.
14860         (nnmail-ignore-broken-references): New function generalizing
14861         nnmail-fix-eudora-headers.
14862         (nnmail-fix-eudora-headers): Now obsolete.
14864         * gnus-art.el (gnus-button-handle-custom):
14865         Support `customize-apropos*'.
14867 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14869         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
14871         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
14872         articles.
14874 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
14876         * message.el (message-cite-reply-above): New variable.
14877         (message-yank-original): Use it.
14879 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14881         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
14883 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
14885         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
14886         as read.
14888         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
14890 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
14892         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
14893         (gnus-bookmark-default-file): Use gnus-directory.
14894         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
14895         Remove "*" in doc string.
14896         (gnus-bookmark-write-file): Simplify.
14897         (gnus-bookmark-maybe-sort-alist): Use `when'.
14898         (gnus-bookmark-get-bookmark): Fix typo in doc string.
14899         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
14900         Add FIXME about Emacs 21 and XEmacs compatibility.
14901         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
14902         compatibility.
14903         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
14904         compatibility.
14905         (gnus-bookmark-menu-heading): Fix version.
14907 2006-06-19  Bastien Guerry  <bzg@altern.org>
14909         * gnus-bookmark.el: New file.
14911 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14913         * message.el (message-syntax-checks): Doc fix.
14915 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14917         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
14918         unsubscribed groups as if they were killed ones.  It causes duplicate
14919         entries in gnus-newsrc-alist.
14921 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14923         * message.el (message-syntax-checks): Doc fix.
14924         (message-send-mail): Add check for continuation headers.
14925         (message-check-news-header-syntax): Fix regexp used to check for
14926         continuation headers.
14928 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14930         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
14932 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
14934         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
14936 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14938         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
14939         default-truncate-lines.
14941 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14943         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
14944         to fill the utf-8 entry.
14946 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14948         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14950 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
14952         * gnus-agent.el (directory-files-and-attributes): Move all the way
14953         forward (the third and final move).
14954         (gnus-agent-read-agentview): Trap reconstruction errors due to
14955         nonexistent directory.  Handle by returning nil.
14957 2006-05-30  Didier Verna  <didier@xemacs.org>
14959         * message.el (message-dont-reply-to-names): Update the custom type.
14960         * message.el (message-dont-reply-to-names): New defsubst: potentially
14961         convert a list of regexps into a single one.
14962         * message.el (message-get-reply-headers): Use it.
14963         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
14965 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14967         * gnus-agent.el (directory-files-and-attributes): Move forward.
14969 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14971         * gnus-ml.el (gnus-mailing-list-subscribe)
14972         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
14973         (gnus-mailing-list-message): Fix doc strings.
14975 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14977         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
14978         of doing it manually.
14980 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14982         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
14983         comment.
14985 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
14987         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
14988         (gnus-agent-read-agentview): Fix handling of end-of-file error.
14989         (gnus-agent-read-local): All symbols allocated in my-obarray.
14990         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
14991         (gnus-agent-regenerate-group): Check numeric names to see if they are
14992         messages or groups.
14993         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
14994         better way of do this...)
14996         * gnus-cache.el (gnus-agent-total-fetched-for):
14997         Ignore 'dummy.group' (there should be a better way of do this...)
14999 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15001         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
15002         (gnus-saved-headers): Ditto.
15003         (gnus-default-article-saver): Mention functions may have properties.
15004         (gnus-article-save): Override gnus-save-all-headers and
15005         gnus-saved-headers by :headers property which saver function may have.
15006         (gnus-summary-save-in-file): Add :headers property.
15007         (gnus-summary-write-to-file): Ditto.
15009         * gnus-sum.el (gnus-summary-save-article): Bind
15010         gnus-prompt-before-saving to t when saving many articles in a file;
15011         always show all headers.
15013 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
15015         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
15016         marks.
15018         * message.el (message-indent-citation): Add optional arguments to allow
15019         using it outside of message buffers.
15021         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
15022         (gnus-article-treat-unfold-headers): Use it.
15023         (gnus-article-truncate-lines): New variable.
15024         (gnus-article-mode): Use it.
15025         (gnus-article-toggle-truncate-lines): New function.
15027         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15028         Add gnus-article-toggle-truncate-lines.
15030         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
15031         coding system in XEmacs, use binary.
15033 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15035         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
15036         after-load-alist.
15038         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
15039         this function should save decoded articles.
15040         (gnus-summary-write-to-file): Use property to specify this function
15041         should save decoded articles and specify gnus-summary-save-in-file
15042         should be used to save articles other than the first one when saving
15043         many articles.
15044         (gnus-summary-save-body-in-file): Use property to specify this
15045         function should save decoded articles.
15046         (gnus-summary-write-body-to-file): Use property to specify this
15047         function should save decoded articles and specify
15048         gnus-summary-save-body-in-file should be used to save articles other
15049         than the first one when saving many articles.
15051         * gnus-sum.el (gnus-summary-save-article): Simplify.
15053 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15055         * gnus-art.el (gnus-default-article-saver):
15056         Add gnus-summary-write-body-to-file.
15057         (gnus-article-save-coding-system): Don't use coding system object
15058         in XEmacs.
15059         (gnus-read-save-file-name): Add optional `dir-var' argument which
15060         specifies directory in which files are saved; work even if optional
15061         `variable' argument is not specified.
15062         (gnus-summary-write-to-file): Read file name.
15063         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
15064         (gnus-summary-write-body-to-file): New function.
15066         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
15067         (gnus-summary-local-variables): Add it.
15068         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
15069         (gnus-summary-save-article): Remove optional `decode' argument;
15070         determine whether to decode articles by the value of
15071         gnus-default-article-saver; when saving many files using
15072         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
15073         it first and use gnus-summary-save-in-file or
15074         gnus-summary-save-body-in-file thereafter unless
15075         gnus-prompt-before-saving is always; move point to article which
15076         will be saved.
15077         (gnus-summary-save-article-file): Revert.
15078         (gnus-summary-write-article-file): Revert.
15079         (gnus-summary-save-article-body-file): Revert.
15080         (gnus-summary-write-article-body-file): New function.
15082 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
15084         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
15086 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15088         * gnus-art.el (gnus-default-article-saver): Doc fix.
15089         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
15090         from gnus-summary-save-article-coding-system, and default to a
15091         certain coding system.
15092         (gnus-output-to-file): Add coding cookie and encode text according
15093         to gnus-article-save-coding-system; don't use mm-append-to-file.
15095         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
15096         gnus-art.el and rename to gnus-article-save-coding-system.
15097         (gnus-summary-save-article): Require gnus-art; don't show all
15098         headers if it decodes articles; don't add coding cookie here;
15099         don't bind mm-text-coding-system-for-write.
15100         (gnus-summary-save-article-file): Save decoded articles.
15101         (gnus-summary-write-article-file): When saving many files, use
15102         gnus-summary-write-to-file first and gnus-summary-save-in-file
15103         thereafter unless gnus-prompt-before-saving is always.
15104         (gnus-summary-save-article-body-file): Save decoded articles.
15106 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15108         * nnrss.el (nnrss-check-group): Bind hash-index.
15110 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
15112         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
15113         its hash index.  Store this hash in `nnrss-group-data'.
15114         (nnrss-read-group-data): Update accordingly.
15116 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15118         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
15119         entry.
15121         * gnus-sum.el (gnus-summary-make-menu-bar):
15122         Add gnus-article-browse-html-article.
15124 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
15126         * gnus-sum.el (gnus-summary-mime-map):
15127         Add gnus-article-browse-html-article.
15129 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15131         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
15132         suitable coding systems in customize.
15134 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
15136         * mail-source.el (mail-sources): Fix custom type.
15138 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15140         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
15141         (gnus-summary-expire-articles-now): Shorten prompt.
15143         * gmm-utils.el (wid-edit): Require.
15144         (defun-gmm): Rename from `gmm-defun-compat'.
15145         (gmm-image-search-load-path): Use it.
15146         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
15148 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15150         * gnus-sum.el (gnus-summary-save-article-coding-system):
15151         New variable.
15152         (gnus-summary-save-article): Add optional `decode' argument.
15153         If it is set and gnus-summary-save-article-coding-system is non-nil,
15154         save decoded article.
15155         (gnus-summary-write-article-file): Save decoded article if
15156         gnus-summary-save-article-coding-system is non-nil.
15158         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
15159         type.
15161 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15163         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
15165 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15167         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
15168         first to test gnus-single-article-buffer which may be buffer-local.
15170         * gnus-sum.el (gnus-summary-setup-buffer):
15171         Make gnus-single-article-buffer buffer-local and nil in ephemeral
15172         group; make gnus-article-buffer, gnus-article-current, and
15173         gnus-original-article-buffer always buffer-local.
15174         (gnus-summary-exit): Kill article buffer belonging to ephemeral
15175         group.
15176         (gnus-handle-ephemeral-exit): Don't move to next summary line.
15178 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15180         * nnml.el (nnml-request-compact-group): Compressed files might not
15181         have .gz extension.
15183 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15185         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
15186         (mm-copy-to-buffer): Use with-current-buffer.
15187         (mm-display-part): Simplify.
15188         (mm-inlinable-p): Add optional arg `type'.
15190 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15192         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
15193         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
15194         Try harder to show the attachment internally or externally using
15195         gnus-mime-view-part-as-type.
15197 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15199         * message.el (message-from-style, message-signature-separator)
15200         (message-user-organization-file, message-send-mail-function)
15201         (message-citation-line-function, message-yank-prefix)
15202         (message-indent-citation-function, message-signature)
15203         (message-signature-file, message-signature-insert-empty-line):
15204         Remove autoloads.
15206         * gnus-art.el (gnus-buttonized-mime-types):
15207         Remove "multipart/signed".  Revert 2006-04-26 change.
15209 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15211         * gnus.el (gnus-version-number): Bump version.
15213 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15215         * gnus.el: No Gnus v0.5 is released.
15217 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15219         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
15220         fetching articles by message-id.
15222 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15224         * message.el (hashcash): Require hashcash as normal.
15226         * ecomplete.el (ecomplete-highlight-match-line):
15227         Use point-at-eol.
15228         (ecomplete-highlight-match-line): Use `highlight', because that
15229         face exists in both Emacs and XEmacs.
15231         * message.el (message-display-abbrev): Use point-at-bol.
15233         * mail-source.el: Don't require timer/timer-funcs.
15235         * gnus-async.el: Ditto.
15237         * password.el: Ditto.
15239         * mm-url.el: Ditto.
15241         * mm-util.el: Require timer/timer-funcs.
15243 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15245         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
15246         Close.
15248 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15250         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
15251         unibyte after clear-decrypt function runs.
15253         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
15254         returns as a unibyte string.
15256 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15258         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
15259         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
15260         (mml1991-pgg-encrypt): Ditto.
15262 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
15264         * message.el (message-user-organization-file): Check several
15265         locations of the organization file.
15267         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
15268         Add gnus-article-view-part-as-type.
15270         * gnus-art.el (gnus-article-view-part-as-type): New function.
15272         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
15273         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
15275         * mml.el: Simplify autoload.
15276         (mml-mode): defvar dnd-protocol-alist instead of using
15277         symbol-value.
15278         (mml-default-directory): New variable.
15279         (mml-minibuffer-read-file): Use it.
15280         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
15282         * message.el (message-citation-line-format): New variable.
15283         (message-insert-formated-citation-line): New function.
15284         (message-citation-line-function):
15285         Add `message-insert-formated-citation-line' to custom type.
15287         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
15288         to doc string.
15290         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
15291         depending on mm-verify-option.
15293 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15295         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
15296         binding pgg-* variables; reimplement the section which prevents
15297         MIME header from being signed.
15298         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
15299         pgg-text-mode; remove a blank line at the top of body.
15301         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
15302         lines at the top of body; use gnus-newsgroup-charset if there's no
15303         Charset header.
15305 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15307         * message.el (message-self-insert-commands): Doc fix.
15309         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
15310         (mm-uu-pgp-encrypted-test): Ditto.
15311         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
15312         between header and body; return application/pgp-encrypted handle
15313         if decryption failed; decode decrypted body by charset.
15315         * mm-decode.el (mm-automatic-display): Don't make application/pgp
15316         element match to application/pgp-*.
15318 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15320         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
15321         HTML.
15323 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15325         * mail-source.el (mail-source-call-script): Message the error
15326         string.
15328 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15330         * gnus-util.el (gnus-byte-compile): Use it.
15332 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
15334         * gnus-util.el (kill-empty-logs): New function.
15336 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15338         * message.el (message-mail-alias-type): Doc fix.
15339         (message-mail-alias-type-p): New function.
15340         (message-send): Use it.
15341         (message-mode): Ditto.
15342         (message-strip-forbidden-properties): Ditto.
15344         * ecomplete.el (ecomplete-database-file-coding-system):
15345         New variable.
15346         (ecomplete-save): Use it.
15347         (ecomplete-setup): Use it.
15349 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15351         * message.el (message-self-insert-commands): New variable.
15352         (message-strip-forbidden-properties): Use it.
15354 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15356         * message.el (message-put-addresses-in-ecomplete): Use a regexp
15357         that doesn't make XEmacs choke.
15359 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
15361         * gnus-util.el (gnus-replace-in-string):
15362         Prefer replace-regexp-in-string over of replace-in-string.
15364 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15366         * gnus-util.el (gnus-select-frame-set-input-focus):
15367         Use select-frame-set-input-focus if it is available in XEmacs; use
15368         definition defined in Emacs 22 for old Emacsen.
15370 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15372         * mm-view.el (mm-inline-text): Use equal instead of equalp.
15374 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
15376         * gnus-registry.el (gnus-registry-cache-save): Remove text
15377         properties when saving via the temp buffer.
15379 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15381         * message.el (message-generate-hashcash): Honor custom type.
15383 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15385         * message.el (message-generate-hashcash): Default to non-nil when
15386         hashcash is found.
15388         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
15389         (gnus-refer-thread-limit): Increase default to 500.
15391         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
15393         * flow-fill.el (fill-flowed): Allow delete-space.
15395 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15397         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15398         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
15399         Remove autoloads.
15401 2006-04-18  Simon Josefsson  <jas@extundo.com>
15403         * message.el (message-generate-hashcash): Default to.
15405 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15407         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15408         concatenating segments rather than before concatenating them.
15410 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
15412         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
15414         * imap.el (imap-quote-specials): New function.
15415         (imap-login-auth): Quote specials.
15417 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15419         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
15421         * message.el (message-forward-make-body-plain):
15422         Allow message-forward-ignored-headers to be a list.
15423         (message-remove-ignored-headers): Factor out into function.
15424         (message-forward-make-body-mml): Use it.
15425         * rfc2231.el (rfc2231-parse-string): Remove dead code.
15426         (rfc2231-parse-string): Allow concatanation of parameters that
15427         aren't contiguous.  The test case is
15428           (mail-header-parse-content-type "message/external-body;
15429             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
15430             access-type=LOCAL-FILE;
15431             name*1*=plugh%2fhello-sailor%2fbing.pdf")
15433 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15435         * nntp.el (nntp-accept-process-output): Return the value of
15436         `nnheader-accept-process-output'.
15438 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15440         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
15441         (gnus-button-alist): Recognize more diff formats.
15442         (gnus-button-patch): Strip directory.
15444 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
15446         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
15447         Emacs 22 when setting focus.
15449 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15451         * gnus-art.el (gnus-article-treat-types): Do treatment of
15452         text/x-verbatim parts.
15453         (gnus-button-patch): New command.
15455         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
15456         addresses that contain invalid characters.
15458 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15460         * message.el (message-put-addresses-in-ecomplete):
15461         Use gnus-replace-in-string.
15462         (message-is-yours-p): Use the more correct
15463         mail-header-parse-address instead of
15464         mail-extract-address-components.
15465         (message-put-addresses-in-ecomplete): Fix typo.
15467         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
15468         keystroke.
15470         * gnus-art.el (gnus-treatment-function-alist): Change order of
15471         newsgroups/generic header folding to avoid double-folding.
15473         * message.el (message-hidden-headers): Add X-Draft-From.
15475         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
15476         New command.
15477         (gnus-summary-repeat-search-article-backward): New command.
15479         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
15480         groups in the parent topic.
15482 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
15484         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
15485         (spam-extra-header-to-number): Return the CRM114 number as a
15486         number instead of a string.
15488 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15490         * gnus-art.el (gnus-face-properties-alist): Move here from
15491         gnus-fun.
15493         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
15495 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15497         * message.el (message-strip-forbidden-properties): Only display on
15498         self-insert-command.
15500         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
15501         reindent.
15502         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
15504 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
15506         * smiley.el (smiley-style): Fix typo.
15508 2006-03-23  Kenichi Handa  <handa@m17n.org>
15510         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
15511         instead of set-buffer-multibyte.
15513 2006-03-23  Kenichi Handa  <handa@m17n.org>
15515         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15516         buffer and then decode the buffer text if necessary.
15517         (rfc2231-encode-string): Be sure to work on multibyte buffer at
15518         first, and after mm-encode-body, change the buffer to unibyte.
15520 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15522         * hashcash.el (hashcash-insert-payment-async-2):
15523         Use message-goto-eoh instead of doing it manually.
15524         (mail-add-payment): Use message-narrow-to-header instead of trying
15525         to do the same itself.
15527         * message.el (message-hidden-headers): Add Face.
15529         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
15530         reparenting code.
15531         (gnus-summary-reparent-children): Refactored out code.
15532         (gnus-summary-thread-map): New keystroke.
15533         (gnus-summary-reparent-children): Make into command.
15535         * smiley.el (smiley-style): Default to `medium' if using a large
15536         font.
15538         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
15539         does it itself.
15541         * message.el (message-point-in-header-p): Simplify definition.
15543 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15545         * nnagent.el (nnagent-request-set-mark): Silence log file
15546         writing.
15547         (nnagent-request-set-mark): Use write-region instead of
15548         append-to-file.
15550         * gnus-sum.el (gnus-read-header): Fudge article number if using a
15551         strange select method.
15553         * ecomplete.el (ecomplete-display-matches): Get highlightling
15554         right.
15555         (ecomplete-display-matches): Use literals.
15556         (ecomplete-display-matches): Disable message logging.
15558         * message.el (message-display-abbrev): Small optimization.
15560         * ecomplete.el (ecomplete-display-matches): Allow automatic
15561         display.
15563         * message.el (message-strip-forbidden-properties):
15564         Display abbrevs.
15565         (message-display-abbrev): Get automatic display right.
15567         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
15568         keystrokes.
15570 2006-04-13  Romain Francoise  <romain@orebokech.com>
15572         TODO: Backport to v5-10!
15574         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
15575         Move here (and rename) from gnus-registry.el.
15577         * gnus-registry.el: Require gnus-util.
15578         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
15580 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15582         * gnus-group.el (gnus-group-catchup-current):
15583         Change if-then-else-if-then-else into cond.
15584         (gnus-group-catchup): Indent.
15585         (group-name-at-point): New function.
15586         (gnus-fetch-group): Provide default from thing at point.
15588 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15590         * message.el (message-display-abbrev): Fix regexp.
15592         * ecomplete.el (ecomplete-highlight-match-line):
15593         Reimplement choosing.
15594         (ecomplete-highlight-match-line): Fix up code rewrite, remove
15595         dead variables.
15597         * message.el (message-newline-and-indent): Remove debugging.
15598         (message-display-abbrev): Use new implementation.
15600 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15602         * gnus-art.el (gnus-article-mode):
15603         Set cursor-in-non-selected-windows to nil.
15605         * smiley.el: Revert previous change.
15606         (smiley-data-directory): defvar it before using it in the
15607         defcustom of `smiley-style'.
15609 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15611         * message.el (message-newline-and-indent): New function.
15613         * ecomplete.el: Implement more bits.
15615         * message.el (message-put-addresses-in-ecomplete): Clean up the
15616         string.
15618         * ecomplete.el (ecomplete-add-item): Chop off decimals.
15620         * gnus-sum.el (gnus-summary-save-parts):
15621         Bind gnus-summary-save-parts-counter and use it to make unique file
15622         names.
15624         * gnus-art.el (gnus-ignored-headers): Add some more headers.
15626         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
15627         parameter to say whether to actually parse the individual
15628         addresses.
15630         * message.el (message-put-addresses-in-ecomplete): New function.
15631         (ecomplete): Require.
15632         (message-mail-alias-type): Add ecomplete as an option.
15634 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
15636         * flow-fill.el (fill-flowed): Remove trailing space from blank
15637         quoted lines.
15639 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15641         * smiley.el (smiley-style): Move definition later to avoid a
15642         compilation warning.
15644 2006-04-12  Kenichi Handa  <handa@m17n.org>
15646         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15647         buffer and then decode the buffer text if necessary.
15648         (rfc2231-encode-string): Be sure to work on multibyte buffer at
15649         first, and after mm-encode-body, change the buffer to unibyte.
15650         Use mm-disable-multibyte instead of set-buffer-multibyte.
15652 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15654         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
15655         Content-Type header instead of Content-Disposition header.
15656         (gnus-mime-inline-part): Ditto.
15657         (gnus-mime-view-part-as-charset): Ignore charset that the part
15658         specifies.
15660         * mm-decode.el (mm-display-part): Work with external parts and
15661         usual parts similarly.
15663         * mm-extern.el (mm-inline-external-body): Use mm-display-part
15664         instead of gnus-display-mime.
15666         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
15667         instead of with-temp-buffer.
15669         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
15670         tag to summarized topics part in order to encode non-ASCII text.
15672 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15674         * smiley.el (smiley-style): New variable.
15675         (smiley-directory): New function.
15676         (smiley-data-directory): Derive from `smiley-style' using
15677         `smiley-directory'.
15678         (smiley-regexp-alist): Add new entries.
15680         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
15681         (gnus-article-browse-delete-temp): Add :version.
15683 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
15685         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
15686         the sieve region.
15688 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15690         * gnus.el (gnus-version-number): Bump version.
15692 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15694         * gnus.el: No Gnus v0.4 is released.
15696 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15698         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
15699         layout.
15701         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
15702         unknown charset.
15704         * message.el (message-header-synonyms): Add Original-To to the
15705         default.
15707         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
15708         optional parameter.
15710 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
15712         * gnus-fun.el (gnus): Require it for gnus-directory.
15714 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15716         * gnus-fun.el (gnus-face-properties-alist): Add :version.
15718 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
15720         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
15722 2006-04-05  Simon Josefsson  <jas@extundo.com>
15724         * password.el (password-reset): New function.
15726 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
15728         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
15729         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
15731 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15733         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15734         Some whitespace was matched into the url, which broke browsing hits
15735         > 100 when mm-url-use-external was nil.
15737 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15739         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15740         Check gnus-extra-headers for 'Newsgroups.
15742         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
15743         bound.
15745 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
15747         * pgg-gpg.el: Clean up process buffers every time gpg processes
15748         complete.
15750 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
15752         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15753         doc string.
15755 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
15757         * pgg-gpg.el (pgg-gpg-process-filter)
15758         (pgg-gpg-wait-for-completion): Check if buffer is alive.
15760         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
15761         lines, temporary fix.
15763 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15765         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
15767 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
15769         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
15770         default-enable-multibyte-characters.  This reverts the change from
15771         revision 6.17 which is no longer necessary because the passphrase
15772         is sent separately now.  GnuPG messages are unreadable under
15773         multibyte locales with default-enable-multibyte-characters set to
15774         nil.
15776 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
15778         * message.el (message-tool-bar-gnome): Move "spell".
15780 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
15782         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
15783         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
15784         instead.
15786 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
15788         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15789         Improve newsgroups handling for NNTP overviews which don't include
15790         Newsgroups.
15792 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15794         * message.el (message-resend): Bind message-generate-hashcash to nil.
15796 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15798         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
15799         when searching for already-paid recipients.
15801 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
15803         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
15804         passphrases when it is not needed.
15805         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
15806         passphrase stuff from gpg, should only be necessary when you use
15807         gpg with a smartcard.
15809 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15811         * mml.el (mml-insert-mime): Ignore cached contents of
15812         message/external-body part.
15814         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
15815         (mm-insert-part): Ditto.
15817 2006-03-23  Simon Josefsson  <jas@extundo.com>
15819         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
15820         Reiner.
15821         (pgg-gpg-use-agent-p): Use it again.
15823 2006-03-23  Simon Josefsson  <jas@extundo.com>
15825         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
15826         older emacsen.
15827         (pgg-gpg-use-agent-p): Don't use it.
15829 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
15831         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
15832         if we can.
15834 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
15836         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15837         (pgg-gpg-update-agent): New function.
15838         (pgg-gpg-use-agent-p): New function.
15839         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15840         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15841         (pgg-gpg-sign-region): Use it.
15843 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15845         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
15846         Reported by Ralf Wachinger <rwachinger@gmx.de>.
15848 2006-03-21  Simon Josefsson  <jas@extundo.com>
15850         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15851         <wilde@sha-bang.de>.
15852         (pgg-gpg-use-agent): New variable.
15853         (pgg-gpg-process-region): Use it.
15854         (pgg-gpg-encrypt-region): Likewise.
15855         (pgg-gpg-encrypt-symmetric-region): Likewise.
15856         (pgg-gpg-decrypt-region): Likewise.
15857         (pgg-gpg-sign-region): Likewise.
15858         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15860 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15862         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
15864         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
15865         Add comment on version.
15867 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15869         * smiley.el: Add missing test smiley.
15871 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15873         * mm-decode.el (mm-with-part): New macro.
15874         (mm-get-part): Use it; work with message/external-body as well.
15875         (mm-save-part): Treat name and filename equally.
15877         * mm-extern.el (mm-extern-cache-contents): New function.
15878         (mm-inline-external-body): Use it; force the part to be displayed;
15879         move undisplayer added to the cached handle to the parent.
15881         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
15882         (gnus-mime-view-part-as-type): Work with message/external-body.
15884         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
15886 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15888         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
15889         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
15890         Emacs.]
15892 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15894         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
15895         path rather than symbol.  Always return list of directories.
15896         Guarantee that image directory comes first.  [Sync with image.el,
15897         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
15899         * message.el (message-make-tool-bar): Adjust to new API of
15900         `gmm-image-load-path-for-library'.
15902         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15904         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15906 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15908         * gnus-art.el (gnus-article-only-boring-p):
15909         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
15910         intangible text.
15911         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
15913 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
15915         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
15916         Use `defun' instead of `gmm-defun-compat'.
15918 2006-03-14  Simon Josefsson  <jas@extundo.com>
15920         * message.el (message-unique-id): Don't use message-number-base36
15921         if (user-uid) is a float.
15922         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
15924 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15926         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
15928         * gnus-art.el (gnus-mime-display-single): Make sure there is an
15929         empty line between a part and a message part.
15931 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
15933         * smiley.el: Add more test smileys.
15934         (smiley-data-directory, smiley-regexp-alist)
15935         (gnus-smiley-file-types): Fix doc strings.
15936         (smiley-update-cache): Clear smiley-cached-regexp-alist before
15937         adding new elements.
15938         (smiley-mouse-map): Unused code.  Make it a comment.
15940 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15942         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
15943         scan latest NoCeM messages instead of old ones.
15944         (gnus-nocem-check-article): Fix regexps so as to match to PGP
15945         delimiters that are recently used.
15946         (gnus-nocem-load-cache): Add autoload cookie.
15948         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
15950         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
15951         level which is larger than gnus-use-nocem is specified.
15953         * gnus-group.el (gnus-group-get-new-news): Ditto.
15955 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15957         * gnus-util.el (gnus-tool-bar-update): New function.
15959         * gnus-group.el (gnus-group-update-tool-bar): New variable.
15960         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
15962         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
15964         * gnus-group.el (gnus-group-redraw-when-idle)
15965         (gnus-group-redraw-check): Remove.
15966         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
15968 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15970         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
15971         if optional last element is specified in splits (FIELD VALUE...).
15973 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
15975         * message.el (message-make-tool-bar): Rename gmm-image-load-path
15976         to gmm-image-load-path-for-library.  Call with no-error argument.
15977         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
15979         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15981         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15983         * gmm-utils.el (gmm-image-load-path): Remove alias.
15985 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
15987         * gmm-utils.el (gmm-image-load-path): Add alias.
15989         * nnml.el (nnml-generate-nov-databases-directory): Rename from
15990         nnml-generate-nov-databases-1.
15991         (nnml-generate-nov-databases): Use it.
15992         (nnml-generate-nov-databases-directory): Document no-active
15993         argument.
15995         * gmm-utils.el (gmm-image-load-path-for-library): Return single
15996         directory if path is t.  Add no-error.
15998         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
15999         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16001         * gnus-art.el (gnus-article-browse-delete-temp-files):
16002         Simplify resetting gnus-article-browse-html-temp-list.
16004         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
16005         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
16006         Add example to docstring.  Rename local variables.  Move error
16007         checks to default case in cond and simplify.
16009 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16011         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
16012         handle is multipart when calling it recursively.
16013         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
16015 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
16017         * nnimap.el (nnimap-request-update-info-internal): Optimize.
16018         Don't `gnus-uncompress-range' to avoid excessive memory usage.
16020 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16022         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
16023         is loaded.
16025         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
16026         loaded.
16028 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16030         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
16031         to "Emacs 23 (unicode)" in doc string.
16033         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
16034         "Emacs 23 (unicode)" in comment.
16036 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16038         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
16040         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
16041         characters 160 through 255 in Emacs 23.
16043 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16045         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
16046         gnus-article-browse-html-temp.
16047         (gnus-article-browse-delete-temp): Make it customizable.
16048         Add `file'.  Adjust doc string.
16049         (gnus-article-browse-delete-temp-files): Add argument.
16050         Allow query for each file.  Adjust doc string.
16051         (gnus-article-browse-html-parts):
16052         Add `gnus-article-browse-delete-temp-files' to
16053         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
16055 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
16057         * gnus-art.el (gnus-article-browse-html-temp)
16058         (gnus-article-browse-delete-temp): New variables.
16059         (gnus-article-browse-delete-temp-files): New function.
16060         (gnus-article-browse-html-parts): Use it.
16062 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16064         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
16066         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
16067         string.
16069         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
16070         gnus-summary-insert-new-articles when unplugged.
16071         Remove gnus-summary-search-article-forward.
16073         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
16074         display-visual-class instead of display-color-cells.
16076 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16078         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
16079         message/* containing non-ASCII text properly.
16081 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16083         * message.el: Require gmm-utils, remove autoloads.
16084         (message-tool-bar): Set default based on
16085         gmm-tool-bar-style.
16086         (message-tool-bar-gnome): Add gmm-customize-mode.
16088         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
16089         gmm-tool-bar-style.
16090         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
16092         * gnus-group.el (gnus-group-tool-bar): Set default based on
16093         gmm-tool-bar-style.
16094         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
16096         * gmm-utils.el (gmm-image-directory): Rename variable from
16097         gmm-image-load-path.
16098         (gmm-image-load-path): Use gmm-image-directory.
16099         (gmm-customize-mode): New function.
16100         (gmm-tool-bar-style): New variable.
16102         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
16103         gnus-group-redraw-line-number.
16104         (gnus-group-redraw-check): Simplify.
16105         (gnus-group-tool-bar-update): Remove redraw check.
16106         (gnus-group-make-tool-bar): Add redraw check.
16108 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
16110         * gnus-art.el (gnus-button): Add missing parentheses.
16112 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16114         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
16116 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16118         * gnus-art.el (gnus-button): New face.
16119         (gnus-article-button-face): Use it.
16121         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16122         Add gnus-summary-next-page.  Re-order.
16124         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
16125         next-node are now included.
16126         (gnus-group-redraw-line-number): New internal variable.
16127         (gnus-group-redraw-check): Helper function for updating the tool
16128         bar.
16129         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
16131         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
16133         * spam.el (spam-spamassassin-score-regexp): New internal variable.
16134         (spam-extra-header-to-number, spam-check-spamassassin-headers):
16135         Use it to match format of Spamassassin 3.0 and later.
16136         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
16137         (spam-check-bogofilter)
16138         (spam-bogofilter-register-with-bogofilter): Fix args of
16139         `gnus-error' calls.
16141 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16143         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
16144         unnecessary interaction when sending queued mails.
16145         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
16147 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16149         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
16150         first or last are nil.
16152 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16154         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
16156 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16158         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
16160 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16162         * dns.el (query-dns): Protect more against buggy tcp output.
16164 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16166         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
16167         nov.php.
16169 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16171         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
16172         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
16173         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
16174         output on the server side.
16175         (nnweb-google-create-mapping): Update regexps and add some
16176         progress indication.
16178 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
16180         * gnus-group.el (gnus-group-tool-bar-gnome):
16181         Fix gnus-agent-toggle-plugged.  Re-order icons.
16182         (gnus-group-tool-bar-gnome):
16183         Add gnus-group-{prev,next}-unread-group.
16184         (gnus-group-tool-bar-gnome): Re-order icons.
16186         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16187         Move gnus-summary-insert-new-articles.
16189         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
16190         Fix comments.
16192         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
16193         also available in Emacs 21.3.
16195         * message.el (message-fix-before-sending): Change "Emacs 22" to
16196         "Emacs 23 (unicode)" in comment.
16198         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
16199         "Emacs 23 (unicode)" in comment.
16201         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
16202         comment.
16203         (mm-coding-system-p): Add comment about no-MULE XEmacs.
16205         * mm-view.el (mm-fill-flowed): Add :version.
16207 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16209         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
16210         and load-path.
16212 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
16214         * message.el: Autoload gmm-image-load-path.
16215         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
16216         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
16217         consitency.
16219         * gmm-utils.el (gmm-image-load-path): Also search in
16220         "../etc/images".  Don't set gmm-image-load-path if we don't find
16221         the image.
16223 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16225         * gmm-utils.el (gmm-image-load-path): Don't make
16226         `gmm-image-load-path' include subdirectories which the second arg
16227         `image' might specify.
16229         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
16230         subdirectory to icon file names.
16232         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
16234 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16236         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
16237         gmm-image-load-path calls.
16239         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16241         * message.el (message-make-tool-bar): Ditto.
16243         * mml.el (mml-preview): Add comment concerning tool bar icons.
16245         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
16246         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
16248         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
16249         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
16251         * message.el (message-tool-bar-gnome): Use new icon names.
16252         (message-make-tool-bar): Use `gmm-image-load-path'.
16254         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
16255         New functions from MH-E.
16256         (gmm-image-load-path): New variable from MH-E.
16257         (gmm-image-load-path): New function from MH-E.  Add arguments
16258         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
16259         *-image-load-path-called-flag.
16261 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
16263         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
16265 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
16267         * nnimap.el (nnimap-request-move-article): Change folder back to
16268         source group before deleting.
16270 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
16272         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
16274         * gnus-art.el (mm-url-insert-file-contents-external):
16275         Autoload mm-url.
16277         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
16279 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16281         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
16282         coding system which mm-charset-to-coding-system returns for a
16283         given charset is valid.
16285 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
16287         * html2text.el (html2text-remove-tag-list):
16288         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
16290 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
16292         * gnus-cus.el: Revert 2005-10-17 change.
16294 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16296         * gnus-art.el (article-strip-banner):
16297         Call article-really-strip-banner only when the regexp match is made.
16299 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16301         * gnus-art.el (article-strip-banner):
16302         Use gnus-extract-address-components instead of
16303         mail-header-parse-addresses to make it work with non-ASCII text;
16304         remove mail-encode-encoded-word-string.
16306         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
16307         values which are surrounded with \"...\"; make it never cause a
16308         Lisp error; give up parsing of parameters if it failed in
16309         extracting type.
16311 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
16313         * smime.el (smime-cert-by-ldap-1): Fix bug where
16314         `smime-ldap-search' returns results without userCertificates.
16316 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16318         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
16320 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16322         * spam.el (spam-check-spamassassin-headers): Adapt format for
16323         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
16324         <ari@mbf.ocn.ne.jp>.
16325         (spam-list-of-processors): Add spam-use-gmane.
16327 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16329         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
16330         make-temp-file; make it work with XEmacs as well.
16332         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
16333         mm-make-temp-file.
16335         * mm-decode.el (mm-display-external): Use the 3rd arg of
16336         mm-make-temp-file.
16337         (mm-create-image-xemacs): Ditto.
16339 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16341         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
16342         with message-narrow-to-headers.
16343         (gnus-draft-setup): Narrow to header to run message-fetch-field.
16344         (gnus-draft-check-draft-articles): New function.
16345         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
16347 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16349         * gnus-art.el (gnus-article-browse-html-parts):
16350         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
16351         Don't use suffix argument for mm-make-temp-file for Emacs 21
16352         compatibility.  Remove useless `format'.
16354 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16356         * nnweb.el (nnweb-google-wash-article): Update regexps.
16357         (nnweb-group-alist): Use defvoo instead of defvar.
16359 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16361         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
16362         re-loading nn* modules.
16364 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16366         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
16367         for `tool-bar-mode' and don't check it's default-value.
16369         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16371         * message.el (message-make-tool-bar): Ditto.
16373         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
16374         `substring'.  Shorten tmp-file name.
16376         * gnus.el: Remove bogus comment.
16378 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
16380         * gnus-art.el (gnus-article-browse-html-parts): New function.
16381         (gnus-article-browse-html-article): New function for viewing html
16382         articles with a browser.
16384 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
16386         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
16387         (mml2015-pgg-encrypt): Ditto.
16389         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
16390         (mml1991-pgg-encrypt): Ditto.
16392 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16394         * nnfolder.el (nnfolder-insert-newsgroup-line):
16395         Use message-make-date instead of current-time-string.
16397         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
16398         to gnus-decoded which mm-uu might set.
16400 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16402         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
16403         don't decode quoted parameters; remove misimported Emacs code.
16404         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16405         (rfc2231-decode-encoded-string): Don't use split-string which
16406         behaves differently according to Emacs version; use
16407         mm-decode-coding-region to convert charset to coding-system.
16408         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16409         (rfc2231-encode-string): Remove misimported Emacs code.
16411 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16413         * gnus-art.el (article-decode-charset): Don't use ignore-errors
16414         when calling mail-header-parse-content-type.
16415         (article-de-quoted-unreadable): Ditto.
16416         (article-de-base64-unreadable): Ditto.
16417         (article-wash-html): Ditto.
16419         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
16420         calling mail-header-parse-content-type and
16421         mail-header-parse-content-disposition.
16422         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
16423         mail-header-parse-content-type.
16425         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
16426         insert charset and format parameters; encode description after
16427         inserting it to buffer.
16428         (mml-insert-parameter): Fold lines properly even if a parameter is
16429         segmented into two or more lines; change the max column to 76.
16431         * rfc1843.el (rfc1843-decode-article-body): Don't use
16432         ignore-errors when calling mail-header-parse-content-type.
16434         * rfc2231.el (rfc2231-parse-string): Return at least type if
16435         possible; don't cause an error even if it fails in parsing of
16436         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16437         (rfc2231-encode-string): Don't break lines at the beginning, leave
16438         it to mml-insert-parameter.
16440         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
16441         calling mail-header-parse-content-type.
16443 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
16445         * spam-report.el (spam-report-gmane-use-article-number):
16446         Improve doc string.
16447         (spam-report-gmane-internal): Check if a suitable header was found
16448         in the article.
16450 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16452         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
16453         (rfc2231-encode-string): Make param*=value always begin with LWSP.
16455 2006-02-05  Romain Francoise  <romain@orebokech.com>
16457         Update copyright notices of all files in the gnus directory.
16459 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16461         * nnweb.el (nnweb-request-group): Avoid growing overview files.
16463 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16465         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
16466         segmented lines of parameter value to cope with Thunderbird 1.5
16467         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
16468         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16469         (rfc2231-encode-string): Don't make lines exceeding 76 column.
16471 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
16473         * mml.el (mml-generate-mime-1): Correct the order of inline signed
16474         parts.
16476 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16478         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
16479         there's only one active file for all servers.
16480         (nnweb-request-scan): Make sure nnweb-articles is initialized on
16481         solid groups.  Gnus might have used a FAST request to select the group.
16482         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
16483         and nnweb-search redundantly in the active file.
16484         (nnweb-request-list): Don't list bogus groups.  There can only be one.
16485         (nnweb-request-create-group): Don't use ARGS.
16486         (nnweb-possibly-change-server, nnweb-request-group): Remove some
16487         initializations.  Let nnoo do the work.
16489 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16491         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
16492         Say the part has been decoded.
16494         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
16496 2006-01-31  Kevin Ryde  <user42@zip.com.au>
16498         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
16499         mailcap-viewer-test-cache when there's no 'test clause, since that
16500         will invert the meaning of a "nil" test previously determined by
16501         mailcap-mailcap-entry-passes-test.
16503 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16505         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
16506         compiling.
16508         * gnus-sum.el: Ditto.
16510         * message.el: Don't bind tool-bar-map when compiling.
16512 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
16514         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
16516 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16518         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
16519         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
16520         current Google Groups.
16522 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
16524         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
16525         and tool-bar-mode.
16527         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
16528         and tool-bar-mode.
16530         * message.el (message-tool-bar-update): Simplify.
16531         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
16533         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
16534         gnus-summary-buffer.
16535         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
16536         gnus-summary-reply.
16538         * gmm-utils.el (gmm): Add :version.
16540 2006-01-26  Steve Youngs  <steve@sxemacs.org>
16542         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
16543         Don't autoload.
16545 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16547         * gmm-utils.el (gmm-verbose): Add :group.
16549 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
16551         * message.el: Change some comments WRT tool-bars.
16553         * gnus-sum.el (gnus-summary-tool-bar)
16554         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
16555         (gnus-summary-tool-bar-zap-list): New variables.
16556         (gnus-summary-make-tool-bar): Complete rewrite using
16557         `gmm-tool-bar-from-list'.
16559         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
16560         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
16561         New variables.
16562         (gnus-group-make-tool-bar): Complete rewrite using
16563         `gmm-tool-bar-from-list'.
16564         (gnus-group-tool-bar-update): New function.
16566         * message.el (message-mode-field-menu): Add "Show hidden Headers".
16568 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16570         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
16571         is dissected into a single part of which the type is the same as
16572         the given one; decode charset.
16574 2006-01-21  Kevin Ryde  <user42@zip.com.au>
16576         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
16577         into alists as symbol not string, since that's what
16578         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
16579         look for.
16581 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
16583         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
16584         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
16586         * message.el (message-tool-bar-gnome): Use gmm-ignore.
16588 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16590         * gnus-art.el (gnus-mime-security-button-commands): New variable.
16591         (gnus-mime-security-button-menu): New definition.
16592         (gnus-mime-security-button-map): Use them.
16593         (gnus-mime-security-button-menu): New function.
16594         (gnus-insert-mime-security-button): Addition to help echo.
16595         (gnus-mime-security-run-function, gnus-mime-security-save-part)
16596         (gnus-mime-security-pipe-part): New functions.
16598         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
16599         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
16601         * mm-decode.el (mm-handle-set-disposition): Remove.
16602         (mm-handle-set-description): Remove.
16604 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16606         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
16607         (mm-w3m-standalone-supports-m17n-p): New function.
16608         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
16609         w3m usage.
16611         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
16612         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
16614 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16616         * message.el (message-tool-bar-zap-list):
16617         Use gmm-tool-bar-zap-list as custom type.
16618         (message-tool-bar-update): New function.
16619         (message-tool-bar, message-tool-bar-gnome)
16620         (message-tool-bar-retro): Add message-tool-bar-update.
16621         (message-tool-bar-gnome): Add flyspell-buffer.
16623         * gnus-util.el (gnus-error): Describe `args'.
16625         * gmm-utils.el (gmm-error): Describe `args'.
16626         (gmm-tool-bar-zap-list): New widget.
16627         (gmm-tool-bar-from-list): Improve description of `zap-list'.
16629 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16631         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
16632         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
16633         the number of recursive calls.
16635         * mm-decode.el (mm-handle-set-disposition): New macro.
16636         (mm-handle-set-description): New macro.
16638 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16640         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
16641         encoding.
16643 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
16645         * message.el (message-tool-bar-zap-list, message-tool-bar)
16646         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
16647         (message-tool-bar-local-item-from-menu): Remove.
16648         (message-tool-bar-map): Replace by `message-make-tool-bar'.
16649         (message-make-tool-bar): New function.
16650         (message-mode): Use `message-make-tool-bar'.
16652         * gmm-utils.el: New file.
16653         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
16654         (gmm-lazy): New widget copied from `nnmail.el'.
16655         (gmm-tool-bar-from-list): New function for creating customizable
16656         tool bars.
16657         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
16658         output.
16659         (gmm): Add :prefix to defgroup.
16661 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
16663         * gmm-utils.el (gmm-widget-p): New function.
16665 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
16667         * mml.el (mml-attach-file): Describe `description' in doc string.
16668         (mml-menu): Add Emacs MIME manual and PGG manual.
16670 2006-01-20  Richard M. Stallman  <rms@gnu.org>
16672         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
16674 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
16676         * nntp.el (nntp-end-of-line): Doc fix.
16678 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
16680         * imap.el (imap-open): Handle case where buffer is a buffer
16681         object.
16683 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16685         * gnus-delay.el (gnus-delay): Don't autoload.
16686         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16687         to be re-loaded when customizing the `gnus-delay' group.
16689 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
16691         * message.el (message-insert-citation-line): Use newlines.
16693 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16695         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
16697         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
16699 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
16701         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
16703 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16705         * mm-decode.el (mm-inlined-types): Add application/pgp.
16706         (mm-automatic-display): Ditto.
16708         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
16709         part as text.
16711 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16713         * nnrss.el: Update copyright.
16714         (nnrss-opml-import): Query whether to subscribe to each entry.
16716         * gnus-art.el:
16717         * gnus-sum.el:
16718         * mm-uu.el:
16719         * mm-view.el: Update copyright.
16721 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
16723         * message.el (message-info): New function.
16724         (message-mode-menu): Add it.
16725         Update copyright.
16727         * ChangeLog: Fix and update copyright.
16729 2006-01-13  Romain Francoise  <romain@orebokech.com>
16731         * message.el (message-forward-subject-name-subject): Prefer the
16732         address to 'nowhere' if the sender has no name.
16733         Fix typo.  Update copyright year.
16735 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16737         * gnus-art.el (article-wash-html):
16738         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
16739         (gnus-article-wash-html-with-w3m-standalone): New function.
16741         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
16742         mm-inline-text-html-render-with-w3m-standalone.
16743         (mm-text-html-washer-alist): Map w3m-standalone to
16744         gnus-article-wash-html-with-w3m-standalone.
16745         (mm-inline-text-html-render-with-w3m-standalone): New function.
16747 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16749         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
16750         Improve LaTeX.
16752 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16754         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
16755         (nnrss-request-article): Render text/plain parts as HTML.
16757         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
16758         the buffer.
16760 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
16762         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
16763         custom definition of `gnus-posting-styles'.
16765         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
16766         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
16768 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16770         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
16771         Use nntp for bug archive.
16773 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16775         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
16776         parts.
16777         (nnrss-normalize-date): New function converts ISO 8601 date into
16778         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16779         (nnrss-check-group): Use it.
16781 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16783         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
16785         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
16786         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16787         (nnrss-insert-w3): Ditto.
16789 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16791         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
16792         the articles to be forwarded including the case where neither a
16793         number of articles nor a region is specified.
16795 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16797         * nnrss.el (nnrss-request-article): Fix last change; fill
16798         text/plain parts.
16800 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16802         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
16803         in text/plain part.
16804         (nnrss-check-group): Don't add excessive newline to dc:subject.
16806 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
16808         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
16809         article.
16811 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16813         * nnml.el: Don't require gnus-bcklg.  Autoload it.
16814         (nnml-use-compressed-files, nnml-save-mail): Support other
16815         comression programs such as bzip2.
16817 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16819         * dns.el (query-dns): Make sure we check the buffer size before
16820         removing tcp headers.
16822 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16824         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
16825         remove MIME buttons associated with multipart/alternative parts.
16826         (gnus-mime-display-alternative): Tag buttons using `article-type'
16827         text property.
16829         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
16830         associated with multipart/alternative parts.
16832         * gnus-art.el (gnus-signature-separator): Fix custom type.
16834         * mm-decode.el (mm-inlined-types): Fix custom type.
16835         (mm-keep-viewer-alive-types): Ditto.
16836         (mm-automatic-display): Ditto.
16837         (mm-attachment-override-types): Ditto.
16838         (mm-inline-override-types): Ditto.
16839         (mm-automatic-external-display): Ditto.
16841 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16843         * spam-report.el (spam-report-user-mail-address)
16844         (spam-report-user-agent): New variables.
16845         (spam-report-url-ping-plain): Use spam-report-user-agent.
16847 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
16849         * gnus-art.el (gnus-button-handle-custom): Do not just use
16850         `customize-apropos' for any "M-x customize-*" button but the
16851         function called for.  Accept both the function name and its
16852         argument in order to achieve this.
16853         (gnus-button-alist): Remove support for "custom:" URL's.
16854         Pass function name to `gnus-button-handle-custom' in case of "M-x
16855         customize-*" buttons.
16857 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16859         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
16860         multipart/alternative and add xref to mm-discouraged-alternatives
16861         in doc string.
16863         * mm-decode.el (mm-discouraged-alternatives): Add xref to
16864         gnus-buttonized-mime-types in doc string.
16866 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
16868         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
16869         Suggest image/.* in the doc string.
16871 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
16873         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
16874         message-marks (Debian bug #342521).
16876 2005-12-12  Simon Josefsson  <jas@extundo.com>
16878         * password.el (password-read-from-cache): Add.
16879         (password-read): Use it.
16881 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16883         * rfc2047.el (rfc2047-charset-to-coding-system):
16884         Recognize us-ascii as a MIME charset.
16886         * mm-bodies.el (mm-decode-content-transfer-encoding):
16887         Protect against the case where the 2nd arg TYPE is nil.
16889 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16891         * pop3.el (pop3-stream-type): Fix custom version.
16893         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
16895 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16897         * mm-decode.el (mm-display-external): Add missing cdr.
16899 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16901         * mm-decode.el (mm-display-external): Use nametemplate (defined in
16902         RFC1524) if it is in mailcap or add a suffix according to
16903         mailcap-mime-extensions when generating a temp filename; postpone
16904         deleting a temp file for 2 seconds for some wrappers, shell
16905         scripts, and so on, which might exit right after having started a
16906         viewer command as a background job.
16908 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16910         * nntp.el (nntp-marks-directory): Fix custom group.
16912         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
16913         steps when < 10.
16915         * gnus-start.el (gnus-no-server-1):
16916         Mention `gnus-level-default-subscribed' in doc string.
16918 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16920         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
16921         parens.
16923 2005-11-26  Dave Love  <fx@gnu.org>
16925         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
16926         (tls-program, tls-success): Provide openssl alternative.
16928         * starttls.el: Doc fixes.
16929         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
16930         SERVICE to PORT.
16932         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
16933         port null or service name.
16934         (starttls-negotiate): Autoload.
16936 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16938         * message.el (message-kill-to-signature): Fix interactive spec.
16940 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16942         * pop3.el (pop3-open-server): Recognize a string as a service name.
16944 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
16946         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
16948 2005-11-23  Dave Love  <fx@gnu.org>
16950         Add pop3s, pop3/starttls.
16952         * pop3.el (pop3-authentication-scheme): Clarify doc.
16953         (open-tls-stream, starttls-open-stream): Autoload.
16954         (pop3-stream-type): New.
16955         (pop3-open-server): Use it.
16957         * mail-source.el (mail-sources): Fix some :types.  Add stream type
16958         for POP.
16959         (mail-source-keyword-map): Add :stream for POP.
16960         (mail-source-fetch-pop): Use pop3-stream-type.
16962 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16964         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
16965         of current-time-string.
16967 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
16969         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
16970         date header.
16972 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16974         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
16975         it can seriously impact performance as it bypasses the agent's
16976         local caches.
16978 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16980         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
16981         must be explicitly online rather than "not explicitly offline" for
16982         its flags to be synchronized.
16984         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
16985         that gnus-uu-unmark-thread will function correctly.
16987         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
16988         1024K is instead displayed as 1M.
16990 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16992         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
16994 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
16996         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
16998 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
17000         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
17001         error message to display actual error condition.
17002         (gnus-agent-save-local): Avoid saving symbols that are bound to
17003         nil as they simply result in a warning message in
17004         gnus-agent-read-local.
17006 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17008         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
17009         rather than make-variable-buffer-local for file-precious-flag.
17011 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17013         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
17014         for duplicates which are removed.  The invalid sort check then
17015         triggers a rescan after the sort as sorting may have moved
17016         duplicate entries such that they can be cheaply detected.
17018 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17020         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
17022 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17024         * gnus-agent.el (gnus-agent-article-alist-save-format):
17025         Change internal variable to a custom variable.  Change default value
17026         from compressed(2) to uncompressed(1).
17027         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
17028         support for uncompressed agentview files.  Taken together, reading
17029         the agentview file should now be 6-7 times faster.
17031 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
17033         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
17034         as a buffer-local variable.  This avoids creating truncated
17035         dribble files as a result of a hang up, eg.
17037 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17039         * gnus-start.el (gnus-start-draft-setup):
17040         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
17042         * gnus.el (gnus-splash): Change custom group.
17043         (gnus-group-get-parameter, gnus-group-parameter-value):
17044         Describe allow-list argument.
17046         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
17047         string.
17049 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17051         * gnus-art.el (gnus-default-article-saver): Add user-defined
17052         `function' to custom type.
17054 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17056         * imap.el (imap-open): Handle case where buffer is a buffer
17057         object.
17059 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
17061         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
17062         long lines.
17063         (gnus-cache-delete-group): Wrap doc strings.
17065         * gnus-agent.el (gnus-agent-rename-group)
17066         (gnus-agent-delete-group): Wrap doc strings.
17068 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17070         * gnus-start.el (gnus-1): Add "native" to
17071         gnus-predefined-server-alist.
17073         * gnus.el (gnus-method-to-server): Don't add "native" to the
17074         lists here, because that leads to problems when
17075         gnus-select-method is bound.
17077 2005-11-09  Simon Josefsson  <jas@extundo.com>
17079         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
17080         use (not sort-by-date) instead.
17082 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17084         * gnus-delay.el (gnus-delay-group): Don't autoload.
17085         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17086         to be re-loaded when customizing the `gnus-delay' group.
17088 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
17090         * message.el: Revert last changes.
17091         (message-insert-citation-line): Use newlines.
17093 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
17095         * message.el (message-courtesy-message)
17096         (message-mark-insert-begin, message-mark-insert-end)
17097         (message-elide-ellipsis, message-cancel-message)
17098         (message-add-header, message-change-subject)
17099         (message-cross-post-followup-to-header)
17100         (message-cross-post-insert-note, message-reduce-to-to-cc)
17101         (message-widen-reply, message-delete-not-region)
17102         (message-kill-to-signature, message-insert-signature)
17103         (message-insert-importance-high, message-insert-importance-low)
17104         (message-insert-or-toggle-importance)
17105         (message-insert-disposition-notification-to)
17106         (message-indent-citation, message-yank-original)
17107         (message-cite-original-without-signature, message-cite-original)
17108         (message-insert-citation-line, message-position-on-field)
17109         (message-fix-before-sending, message-send-mail-partially)
17110         (message-send-mail, message-send-mail-with-sendmail)
17111         (message-send-mail-with-qmail, message-send-news)
17112         (message-check-news-header-syntax, message-generate-headers)
17113         (message-insert-courtesy-copy, message-fill-address)
17114         (message-fill-header, message-shorten-references)
17115         (message-setup-1, message-cancel-news)
17116         (message-forward-make-body-plain, message-forward-make-body-mime)
17117         (message-forward-make-body-mml, message-encode-message-body)
17118         (message-forward-make-body-digest-plain)
17119         (message-forward-make-body-digest-mime)
17120         (message-use-alternative-email-as-from): Insert `hard-newline'
17121         instead of ordinary newlines.
17123 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17125         * message.el (message-generate-headers): Downcase the argument
17126         given to message-check-element.
17128 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
17130         * nntp.el (nntp-authinfo-rejected): New error condition.
17131         (nntp-wait-for): Use new error condition to signal authentication
17132         error.
17133         (nntp-retrieve-data): Rethrow new error condition to break out of
17134         recursive call to nntp-send-authinfo.
17136 2005-11-08  Romain Francoise  <romain@orebokech.com>
17138         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
17139         (gnus-summary-exit-map): Bind to `Z p'.
17140         (gnus-summary-make-menu-bar): Add menu item.
17142 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
17144         * gnus-art.el (gnus-article-treat-custom): Add `first'.
17145         (gnus-treat-*): Add `first' in all doc strings.
17147         * gnus-group.el (gnus-group-compact-group): Fix typo.
17149 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17151         * gnus.el (gnus-parameters-case-fold-search): New variable.
17152         (gnus-parameters-get-parameter): Use it.
17154         * gnus-score.el (gnus-home-score-file): Doc fix.
17156 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
17158         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
17160 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17162         * mm-util.el (mm-special-display-p): New function.
17164         * mml.el (mml-preview): Use it; doc fix.
17166 2005-10-29  Romain Francoise  <romain@orebokech.com>
17168         * message.el (message-fix-before-sending): Fix comment.
17170 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17172         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
17174 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17176         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
17177         Used in gnus-score.el.
17179 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17181         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
17183 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17185         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
17186         whitespace removed in revision 7.8.  Use concatenated string to
17187         protect trailing whitespace.
17189 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
17191         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
17192         (nnimap-request-expire-articles): Use it to avoid sending 'UID
17193         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
17194         Courier IMAP ("some version from 2004").  Mostly based on similar
17195         code in the same function.
17197 2005-10-26  Didier Verna  <didier@xemacs.org>
17199         * gnus-group.el (gnus-group-compact-group): Invalidate original
17200         article buffer.
17201         * gnus-srvr.el (gnus-server-compact-server): Ditto.
17202         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
17203         NOV database and in article itself.
17204         Invalidate article backlog.
17206 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17208         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
17210 2005-10-26  Simon Josefsson  <jas@extundo.com>
17212         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
17213         part of 2004-07-25 change.
17215 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17217         * message.el (message-display-completion-list): New function.
17218         (message-expand-group): Use it; make sure the Completions buffer
17219         is modifiable.
17221 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17223         * imap.el (imap-open): Handle case where buffer is a buffer object.
17225 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
17227         * pgg-def.el:
17228         * pgg-gpg.el:
17229         * pgg-parse.el:
17230         * pgg-pgp.el:
17231         * pgg-pgp5.el:
17232         * pgg.el: Move to the parent lisp directory.
17234 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
17236         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
17237         user-mail-name is an empty string.
17239 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17241         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
17242         depending on gnus-score-decay-constant.
17244         * encrypt.el (encrypt-insert-file-contents)
17245         (encrypt-write-file-contents): Don't use `gnus-message'.
17247         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
17248         arguments.
17249         (mm-uu-type-alist): Add message-marks and insert-marks.
17250         Pass arguments to mm-uu-verbatim-marks-extract.
17251         (mm-uu-hide-markers): New variable.
17252         (mm-uu-extract): Use face similar to `gnus-cite-3'.
17254         * gnus-fun.el (gnus-convert-image-to-x-face-command)
17255         (gnus-convert-image-to-face-command): Use "convert" by default to
17256         allow other input image formats.
17257         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
17258         accordingly.
17260 2005-10-23  Simon Josefsson  <jas@extundo.com>
17262         * imap.el (imap-gssapi-program): Align command line parameters
17263         with latest GNU SASL.
17264         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
17266 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17268         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
17269         HTML.
17270         (nnslashdot-request-article): Ditto.
17272 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17274         * mail-source.el (mail-source-fetch-pop): Require pop3.
17275         (mail-source-check-pop): Ditto.
17277 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17279         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
17280         errors.
17282 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17284         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
17285         (gnus-treat-strip-leading-blank-lines): Improve doc string.
17287         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
17289         * mm-bodies.el (mm-decode-string):
17290         Call `mm-charset-to-coding-system' with allow-override argument.
17292 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17294         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
17295         (rfc2047-charset-to-coding-system): New function.
17296         (rfc2047-decode-encoded-words): New function.
17297         (rfc2047-decode-region): Use them.
17298         (rfc2047-decode-cte): Remove.
17299         (rfc2047-parse-and-decode): Remove.
17300         (rfc2047-decode): Remove.
17302 2005-10-15  Kenichi Handa  <handa@m17n.org>
17304         * rfc2047.el (rfc2047-decode-cte): New function.
17305         (rfc2047-decode-region): Change the way to decode successive
17306         encoded-words: decode B- or Q-encoding in each encoded-word,
17307         concatenate them, and decode it as charset.
17309 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
17311         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
17312         widget-move-and-invoke.
17313         (gnus-custom-mode): Use gnus-custom-map.
17315 2005-10-15  Bill Wohler  <wohler@newt.com>
17317         * message.el (message-tool-bar-map): Rename image file from
17318         mail_send to mail/send.
17320 2005-10-16  Masatake YAMATO  <jet@gyve.org>
17322         * message.el (message-expand-group): Pass the common
17323         prefix substring of completion to `display-completion-list'.
17325 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
17327         * mml-sec.el (mml-secure-method): New internal variable.
17328         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
17329         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
17330         New functions using mml-secure-method.
17332         * mml.el (mml-mode-map): Add key bindings for those functions.
17333         (mml-menu): Simplify security menu entries.  Suggested by Jesper
17334         Harder <harder@myrealbox.com>.
17335         (mml-attach-file, mml-attach-buffer, mml-attach-external):
17336         Goto end of message if point is the headers of the message.
17338         * message.el (message-in-body-p): New function.
17340         * assistant.el: Autoload gnus-util and netrc.
17342         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
17343         Use `mm-charset-override-alist' only when decoding.
17345         * mm-bodies.el (mm-decode-body):
17346         Call `mm-charset-to-coding-system' with allow-override argument.
17348         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
17349         `filename' from Content-Disposition if Content-Type doesn't
17350         provide `name'.
17351         (gnus-mime-view-part-as-type): Set default instead of
17352         initial-input.
17354 2005-10-09  Daniel Brockman  <daniel@brockman.se>
17356         * format-spec.el (format-spec): Propagate text properties of % spec.
17358 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17360         * gnus-art.el (gnus-treat-predicate): Add `first'.
17362 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17364         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
17365         (mm-charset-override-alist): New variable.
17366         (mm-charset-to-coding-system): Use it.
17367         (mm-codepage-setup): New helper function.
17368         (mm-charset-eval-alist): New variable.
17369         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
17370         Warn about unknown charsets.
17372 2005-10-04  David Hansen  <david.hansen@gmx.net>
17374         * nnrss.el (nnrss-request-article): Add support for the comments tag.
17375         (nnrss-check-group): Ditto.
17377 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17379         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
17380         Rename x-gnus-verbatim to x-verbatim.
17381         (mm-uu-type-alist): Fix regexp for verbatim-marks.
17383         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
17384         x-verbatim.
17386         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
17388         * gnus-util.el (gnus-remove-duplicates): Remove.
17390         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
17391         instead of gnus-remove-duplicates.
17393         * message.el (message-remove-duplicates): Remove.
17394         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
17395         message-remove-duplicates.
17397         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
17398         available, else use implementation from `delete-dups'.
17400         * message.el (message-insert-expires): New function.
17401         (message-mode-map): Add key binding.
17402         (message-mode-field-menu): Add menu entry.
17403         (message-mode): Document it.
17404         (message-make-expires-date): Use `message-make-date'.
17406 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
17408         * message.el (message-make-expires-date): New function.
17410 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17412         * time-date.el: Autoload parse-time-string, XEmacs needs it.
17414 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17416         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
17417         function rather than the diff-mode.el package.
17418         (mm-display-external): Use with-current-buffer.
17419         (mm-viewer-completion-map, mm-viewer-completion-map):
17420         Move initialization inside declaration.
17422 2005-09-29  Simon Josefsson  <jas@extundo.com>
17424         * spam.el: Load hashcash when compiling, to avoid warnings.
17425         Don't autoload mail-check-payment.
17426         (spam-check-hashcash): Define unconditionally, since hashcash.el
17427         is part of Gnus now.  Ignore errors from payment checking.
17429 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17431         * message.el (message-bold-region, message-unbold-region):
17432         Rename from `bold-region' and `unbold-region'.
17434         * message.el: Remove useless autoloads.
17436 2005-09-28  Simon Josefsson  <jas@extundo.com>
17438         * message.el (message-use-idna): Default to t.
17439         (message-use-idna): Test whether encoding works too.  Doc fix.
17441 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17443         * nntp.el (nntp-warn-about-losing-connection): Remove.
17445 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17447         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
17448         customizable.  Change default value.
17449         (mm-uu-diff-groups-regexp): Change default value.
17450         (mm-uu-type-alist): Add doc string.
17451         (mm-uu-configure): Add doc string.  Make it interactive.
17452         (mm-uu-tex-groups-regexp): New variable.
17453         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
17454         (mm-uu-type-alist): Add LaTeX documents.
17455         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
17456         of "text/verbatim".
17457         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
17459         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
17460         instead of "text/verbatim".
17462         * message.el (message-mark-inserted-region)
17463         (message-mark-insert-file): Use slrn style marks when called with
17464         prefix argument.
17466 2005-09-27  Simon Josefsson  <jas@extundo.com>
17468         * message.el (message-idna-to-ascii-rhs-1): Reformat.
17470 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
17472         * message.el (message-remove-duplicates): New function.
17473         Implementation borrowed from `gnus-remove-duplicates'.
17474         (message-idna-to-ascii-rhs): Also encode idna addresses in
17475         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17476         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
17477         only ask about the same idna domain once per header and also tell
17478         in what header to replace the idna domain.
17480         * gnus-art.el (article-decode-idna-rhs): Also decode idna
17481         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17482         (article-decode-idna-rhs): Fix regexp so that all idna-address in
17483         a header is decoded and not just the last one.
17485 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17487         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
17488         has been decoded.
17490         * mm-decode.el (mm-automatic-display): Add text/verbatim.
17491         (mm-insert-part): Don't modify text if it has been decoded.
17493         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
17494         decoded.
17496         * mm-view.el (mm-inline-text): Don't strip text props unless
17497         decoding enriched or richtext parts.
17499 2005-09-25  Romain Francoise  <romain@orebokech.com>
17501         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
17502         * gnus-start.el (gnus-subscribe-interactively):
17503         * gnus-uu.el (gnus-uu-grab-articles):
17504         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
17505         space.
17507 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
17509         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
17510         * mm-view.el (mm-view-pkcs7-decrypt):
17511         * gnus-sum.el (gnus-summary-limit-to-extra)
17512         (gnus-summary-respool-article, gnus-read-move-group-name):
17513         * gnus-score.el (gnus-summary-increase-score):
17514         * gnus-util.el (gnus-completing-read-with-default):
17515         * gnus-art.el (gnus-read-save-file-name)
17516         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
17517         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
17518         * message.el (message-check-news-header-syntax):
17519         Follow convention for reading with the minibuffer.
17521 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
17523         * spam-report.el (spam-report-url-ping-plain):
17524         Use gnus-extended-version as User-Agent.
17526         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
17527         default value is nil.
17529         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
17530         (mm-uu-verbatim-marks-extract): New function.
17531         (mm-uu-extract): New face.
17532         (mm-uu-copy-to-buffer): Use it.
17534         * spam-report.el (spam-report-gmane-ham): Rename from
17535         `spam-report-gmane-unspam'.
17536         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
17537         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
17539         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
17540         Autoload.
17541         (spam-report-gmane-unregister-routine):
17542         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
17544 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
17546         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
17547         (spam-report-gmane-unregister-routine): Add support for gmane
17548         unregistration.
17550         * spam-report.el (spam-report-gmane-unspam)
17551         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
17552         (spam-report-gmane): Change to take a single article and do unspam
17553         registration.
17555 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17557         * mm-url.el (mm-url-decode-entities): Fix regexp.
17559 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17561         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
17562         default to nil, to be able to use Gnus at all.  If the default
17563         switches to something else, then the function should be fixed not
17564         be exceedingly slow.
17566 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
17568         * gnus-start.el (gnus-activate-group): If the server is nil, don't
17569         fail hard.
17571         * spam-report.el: Add better Keywords line.
17573         * spam.el: Add Maintainer and better Keywords line.
17575 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17577         * gnus-art.el (gnus-article-replace-part)
17578         (gnus-mime-replace-part): New functions.
17579         (gnus-mime-action-alist, gnus-mime-button-commands)
17580         (gnus-mime-save-part-and-strip): Add file argument.
17581         (gnus-article-part-wrapper): Add interactive argument.
17583         * gnus-sum.el (gnus-summary-mime-map):
17584         Add `gnus-article-replace-part'.
17586 2005-09-19  Didier Verna  <didier@xemacs.org>
17588         The nnml compaction feature:
17589         * nnml.el (nnml-request-compact-group): New function.
17590         * nnml.el (nnml-request-compact): New function.
17591         * gnus-int.el (gnus-request-compact-group): New function.
17592         * gnus-int.el (gnus-request-compact): New function.
17593         * gnus-group.el (gnus-group-compact-group): New function.
17594         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
17595         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
17596         * gnus-srvr.el (gnus-server-compact-server): New function.
17597         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
17598         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
17600 2005-09-18  Deepak Goel  <deego@gnufans.org>
17602         * sieve.el (sieve-help): Fix `message' call: first arg should be a
17603         format spec.
17605 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17607         * gnus.el (gnus-group-startup-message): Bind image-load-path.
17609 2005-09-15  Romain Francoise  <romain@orebokech.com>
17611         * message.el (message-fill-paragraph): Clarify docstring.
17613 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17615         * gnus-art.el (gnus-mime-display-part): Protect against broken
17616         MIME messages.
17618 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17620         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
17621         before parsing header.
17623 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
17625         * html2text.el (html2text-replace-list): Add new entities.
17627 2005-09-11  Romain Francoise  <romain@orebokech.com>
17629         * message.el (message-alternative-emails): Improve docstring.
17630         (message-setup-1): Call `message-use-alternative-email-as-from'
17631         after `message-setup-hook' to give it precedence over posting
17632         styles, etc.
17633         (message-use-alternative-email-as-from): Add docstring.
17634         Remove the original From header if present.
17636         * nnml.el (nnml-compressed-files-size-threshold): New variable.
17637         (nnml-save-mail): Use it.
17639         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
17640         articles.  Add new argument `silent'.
17641         (gnus-uu-mark-all): Report the total number of marked articles.
17643 2005-09-10  Romain Francoise  <romain@orebokech.com>
17645         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
17646         (gnus-uu-mark-series): Likewise.
17648 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
17650         * spam-report.el (spam-report-gmane): Fix generation of spam
17651         report URL.
17653 2005-09-10  Simon Josefsson  <jas@extundo.com>
17655         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
17656         t, based on discussion on the ding list with Robert Epprecht
17657         <epprecht@solnet.ch>.
17659 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
17661         * spam-report.el (spam-report-gmane): Make it work without
17662         X-Report-Spam header.  Gmane now only provides Archived-At.
17663         This is only used if `spam-report-gmane-use-article-number' is nil.
17664         (spam-report-gmane-spam-header): Remove.  Not used anymore.
17666         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
17667         make `gnus-summary-sort-by-recipient' work with threading.
17669         * nnweb.el (nnweb-google-wash-article): Print a message if article
17670         is not available.
17672 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17674         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
17675         change.  Decode text/* parts content before displaying.
17677 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17679         * mml-smime.el: Remove defvar of gnus-extract-address-components.
17681 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17683         * mm-view.el (mm-display-inline-fontify): Disable support modes.
17685 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
17687         * message.el (message-tab-body-function): Fix mismatched custom type.
17689         * gnus.el (gnus-group-change-level-function): Ditto.
17691         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
17693         * gnus-art.el (gnus-signature-limit)
17694         (gnus-article-mime-part-function): Ditto.
17696 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17698         * mml.el (mml-mode): Silence the byte compiler.
17700         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
17701         using `(sit-for 0)' before moving the point to the specified part;
17702         skip unbuttonized parts.
17703         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
17704         return to the summary window if gnus-auto-select-part is non-nil.
17706 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
17708         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
17709         New variables.
17710         (mml-dnd-attach-file, mml-mode): Use them.
17712         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
17713         Make fetching article by MID work again for Google Groups.
17714         Add FIXME concerning gnus-group-make-web-group.
17716         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
17717         Don't depend on Gnus by using mail-extract-address-components if
17718         gnus-extract-address-components is not bound.
17720 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17722         * gnus-art.el (gnus-mime-display-security): Don't display the
17723         signature, but only the signed part.
17725 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17727         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
17729         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
17730         list, not listp.
17732 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
17734         * mm-encode.el (mm-encode-content-transfer-encoding):
17735         Likewise when encoding.
17737         * mm-bodies.el (mm-decode-content-transfer-encoding):
17738         De-canonicalize CRLF for all text content types, not just
17739         text/plain.
17741 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17743         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
17744         valid article; point arrow and cursor at the MIME button.
17746 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17748         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
17749         Suggested by Dan Christensen <jdc@uwo.ca>.
17751         * mm-decode.el (mm-save-part): Enable change of prompt.
17753 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
17755         * gnus-msg.el (gnus-inews-add-send-actions):
17756         Make `message-post-method' lambda parameter ARG `&optional'.
17758 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17760         * gnus-sum.el (gnus-summary-mime-map):
17761         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
17762         gnus-article-jump-to-part.
17764         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
17765         (gnus-article-edit-part): Use it.
17766         (gnus-article-part-wrapper): Add no-handle argument.
17767         (gnus-article-save-part-and-strip, gnus-article-delete-part):
17768         New functions.
17770 2005-08-29  Romain Francoise  <romain@orebokech.com>
17772         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17773         docstring.
17774         (gnus-face-from-file): Likewise.
17776 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17778         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
17779         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
17780         non-nil.
17781         (gnus-auto-select-part): New variable.
17782         (gnus-article-jump-to-part): New function.
17783         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
17784         (gnus-mime-delete-part): Allow selecting specified part after
17785         deleting or stripping parts.
17786         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
17787         part if argument is bogus.
17789 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
17791         * gnus-art.el (w3m-minor-mode-map):
17792         * gnus-spec.el (gnus-newsrc-file-version):
17793         * gnus-util.el (nnmail-active-file-coding-system)
17794         (gnus-original-article-buffer, gnus-user-agent):
17795         * gnus.el (gnus-ham-process-destinations)
17796         (gnus-parameter-ham-marks-alist)
17797         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
17798         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
17799         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
17800         * mm-decode.el (gnus-current-window-configuration):
17801         * mm-extern.el (gnus-article-mime-handles):
17802         * mm-url.el (url-current-object, url-package-name)
17803         (url-package-version):
17804         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
17805         (smime-keys, w3m-cid-retrieve-function-alist)
17806         (w3m-current-buffer, w3m-display-inline-images)
17807         (w3m-minor-mode-map):
17808         * mml-smime.el (gnus-extract-address-components):
17809         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
17810         (gnus-newsrc-hashtb, message-default-charset)
17811         (message-deletable-headers, message-options)
17812         (message-posting-charset, message-required-mail-headers)
17813         (message-required-news-headers):
17814         * mml1991.el (mc-pgp-always-sign):
17815         * mml2015.el (mc-pgp-always-sign):
17816         * nnheader.el (nnmail-extra-headers):
17817         * rfc1843.el (gnus-decode-encoded-word-function)
17818         (gnus-decode-header-function, gnus-newsgroup-name):
17819         * spam-stat.el (gnus-original-article-buffer): Add defvars.
17821 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
17823         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
17824         the end of the date treatments.
17826 2005-08-15  Simon Josefsson  <jas@extundo.com>
17828         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
17829         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
17830         Capello and Romain Francoise.
17831         (pgg-fetch-key-function): Remove, not used?
17832         (pgg-insert-url-with-w3): Require url, to get
17833         url-insert-file-contents regardless of where it is defined.
17835 2005-08-13  Romain Francoise  <romain@orebokech.com>
17837         * message.el (message-cite-original-1): New function.
17838         (message-cite-original): Use it.
17839         (message-cite-original-without-signature): Ditto.
17841 2005-08-08  Romain Francoise  <romain@orebokech.com>
17843         * message.el (message-yank-empty-prefix): New variable.
17844         (message-indent-citation): Use it.
17845         (message-cite-original-without-signature): Respect X-No-Archive.
17847 2005-08-08  Simon Josefsson  <jas@extundo.com>
17849         * pgg.el: Autoload url-insert-file-contents instead of loading
17850         w3/url.
17851         (pgg-insert-url-with-w3): Don't load url here.
17853 2005-08-07  Jesper Harder  <harder@phys.au.dk>
17855         * message.el (message-kill-to-signature): Don't insert newline at
17856         bol.
17857         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
17859 2005-08-06  Romain Francoise  <romain@orebokech.com>
17861         * message.el (message-user-fqdn): Fix typo in docstring.
17863 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
17865         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
17867         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
17869 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17871         * mm-bodies.el (mm-encode-body): Use coding system rather than
17872         charset to encode text.
17874         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
17875         number of charsets if utf-8 is available (XEmacs).
17877 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17879         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
17880         taken from `gnus-button-mid-or-mail-regexp'.
17881         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
17882         (gnus-button-alist): Improve regexp for domain part of the MIDs
17883         for news:localpart@domain buttons.
17884         (gnus-button-ctan-directory-regexp): Update.
17886 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17888         * sieve-manage.el (sieve-manage-interactive-login):
17889         Use make-local-variable rather than make-variable-buffer-local.
17890         (sieve-manage-open): Ditto.
17891         (sieve-manage-authenticate): Ditto.
17893         * mml.el (mml-generate-mime-1): Make the content type default to
17894         text/plain if the filename is not specified.
17896 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17898         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
17899         instead of insert-buffer.
17901         * message.el (message-yank-original): Ditto; set the mark at the
17902         end of the yanked message.
17904 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17906         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
17907         lines to scroll rather than to stop it.
17909         * mml.el (mml-generate-default-type): Add doc string.
17910         (mml-generate-mime-1): Use mm-default-file-encoding or make it
17911         default to application/octet-stream when determining the content
17912         type if it is not specified for the part or the mml contents; add
17913         a comment about mml-generate-default-type.
17915 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
17917         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
17918         make it default to application/octet-stream when determining the
17919         content type if it is not specified for the external contents.
17921 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17923         * rfc2231.el (rfc2231-parse-string): Take care that not only a
17924         segmented parameter but also other parameters might be there.
17926 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17928         * mm-decode.el (mm-display-external): Delete temp file, directory
17929         and buffer immediately if the external process is exited.
17931 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17933         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
17934         fewer lines than that of scroll-margin.
17935         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
17937 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17939         * gnus-art.el (gnus-article-next-page): Revert.
17940         (gnus-article-beginning-of-window): New macro.
17941         (gnus-article-next-page-1): Use it.
17942         (gnus-article-prev-page): Ditto.
17943         (gnus-article-edit-part): Use insert-buffer-substring instead of
17944         insert-buffer.
17945         (gnus-article-edit-exit): Ditto.
17947         * gnus-util.el (gnus-beginning-of-window): Remove.
17948         (gnus-end-of-window): Remove.
17950 2005-07-25  Simon Josefsson  <jas@extundo.com>
17952         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
17953         to have the url package without w3.  Reported by Daiki Ueno
17954         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
17956 2005-07-20  Didier Verna  <didier@xemacs.org>
17958         * gnus-diary.el: Remove the description comment (nndiary is now
17959         properly documented in the Gnus manual).
17960         Fix the spelling of "Back End".
17961         * nndiary.el: Ditto.
17962         Fix the copyright notice.
17964 2005-07-18  Romain Francoise  <romain@orebokech.com>
17966         * gnus-sum.el (gnus-summary-to-prefix)
17967         (gnus-summary-newsgroup-prefix): New variables.
17968         (gnus-summary-from-or-to-or-newsgroups): Use them.
17970 2005-07-17  Romain Francoise  <romain@orebokech.com>
17972         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
17973         space as it's generally not especially interesting to the user.
17975 2005-07-16  Romain Francoise  <romain@orebokech.com>
17977         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
17978         nil to avoid prompting and file modification if one of the
17979         messages at the top of the nnfolder file contains a copyright
17980         notice.
17981         Update copyright notice.
17983         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
17984         instead of `current-time-string' as the latter creates a time
17985         string that is not RFC 2822 compliant (it lacks the zone).
17986         Update copyright notice.
17988 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17990         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
17991         for text/rtf.  Display default in prompt.  Pass default for M-n.
17993         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
17995 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17997         * gnus-msg.el (gnus-button-mailto):
17998         Remove save-selected-window-window hackery because it relies on
17999         save-selected-window internals.
18001 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18003         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
18004         (gnus-article-next-page-1): Use gnus-beginning-of-window.
18005         (gnus-article-prev-page): Ditto.
18007         * gnus-util.el (gnus-beginning-of-window): New function.
18008         (gnus-end-of-window): New function.
18010 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18012         * gnus-score.el (gnus-score-edit-all-score):
18013         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
18014         gnus-message.
18016 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18018         * gnus-msg.el (gnus-button-mailto):
18019         Remove save-selected-window-window hackery because it relies on
18020         save-selected-window internals.
18022 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18024         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
18025         add-minor-mode.
18026         (gnus-binary-mode): Ditto.
18028         * gnus-topic.el (gnus-topic-mode): Ditto.
18030 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
18032         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
18033         (gnus-article-prev-page): Take scroll-margin into consideration.
18035 2005-07-04  Lute Kamstra  <lute@gnu.org>
18037         Update FSF's address in GPL notices.
18039 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
18041         * gnus.el (gnus-exit):
18042         * gnus-group.el (gnus-group-icons):
18043         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
18045         * gnus-nocem.el (gnus-nocem):
18046         * message.el (message-various, message-buffers, message-sending)
18047         (message-interface, message-forwarding, message-insertion)
18048         (message-headers, message-news, message-mail):
18049         * pgg-gpg.el (pgg-gpg):
18050         * pgg-parse.el (pgg-parse):
18051         * pgg-pgp.el (pgg-pgp):
18052         * pgg-pgp5.el (pgg-pgp5):
18053         * pop3.el (pop3): Finish `defgroup' description with period.
18055 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18057         * gnus-art.el (article-display-face): Improve the efficiency.
18058         (article-display-x-face): Ditto; remove gray x-face stuff.
18060 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18062         * gnus-art.el (article-display-face): Correct the position in
18063         which Faces are inserted.
18065 2005-06-29  Didier Verna  <didier@xemacs.org>
18067         * gnus-art.el (article-display-face): Display faces in correct
18068         order.
18070 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18072         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
18073         (gnus-fill-real-hashtb): Use hash table instead of obarray.
18074         (gnus-nocem-check-article): Fetch the Type header.
18075         (gnus-nocem-message-wanted-p): Fix the way to examine types.
18076         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
18077         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
18078         make sure gnus-nocem-hashtb is initialized.
18079         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
18080         (gnus-nocem-unwanted-article-p): Ditto.
18082         * pgg.el (pgg-verify): Return the verification result.
18084 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18086         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
18087         is ascii.
18089 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
18091         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
18092         `show-nonbreak-escape'.
18094 2005-06-23  Lute Kamstra  <lute@gnu.org>
18096         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
18098         * dig.el (dig-mode):
18099         * smime.el (smime-mode): Use gnus-run-mode-hooks.
18101 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
18103         * nnimap.el (nnimap-split-download-body): Fix spellings.
18105 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
18107         * gnus-art.el (gnus-article-encrypt-body):
18108         * gnus-cus.el (gnus-score-customize):
18109         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
18110         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
18112 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
18114         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
18115         header by looking for magic "MII" at the beginning.
18117 2005-06-16  Miles Bader  <miles@gnu.org>
18119         * assistant.el (assistant-field): Remove "-face" suffix from face name.
18120         (assistant-field-face): New backward-compatibility alias for renamed
18121         face.
18122         (assistant-render-text): Use renamed assistant-field face.
18124         * spam.el (spam): Remove "-face" suffix from face name.
18125         (spam-face): New backward-compatibility alias for renamed face.
18126         (spam-face, spam-initialize): Use renamed spam face.
18128         * message.el (message-header-to, message-header-cc)
18129         (message-header-subject, message-header-newsgroups)
18130         (message-header-other, message-header-name)
18131         (message-header-xheader, message-separator, message-cited-text)
18132         (message-mml): Remove "-face" suffix from face names.
18133         (message-header-to-face, message-header-cc-face)
18134         (message-header-subject-face, message-header-newsgroups-face)
18135         (message-header-other-face, message-header-name-face)
18136         (message-header-xheader-face, message-separator-face)
18137         (message-cited-text-face, message-mml-face):
18138         New backward-compatibility aliases for renamed faces.
18139         (message-font-lock-keywords): Use renamed message faces.
18141         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
18142         (sieve-test-commands, sieve-tagged-arguments):
18143         Remove "-face" suffix from face names.
18144         (sieve-control-commands-face, sieve-action-commands-face)
18145         (sieve-test-commands-face, sieve-tagged-arguments-face):
18146         New backward-compatibility aliases for renamed faces.
18147         (sieve-control-commands-face, sieve-action-commands-face)
18148         (sieve-test-commands-face, sieve-tagged-arguments-face):
18149         Use renamed sieve faces.
18151         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
18152         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
18153         (gnus-group-news-3-empty, gnus-group-news-4)
18154         (gnus-group-news-4-empty, gnus-group-news-5)
18155         (gnus-group-news-5-empty, gnus-group-news-6)
18156         (gnus-group-news-6-empty, gnus-group-news-low)
18157         (gnus-group-news-low-empty, gnus-group-mail-1)
18158         (gnus-group-mail-1-empty, gnus-group-mail-2)
18159         (gnus-group-mail-2-empty, gnus-group-mail-3)
18160         (gnus-group-mail-3-empty, gnus-group-mail-low)
18161         (gnus-group-mail-low-empty, gnus-summary-selected)
18162         (gnus-summary-cancelled, gnus-summary-high-ticked)
18163         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
18164         (gnus-summary-high-ancient, gnus-summary-low-ancient)
18165         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
18166         (gnus-summary-low-undownloaded)
18167         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
18168         (gnus-summary-low-unread, gnus-summary-normal-unread)
18169         (gnus-summary-high-read, gnus-summary-low-read)
18170         (gnus-summary-normal-read, gnus-splash):
18171         Remove "-face" suffix from face names.
18172         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
18173         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
18174         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
18175         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
18176         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
18177         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
18178         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
18179         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
18180         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
18181         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
18182         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
18183         (gnus-summary-selected-face, gnus-summary-cancelled-face)
18184         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
18185         (gnus-summary-normal-ticked-face)
18186         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
18187         (gnus-summary-normal-ancient-face)
18188         (gnus-summary-high-undownloaded-face)
18189         (gnus-summary-low-undownloaded-face)
18190         (gnus-summary-normal-undownloaded-face)
18191         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
18192         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
18193         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
18194         (gnus-splash-face):
18195         New backward-compatibility aliases for renamed faces.
18196         (gnus-group-startup-message): Use renamed gnus faces.
18198         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
18199         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
18200         (gnus-server-agent): Remove "-face" suffix from face names.
18201         (gnus-server-agent-face, gnus-server-opened-face)
18202         (gnus-server-closed-face, gnus-server-denied-face)
18203         (gnus-server-offline-face):
18204         New backward-compatibility aliases for renamed faces.
18205         (gnus-server-agent-face, gnus-server-opened-face)
18206         (gnus-server-closed-face, gnus-server-denied-face)
18207         (gnus-server-offline-face): Use renamed gnus faces.
18209         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
18210         Remove "-face" suffix from face names.
18211         (gnus-picon-xbm-face, gnus-picon-face):
18212         New backward-compatibility aliases for renamed faces.
18214         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
18215         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
18216         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
18217         (gnus-cite-11): Remove "-face" suffix from face names.
18218         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
18219         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
18220         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
18221         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
18222         New backward-compatibility aliases for renamed faces.
18223         (gnus-cite-attribution-face, gnus-cite-face-list)
18224         (gnus-article-boring-faces): Use renamed gnus faces.
18226         * gnus-art.el (gnus-signature, gnus-header-from)
18227         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
18228         (gnus-header-content): Remove "-face" suffix from face names.
18229         (gnus-signature-face, gnus-header-from-face)
18230         (gnus-header-subject-face, gnus-header-newsgroups-face)
18231         (gnus-header-name-face, gnus-header-content-face):
18232         New backward-compatibility aliases for renamed faces.
18233         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
18235         * gnus-sum.el (gnus-summary-selected-face)
18236         (gnus-summary-highlight): Use renamed gnus faces.
18237         * gnus-group.el (gnus-group-highlight): Likewise.
18239 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
18241         * gnus-sieve.el (gnus-sieve-article-add-rule):
18242         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
18243         * spam-stat.el (spam-stat-buffer-change-to-spam)
18244         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
18246         * message.el (message-is-yours-p):
18247         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
18249 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18251         * mm-view.el (mm-inline-text): Withdraw the last change.
18253 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18255         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
18256         executing enriched-decode.
18258 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18260         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
18261         charset of tar files.
18263 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
18265         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
18267 2005-06-04  Lute Kamstra  <lute@gnu.org>
18269         * nnfolder.el (nnfolder-read-folder): Make sure that undo
18270         information is never recorded.
18272 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18274         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
18276 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18278         * pop3.el (pop3-apop): Run md5 in the binary mode.
18280         * starttls.el (starttls-set-process-query-on-exit-flag):
18281         Use eval-and-compile.
18283 2005-05-31  Simon Josefsson  <jas@extundo.com>
18285         * smime.el (smime-replace-in-string): Define.
18286         (smime-cert-by-ldap-1): Use it.
18288 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18290         * gnus-art.el (article-display-x-face): Replace
18291         process-kill-without-query by gnus-set-process-query-on-exit-flag.
18293         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
18294         set-process-query-on-exit-flag or process-kill-without-query.
18296         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
18297         loop instead of replace-regexp.
18299         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
18300         instead of process-kill-without-query if it is available.
18302         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
18303         instead of find-file-hooks if it is available.
18305         * mml1991.el: Bind pgg-default-user-id when compiling.
18307         * mml2015.el: Bind pgg-default-user-id when compiling.
18309         * nndraft.el (nndraft-request-associate-buffer):
18310         Use write-contents-functions instead of write-contents-hooks if it is
18311         available.
18313         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
18314         instead of find-file-hooks if it is available.
18316         * nntp.el (nntp-open-connection): Replace
18317         process-kill-without-query by gnus-set-process-query-on-exit-flag.
18318         (nntp-open-ssl-stream): Ditto.
18319         (nntp-open-tls-stream): Ditto.
18321         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
18322         set-process-query-on-exit-flag or process-kill-without-query.
18323         (starttls-open-stream-gnutls): Use it instead of
18324         process-kill-without-query.
18325         (starttls-open-stream): Ditto.
18327 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
18329         * smime.el (smime-cert-by-ldap-1): Don't use
18330         replace-regexp-in-string.
18332 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
18334         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
18336         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
18337         in PEM format.  Adjust to the XEmacs compatibility.
18339 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
18341         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
18342         by `string-to-number'.
18343         * gnus-agent.el (gnus-agent-regenerate-group)
18344         (gnus-agent-fetch-articles): Ditto.
18345         * gnus-art.el (gnus-button-fetch-group): Ditto.
18346         * gnus-cache.el (gnus-cache-generate-active)
18347         (gnus-cache-articles-in-group): Ditto.
18348         * gnus-group.el (gnus-group-set-current-level)
18349         (gnus-group-insert-group-line): Ditto.
18350         * gnus-score.el (gnus-score-set-expunge-below)
18351         (gnus-score-set-mark-below, gnus-summary-score-effect)
18352         (gnus-summary-score-entry): Ditto.
18353         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
18354         (gnus-soup-pack): Ditto.
18355         * gnus-spec.el (gnus-xmas-format): Ditto.
18356         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
18357         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
18358         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
18359         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
18360         * nndb.el (nndb-get-remote-expire-response): Ditto.
18361         * nndiary.el (nndiary-parse-schedule-value)
18362         (nndiary-string-to-number, nndiary-request-replace-article)
18363         (nndiary-request-article): Ditto.
18364         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
18365         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
18366         * nneething.el (nneething-make-head): Ditto.
18367         * nnfolder.el (nnfolder-request-article)
18368         (nnfolder-retrieve-headers): Ditto.
18369         * nnheader.el (nnheader-file-to-number): Ditto.
18370         * nnkiboze.el (nnkiboze-request-article): Ditto.
18371         * nnmail.el (nnmail-process-unix-mail-format)
18372         (nnmail-process-babyl-mail-format): Ditto.
18373         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
18374         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
18375         (nnmh-request-create-group, nnmh-request-list-1)
18376         (nnmh-request-group, nnmh-request-article): Ditto.
18377         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
18378         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
18379         * nnsoup.el (nnsoup-make-active): Ditto.
18380         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
18381         * nntp.el (nntp-find-group-and-number)
18382         (nntp-retrieve-headers-with-xover): Ditto.
18383         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
18384         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
18385         (pgg-format-key-identifier): Ditto.
18386         * pop3.el (pop3-last, pop3-stat): Ditto.
18387         * qp.el (quoted-printable-decode-region): Ditto.
18389         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
18390         of concat.
18392 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18394         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
18396         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
18398         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
18400         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
18402         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
18404         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
18406         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
18407         (gnus-carpal-mode): Ditto.
18409         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
18410         (gnus-browse-mode): Ditto.
18412         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
18414         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
18416 2005-05-29  Richard M. Stallman  <rms@gnu.org>
18418         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
18420 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18422         * gnus-util.el (gnus-run-mode-hooks): New function.
18424         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
18426 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
18428         * gnus-agent.el (gnus-agent-make-mode-line-string):
18429         Use mode-line-highlight as mouse-face.
18431 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18433         * canlock.el (canlock): Change the parent group to news.
18435         * deuglify.el (gnus-outlook-deuglify): Add :group.
18437         * dig.el (dig): Add :group.
18439         * dns-mode.el (dns-mode): Add :group.
18441         * encrypt.el (encrypt): Add :group.
18443         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
18444         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
18445         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
18446         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
18447         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
18449         * gnus-diary.el (gnus-diary): Add :group.
18451         * gnus.el (gnus-group-news-1-face): Add :group.
18452         (gnus-group-news-1-empty-face): Ditto.
18453         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
18454         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
18455         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
18456         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
18457         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
18458         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
18459         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
18460         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
18461         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
18462         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
18463         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
18464         (gnus-summary-high-ticked-face): Ditto.
18465         (gnus-summary-low-ticked-face): Ditto.
18466         (gnus-summary-normal-ticked-face): Ditto.
18467         (gnus-summary-high-ancient-face): Ditto.
18468         (gnus-summary-low-ancient-face): Ditto.
18469         (gnus-summary-normal-ancient-face): Ditto.
18470         (gnus-summary-high-undownloaded-face): Ditto.
18471         (gnus-summary-low-undownloaded-face): Ditto.
18472         (gnus-summary-normal-undownloaded-face): Ditto.
18473         (gnus-summary-high-unread-face): Ditto.
18474         (gnus-summary-low-unread-face): Ditto.
18475         (gnus-summary-normal-unread-face): Ditto.
18476         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
18477         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
18479         * hashcash.el (hashcash): New custom group.
18480         (hashcash-default-payment): Add :group.
18481         (hashcash-payment-alist): Ditto.
18482         (hashcash-default-accept-payment): Ditto.
18483         (hashcash-accept-resources): Ditto.
18484         (hashcash-path): Ditto.
18485         (hashcash-extra-generate-parameters): Ditto.
18486         (hashcash-double-spend-database): Ditto.
18487         (hashcash-in-news): Ditto.
18489         * message.el (message-minibuffer-local-map): Add :group.
18491         * netrc.el (netrc): Add :group.
18493         * sieve-manage.el (sieve-manage-log): Add :group.
18494         (sieve-manage-default-user): Diito.
18495         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
18496         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
18497         (sieve-manage-authenticators): Ditto.
18498         (sieve-manage-authenticator-alist): Ditto.
18499         (sieve-manage-default-port): Ditto.
18501         * sieve-mode.el (sieve-control-commands-face): Add :group.
18502         (sieve-action-commands-face): Ditto.
18503         (sieve-test-commands-face): Ditto.
18504         (sieve-tagged-arguments-face): Ditto.
18506         * smime.el (smime): Add :group.
18508         * spam-report.el (spam-report): Add :group.
18510         * spam.el (spam, spam-face): Add :group.
18512 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18514         * nntp.el (nntp-next-result-arrived-p): Some news servers may
18515         return \n.\n.\n at the end of articles.  Protect against that.
18516         (nntp-with-open-group): Allow debugging.
18518         * nnheader.el (mail-header-set-extra): Make into a function
18519         because I just could't understand how to quote the list properly.
18521         * dns.el (query-dns-cached): New function.
18523 2005-05-26  Lute Kamstra  <lute@gnu.org>
18525         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
18527 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18529         * gnus-art.el: Don't autoload mail-extract-address-components.
18531         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
18532         eval-and-compile to evaluate it.
18534         * hashcash.el: Don't autoload executable-find.
18536         * nndb.el: Don't declare the nndb back end two or more times; don't
18537         autoload news-reply-mode, news-setup, cancel-timer and telnet.
18539         * nntp.el: Autoload format-spec instead of format; use
18540         eval-and-compile to evaluate autoload forms.
18542 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
18544         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
18546 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18548         * gnus.el (gnus-version-number): Bump version.
18550 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18552         * gnus.el: No Gnus v0.3 is released.
18554 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18556         * gnus-art.el (gnus-article-edit-part): Disable undo.
18558 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18560         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
18561         gnus-article-date-lapsed-new-header is t if date timer is active;
18562         skip headers in which the original date value is empty.
18563         (gnus-article-save-original-date): Redefine it as a macro.
18564         (gnus-display-mime): Use it.
18566 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18568         * gnus-art.el (article-date-ut): Support converting date in
18569         forwarded parts as well.
18570         (gnus-article-save-original-date): New function.
18571         (gnus-display-mime): Use it.
18573 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
18575         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
18576         enclosure element of <item>.
18578 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
18580         * message.el (message-kill-buffer-query): Rename from
18581         `message-kill-buffer-query-if-modified'.  Add :version.
18583 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18585         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
18586         window layout.
18588 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18590         * mml.el: Autoload dnd when compiling.
18592 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18594         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
18595         x-dnd-*.
18597 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18599         * qp.el (quoted-printable-encode-region): Save excursion.
18601 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
18603         * message.el (message-kill-buffer-query-if-modified): Add new variable
18604         so the user can kill a modified message buffer quickly.
18605         (message-kill-buffer): Use it.
18607 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18609         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
18610         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
18612 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18614         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
18615         contained in text because xml.el decodes entities) with LFs.
18617 2005-04-11  Lute Kamstra  <lute@gnu.org>
18619         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
18620         differently.
18622 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18624         * mm-util.el (mm-detect-coding-region): Typo.
18626 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18628         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
18630 2005-04-06  Deepak Goel  <deego@gnufans.org>
18632         * spam-stat.el (spam-stat-score-buffer): Add a call to a
18633         user-function allow user modifications of the scores.
18634         (spam-stat-score-buffer-user): New function, to allow
18635         user-computed modifications to the score.
18636         (spam-stat-score-buffer-user-functions): List of additional
18637         scoring functions.
18638         (spam-stat-error-holder): Global temporary error holder.
18639         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
18640         variable.
18642 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
18644         * gnus-registry.el (gnus-registry-clean-empty-function)
18645         (gnus-registry-trim, gnus-registry-fetch-groups)
18646         (gnus-registry-delete-group): Groups that match
18647         `gnus-registry-ignored-groups' are removed from the registry
18648         entries, not just ignored for splitting.  This helps clean up the
18649         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
18650         to get all the groups a message ID is in.
18652         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
18653         (spam-stat-split-fancy): Change "threshhold" to "threshold".
18654         (spam-stat-score-buffer-user-functions): Add :number custom type.
18656 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18658         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
18659         argument in XEmacs.
18661         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
18662         (nnrss-request-group): Decode group name first.
18663         (nnrss-request-article): Make a text/plain article if mml-to-mime
18664         failed.
18665         (nnrss-get-encoding): Return a compatible encoding according to
18666         nnrss-compatible-encoding-alist.
18667         (nnrss-find-el): Use consp instead of listp.
18668         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
18670 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18672         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
18673         which Emacs 20 doesn't support.
18674         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
18676 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18678         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
18679         silence the byte compiler inside the defun.
18681         * gnus-demon.el (parse-time-string): Add autoload.
18683         * gnus-delay.el (parse-time-string): Add autoload.
18685         * gnus-art.el (parse-time-string): Add autoload.
18687         * nnultimate.el (parse-time): Require for `parse-time-string'.
18689 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18691         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
18693         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
18695         * smime.el (smime-ldap-host-list): Add :version.
18697 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18699         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
18700         pass it to `gnus-browse-read-group'.
18701         (gnus-browse-read-group): Add NUMBER argument and pass it to
18702         `gnus-group-read-ephemeral-group'.
18704         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
18705         argument and pass it to `gnus-group-read-group'.
18707 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
18709         * mm-util.el (mm-xemacs-find-mime-charset): Only call
18710         mm-xemacs-find-mime-charset-1 if we have the mule feature
18711         available at runtime.
18713 2005-03-25  Werner Lemberg  <wl@gnu.org>
18715         * nnmaildir.el: Replace `illegal' with `invalid'.
18717 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18719         * gnus-start.el (gnus-display-time-event-handler):
18720         Check display-time-timer at runtime rather than only at load time
18721         in case display-time-mode is turned off in the mean time.
18723 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18725         * nnimap.el (nnimap-open-connection): Print which authinfo file is
18726         used.
18728         * nneething.el (nneething-map-file-directory): Derive from
18729         `gnus-directory'.
18731         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
18732         the To/Cc button.
18734 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18736         * nnmaildir.el (nnmaildir-request-accept-article):
18737         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
18739 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18741         * gnus-async.el: Require timer-funcs at compile time when in
18742         XEmacs for `run-with-idle-timer'.
18744 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18746         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
18747         autoloaded function.
18749 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18751         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
18753 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
18755         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
18757 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18759         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
18760         Add gnus-expert-user to default.
18762 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
18764         * nnimap.el (nnimap-open-server): Ditto.
18766         * imap.el (imap-authenticate): Fix typo.
18768 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
18770         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
18771         buffer (since IMAP server might return FETCH response out of
18772         order, and the nntp buffer must be sorted).
18774 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
18776         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
18777         comparison on string.
18779         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
18780         (gnus-agent-score): Rename category keywords to match gnus-cus.
18781         (gnus-agent-summary-fetch-series): Modify to protect against
18782         gnus-agent-summary-fetch-group clearing processable flags.
18783         (gnus-agent-synchronize-group-flags): Update live group buffer as
18784         synchronization may occur due to the user toggle the plugged
18785         status.
18786         (gnus-agent-fetch-group-1): Clear downloadable flag when article
18787         successfully downloaded.
18788         (gnus-agent-expire-group-1): Avoid using markers when the overview
18789         is in ascending order; greatly improves performance.
18790         (gnus-agent-regenerate-group):
18791         Use gnus-agent-synchronize-group-flags to reset read status in both
18792         gnus and server.
18793         (gnus-agent-update-files-total-fetched-for): Fix initial size.
18795 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
18797         * message.el: Don't autoload former message-utils variables.
18798         (message-strip-subject-trailing-was): Change doc string.
18800         * nnweb.el: Fixes for `gnus-group-make-web-group'.
18801         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
18802         (nnweb-google-search): Add "hl=en" here.
18803         (nnweb-google-parse-1, nnweb-google-create-mapping):
18804         Don't hardcode URL.
18806 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18808         * message.el (message-get-reply-headers, message-followup):
18809         Mention related variables `message-use-followup-to' and
18810         `message-use-mail-followup-to', in the information buffer.
18812         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
18813         of broken groups(-beta).google.com.
18815 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
18817         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
18818         parameter to invoked gnus-request-move-article; remove the
18819         redundant gnus-sum-hint-move-is-internal variable; apply the marks
18820         all at once instead of once per article.
18821         (gnus-summary-remove-process-mark): Accept a list of articles as
18822         well as a single article for processing.
18824         * gnus-int.el (gnus-request-move-article): Add move-is-internal
18825         parameter.
18827         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
18829         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
18831         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
18832         parameter.
18834         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
18835         parameter.
18837         * nnimap.el (nnimap-request-move-article): Add move-is-internal
18838         parameter and remove the gnus-sum-hint-move-is-internal variable.
18840         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
18841         parameter.
18843         * nndraft.el (nndraft-request-move-article): Add move-is-internal
18844         parameter.
18846         * nndiary.el (nndiary-request-move-article): Add move-is-internal
18847         parameter.
18849         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
18851         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
18852         parameter.
18854         * nnagent.el (nnagent-request-move-article): Add move-is-internal
18855         parameter.
18857 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18859         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
18860         a more conservative way.
18862 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18864         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
18865         buffer, so it moves the window's cursor.
18867 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
18869         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
18870         `mm-dissect-multipart' and receive the from field as an (optional)
18871         argument from `mm-dissect-multipart'.
18872         (mm-dissect-multipart): Receive the from field as an argument and
18873         pass it on when we call `mm-dissect-buffer' on MIME parts.
18874         Fixes verification/decryption of signed/encrypted MIME parts.
18876 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
18878         * gnus-sum.el (gnus-summary-move-article):
18879         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
18880         whatever it calls (right now, only nnimap-request-move article
18881         respects it).
18883         * nnimap.el (nnimap-request-move-article):
18884         When gnus-sum-hint-move-is-internal is set, don't do the extra
18885         nnimap-request-article.
18887 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18889         * nnheader.el (nnheader-find-file-noselect): Add doc string.
18891         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
18892         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
18894         * gnus-sum.el (gnus-summary-caesar-message):
18895         Apply `gnus-treat-article' after rotation.
18897         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
18898         doc string.
18900 2005-02-22  Simon Josefsson  <jas@extundo.com>
18902         * encrypt.el (encrypt-password-cache-expiry): Remove (use
18903         `password-cache-expiry' instead).  Reported by Arne Jørgensen
18904         <arne@arnested.dk>.
18905         (encrypt): Add password-cache and password-cache-expiry as group
18906         members.
18908 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
18910         * smime.el (smime-ldap-host-list): Doc fix.
18911         (smime-ask-passphrase): Use `password-read-and-add' to read (and
18912         cache) password.
18913         (smime-sign-region): Use it.
18914         (smime-decrypt-region): Use it.
18915         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
18916         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
18917         fails.
18918         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
18919         certificate from DER to PEM format rather than calling openssl.
18921         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
18923         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
18924         for signing/encryption.
18926         * mml.el (mml-parse-1): Use them.
18928 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
18930         * nnrss.el (nnrss-verbose): Remove.
18931         (nnrss-request-group): Use `nnheader-message' instead.
18933 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
18935         * nnrss.el (nnrss-verbose): New variable.
18936         (nnrss-request-group): Make it say nnrss is requesting a group.
18938 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18940         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
18941         Handle news URL with given port correctly.
18943 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18945         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
18946         containing special characters.
18948         * gnus-sum.el (gnus-summary-edit-article): Ditto.
18950         * mml.el (mime-to-mml): Ditto.
18952         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
18953         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
18954         (rfc2047-decode-region): Quote decoded words containing special
18955         characters when rfc2047-quote-decoded-words-containing-tspecials
18956         is non-nil.
18958 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
18960         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
18962         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
18964 2005-02-15  Simon Josefsson  <jas@extundo.com>
18966         * nnimap.el (nnimap-debug): Doc fix.
18968         * imap.el (imap-debug): Doc fix.
18970 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18972         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
18974 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
18976         * gnus.el (spam-contents): Improve docs for spam-contents
18977         parameter in its variable incarnation.
18979 2005-02-14  Simon Josefsson  <jas@extundo.com>
18981         * smime-ldap.el: Use require instead of load-library for ldap.
18982         (smime-ldap-search): Indent.
18983         (smime-ldap-search-internal): Shorten line.
18985         * smime.el (smime-cert-by-dns): Add doc-string.
18986         (smime-cert-by-ldap-1): Indent.
18988         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
18989         mml-smime-get-dns-ldap.
18990         (mml-smime-encrypt-query): Use new function.  Default to ldap.
18992 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
18994         * smime.el: Require smime-ldap.
18995         (smime-ldap-host-list): New variable.
18996         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
18998         * mml-smime.el (mml-smime-encrypt-query): New function.
18999         (mml-smime-encrypt-query): Use it.
19001         * smime-ldap.el: New file.
19003 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19005         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
19007 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19009         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
19010         argument in doc string.  Make query for type more clear.
19012 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19014         * gnus.el (gnus-group-startup-message): Search for gnus images in
19015         etc/images/gnus.
19016         * mm-util.el (mm-image-load-path): Likewise.
19017         * smiley.el (smiley-data-directory): Search for smilies in
19018         etc/images/smilies.
19020 2005-02-09  Kim F. Storm  <storm@cua.dk>
19022         Change Emacs release version from 21.4 to 22.1 throughout.
19023         Change Emacs development version from 21.3.50 to 22.0.50.
19025 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19027         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
19029         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
19030         non-Mule XEmacs as well.
19031         (mm-decompress-buffer): Signal an error intentionally if it does
19032         not decompress compressed data because auto-compression-mode is
19033         disabled.
19035 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
19037         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
19038         an ID in the registry even if it has no groups.
19040 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19042         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
19043         merge it into mm-decompress-buffer.
19044         (gnus-mime-copy-part): Use the MIME part charset, the value which
19045         a user specified or gnus-newsgroup-charset for decoding, like
19046         gnus-mime-inline-part does; set buffer-file-coding-system to tell
19047         save-buffer what was used.  Suggested by Kevin Ryde
19048         <user42@zip.com.au>.
19049         (gnus-mime-inline-part): Allow the name parameter as well as the
19050         filename parameter; force decompressing of compressed data; always
19051         display contents being not decoded as unibyte.
19053         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
19054         as well as the filename parameter.
19056         * mm-util.el (mm-decompress-buffer):
19057         Merge gnus-mime-jka-compr-maybe-uncompress.
19058         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
19059         of compressed data.
19061 2005-02-08  Simon Josefsson  <jas@extundo.com>
19063         * imap.el (imap-log): Doc fix.
19065 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19067         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
19068         the coding cookies; decompress compressed parts.
19070         * mml.el (mml-generate-mime-1): Add the charset parameter according
19071         to the value which a user specified manually or the coding cookie.
19073         * mm-util.el (mm-string-to-multibyte): New function.
19074         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
19075         (mm-coding-system-to-mime-charset): New function.
19076         (mm-decompress-buffer): New function.
19077         (mm-find-buffer-file-coding-system): New function.
19079         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
19080         (mm-display-inline-fontify): Rewrite for decoding and decompressing
19081         parts.
19083 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19085         * mm-view.el (mm-display-inline-fontify): Decode a part according
19086         to the charset parameter.
19088 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19090         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
19091         prefix arg is neither nil nor a number, as info specifies.
19093 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19095         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
19096         timestamps.
19098 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
19100         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
19101         groups error checking and notify user.
19103 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
19105         * message.el (message-send-mail-function): Check existence of
19106         sendmail-program first before using default value
19107         `message-send-mail-with-sendmail'.  Otherwise use more generic
19108         `smtpmail-send-it'.
19110 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19112         * nntp.el (nntp-request-update-info): Always return nil.
19114 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19116         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
19118 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19120         * message.el (message-beginning-of-line): Change the behavior when
19121         invoked between BOL and : so that it first moves backward.
19123 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19125         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
19126         article buffer when editing of the article is discarded.
19127         (gnus-article-prepare): Revert.
19129 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19131         * gnus-art.el (gnus-article-prepare):
19132         Remove message-strip-forbidden-properties from the local hook.
19134 2005-01-27  Simon Josefsson  <jas@extundo.com>
19136         * password.el (password-cache-add): Only start one timer per key.
19137         Reported by Derek Atkins <warlord@MIT.EDU>.
19139 2005-01-26  Steve Youngs  <steve@sxemacs.org>
19141         * run-at-time.el: Remove.  It is no longer needed as
19142         timer-funcs.el in the xemacs-base package has a working version of
19143         `run-at-time'.
19145         * password.el: Require timer-funcs instead of run-at-time in
19146         XEmacs.
19147         Remove `password-run-at-time' macro.
19148         (password-cache-add): Use `run-at-time' instead of
19149         `password-run-at-time'.
19151         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
19152         for `run-with-idle-timer'.
19154         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
19155         for `run-at-time'.
19157         * mm-url.el: Require timer-funcs at compile time when in XEmacs
19158         for `with-timeout'.
19160 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19162         * mml.el (mml-generate-mime-1): Convert string into unibyte when
19163         inserting " *mml*" buffer's contents into a unibyte temp buffer.
19165 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
19167         * mail-source.el (mail-source-fetch-imap): Search for ^From case
19168         sensitively.
19170 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
19172         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
19174 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19176         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
19177         which will be inserted according to the multibyteness of a buffer
19178         rather than the type of contents.  Suggested by ARISAWA Akihiro
19179         <ari@mbf.ocn.ne.jp>.
19181         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
19182         of string which old xml.el may return rather than a string.
19184 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19186         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
19188 2005-01-16  Simon Josefsson  <jas@extundo.com>
19190         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
19191         idn/idna.el isn't available.
19192         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
19193         <michael@waxrat.com>.
19195         * hashcash.el: Remove non-FSF copyright header.
19197         * hashcash.el (hashcash-extra-generate-parameters): New variable.
19198         (hashcash-generate-payment): Use it.
19199         (hashcash-generate-payment-async): Use it.
19201 2005-01-15  Simon Josefsson  <jas@extundo.com>
19203         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
19204         Suggested by Raymond Scholz <ray-2005@zonix.de>.
19206         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
19207         gnus-summary-idna-message.
19208         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
19209         (gnus-summary-idna-message): New function.
19211 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
19213         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
19214         gnus-novice-user.
19216 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19218         * nnrss.el (nnrss-request-delete-group): Delete entries in
19219         nnrss-group-alist as well.
19220         (nnrss-save-server-data): Insert newline.
19222 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
19224         * gnus.el (gnus-user-agent): Use list of symbols instead of
19225         symbols.  Display full version number for (S)XEmacs.
19226         Optionally display (S)XEmacs codename.
19228         * gnus-util.el (gnus-emacs-version): Update for new
19229         `gnus-user-agent'.
19231         * gnus-msg.el (gnus-extended-version): Make it possible to omit
19232         Gnus version.
19234 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19236         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
19237         which is unreadable in some setups.
19239 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19241         * gnus-spec.el (gnus-update-format-specifications): Flush the
19242         group format spec cache if it doesn't support decoded group names.
19244 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
19246         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
19247         Allow to apply decay on score files matching a regexp.
19249 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19251         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
19252         compatibility in %g and %c.
19254 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19256         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
19257         name for only %g and %c.
19258         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
19259         of gnus-tmp-group to decoded group name.
19260         (gnus-group-make-rss-group): Exclude `/'s from group names.
19262 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19264         * nnrss.el (nnrss-get-encoding): Fix regexp.
19266 2004-12-27  Simon Josefsson  <jas@extundo.com>
19268         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
19269         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
19270         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
19272 2004-12-17  Kim F. Storm  <storm@cua.dk>
19274         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
19276         * gnus-sum.el (gnus-summary-mode-map): Likewise.
19278 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
19280         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
19282 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19284         * nnrss.el: Require rfc2047 and mml.
19285         (nnrss-file-coding-system): New variable.
19286         (nnrss-format-string): Redefine it as an inline function.
19287         (nnrss-decode-group-name): New function.
19288         (nnrss-string-as-multibyte): Remove.
19289         (nnrss-retrieve-headers): Decode group name; don't use
19290         nnrss-format-string.
19291         (nnrss-request-group): Decode group name.
19292         (nnrss-request-article): Decode group name; allow a Message-ID as
19293         well as an article number; don't use nnrss-format-string; encode a
19294         Message-ID string which may contain non-ASCII characters; use
19295         mml-to-mime to compose a MIME article.
19296         (nnrss-request-expire-articles): Decode group name.
19297         (nnrss-request-delete-group): Decode group name.
19298         (nnrss-fetch): Clarify error message.
19299         (nnrss-read-server-data): Use insert-file-contents instead of load;
19300         bind file-name-coding-system; use multibyte buffer.
19301         (nnrss-save-server-data): Bind coding-system-for-write to the
19302         value of nnrss-file-coding-system; bind file-name-coding-system;
19303         add coding cookie.
19304         (nnrss-read-group-data): Use insert-file-contents instead of load;
19305         bind file-name-coding-system; use multibyte buffer.
19306         (nnrss-save-group-data): Bind coding-system-for-write to the
19307         value of nnrss-file-coding-system; bind file-name-coding-system.
19308         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
19309         make it work with non-ASCII text.
19310         (nnrss-find-el): Make it work with old xml.el as well.
19312 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
19314         * nnrss.el (nnrss-get-encoding): New function.
19315         (nnrss-fetch): Use unibyte buffer initially; bind
19316         coding-system-for-read while performing mm-url-insert; remove ^Ms;
19317         decode contents according to the encoding attribute.
19318         (nnrss-save-group-data): Add coding cookie.
19319         (nnrss-mime-encode-string): New function.
19320         (nnrss-check-group): Use it to encode subject and author.
19322 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
19324         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
19325         imaginary variable.
19327 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19329         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
19330         correctly even if there are wide characters.
19332 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
19334         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
19335         downcased symbol names; make a new cache instead of reusing
19336         bbdb-hashtable.
19338 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19340         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19341         concatenating segments rather than before concatenating them.
19342         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19344         * message.el (message-get-reply-headers): Bind `extra'.
19346 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19348         * message.el (message-extra-wide-headers): New variable.
19349         (message-get-reply-headers): Use it.
19351 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19353         * gnus-agent.el (gnus-agent-group-path): Decode group name.
19354         (gnus-agent-group-pathname): Ditto.
19356         * gnus-cache.el (gnus-cache-file-name): Decode group name.
19358         * gnus-group.el (gnus-group-make-group): Decode group name.
19359         (gnus-group-make-rss-group): Register the group data after opening
19360         the nnrss group.
19362 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
19364         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
19365         by expiry now get marked as read.
19367 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19369         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
19371 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
19373         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
19374         unify Latin characters in XEmacs.
19375         (mm-find-mime-charset-region): Use it.
19377 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19379         * gnus-util.el (gnus-delete-directory): New function.
19381         * gnus-agent.el (gnus-agent-delete-group): Use it.
19383         * gnus-cache.el (gnus-cache-delete-group): Use it.
19385 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19387         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
19388         names.
19390 2004-12-16  Simon Josefsson  <jas@extundo.com>
19392         * hashcash.el (hashcash-payment-alist): Fix custom :type.
19394 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19396         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
19398         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
19399         (gnus-group-set-current-level): Decode group name.
19401 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
19403         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
19404         failed.
19406 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19408         * gnus-group.el (gnus-group-delete-group): Decode group name.
19409         (gnus-group-make-rss-group): Encode group name.
19410         (gnus-group-catchup-current): Decode group name.
19411         (gnus-group-kill-group): Decode group name.
19413 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19415         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
19417 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19419         * gnus-group.el (gnus-group-make-rss-group):
19420         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
19422         * gnus-start.el (gnus-setup-news): Honor user's setting to
19423         gnus-message-archive-method.  Suggested by Lute Kamstra
19424         <lute@gnu.org>.
19426 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
19428         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
19429         global counterparts of the buffer-local variables.
19431 2004-11-16  Romain Francoise  <romain@orebokech.com>
19433         * gnus-sum.el (gnus-summary-exit): Don't clear the global
19434         counterparts of the buffer-local variables.
19436 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19438         * message.el (message-forbidden-properties): Fix typo in doc
19439         string.
19441 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19443         * gnus-util.el (gnus-replace-in-string): Add doc string.
19445         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
19446         to avoid problems when splitting mails with many recipients.
19448 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19450         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
19451         pop-to-buffer, covered by the subsequent gnus-configure-windows.
19453 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
19455         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
19456         if there is no hashtable in memory or file modification time is
19457         newer than cached timestamp.
19459 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
19461         * gnus-sum.el (gnus-summary-limit-to-recipient):
19462         Implement not-matching option.
19464 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
19466         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
19467         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
19468         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
19469         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
19470         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
19471         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
19473 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19475         * message.el (message-forward-make-body-mml): Remove headers
19476         according to message-forward-ignored-headers if a message is decoded.
19478 2004-12-02  Romain Francoise  <romain@orebokech.com>
19480         * message.el (message-forward-make-body-plain): Always remove
19481         headers according to message-forward-ignored-headers.
19483 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
19485         * spam.el (spam-summary-prepare-exit): Remove the
19486         gnus-summary-limit pop for now, it has problems with ham marks for
19487         me.
19489 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
19491         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
19492         correctly.
19494 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
19496         * format-spec.el (format-spec): Message the char.
19498 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
19500         * gnus-art.el (gnus-split-methods): Reformat comments.
19502         * spam.el (spam-summary-prepare-exit): Remove article limits
19503         before exiting the summary buffer.
19505 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19507         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
19508         order to silence the byte compiler.
19510         * spam.el: Fix the way to silence the byte compiler, which
19511         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
19512         bbdb-search-simple, spam-BBDB-register-routine,
19513         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
19514         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
19515         spam-stat-buffer-is-spam, spam-stat-load,
19516         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
19517         spam-stat-save and spam-stat-split-fancy.
19519 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19521         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
19522         which may confuse users.
19523         (canlock-password-for-verify): Ditto.
19525         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
19527         * gnus-art.el (gnus-emphasis-alist): Ditto.
19529         * gnus-registry.el (gnus-registry-max-entries): Ditto.
19531         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
19533         * gnus-start.el (gnus-save-killed-list): Ditto.
19535         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
19536         (gnus-sum-thread-tree-root): Ditto.
19537         (gnus-sum-thread-tree-false-root): Ditto.
19538         (gnus-sum-thread-tree-single-indent): Ditto.
19540         * message.el (message-courtesy-message): Ditto.
19541         (message-archive-note): Ditto.
19542         (message-subscribed-address-file): Ditto.
19543         (message-user-fqdn): Ditto.
19545         * spam-report.el (spam-report-gmane-regex): Ditto.
19547         * spam.el (spam-blackhole-good-server-regex): Ditto.
19549 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19551         * mml.el (mml-preview): Widen the message buffer before copying
19552         the contents to the preview buffer; sort headers before previewing.
19554         * message.el (message-hidden-headers): Fix the way to avoid a bug
19555         in the `repeat' widget in Emacs 21.3 or earlier.
19557 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19559         * message.el (message-hidden-headers): Default to "^References:".
19560         Improve customization type.  Suggested by Reiner Steib
19561         <Reiner.Steib@gmx.de>.
19563 2004-11-25  Romain Francoise  <romain@orebokech.com>
19565         * message.el (message-strip-forbidden-properties): Remove check for
19566         obsolete `message-hidden' text property, hidden headers are not
19567         accessible in the buffer anymore.
19569 2004-11-22  Romain Francoise  <romain@orebokech.com>
19571         * message.el (message-header-format-alist): Add `From' in list
19572         so that it can be sorted.
19573         (message-fix-before-sending): Widen and sort headers before
19574         sending.
19575         (message-hide-headers): Use narrowing to hide headers by moving
19576         them to the top of the buffer and narrowing to the region
19577         underneath.
19579 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19581         * message.el (message-strip-forbidden-properties):
19582         Bind buffer-read-only (etc) to nil.
19584 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19586         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
19587         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19589 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
19591         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
19593 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19595         * dns.el (query-dns): Use sit-for to time instead of
19596         accept-process-output, since that doesn't seem to work on udp
19597         sockets.
19599 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19601         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
19603 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
19605         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
19606         doc string.  Improve doc string.
19608 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19610         * nntp.el (nntp-request-update-info): Return nil if
19611         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
19612         may not call gnus-activate-group which uselessly issues the GROUP
19613         commands for all nntp groups and wastes time.  Reported by Romain
19614         Francoise <romain@orebokech.com>.
19616         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
19618 2004-11-15  Simon Josefsson  <jas@extundo.com>
19620         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
19621         headers separately.
19622         (gnus-button-openpgp): New function, inspired by Jochen Küpper
19623         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
19625 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19627         * gnus-start.el (gnus-convert-old-newsrc):
19628         Assign legacy-gnus-agent to 5.10.7.
19630 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19632         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
19633         start of the lines.
19635 2004-11-14  Magnus Henoch  <mange@freemail.hu>
19637         * hashcash.el (hashcash-default-payment): Change default to 20.
19638         (hashcash-default-accept-payment): Change default to 20.
19639         (hashcash-process-alist): New variable.
19640         (hashcash-generate-payment-async): Add.
19641         (hashcash-already-paid-p): Add.
19642         (hashcash-insert-payment): Don't generate payments twice.
19643         (hashcash-insert-payment-async): Add.
19644         (hashcash-insert-payment-async-2): Add.
19645         (hashcash-cancel-async): Add.
19646         (hashcash-wait-async): Add.
19647         (hashcash-processes-running-p): Add.
19648         (hashcash-wait-or-cancel): Add.
19649         (mail-add-payment): New optional argument.  Conditionally start
19650         asynchronous calculation.
19651         (mail-add-payment-async): Add.
19653         * message.el (message-send-mail): Wait for asynchronous hashcash
19654         results.  Don't clobber existing X-Hashcash headers.
19655         (message-setup-1): Call mail-add-payment-async when
19656         message-generate-hashcash is non-nil.
19658 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19660         * message.el (message-use-alternative-email-as-from): Examine the
19661         From header as well; use message-make-from in order to include a
19662         user's full name.
19664 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19666         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
19667         default; improve customization type.
19668         (gnus-emphasis-custom-with-format): New macro.
19669         (gnus-emphasis-custom-value-to-external): New function.
19670         (gnus-emphasis-custom-value-to-internal): New function.
19672 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19674         * dns.el (query-dns): Resolve reverse addresses.
19676 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19678         * gnus-group.el (gnus-group-get-new-news): Use it.
19680         * gnus-start.el (gnus-check-reasonable-setup): New function.
19682 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19684         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
19685         "Args out of range" error.  Reported by Arnaud Giersch
19686         <arnaud.giersch@free.fr>.
19688 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19690         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
19692 2004-11-04  Richard M. Stallman  <rms@gnu.org>
19694         * spam.el (spam group): Add :version.
19696         * pgg-def.el (pgg group): Add :version.
19698 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19700         * gnus-art.el (gnus-article-edit-article): Don't associate the
19701         article buffer with a draft file.  This is a temporary measure
19702         against the 2004-08-22 change to gnus-article-edit-mode.
19704 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19706         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
19707         (html2text-format-tags): Remove unused variable `attr'.
19709 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19711         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
19713         * spam-stat.el (spam-stat): Add :version.
19715         * sieve.el (sieve): Add :version.
19717         * sha1.el (sha1): Add :version.
19718         (sha1-use-external): Remove redundant version.
19720         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
19721         (nnmail-cache-ignore-groups, nnmail-spool-hook)
19722         (nnmail-split-fancy-match-partial-words)
19723         (nnmail-split-lowercase-expanded): Add :version.
19725         * nndiary.el (nndiary): Add :version.
19727         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
19729         * mml-sec.el (mml-default-sign-method)
19730         (mml-default-encrypt-method, mml-signencrypt-style-alist):
19731         Add :version.
19733         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
19735         * mm-url.el (mm-url-use-external, mm-url-program)
19736         (mm-url-arguments): Add :version.
19738         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
19739         (mm-attachment-file-modes, mm-decrypt-option)
19740         (mm-w3m-safe-url-regexp): Add :version.
19742         * message.el (message-cite-prefix-regexp)
19743         (message-sendmail-envelope-from, message-minibuffer-local-map)
19744         (message-user-fqdn, message-completion-alist): Add :version.
19746         * gnus-win.el (gnus-configure-windows-hook)
19747         (gnus-use-frames-on-any-display): Add :version.
19749         * gnus-art.el (gnus-article-address-banner-alist)
19750         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
19751         (gnus-treat-from-picon, gnus-treat-mail-picon)
19752         (gnus-treat-x-pgp-sig): Add :version.
19754         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
19755         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
19756         (gnus-summary-article-delete-hook)
19757         (gnus-summary-display-while-building): Add :version.
19759         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
19760         (gnus-get-top-new-news-hook): Add :version.
19762         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
19763         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
19765         * gnus-registry.el (gnus-registry): Add :version.
19767         * gnus-spec.el (gnus-use-correct-string-widths)
19768         (gnus-make-format-preserve-properties): Add :version.
19770         * gnus.el (gnus-group-charter-alist)
19771         (gnus-group-fetch-control-use-browse-url)
19772         (gnus-install-group-spam-parameters): Add :version.
19774         * gnus-diary.el (gnus-diary): Add :version.
19776         * gnus-delay.el (gnus-delay): Add :version.
19778         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
19779         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
19780         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
19781         Add :version.
19783         * gnus-agent.el (gnus-agent-max-fetch-size)
19784         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
19785         (gnus-agent-prompt-send-queue): Add :version.
19787         * deuglify.el (gnus-outlook-deuglify): Add :version.
19789         * html2text.el: Beautify code.  Improve doc strings.
19790         Some checkdoc cleanup.
19791         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
19793 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
19795         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
19797 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
19799         * gnus-registry.el (gnus-registry-hashtb): Create the registry
19800         when package is loaded.
19802         * spam.el (spam-summary-score-preferred-header): Add global preference
19803         for people who want to override the default SpamAssassin over
19804         Bogofilter preference (when both are set).
19805         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
19806         (spam-user-format-function-S):
19807         Check spam-summary-score-preferred-header.
19808         (spam-extra-header-to-number): Add X-Bogosity header parsing.
19809         (spam-user-format-function-S): Format the score correctly.
19811 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19813         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
19814         signature file.  Suggested by Manoj Srivastava
19815         <srivasta@golden-gryphon.com>.
19817         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
19818         iso-2022-jp even in the Japanese language environment.
19819         Suggested by Jason Rumney <jasonr@gnu.org>.
19821 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19823         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
19824         use the same characters as the dummy marks; make it free from
19825         getting affected by the language environment.
19826         (gnus-summary-read-group-1): Update mark positions only when the
19827         format spec is updated.
19829         * gnus-spec.el (gnus-update-format-specifications): Return a list
19830         of updated types.
19832 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19834         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
19835         of boundp to check if display-warning is available.
19837 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
19839         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
19841 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19843         * nnspool.el (nnspool-spool-directory): Use news-path if the
19844         news-directory variable is not bound.
19846         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
19847         function instead of display-warning if it is not available.
19849 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19851         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
19852         v5-10: Use `point-at-bol'.
19854 2004-10-26  Simon Josefsson  <jas@extundo.com>
19856         * hashcash.el: Fix URL in comment, reported by Cheng Gao
19857         <chenggao@gmail.com>.
19859 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19861         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
19862         instead.
19864 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
19866         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
19867         to remove a server from the nnimap-server-buffer-alist.
19868         (nnimap-open-connection, nnimap-close-server): Use it.
19870         * gnus-encrypt.el: Remove file in favor of encrypt.el.
19872 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19874         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
19875         running the major-mode function.
19877 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19879         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
19880         dummy marks in the right way.
19882 2004-10-18  David Edmondson  <dme@dme.org>
19884         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
19885         excessively.
19887 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
19889         * gnus-util.el (gnus-split-references): Accept a nil references
19890         string and go on blissfully.
19892         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
19893         cases where the references string is non-nil but has no references.
19895         * encrypt.el: Add autoload tags.
19897         * spam.el (spam-resolve-registrations-routine): Remove article
19898         from unregistration list too.  Reported by David Hanak
19899         <dhanak@isis.vanderbilt.edu>
19901 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
19903         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
19904         nil.  Change custom type.
19906 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
19908         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
19910         * gnus-sum.el (gnus-summary-move-article): Use it.
19912 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
19914         * encrypt.el: Add autoload cookies.
19916         * spam.el (spam-backend-article-list-property)
19917         (spam-backend-get-article-todo-list)
19918         (spam-backend-put-article-todo-list)
19919         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
19920         Resolve registrations separately.
19921         (spam-register-routine): Format comments.
19922         (spam-unregister-routine, spam-register-routine): Always call with
19923         specific-articles, no default list.
19924         (spam-summary-prepare-exit): Use the spam-classifications function.
19926         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
19927         gnus-encrypt.el.
19929         * encrypt.el: Copied from gnus-encrypt.el.
19931         * gnus-encrypt.el: Commented that it's obsolete.
19933 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19935         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
19936         (gnus-score-save): Use it.
19938         * message.el (message-bury): Use `window-dedicated-p'.
19940 2004-10-15  Simon Josefsson  <jas@extundo.com>
19942         * pop3.el (top-level): Don't require nnheader.
19943         (pop3-read-timeout): Add.
19944         (pop3-accept-process-output): Add.
19945         (pop3-read-response, pop3-retr): Use it.
19947 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
19949         * spam.el (spam-register-routine): Move comment.
19950         (spam-verify-bogofilter): Use 'unknown for the initial
19951         spam-bogofilter-valid state, not 'never.
19953         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
19954         for netrc-machine.
19956         * nnimap.el (nnimap-open-connection):
19957         Use netrc-machine-user-or-password.
19959 2004-10-17  Richard M. Stallman  <rms@gnu.org>
19961         * gnus-registry.el (gnus-registry-unload-hook):
19962         Set as a variable with add-hook.
19964         * nnspool.el (nnspool-spool-directory): Use news-directory instead
19965         of news-path.
19967         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
19969         * spam.el: Delete duplicate `provide'.
19970         (spam-unload-hook): Set as a variable with add-hook.
19972 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19974         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
19975         in the doc string.
19977         * message.el (message-ignored-news-headers)
19978         (message-ignored-supersedes-headers)
19979         (message-ignored-resent-headers)
19980         (message-forward-ignored-headers): Improve custom type.
19982 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19984         * message.el (message-tokenize-header): Fix 2004-09-06 change
19985         which used point-min in the wrong place.
19987 2004-10-12  Simon Josefsson  <jas@extundo.com>
19989         * tls.el (tls-certtool-program): New variable.
19990         (tls-certificate-information): New function, based on
19991         ssl-certificate-information.
19993 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19995         * compface.el: Move the version of ELisp-based uncompface program
19996         to the contrib directory because of the copyright problem.
19998 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20000         * message.el (message-kill-buffer): Raise the current frame.
20002 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
20004         * gnus-sum.el: Mention that multibyte characters don't work as marks.
20006         * gnus.el (message-y-or-n-p): Autoload.
20008         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
20009         (pop3-password-required, pop3-authentication-scheme)
20010         (pop3-leave-mail-on-server): Make customizable.
20011         (pop3): New custom group.
20012         (pop3-retr): Remove `sleep-for' statements.
20013         Suggested by Dave Love <fx@gnu.org>.
20015         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
20016         Windows/DOS.
20018         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20019         (imap-parse-body): Fix incorrect use of `assert'.
20020         Suggested by Dave Love <fx@gnu.org>.
20022         * mml.el (mml-minibuffer-read-disposition): Require match.
20023         Suggested by Dave Love <fx@gnu.org>.
20025 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20027         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
20028         doc string.
20030 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20032         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
20034 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20036         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
20037         instead of calling `mm-insert-inline', to decode text/* parts
20038         before displaying them.
20040 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20042         * mm-uu.el (mm-uu-text-plain-type): New variable.
20043         (mm-uu-pgp-signed-extract-1): Use it.
20044         (mm-uu-pgp-encrypted-extract-1): Use it.
20045         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
20046         bind mm-uu-text-plain-type with that value.
20047         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
20048         mm-uu-dissect.
20050 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20052         * gnus-group.el (gnus-update-group-mark-positions):
20053         * gnus-sum.el (gnus-update-summary-mark-positions):
20054         * message.el (message-check-news-body-syntax):
20055         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
20056         of string-as-multibyte.
20058 2004-10-05  Juri Linkov  <juri@jurta.org>
20060         * gnus-group.el (gnus-update-group-mark-positions):
20061         * gnus-sum.el (gnus-update-summary-mark-positions):
20062         * message.el (message-check-news-body-syntax):
20063         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
20064         8-bit unibyte values to a multibyte string for search functions.
20066 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20068         * mm-uu.el (mm-uu-dissect): Allow optional arg.
20069         (mm-uu-dissect-text-parts): New function.
20071         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
20072         dissect text parts.
20074         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
20075         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
20077         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
20079         * gnus-topic.el (gnus-topic-hierarchical-parameters):
20080         Use gnus-current-topics instead of gnus-current-topic.
20082 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
20084         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
20086 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
20088         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
20089         where appropriate.
20091         * nnml.el (nnml-generate-active-info): do.
20093         * nndiary.el (nndiary-generate-active-info): do.
20095         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
20096         (gnus-topic-move): do.
20098         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
20099         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
20101         * gnus-srvr.el (gnus-server-prepare)
20102         (gnus-server-open-all-servers): do.
20104         * gnus-msg.el (gnus-summary-cancel-article)
20105         (gnus-summary-resend-message)
20106         (gnus-summary-mail-crosspost-complaint): do.
20108         * gnus-move.el (gnus-change-server): do.
20110         * gnus-group.el (gnus-group-unmark-all-groups)
20111         (gnus-group-set-current-level): do.
20113 2004-10-04  Simon Josefsson  <jas@extundo.com>
20115         * message.el (message-generate-hashcash): Doc fix.
20117 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
20119         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
20120         avoid infinite recursion via gnus-get-function.
20122 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
20124         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
20126         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
20128         * nnmail.el (nnmail-split-history): do.
20130         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
20131         (nnml-request-delete-group): do.
20133         * nnslashdot.el (nnslashdot-read-groups): do.
20135         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
20136         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
20138         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
20139         (nnspool-sift-nov-with-sed): Use last.
20140         (nnspool-retrieve-headers-with-nov): Use mapc.
20141         (nnspool-request-newgroups): Use dolist.
20142         (nnspool-request-group): Use last.
20144         * nntp.el (nntp-read-server-type): Use dolist.
20146         * nnvirtual.el (nnvirtual-create-mapping)
20147         (nnvirtual-update-read-and-marked): Use dolist.
20148         (nnvirtual-convert-headers): Simplify.
20150 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20152         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20153         Add support for sync'ing tick marks.
20155 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20157         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
20158         there's no visible header.
20160 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20162         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20163         When necessary, pass full group name to gnus-request-set-marks.
20165 2004-10-01  Simon Josefsson  <jas@extundo.com>
20167         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
20168         acroread.
20170 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20172         * spam-report.el (spam-report-gmane): Fix interactive.
20174         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
20176         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
20177         when writing file.
20178         (gnus-agent-synchronize-flags): Don't default to being
20179         interactive.
20181 2004-09-30  Simon Josefsson  <jas@extundo.com>
20183         * message.el (message-generate-hashcash): Add.
20184         (message-send-mail): Use it, call mail-add-payment.
20186 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
20188         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
20190 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
20192         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
20193         gnus-request-update-info with explicit code to sync the in-memory
20194         info read flags with the marks being sync'd to the backend.
20196         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
20198 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20200         * spam.el (spam-verify-bogofilter): Add new function.
20201         (spam-check-bogofilter)
20202         (spam-bogofilter-register-with-bogofilter): Use it.
20203         (spam-verify-bogofilter): Add small fixes.
20205 2004-09-28  Simon Josefsson  <jas@extundo.com>
20207         * hashcash.el (hashcash-generate-payment): Revert.
20209 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20211         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20212         Use gnus-extract-references instead of gnus-split-references.
20214         * gnus-util.el (gnus-extract-references): Add new function, analogous
20215         to gnus-split-references but extracts only the message-ID without
20216         anything extra.
20218         * hashcash.el (hashcash-generate-payment)
20219         (hashcash-check-payment): Do the right thing if hashcash-path is
20220         nil (because the hashcash program could not be found).
20222         * spam.el (spam-use-hashcash): Remove comment.
20224 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
20226         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
20227         (gnus-cache-enter-article, gnus-cache-remove-article)
20228         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
20230         * gnus-async.el (gnus-async-prefetch-remove-group): do.
20232         * gnus-art.el (article-hide-boring-headers)
20233         (article-translate-strings, article-display-face)
20234         (gnus-article-mime-match-handle-first)
20235         (gnus-article-highlight-headers)
20236         (gnus-article-add-buttons-to-head): do.
20238 2004-09-27  Simon Josefsson  <jas@extundo.com>
20240         * hashcash.el: New version, from
20241         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
20242         ../contrib/.
20244 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20246         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
20248 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
20250         * gnus-dup.el (gnus-dup-open): Use mapc.
20251         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
20253         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
20254         Reported by Stefan Wiens <s.wi@gmx.net>.
20256         * gnus.el (gnus-shutdown): Use dolist.
20258         * gnus-undo.el (gnus-undo): Use mapc.
20260         * nnrss.el (nnrss-generate-active): do.
20262         * message.el (message-cite-original-without-signature)
20263         (message-cite-original): Use mapc.
20264         (message-do-actions, message-make-forward-subject): Use dolist.
20266 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
20268         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
20269         deletion to remove entire duplicate line.  Fixes merged article
20270         number bug.
20272 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
20274         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
20275         servers that are offline.  Avoids having gnus-agent-toggle-plugged
20276         first ask if you want to open a server and then, even when you
20277         responded with no, asking if you want to synchronize the server's
20278         flags.
20279         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
20280         multi-line expressions.
20281         (gnus-agent-synchronize-group-flags): New internal function.
20282         Updates marks in memory (in the info structure) AND in the
20283         backend.
20285         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
20287         * nnagent.el (nnagent-request-set-mark):
20288         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
20289         method, to ensure that synchronization updates marks in the
20290         backend and in the info (in memory) structure.
20292 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20294         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
20295         convention fully; don't miss the root article of a thread; make
20296         the X-Draft-From header with correct article numbers.
20298 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
20300         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
20301         unless plugged.  Disable the agent so that an open failure causes
20302         an error.
20304         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
20305         Revert 2004-09-21 change.  The backend must be opened while
20306         synchronizing flags even when the backend stores the flags
20307         locally.
20309 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
20311         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
20312         in `header' match.  Reported by Svend Tollak Munkejord.
20314         * message.el (message-cite-original): Fix use of
20315         `message-cite-articles-with-x-no-archive'.
20317 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20319         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
20320         (gnus-window-to-buffer): Ditto.
20322         * mml.el (mml-preview-buffer): New variable.
20323         (mml-preview): Manage window layout with gnus-buffer-configuration.
20325         * gnus-msg.el (gnus-setup-message): Put article numbers into the
20326         X-Draft-From header even if those articles aren't quoted.
20328 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
20330         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
20331         (gnus-request-set-mark, gnus-request-update-mark): Use new
20332         g-s-t-u-l-m to decide to use backend even when unplugged.
20334 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20336         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
20337         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
20339 2004-09-20  Simon Josefsson  <jas@extundo.com>
20341         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
20342         "utf-16-le".
20344 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20346         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
20348 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20350         * uudecode.el (uudecode-use-external): Add :version.
20352         * smime.el (smime-CA-file, smime-encrypt-cipher)
20353         (smime-dns-server): Add :version.
20355         * smiley.el (gnus-smiley-file-types): Add :version.
20357         * sha1.el (sha1-use-external): Add :version.
20359         * pgg-def.el (pgg-query-keyserver): Add :version.
20361         * nnmail.el (nnmail-fancy-expiry-targets)
20362         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
20363         Add :version.
20365         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
20366         (nnimap-retrieve-groups-asynchronous): Add :version.
20367         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
20369         * mml.el (mml-content-disposition-parameters)
20370         (mml-insert-mime-headers-always): Add :version.
20372         * mm-util.el (mm-coding-system-priorities): Add :version.
20374         * mm-decode.el (mm-inline-text-html-with-images)
20375         (mm-keep-viewer-alive-types, mm-external-terminal-program)
20376         (mm-verify-option): Add :version.
20377         (mm-text-html-renderer): Change :version.
20379         * message.el (message-fcc-externalize-attachments)
20380         (message-required-headers, message-draft-headers)
20381         (message-subject-trailing-was-query)
20382         (message-subject-trailing-was-ask-regexp)
20383         (message-subject-trailing-was-regexp, message-mark-insert-begin)
20384         (message-mark-insert-end, message-archive-header)
20385         (message-archive-note, message-cross-post-default)
20386         (message-cross-post-note, message-followup-to-note)
20387         (message-cross-post-note-function, message-use-mail-followup-to)
20388         (message-subscribed-address-functions)
20389         (message-subscribed-address-file, message-subscribed-addresses)
20390         (message-subscribed-regexps, message-allow-no-recipients)
20391         (message-yank-cited-prefix, message-signature-insert-empty-line)
20392         (message-hidden-headers, message-hierarchical-addresses)
20393         (message-mail-user-agent, message-use-idna)
20394         (message-valid-fqdn-regexp)
20395         (message-strip-special-text-properties, message-header-synonyms)
20396         (message-beginning-of-line, message-tab-body-function): Add :version.
20397         (message-insert-canlock, message-wide-reply-confirm-recipients):
20398         Change :version.
20400         * mail-source.el (mail-source-ignore-errors): Add :group, :type
20401         and :version.
20402         (mail-source-delete-old-incoming-confirm)
20403         (mail-source-movemail-program): Add :version.
20405         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
20406         (gnus-agent-cache, gnus-agent): Change :version.
20408         * gnus-util.el (gnus-use-byte-compile): Change :version.
20410         * gnus-sum.el (gnus-summary-make-false-root-always)
20411         (gnus-summary-default-high-score)
20412         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
20413         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
20414         (gnus-read-all-available-headers, gnus-article-emulate-mime)
20415         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
20416         (gnus-sum-thread-tree-single-indent)
20417         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
20418         (gnus-sum-thread-tree-leaf-with-other)
20419         (gnus-sum-thread-tree-single-leaf): Add :version.
20420         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
20421         (gnus-article-loose-mime): Change :version.
20423         * gnus-start.el (gnus-backup-startup-file)
20424         (gnus-save-startup-file-via-temp-buffer): Add :version.
20426         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
20427         (gnus-server-offline-face): Add :version.
20429         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
20431         * gnus-msg.el (gnus-gcc-externalize-attachments)
20432         (gnus-debug-files, gnus-debug-exclude-variables)
20433         (gnus-discouraged-post-methods): Change :version.
20434         (gnus-confirm-mail-reply-to-news)
20435         (gnus-confirm-treat-mail-like-news): Add :version.
20437         * gnus-int.el (gnus-server-unopen-status): Add :version.
20439         * gnus-group.el (gnus-group-jump-to-group-prompt)
20440         (gnus-large-ephemeral-newsgroup)
20441         (gnus-fetch-old-ephemeral-headers): Add :version.
20443         * gnus-fun.el (gnus-x-face-directory)
20444         (gnus-convert-pbm-to-x-face-command)
20445         (gnus-convert-image-to-x-face-command)
20446         (gnus-convert-image-to-face-command): Add :version.
20448         * gnus-delay.el (gnus-delay-default-hour): Add :version.
20450         * gnus-cite.el (gnus-cite-blank-line-after-header)
20451         (gnus-article-boring-faces): Add :version.
20453         * gnus-art.el (gnus-buttonized-mime-types)
20454         (gnus-inhibit-mime-unbuttonizing)
20455         (gnus-treat-display-face)
20456         (gnus-treat-body-boundary): Change :version.
20457         (gnus-body-boundary-delimiter, gnus-picon-databases)
20458         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
20459         (gnus-treat-date-english, gnus-treat-fold-headers)
20460         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
20461         (gnus-treat-mail-picon, gnus-treat-wash-html)
20462         (gnus-article-encrypt-protocol)
20463         (gnus-use-idna, gnus-article-over-scroll)
20464         (gnus-mime-display-multipart-alternative-as-mixed)
20465         (gnus-mime-display-multipart-related-as-mixed)
20466         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
20467         (gnus-ctan-url, gnus-button-ctan-handler)
20468         (gnus-button-handle-ctan-bogus-regexp)
20469         (gnus-button-ctan-directory-regexp)
20470         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
20471         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
20472         (gnus-button-man-level, gnus-button-emacs-level)
20473         (gnus-button-message-level, gnus-button-browse-level): Add :version.
20475         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
20476         (gnus-agent-go-online): Change :version.
20477         (gnus-agent-expire-unagentized-dirs)
20478         (gnus-agent-auto-agentize-methods): Add :version.
20480         * flow-fill.el (fill-flowed-display-column)
20481         (fill-flowed-encode-column): Add :version.
20483         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20484         (gnus-outlook-deuglify-unwrap-max)
20485         (gnus-outlook-deuglify-cite-marks)
20486         (gnus-outlook-deuglify-unwrap-stop-chars)
20487         (gnus-outlook-deuglify-no-wrap-chars)
20488         (gnus-outlook-deuglify-attrib-cut-regexp)
20489         (gnus-outlook-deuglify-attrib-verb-regexp)
20490         (gnus-outlook-deuglify-attrib-end-regexp)
20491         (gnus-outlook-display-hook): Add :version.
20493         * binhex.el (binhex-use-external): Add :version.
20495 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
20497         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
20498         and `invisible'.
20500 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
20502         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
20503         in gnus-registry-trim.
20505 2004-09-13  Simon Josefsson  <jas@extundo.com>
20507         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
20509         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
20511         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
20512         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20513         <yamaoka@jpl.org>.
20514         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
20515         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20516         <yamaoka@jpl.org>.
20518         * sieve.el (sieve-manage-mode): Ditto.
20520 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
20522         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
20524 2004-09-11  Simon Josefsson  <jas@extundo.com>
20526         * dns-mode.el: Add.
20528         * mm-view.el (mm-display-dns-inline): Add.
20530         * mm-decode.el (mm-inline-media-tests): Add text/dns.
20531         (mm-automatic-display): Ditto.
20533         * mailcap.el (mailcap-mime-data): Add text/dns.
20534         (mailcap-mime-extensions): Map .soa to text/dns.
20536 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
20538         * gnus-art.el (article-decode-mime-words, article-babel)
20539         (gnus-article-highlight-signature, gnus-article-add-buttons)
20540         (gnus-signature-toggle): Remove unnecessary bindings of
20541         `inhibit-read-only' inherited from v5.10 merge.
20543 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
20545         * nntp.el (nntp): New customization group.
20546         (nntp-authinfo-file): Add customization group.
20548         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
20550         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
20552         * gnus.el (to-address, to-list, subscribed)
20553         (large-newsgroup-initial): Ditto.
20555         * flow-fill.el (fill-flowed-display-column)
20556         (fill-flowed-encode-column): Ditto.
20558 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20560         * message.el (message-tokenize-header, message-send-mail-with-qmail):
20561         Use point-min rather than 1.
20562         (message-send-mail): Use buffer-size rather than point-max.
20564         * gnus-sum.el (gnus-summary-search-article-forward):
20565         Signal a specific `search-failed' rather than a generic `error'.
20567         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
20568         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
20569         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
20571 2004-09-10  Simon Josefsson  <jas@extundo.com>
20573         * nndb.el (require): Remove tcp and duplicate cl.
20575 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20577         * gnus-agent.el (directory-files-and-attributes): Move forward.
20579 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20581         * gnus-agent.el (directory-files-and-attributes):
20582         Optionally defined to support XEmacs.
20584 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20586         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
20587         to avoid run-time CL dependencies.
20588         (gnus-agent-unfetch-articles): New function.
20589         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
20590         article numbers even when local .overview file is missing.
20591         (gnus-agent-read-article-number): New function.  Only accepts
20592         27-bit article numbers.
20593         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
20594         Use gnus-agent-read-article-number.
20595         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
20596         from backend while recognizing that article numbers in .overview
20597         must be valid.
20598         (gnus-agent-update-files-total-fetched-for):
20599         Use directory-files-and-attributes to improve performance.
20600         * gnus-int.el (gnus-request-move-article):
20601         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
20602         improve performance.
20604         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
20605         some users confused by references to .newsrc when they only have a
20606         .newsrc.eld file.
20607         (gnus-convert-mark-converter-prompt)
20608         (gnus-convert-converter-needs-prompt): Fix use of property list.
20609         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
20610         New function.  Used internally to only display 'gnus converting
20611         files' message when actually necessary.
20613         * gnus-sum.el (): Remove (require 'gnus-agent) as required
20614         methods now autoloaded.
20616 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20618         * gnus-sum.el (gnus-summary-insert-subject): Remove list
20619         identifiers.
20621 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
20623         * gnus-picon.el: Fix indentation and closing parenthesis.
20625 2004-09-01  Simon Josefsson  <jas@extundo.com>
20627         * message.el (message-canlock-generate): Require sha1, not
20628         sha1-el.  (Can we get rid of this require altogether?  It is ugly
20629         to require within a function.  Sadly, if sha1.el isn't loaded, the
20630         let binding in m-c-g will hide the defcustom definition, which is
20631         bad.)
20633         * canlock.el: Require sha1, not sha1-el.
20635         * message.el: Don't autoload sha1 (there is a autoload cookie in
20636         sha1.el).
20638         * sha1-el.el: Rename to sha1.el.
20640 2004-08-30  Juanma Barranquero  <lektu@terra.es>
20642         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
20644 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20646         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
20648 2004-08-30  Kim F. Storm  <storm@cua.dk>
20650         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
20652         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
20653         Add :group 'nnimap.
20655 2004-08-30  Andreas Schwab  <schwab@suse.de>
20657         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
20658         ?* and ?\;.
20660         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
20661         and ?\' to symbol instead of whitespace.
20663 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20665         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
20667         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
20668         instead of re-search-forward.
20670         * gnus-uu.el (gnus-uu-save-article): Ditto.
20671         (gnus-uu-post-encode-uuencode): Ditto.
20673         * html2text.el (html2text-clean-list-items): Ditto.
20674         (html2text-clean-dtdd): Ditto.
20675         (html2text-format-tags): Ditto.
20677         * message.el (message-send-mail-with-sendmail): Fix regexp.
20678         (message-fill-field-general): Use search-forward instead of
20679         re-search-forward.
20680         (unbold-region): Ditto.
20682         * nnrss.el (nnrss-request-article): Ditto.
20684         * nnslashdot.el (nnslashdot-request-article): Ditto.
20686         * nnweb.el (nnweb-gmane-wash-article): Ditto.
20688         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
20689         "Unrecognized menu descriptor" error in XEmacs.
20691 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20693         * gnus-sum.el (gnus-read-header): Don't remove a header for the
20694         parent article of a sparse article in the thread hashtb.
20696 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
20698         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
20699         (nnmail-expand-newtext): Lowercase expanded entries if
20700         nnmail-split-lowercase-expanded is non-nil.
20702 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20704         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
20706         * gnus-group.el (gnus-group-line-format-alist): Convert the value
20707         of gnus-tmp-news-method into string under XEmacs.  It will be
20708         passed to gnus-correct-length which takes only a string argument.
20710 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20712         * gnus-util.el (gnus-bind-print-variables): New macro.
20713         (gnus-prin1): Use it.
20714         (gnus-prin1-to-string): Use it.
20715         (gnus-pp): New function.
20716         (gnus-pp-to-string): New function.
20718         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
20719         Replace pp-to-string with gnus-pp-to-string.
20720         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
20721         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
20722         * gnus-msg.el (gnus-debug): Ditto.
20723         * gnus-score.el (gnus-score-save): Ditto.
20724         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
20725         gnus-pp-to-string.
20726         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
20727         with gnus-pp.
20728         * score-mode.el (gnus-score-pretty-print): Ditto.
20729         * webmail.el (webmail-debug): Ditto.
20731 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20733         * gnus-art.el (article-display-face, article-display-x-face):
20734         Use buffer-read-only.
20736 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20738         * gnus-art.el (article-hide-list-identifiers):
20739         Bind inhibit-read-only as t.
20741 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
20743         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
20745 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20747         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
20748         (gnus-narrow-to-page): Don't assume point-min == 1.
20749         (gnus-article-edit-mode): Derive from message-mode.
20751         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
20752         point-min == 1.
20754         * imap.el (imap-parse-address-list, imap-parse-body-ext):
20755         Disable incorrect use of `assert'.
20757         * message.el (message-mode): Set comment-start-skip.
20759 2004-08-22  Sam Steingold  <sds@gnu.org>
20761         * pop3.el (pop3-leave-mail-on-server): New user variable.
20762         (pop3-movemail): Delete mail only when it is nil.
20764 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
20766         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
20768         * mml.el (mml-preview): Use `pop-to-buffer'.
20770         * message.el (message-goto-mail-followup-to): Insert after "To".
20771         (message-carefully-insert-headers): Add comment.
20773         * gnus.el: Remove unused variable `gnus-article-check-size'.
20775         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
20777         * gnus-art.el (gnus-button-alist):
20778         Improve `gnus-button-handle-library' entry.
20780 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
20782         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
20783         Use downcase, since XEmacs capitalizes error messages differently.
20785 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
20787         * nntp.el: Add (require 'gnus) due to reference to
20788         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
20790 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
20792         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
20793         Bind `mm-fill-flowed'.
20795         * mm-decode.el (mm-dissect-singlepart): Check it.
20797 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
20799         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
20800         'imap' for netrc parsing.
20802 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
20804         * mailcap.el (mailcap-mime-data): Mark as risky.
20806 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20808         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
20809         may be included in the encoded word.
20810         (rfc2047-encode): Don't append a space if the encoded word
20811         includes close parenthesis.
20813 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20815         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
20816         of text within parentheses.
20818 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
20820         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
20821         (gnus-encrypt-write-file-contents): Make the password key the file
20822         name PLUS the cipher, not just the cipher.  Also remove failed
20823         passwords from the cache.
20825 2004-08-06  Simon Josefsson  <jas@extundo.com>
20827         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
20828         Doc fix.
20830 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20832         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
20833         LWSP.
20835 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
20837         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20838         Try to append in-reply-to: data to the references: header.
20840         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
20841         (netrc-parse): Use gnus-encrypt.el functions.
20843         * gnus-encrypt.el: Add new file for encryption support; currently
20844         does only a few GPG ciphers and an internal XOR cipher.
20846         * password.el: Add comments on using password-read-and-add.
20847         (password-read-and-add): Add function to read and add the
20848         password to the cache at once.
20850 2004-07-28  Simon Josefsson  <jas@extundo.com>
20852         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
20853         parameter (but don't use it, for now).
20855         * imap.el (imap-ssl-open): Use imap-process-connection-type,
20856         instead of hard coding to nil.
20858 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20860         * mm-view.el (mm-inline-image-emacs): Open lines under an image
20861         as mm-inline-image-xemacs does.
20863 2004-07-26  Simon Josefsson  <jas@extundo.com>
20865         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
20866         Revert part of 2004-07-17 change below.
20868 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20870         * rfc2047.el (rfc2047-encode-region): Don't infloop.
20871         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20873 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20875         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
20876         quotes that actually start with ">" at the beginning of the
20877         lines.
20879 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20881         * rfc2047.el (rfc2047-encode-region): Fix last change.
20882         (rfc2047-encode-parameter): Remove useless concat.
20884 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20886         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
20887         encode special characters; fix some kind of misconfigured headers;
20888         signal a real error if debug-on-quit or debug-on-error is non-nil.
20889         (rfc2047-encode-max-chars): New variable.
20890         (rfc2047-encode-1): Use it.
20891         (rfc2047-encode-parameter): New function.
20893         * mml.el (mml-insert-parameter): Remove an excessive space.
20895 2004-07-17  Simon Josefsson  <jas@extundo.com>
20897         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
20898         Kai Grossjohann <kai@emptydomain.de>.
20899         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
20900         (gnus-group-make-menu-bar): Ditto.
20902         * gnus-util.el (gnus-group-server): Add.
20904 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
20906         * message.el (message-clone-locals): Clone sendmail and smtp
20907         variables.
20909 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20911         * rfc2047.el (rfc2047-encode-region): Fix last change.
20913 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20915         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
20916         characters as non-special.
20918 2004-07-09  Simon Josefsson  <jas@extundo.com>
20920         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
20921         Users will lose all flag changes made while unplugged with
20922         e.g. nntp unless flag synchronization happens, thus `nil' is not a
20923         good default.  See numerous reports on ding mailing list.
20925 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20927         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
20928         add generate-head-function and generate-article-function to the
20929         rfc822-forward entry.
20930         (nndoc-rfc822-forward-generate-article): New function.
20931         (nndoc-rfc822-forward-generate-head): New function.
20933         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
20935 2004-07-06  Dan Christensen  <jdc@uwo.ca>
20937         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
20938         respect display group parameter and gnus-summary-expunge-below.
20939         (gnus-articles-to-read): Remove unused reference to display group
20940         parameter.
20942 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20944         * nnheader.el (nnheader-uniquify-message-id): New experimental
20945         variable.
20946         (nnheader-nov-read-message-id): Use it.
20948         * spam-report.el (spam-report-gmane): Add interactive.
20950 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20952         * mm-encode.el (mm-content-transfer-encoding-defaults):
20953         Use qp-or-base64 for the application/* types.
20955 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
20957         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
20959 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
20961         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
20962         trim value.
20964 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20966         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
20967         New macro and function.
20968         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
20970 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20972         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
20973         after-load-alist.
20975 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20977         * gnus-group.el (gnus-group-get-new-news-this-group):
20978         Don't update info that isn't there.
20980 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
20982         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
20983         entry.
20985 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20987         * mm-view.el (mm-inline-render-with-function): Use multibyte
20988         buffer; decode html source by charset.
20990         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
20992         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
20993         Mule-UCS is loaded under XEmacs.
20994         (mm-mime-mule-charset-alist): Avoid duplicated entries.
20996 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
20998         * nnheader.el (nnheader-max-head-length): Increase to 8192.
21000 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21002         * mm-util.el (mm-coding-system-p): Return a coding-system.
21003         (mm-mime-mule-charset-alist): Use shift_jis instead of
21004         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
21005         entries for the mime charsets iso-2022-jp-3 and shift_jis.
21006         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
21007         instead of japanese-shift-jis and iso-latin-1 respectively in
21008         order to share the default value with both Emacs and XEmacs-mule.
21009         (mm-mule-charset-to-mime-charset):
21010         Make mm-coding-system-priorities effective.
21011         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
21012         while predicating of candidates upon the priorities.
21014 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
21016         * gnus-sum.el (gnus-summary-make-menu-bar):
21017         Add gnus-uu-invert-processable.
21019         * gnus.el: Autoload gnus-uu-invert-processable.
21021 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21023         * mm-util.el (mm-with-multibyte-buffer): New macro.
21025         * rfc2047.el (rfc2047-encode-string): Use it.
21026         (rfc2047-encode-region): Move point to the end of the region after
21027         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
21029 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21031         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
21032         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
21034 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21036         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
21037         (gnus-cite-parse): Ignore quoted envelope From_.
21038         Suggested by Karl Chen <quarl@nospam.quarl.org>.
21040 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
21042         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
21043         invalid addresses.
21045 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
21047         * spam.el: Change section markers, revise TODO list.
21048         (spam-backends): Make new master list of all installed backends.
21049         (spam-summary-exit-behavior): Add new variable to determine how
21050         messages moves are done at summary exit.
21051         (spam-move-spam-nonspam-groups-only)
21052         (spam-process-ham-in-nonham-groups)
21053         (spam-process-ham-in-spam-groups): Remove variables, the
21054         spam-summary-exit-behavior variable should be used to manage this
21055         behavior.
21056         (spam-old-ham-articles, spam-old-spam-articles): Remove.
21057         (spam-old-articles): Add variable, replacing spam-old-ham-articles
21058         and spam-old-spam-articles.
21059         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
21060         Add empty variables, placeholders for the backends they represent.
21061         (spam-set-difference): Move, unchanged.
21062         (spam-list-of-processors): Declare OBSOLETE, not used anymore
21063         unless the user has a processor variable.
21064         (spam-classifications, spam-classification-valid-p)
21065         (spam-backend-properties, spam-backend-property-valid-p)
21066         (spam-backend-function-type-valid-p)
21067         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
21068         (spam-report-articles-gmane, spam-report-articles-resend):
21069         Remove functions, they are not needed.
21070         (spam-install-backend-super, spam-backend-list)
21071         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
21072         (spam-backend-function, spam-backend-ham-registration-function)
21073         (spam-backend-spam-registration-function)
21074         (spam-backend-ham-unregistration-function)
21075         (spam-backend-spam-unregistration-function)
21076         (spam-backend-statistical-p, spam-backend-mover-p)
21077         (spam-install-backend-alias, spam-install-checkonly-backend)
21078         (spam-install-mover-backend, spam-install-nocheck-backend)
21079         (spam-install-backend, spam-install-statistical-backend)
21080         (spam-install-statistical-checkonly-backend): Add backend installation
21081         support.
21082         (spam-summary-prepare-exit): Rewrite to use the new backend code.
21083         (spam-group-processor-p): Use the new backend code and respect the
21084         summary exit behavior.
21085         (spam-mark-spam-as-expired-and-move-routine): Remove.
21086         (spam-summary-prepare): Change to use the new spam-old-articles
21087         variable.
21088         (spam-copy-or-move-routine, spam-copy-spam-routine)
21089         (spam-move-spam-routine, spam-copy-ham-routine)
21090         (spam-move-ham-routine): Add code to copy/move ham or spam.
21091         (spam-fetch-field-fast): Improve doc and code, plus allow the
21092         'number request.
21093         (spam-list-of-checks, spam-list-of-statistical-checks):
21094         Remove variables.
21095         (spam-split, spam-find-spam): Use the new backend code.
21096         (spam-registration-functions): Remove variable.
21097         (spam-unregister-routine): Add convenience wrapper.
21098         (spam-log-undo-registration, spam-register-routine)
21099         (spam-log-processing-to-registry)
21100         (spam-log-unregistration-needed-p): Rename "check" to "backend"
21101         where possible.
21102         (spam-check-gmane-xref, spam-check-regex-headers)
21103         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
21104         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
21105         (spam-check-bogofilter-headers, spam-check-spamoracle)
21106         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
21107         (spam-check-crm114-headers): Use the spam-split-group that
21108         spam-split prepares, no need to determine it every time.
21110         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
21111         to the nnheader-parse-naked-head call.
21113         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
21115         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
21116         the nnheader-nov-read-message-id call.
21118 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21120         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
21121         gnus-activate-group twice.  Suggested by Markus Peter
21122         <warp@spin.de>.
21124 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21126         * gnus-art.el (gnus-article-time-format): Exchange the order of
21127         day and month in the default value; fix customization type.
21128         (article-date-ut): Use add-text-properties.
21129         (article-make-date-line): Use message-make-date instead of
21130         current-time-string.
21132         * message.el (message-fetch-field): Don't use set-text-properties.
21133         (message-make-date): Simplify.
21135 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21137         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
21138         (rfc2047-encode-region): Treat text within parentheses as special;
21139         show the original text when error has occurred.
21141         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
21142         already-computed method to gnus-activate-group.
21144         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
21145         same select-methods identical Lisp objects.
21147         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
21148         object when modifying the info.
21150 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21152         * gnus-srvr.el (gnus-server-set-info): Remove the server from
21153         gnus-opened-servers since it has never been opened with the new
21154         configuration yet.
21156 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21158         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
21159         arg to nnheader-generate-fake-message-id.
21161 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
21163         * nnheader.el (nnheader-generate-fake-message-id): Accept a
21164         number and build a fake message ID localized to a group and
21165         article number (so it's repeatable from that point on).
21166         (nnheader-fake-message-id-p): Change regex to accommodate new fake
21167         ID format.
21169         * gnus-sum.el (gnus-get-newsgroup-headers):
21170         Call nnheader-generate-fake-message-id with the article number.
21172 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
21174         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
21175         end-of-buffer.
21177 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21179         * message.el (message-ignored-supersedes-headers): Add Approved.
21181 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21183         * rfc2047.el (rfc2047-encode-message-header): Remove useless
21184         goto-char.
21185         (rfc2047-encode): Fold the line before encoding.
21187 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21189         * rfc2047.el (rfc2047-encode-message-header): Disabled header
21190         folding -- not all headers can be folded, and this should be done
21191         by the message composition mode.  Probably.  I think.
21193 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21195         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
21196         fast.
21198         * gnus-ems.el (gnus-remove-image): Don't use
21199         message-text-with-property; remove only the image found first.
21201 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
21203         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
21205 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21207         * message.el (message-text-with-property): Make it fast and accept
21208         optional arguments.
21209         (message-strip-forbidden-properties): Use it.
21210         (message-fix-before-sending): Follow the m-t-w-p change.
21212         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
21214 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21216         * gnus-art.el (article-hide-headers): Don't change the buffer
21217         mistakenly when performing mml-preview even if
21218         gnus-single-article-buffer is nil.
21220 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
21222         * message.el (message-expand-name-databases): New user option.
21223         (message-expand-name): Use it.
21225 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
21227         * spam.el (spam-report-articles-resend)
21228         (spam-report-resend-register-routine): Allow ham reporting.
21229         (spam-report-resend-register-ham-routine): Add wrapper.
21230         (spam-registration-functions): Add ham resending functions.
21231         (spam-list-of-processors): Add ham resend processor.
21233         * gnus.el (ham-resend-to): Add new group parameter.
21234         (spam-process): Add ham resend option.
21236         * spam-report.el (spam-report-resend): Allow reporting ham.
21237         (spam-report-resend-ham): Add wrapper.
21239 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21241         * message.el (message-cite-articles-with-x-no-archive):
21242         New variable.
21243         (message-cite-original): Use it.
21245 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21247         * message.el (message-cite-original): Respect X-No-Archive.
21249 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21251         * gnus-art.el (article-hide-headers): Refer to the values for
21252         gnus-ignored-headers and gnus-visible-headers in the summary
21253         buffer since a user may have set them as group parameters.
21255 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
21257         * assistant.el (assistant-node-name): Add convenience function.
21258         (assistant-render-text, assistant-render-node): Add error handling,
21259         plus handle multiple next nodes.
21260         (assistant-find-next-node): Comment out for now.
21261         (assistant-find-next-nodes): Add function, returns list of next
21262         nodes.
21264 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
21266         * mail-source.el (mail-source-directory): Fix doc-string.
21268 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
21270         * assistant.el (assistant-render-text, assistant-eval): Add :set
21271         widget type, which is different because it takes and returns a
21272         list.  Much hilarity ensues.
21274 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
21276         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
21278         * gnus-group.el (gnus-group-get-new-news-this-group):
21279         Add doc-string.
21281         * gnus-start.el (gnus-activate-group): Add doc-string.
21283 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21285         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
21287 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
21289         * assistant.el (assistant-render-text): Try to add a :set
21290         widget, more to come.
21292         * spam.el (spam-group-spam-contents-p): Handle empty groupname
21293         strings.
21294         (spam-report-articles-resend)
21295         (spam-register-routine): Do registration iff any articles warrant
21296         it.
21297         (spam-summary-prepare-exit): Change log message for nil group
21298         destinations.
21300 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
21302         * spam.el (spam-report-resend-register-routine):
21303         Allow spam-report-resend-to to be a group parameter or a global value.
21305 2004-05-26  Simon Josefsson  <jas@extundo.com>
21307         * starttls.el: Merge with my GnuTLS based starttls.el.
21308         (starttls-gnutls-program, starttls-use-gnutls)
21309         (starttls-extra-arguments, starttls-process-connection-type)
21310         (starttls-connect, starttls-failure, starttls-success):
21311         New variables.
21312         (starttls-program, starttls-extra-args): Doc fix.
21313         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
21314         New functions.
21315         (starttls-negotiate, starttls-open-stream):
21316         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
21317         function if it is set.
21319 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21321         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
21322         structured fields.
21324 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21326         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
21328 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
21330         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
21331         Add variable.
21332         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
21333         assigning the spam-mark to new messages.
21335 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
21337         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
21339 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21341         * rfc2047.el (rfc2047-encodable-p): Don't move point.
21342         (rfc2047-decode): Treat the ascii coding-system as raw-text by
21343         default.
21345 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
21347         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
21348         correct data.
21350 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
21352         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
21353         (spam-group-processor-p): Fix function.
21354         (spam-group-processor-multiple-p)
21355         (spam-group-spam-processor-report-gmane-p)
21356         (spam-group-spam-processor-report-resend-p)
21357         (spam-group-spam-processor-bogofilter-p)
21358         (spam-group-spam-processor-blacklist-p)
21359         (spam-group-spam-processor-ifile-p)
21360         (spam-group-ham-processor-ifile-p)
21361         (spam-group-spam-processor-spamoracle-p)
21362         (spam-group-spam-processor-crm114-p)
21363         (spam-group-ham-processor-bogofilter-p)
21364         (spam-group-spam-processor-stat-p)
21365         (spam-group-ham-processor-stat-p)
21366         (spam-group-ham-processor-whitelist-p)
21367         (spam-group-ham-processor-BBDB-p)
21368         (spam-group-ham-processor-spamoracle-p)
21369         (spam-group-ham-processor-copy-p): Remove functions with some
21370         prejudice against unneeded code.
21371         (spam-report-articles-resend)
21372         (spam-report-resend-register-routine): Allow the group/topic
21373         spam-resend-to value to override spam-report-resend-to.
21374         (spam-summary-prepare-exit): Invoke spam-group-processor-p
21375         properly now.
21377         * gnus.el (spam-resend-to): Add group/topic parameter.
21378         (spam-process): Move the OBSOLETE processors to the end of the
21379         choices.
21381 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
21383         * spam-report.el (spam-report-resend-to, spam-report-resend):
21384         Start with resend-to set to nil, and then ask the user if necessary.
21385         (spam-report-resend): spam-report-resend takes a list of articles, not
21386         separate article numbers.
21388 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21390         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
21391         addition to emacs-w3m.
21393 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21395         * assistant.el (assistant-authinfo-data): New function.
21396         (assistant-eval): Eval for entire assistant.
21398         * netrc.el (netrc-services-file): New variable.
21399         (netrc-parse-services): New function.
21400         (netrc-find-service-name): New function.
21401         (netrc-find-service-number): New function.
21402         (netrc-port-equal): New function.
21403         (netrc-machine): Use it.
21405         * nnimap.el (nnimap-open-connection): Use netrc.
21407         * gnus-util.el (gnus-netrc-get): Remove aliases.
21409         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
21411         * assistant.el (wid-edit): Fix compilation.
21413         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
21415 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
21417         * gnus-util.el (gnus-set-file-modes): New function.  (small
21418         patch).
21420 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21422         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
21424         * assistant.el (assistant-render-node): Fix up rendering and
21425         read-only text.
21426         (assistant-render-node): Reset.
21427         (assistant-make-read-only): Not sticky.
21429 2004-05-20  Danny Siu  <dsiu@adobe.com>
21431         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
21432         centered even when gnus-auto-center-summary is t.
21434 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21436         * dns.el (dns-get-txt-answer): New function.
21437         (dns-read-txt): Ditto.
21438         (query-dns): Use it.
21440 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21442         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
21443         active for foreign groups even if the group level is higher than
21444         the specified value.
21446 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21448         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
21449         non-active groups.
21451         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
21453 2004-05-20  Magnus Henoch  <mange@freemail.hu>
21455         * dns.el (dns-read-type): Add support for SVR.  (small patch)
21457 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
21459         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
21460         (spam-crm114-header, spam-crm114-spam-switch)
21461         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
21462         (spam-crm114-positive-spam-header)
21463         (spam-crm114-database-directory, spam-list-of-processors)
21464         (spam-group-spam-processor-crm114-p)
21465         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
21466         (spam-generic-score, spam-list-of-checks)
21467         (spam-list-of-statistical-checks, spam-registration-functions)
21468         (spam-check-crm114-headers, spam-crm114-score)
21469         (spam-check-crm114, spam-crm114-register-with-crm114)
21470         (spam-crm114-register-spam-routine)
21471         (spam-crm114-unregister-spam-routine)
21472         (spam-crm114-register-ham-routine)
21473         (spam-crm114-unregister-ham-routine): Add CRM114 support.
21475 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
21477         * gnus.el: Add spam-use-crm114.
21479         * spam.el (spam-list-of-processors, spam-registration-functions):
21480         Add spam-use-resend.
21481         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
21482         (spam-report-articles-gmane): Add doc fix.
21483         (spam-report-articles-resend, spam-report-resend-register-routine):
21484         Add wrappers around spam-report-resend-to.
21486         * spam-report.el (spam-report-resend-to, spam-report-resend):
21487         Add support for resending spam.
21488         (spam-report-gmane): Fix line length >80.
21490         * gnus.el (spam-process): Add spam-use-resend.
21492 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21494         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
21495         number of processed spam messages.
21496         (spam-ham-copy-or-move-routine): Return the number of processed
21497         ham messages.
21498         (spam-summary-prepare-exit): Use the above values to decide
21499         whether status messages shouled be displayed.
21501 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21503         * rfc2047.el (rfc2047-encode-function-alist): Rename from
21504         `rfc2047-encoding-function-alist' in order to avoid conflicting
21505         with the old version.
21506         (rfc2047-encode-region): Concatenate words containing non-ASCII
21507         characters in structured fields; don't encode space-delimited
21508         ASCII words even in unstructured fields; don't break words at
21509         char-category boundaries.
21510         (rfc2047-encode-1): New function.
21511         (rfc2047-encode): Use it; encode text so that it occupies the
21512         maximum width within 76-column; work correctly on Q encoding for
21513         iso-2022-* charsets.
21514         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
21515         sure not to break a line just after the header name.
21516         (rfc2047-b-encode-region): Remove.
21517         (rfc2047-b-encode-string): New function.
21518         (rfc2047-q-encode-region): Remove.
21519         (rfc2047-q-encode-string): New function.
21521         * mm-util.el (mm-replace-in-string): New function.
21523 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21525         * gnus-msg.el (gnus-inews-make-draft-meta-information):
21526         Really get it right.
21527         (gnus-inews-make-draft): Really.
21529 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
21531         * nnmh.el (nnmh-request-list-1): Don't check the link count
21532         before descending.  (small patch)
21534 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21536         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
21537         stuff.
21539         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
21540         Match on real group name.
21542         * gnus-art.el (gnus-signature-limit): Doc fix.
21544         * gnus-msg.el (gnus-inews-make-draft): Quote list.
21546 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21548         * gnus-draft.el (gnus-draft-send):
21549         Bind rfc2047-encode-encoded-words.
21551         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
21552         (rfc2047-encodable-p): Say that =? needs encoding.
21553         (rfc2047-encode-encoded-words): New variable.
21555         * gnus-group.el (gnus-group-select-group): Doc fix.
21557         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
21559         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
21560         to nil.
21562         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
21564         * nnheader.el (nnheader-get-lines-and-char): New function.
21566 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
21568         * gnus-msg.el (gnus-summary-followup-with-original):
21569         Document yanking of region when active.
21571 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21573         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
21574         groups if the group level is higher than the specified value.
21576 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21578         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
21579         (gnus-group-jump-to-group): Add prefix argument using
21580         `gnus-group-jump-to-group-prompt'.  Query before jumping to
21581         non-active group.
21583         * compface.el (uncompface): Be verbose when changing
21584         `uncompface-use-external'.
21586         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
21587         handle manual section.
21589 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21591         * gnus-art.el (gnus-button-alist): Revert previous change.
21593 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21595         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
21597 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21599         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
21600         whether backend can accept message.
21602         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
21604 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
21606         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21607         Avoid creating directory when nntp-marks-is-evil is true.
21608         Reported by Reiner Steib.
21610 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21612         * gnus-picon.el (gnus-picon-insert-glyph):
21613         Add optional `nostring' argument.
21615 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21617         * gnus-picon.el (gnus-picon-style): New variable.
21618         (gnus-picon-transform-address): Support `gnus-picon-style'.
21620 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21622         * message.el (message-fill-field): Return point.
21623         (message-generate-headers): Go to end of field.
21625         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
21626         stuff for non-living groups.
21628 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21630         * gnus-art.el (gnus-article-followup-with-original)
21631         (gnus-article-reply-with-original): gnus-mark-active-p ->
21632         gnus-region-active-p.
21634 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
21636         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
21637         only when there is spam or ham to be processed.
21639 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21641         * mail-source.el (mail-source-delete-crash-box): Refactor.
21642         (mail-source-fetch): Use it.
21643         (mail-source-fetch-file): Ditto.
21644         (mail-source-fetch-directory): Run PostScript in loop.
21645         (mail-source-fetch-pop): Delete.
21646         (mail-source-fetch-maildir): Ditto.
21647         (mail-source-fetch-imap): Ditto.
21649         * imap.el (imap-authenticators): Comment out sasl.
21651         * message.el (message-skip-to-next-address): New function.
21652         (message-fill-header-address): Refactor.
21653         (message-fill-address): Use it.
21654         (message-delete-address): Use it.
21655         (message-fill-header-general): Refactor.
21656         (message-fill-field-address): Rename.
21657         (message-narrow-to-field): Find the start of the header.
21658         (message-header-format-alist): Don't pre-fill.
21659         (message-fill-header): Remove.
21660         (message-insert-header): New function.
21661         (message-shorten-references): Use it.
21663         * rfc2047.el (rfc2047-field-value): Strip props.
21665         * mail-parse.el (mail-header-make-address): New alias.
21667         * ietf-drums.el (ietf-drums-make-address): New function.
21669         * imap.el: Add compiler directives.
21671         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
21673         * gnus-art.el (article-decode-idna-rhs): Don't use
21674         message-idna-inside-rhs-p.
21676 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21678         * message.el (message-idna-inside-rhs-p): Remove.
21679         (message-idna-to-ascii-rhs-1): Use proper address parsing.
21681         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
21682         false positives.
21684 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
21686         * imap.el (imap-sasl-make-mechanisms): Use sasl.
21688 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21690         * nneething.el (nneething-file-name): Don't create spurious
21691         files.
21693         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
21694         (gnus-inews-do-gcc): Remove sleep.
21696         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
21697         part under point.
21699         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
21700         (gnus-agent-regenerate-group): Using nil messages aren't valid.
21702 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
21704         * spam.el (spam-summary-prepare-exit): Fix (length).
21706 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
21708         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
21709         as expired without moving it" message when there are spam
21710         messages left.
21712 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
21714         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
21715         header is not nil.
21717 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
21719         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21720         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
21721         (nntp-marks-changed-p): New arg SERVER.
21722         (nntp-request-update-info): Adjust caller.
21724 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
21726         * nntp.el (nntp-save-marks): Pass missing arg.
21728 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
21730         * nntp.el: Support marks.
21731         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
21732         (nntp-marks-modtime, nntp-marks-directory): New variables.
21733         (nntp-request-set-mark, nntp-request-update-info)
21734         (nntp-possibly-create-directory, nntp-marks-changed-p)
21735         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
21736         New functions.
21738 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
21740         * gnus-score.el (gnus-score-insert-help):
21741         Use gnus-select-lowest-window.
21743         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
21744         appt-select-lowest-window and rename to gnus-select-lowest-window.
21746         * gnus.el: do.
21748 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21750         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
21751         encodings of MIME-encoded words, in order to improve
21752         interoperability with several broken MUAs.
21754 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21756         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
21757         tags, only when charsets are not specified in headers.
21758         (mm-inline-text-html-render-with-w3m): Ditto.
21760 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21762         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
21763         instead of MIME-decoded from fields when checking
21764         `gnus-article-address-banner-alist'.
21766 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
21768         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
21769         description rather than subject.
21771 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21773         * gnus.el (gnus-version-number): Bump.
21775 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21777         * gnus.el: No Gnus v0.2 is released.
21779 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21781         * gnus-agent.el (gnus-agent-read-agentview):
21782         Inline gnus-uncompress-range.
21784 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21786         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
21787         `exec-installed-p'.
21789 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21791         * gnus.el (spam-process, spam-autodetect-methods):
21792         Add bsfilter and bsfilter-headers.
21794         * spam.el (spam-bsfilter): New customize group.
21795         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
21796         (spam-bsfilter-header, spam-bsfilter-probability-header)
21797         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
21798         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
21799         (spam-bsfilter-database-directory): New options.
21800         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
21801         (spam-list-of-statistical-checks, spam-registration-functions):
21802         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
21803         (spam-bsfilter-score): New command.
21804         (spam-check-bsfilter-headers, spam-check-bsfilter)
21805         (spam-bsfilter-register-with-bsfilter)
21806         (spam-bsfilter-register-spam-routine)
21807         (spam-bsfilter-unregister-spam-routine)
21808         (spam-bsfilter-register-ham-routine)
21809         (spam-bsfilter-unregister-ham-routine): New functions.
21810         (spam-generic-score): Support bsfilter; Accept an optional argument
21811         to recalcurate spam score even if scoring header has already been
21812         added.
21813         (spam-bogofilter-score, spam-spamassassin-score): Accept an
21814         optional argument to recalcurate spam score even if scoring header
21815         has already been added.
21817 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
21819         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
21820         strings!  Reported by David D. Smith <davidsmith@acm.org>.
21821         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
21822         link is missing.
21824 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
21826         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
21827         (html2text-get-attr): Rewrite.
21829         * message.el (message-setup-1): Remove redundant put-text-property
21830         on mail-header-separator.
21832 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
21834         * gnus-registry.el (gnus-registry-cache-whitespace)
21835         (gnus-registry-action, gnus-registry-spool-action)
21836         (gnus-registry-split-fancy-with-parent): Change message levels
21837         from 5 to 3 or 7, as needed.
21839         * spam.el (spam-summary-prepare-exit)
21840         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
21841         (spam-split, spam-find-spam, spam-log-undo-registration)
21842         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
21843         level from 5 to 6.
21845 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21847         * gnus-ems.el: Autoload appt-select-lowest-window (revert
21848         2004-03-04 change).
21850 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
21852         * sieve-manage.el (sieve-manage-open):
21853         * nnweb.el (nnweb-insert-html):
21854         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
21855         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
21856         * nnspool.el (nnspool-request-group):
21857         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
21858         * nnml.el (nnml-request-update-info):
21859         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
21860         (nnmh-request-create-group, nnmh-update-gnus-unreads):
21861         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
21862         (nnimap-request-set-mark):
21863         * nnfolder.el (nnfolder-request-update-info):
21864         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
21865         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
21866         * gnus-uu.el (gnus-uu-find-articles-matching):
21867         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
21868         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
21869         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
21870         * gnus-nocem.el (gnus-nocem-scan-groups):
21871         * gnus-int.el (gnus-start-news-server):
21872         * gnus-group.el (gnus-group-make-kiboze-group)
21873         (gnus-group-browse-foreign-server):
21874         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
21875         Use mapc when appropriate.
21877 2004-04-22  Dan Christensen  <jdc@uwo.ca>
21878             Adam Sjøgren  <asjo@koldfront.dk>
21879             Wes Hardaker  <wes@hardakers.net>
21880             Michael Shields  <shields@msrl.com>
21882         * spam.el (spam-necessary-extra-headers): Get the extra headers we
21883         may need for spam sorting and scoring.
21884         (spam-user-format-function-S): Add user format function suitable for
21885         general use.
21886         (spam-article-sort-by-spam-status): Add sorting function for summary
21887         sorting.
21888         (spam-extra-header-to-number): Add function to get a score from a
21889         header.
21890         (spam-summary-score): Add function to get a numeric score from the
21891         headers.
21892         (spam-generic-score): Fix function doc, was in wrong place.
21893         (spam-initialize): Take symbols when it's run, and install the
21894         extra headers that spam-necessary-extra-headers thinks we need.
21896 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
21898         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
21899         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
21901 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
21903         * gnus-sum.el (gnus-set-global-variables)
21904         (gnus-build-all-threads, gnus-get-newsgroup-headers)
21905         (gnus-article-get-xrefs, gnus-summary-best-group)
21906         (gnus-summary-next-article, gnus-summary-enter-digest-group)
21907         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
21908         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
21909         Use with-current-buffer.
21911 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
21913         * spam.el (spam-summary-prepare-exit): Simplify logic.
21914         (spam-fetch-article-header): Read the article header if it's not
21915         available.
21916         (spam-list-articles): Simplify logic.
21917         (spam-filelist-register-routine): Fix bug with unregister-list.
21919         * gnus-registry.el: Fix comments at beginning.
21921 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
21923         * message.el (message-cater-to-broken-inn): Remove.
21924         (message-shorten-references): Make sure the total folded length of
21925         References is shorter than 998 characters to cater to a bug in INN
21926         2.3.  Also, don't pretend that references aren't folded -- this
21927         hasn't worked for a while.
21929 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21931         * gnus-agent.el (gnus-agentize):
21932         gnus-agent-send-mail-real-function no longer set to current value
21933         of message-send-mail-function but rather a lambda that calls
21934         message-send-mail-function.  The change makes the agent real-time
21935         responsive to user changes to message-send-mail-function.
21937 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21939         * legacy-gnus-agent.el
21940         (gnus-agent-convert-to-compressed-agentview): Fix typos with
21941         help from Florian Weimer <fw@deneb.enyo.de>
21943 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21945         * nnmail.el (nnmail-cache-insert): Revert last change.
21947 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21949         * nnmail.el (nnmail-cache-insert): Always check whether
21950         nnmail-cache-ignore-groups matches a group name.
21952 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
21954         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
21955         (spam-find-spam, spam-log-processing-to-registry)
21956         (spam-log-registered-p, spam-log-unregistration-needed-p)
21957         (spam-log-undo-registration): Use gnus-message instead of
21958         gnus-error, none of these errors are fatal.
21960         * gnus-registry.el (gnus-registry-clean-empty-function)
21961         (gnus-registry-clean-empty): Remove only empty entries without
21962         extra data.
21964 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
21966         * spam-stat.el (spam-stat-buffer-change-to-spam)
21967         (spam-stat-buffer-change-to-non-spam): Change (error) to
21968         (gnus-message 8) invocation.
21970 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21972         * nntp.el (nntp-via-netcat-command): New variable.
21973         (nntp-via-netcat-switches): New variable.
21974         (nntp-open-via-rlogin-and-netcat): New function.
21975         (nntp-open-connection-function): Doc fix.
21976         (nntp-telnet-command): Doc fix.
21977         (nntp-end-of-line): Doc fix.
21978         (nntp-via-rlogin-command): Doc fix.
21979         (nntp-via-user-name): Doc fix.
21980         (nntp-via-address): Doc fix.
21982 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21984         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
21985         error in Emacs 21.1.
21987 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
21989         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
21991 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21993         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
21994         (gnus-agent-with-refreshed-group): New macro.
21995         (gnus-agent-rename-group): New function.
21996         (gnus-agent-delete-group): New function.
21997         (gnus-agent-save-group-info): Use gnus-command-method when
21998         `method' parameter is nil.  Don't write nil entries into the
21999         active file.
22000         (gnus-agent-get-group-info): New function.
22001         (gnus-agent-fetch-articles):
22002         Use gnus-agent-update-files-total-fetched-for to increment disk space
22003         used.
22004         (gnus-agent-fetch-headers, gnus-agent-save-alist):
22005         Use gnus-agent-update-view-total-fetched-for to increment disk space
22006         used.
22007         (gnus-agent-get-local): Add optional parameters to avoid calling
22008         gnus-group-real-name and gnus-find-method-for-group.
22009         (gnus-agent-set-local): Delete stored entry if either min, or max,
22010         are nil.
22011         (gnus-agent-fetch-session): Reworded error/quit messages.
22012         On quit, use gnus-agent-regenerate-group to record existence of any
22013         articles fetched to disk before the quit occurred.
22014         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
22015         gnus-agent-update-view-total-fetched-for, and
22016         gnus-agent-update-files-total-fetched-for to decrement disk space
22017         used.
22018         (gnus-agent-retrieve-headers):
22019         Use gnus-agent-update-view-total-fetched-for to increment disk space
22020         used.
22021         (gnus-agent-regenerate-group): Replace gnus-group-update-group
22022         with gnus-agent-update-files-total-fetched-for to decrement disk
22023         space and fresh group buffer.
22024         (gnus-agent-inhibit-update-total-fetched-for): New variable.
22025         (gnus-agent-need-update-total-fetched-for): New variable.
22026         (gnus-agent-update-files-total-fetched-for): New function.
22027         (gnus-agent-update-view-total-fetched-for): New function.
22028         (gnus-agent-total-fetched-for): New function.
22030         * gnus-cache.el (gnus-cache-save-buffers):
22031         Use gnus-cache-update-overview-total-fetched-for to change disk space
22032         used by this group.
22033         (gnus-cache-possibly-enter-article):
22034         Use gnus-cache-update-file-total-fetched-for to increment disk space
22035         used by this group.
22036         (gnus-cache-possibly-remove-article):
22037         Use gnus-cache-update-file-total-fetched-for to decrement disk space
22038         used by this group.
22039         (gnus-cache-generate-nov-databases): Purge total fetched cache.
22040         (gnus-cache-rename-group): New function.
22041         (gnus-cache-delete-group): New function.
22042         (gnus-cache-inhibit-update-total-fetched-for): New variable.
22043         (gnus-cache-need-update-total-fetched-for): New variable.
22044         (gnus-cache-with-refreshed-group): New macro.
22045         (gnus-cache-update-file-total-fetched-for): New function.
22046         (gnus-cache-update-overview-total-fetched-for): New function.
22047         (gnus-cache-rename-group-total-fetched-for): New function.
22048         (gnus-cache-delete-group-total-fetched-for): New function.
22049         (gnus-cache-total-fetched-for): New function.
22051         * gnus-group.el: Require gnus-sum and autoload functions to
22052         resolve warnings when gnus-group.el compiled alone.
22053         (gnus-group-line-format): Documented new %F.
22054         (size of Fetched data) group line format; identifies disk space
22055         used by agent and cache.
22056         (gnus-group-line-format-alist): Defined new F format.
22057         (gnus-total-fetched-for): New function.
22058         (gnus-group-delete-group): No longer update
22059         gnus-cache-active-altered as gnus-request-delete-group now keeps
22060         the cache in sync.
22061         (gnus-group-list-active): Let the agent store a server's active
22062         list if currently plugged.
22064         * gnus-int.el (gnus-request-delete-group):
22065         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
22066         local disk in sync with the server.
22067         (gnus-request-rename-group):
22068         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
22069         local disk in sync with the server.
22071         * gnus-start.el (gnus-get-unread-articles):
22072         Cosmetic simplification to logic.
22074         * gnus-util.el (gnus-rename-file): New function.
22076 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
22078         * mm-util.el (mm-image-load-path): Handle nil in load-path.
22080 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
22082         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
22083         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
22085 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
22087         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
22088         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
22090 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
22092         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
22094 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
22096         * spam.el (spam-set-difference): Add function to replace
22097         gnus-set-difference in spam.el.
22098         (spam-summary-prepare-exit): Use spam-set-difference.
22100 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
22102         * gnus-registry.el (gnus-registry-cache-file): Update to use
22103         gnus-dribble-directory OR gnus-home-directory OR ~.
22104         (gnus-registry-split-fancy-with-parent): Fix doc.
22106 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22108         * message.el (message-exchange-point-and-mark):
22109         Use message-mark-active-p.  Suggested by Jesper Harder
22110         <harder@ifa.au.dk>.
22112 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22114         * message.el (message-exchange-point-and-mark): Don't activate
22115         region if it was inactive.  Suggested by Hiroshi Fujishima
22116         <pooh@nature.tsukuba.ac.jp>.
22118 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22120         * gnus-art.el (article-display-face): Display Faces in the same
22121         order as X-Faces.
22123 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22125         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
22127 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22129         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
22130         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
22131         (gnus-article-mime-hierarchy): Remove.
22132         (gnus-article-mime-hierarchy-next): Remove.
22133         (gnus-article-mode): Revert 2004-03-19 change.
22134         (gnus-article-setup-buffer): Revert 2004-03-19 change.
22135         (gnus-insert-mime-button): Revert 2004-03-19 change.
22136         (gnus-mime-accumulate-hierarchy): Remove.
22137         (gnus-mime-enter-multipart): Remove.
22138         (gnus-mime-leave-multipart): Remove.
22139         (gnus-mime-display-part): Revert 2004-03-19 change.
22140         (gnus-mime-display-alternative): Revert 2004-03-19 change.
22142         * mml.el (mml-preview): Revert 2004-03-19 change.
22144 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
22146         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
22148 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22150         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
22151         t while entering a file name using the mm-with-multibyte macro.
22152         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22154         * mm-util.el (mm-with-multibyte): New macro.
22156 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22158         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
22159         New user option.
22160         (gnus-mime-multipart-functions): Doc and customization fix.
22161         (gnus-article-mime-hierarchy): New variable.
22162         (gnus-article-mime-hierarchy-next): New variable.
22163         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
22164         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
22165         gnus-article-mime-hierarchy-next to nil.
22166         (gnus-insert-mime-button): Show hierarchy numbers.
22167         (gnus-mime-accumulate-hierarchy): New function.
22168         (gnus-mime-enter-multipart): New function.
22169         (gnus-mime-leave-multipart): New function.
22170         (gnus-mime-display-part): Recompute hierarchical MIME structure.
22171         (gnus-mime-display-alternative): Show hierarchy numbers.
22173         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
22174         gnus-article-mime-hierarchy-next to nil.
22176 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
22178         * dns.el: Don't require gnus-xmas.
22180 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
22182         * mml.el (mml-generate-mime-1): Don't use format=flowed with
22183         inline PGP.
22184         (mml-menu): Disable mml-quote-region if mark is inactive.
22186 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22188         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
22189         when the group's active is not available.
22191 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22193         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
22194         error.
22196 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
22198         * imap.el (imap-store-password): New variable.
22199         (imap-interactive-login): Use it.
22200         Suggested by Mark Plaksin <happy@mcplaksin.org>.
22202 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22204         * gnus-art.el (gnus-article-read-summary-keys): Restore new
22205         window-start and hscroll to summary window.
22207 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22209         * gnus-start.el (gnus-convert-old-newsrc): Only write the
22210         conversion message to newsrc-dribble when an actual conversion is
22211         performed.
22213 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
22215         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
22217 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22219         * mm-decode.el (mm-complicated-handles): New function reviving
22220         former definition of mm-multiple-handles.
22222         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
22223         (gnus-mime-delete-part): Use it.
22225 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22227         * gnus-agent.el (gnus-agent-read-local):
22228         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
22229         avoid the implicit assumption that they will always be equal.
22230         (gnus-agent-save-local): Bind buffer-file-coding-system, not
22231         coding-system-for-write, as the with-temp-file macro first prints
22232         to a buffer then saves the buffer.
22234 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22236         * gnus-art.el (gnus-article-edit-part): New function.
22237         (gnus-mime-save-part-and-strip): Use it; do query instead of
22238         signaling an error; don't use mm-multiple-handles.
22239         (gnus-mime-delete-part): Ditto.
22241 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22243         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
22244         old file versions.
22245         (gnus-group-prepare-hook): Remove function that converted list
22246         form of gnus-agent-expire-days to group properties.
22248         * gnus-int.el: Autoload gnus-agent-regenerate-group.
22249         (gnus-request-accept-article): Re-indented.
22251         * gnus-start.el (gnus-convert-old-newsrc): Registered new
22252         converters to handle old agent file formats.  Add logic for a
22253         "backup before upgrading warning".
22254         (gnus-convert-mark-converter-prompt): Developers can mark
22255         functions as needing (default), or not needing,
22256         gnus-convert-old-newsrc's "backup before upgrading warning".
22257         (gnus-convert-converter-needs-prompt): Tests whether the user
22258         should be protected from potentially irreversable changes by the
22259         function.
22261         * legacy-gnus-agent.el: New.  Provides converters that are only
22262         loaded when gnus-convert-old-newsrc needs to call them.
22264 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22266         * mail-source.el (mail-source-touch-pop): Doc fix.
22268         * message.el (message-smtpmail-send-it): Doc fix.
22270 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
22272         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
22274         * nnmail.el (nnmail-split-fancy): do.
22276         * gnus-kill.el (gnus-kill, gnus-execute): do.
22278 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
22280         * gnus-sum.el (gnus-widget-reversible-match)
22281         (gnus-widget-reversible-to-internal)
22282         (gnus-widget-reversible-to-external): New functions.
22283         (gnus-widget-reversible): New widget.
22284         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
22286 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
22288         * gnus-sum.el (gnus-thread-sort-functions)
22289         (gnus-article-sort-functions): Document `(not F)' items.
22291 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
22293         * spam.el (spam-use-gmane-xref): Add new backend.
22294         (spam-gmane-xref-spam-group): Add variable to control the name of the
22295         Gmane spam group.
22296         (spam-blackhole-servers, spam-blackhole-good-server-regex)
22297         (spam-regex-headers-spam, spam-regex-headers-ham)
22298         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
22299         (spam-list-of-checks): Add spam-use-gmane-xref to list of
22300         backends and checks.
22301         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
22303         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
22304         an autodetect method.
22306 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22308         * gnus-int.el (gnus-request-accept-article): Inform the agent that
22309         articles are being added to a group.
22310         (gnus-request-replace-article): Inform the agent that articles
22311         need to be uncached as the cached contents are no longer valid.
22313 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22315         * binhex.el: Don't autoload executable-find.
22317         * canlock.el: Don't autoload mail-fetch-field.
22319         * gnus-ems.el: Don't autoload appt-select-lowest-window.
22321         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
22322         rmail-dont-reply-to and rmail-output.
22324         * gnus-score.el: Don't autoload ffap-string-at-point.
22326         * gnus-setup.el: Don't autoload sc-cite-original.
22328         * imap.el: Don't autoload base64-decode-string,
22329         base64-encode-string and md5.
22331         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
22332         and rmail-msg-restore-non-pruned-header.
22334         * mm-decode.el: Don't autoload executable-find.
22336         * mm-url.el: Don't autoload executable-find.
22338         * mm-view.el: Don't autoload diff-mode.
22340         * nndb.el: Don't autoload news-reply-mode, news-setup,
22341         cancel-timer and telnet.
22343         * password.el: Don't autoload run-at-time for Emacs.
22345         * sha1-el.el: Don't autoload executable-find.
22347         * sieve-mode.el: Don't autoload c-mode.
22349         * uudecode.el: Don't autoload executable-find.
22351 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22353         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
22354         (gnus-agent-possibly-alter-active): Avoid null in numeric
22355         comparison.
22356         (gnus-agent-set-local): Refuse to save null in local object table.
22357         (gnus-agent-regenerate-group): The REREAD parameter can now be a
22358         list of articles that will be marked as unread.
22360 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22362         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
22364 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
22366         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
22367         language tags.
22369 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
22371         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
22372         Don't bind "obarray".
22374         * gnus-sum.el (gnus-thread-sort-functions):
22375         Add `gnus-thread-sort-by-most-recent-number' and
22376         `gnus-thread-sort-by-most-recent-date'.
22377         Reported by Kai Grossjohann <kai@emptydomain.de>.
22379 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22381         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
22383 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22385         * gnus-cus.el (gnus-agent-customize-category):
22386         Remove ignore-errors macro reference that required cl to be loaded at
22387         run-time.
22389         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
22390         single-interval range of the form (min . max).  Previously the
22391         range had to look like ((min . max)).  Likewise, return
22392         (min . max) rather than ((min . max)).
22393         (gnus-range-map): Use gnus-range-normalize to accept
22394         single-interval range.
22396         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
22397         the cache, but not the agent, now appear with their usual face.
22399 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22401         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
22402         w3m-safe-url-regexp variable buffer-local.
22404         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22406 2004-02-27  Simon Josefsson  <jas@extundo.com>
22408         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
22409         gnus-group-real-prefix.
22410         (gnus-summary-move-article): Use it, instead of
22411         gnus-group-real-prefix.
22413 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22415         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
22416         w3m-safe-url-regexp variable buffer-local and set it as the value
22417         of mm-w3m-safe-url-regexp.
22419         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22421         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
22422         parsing gnus-posting-styles when the message is not for replying.
22424         * nnrss.el (nnrss-opml-export):
22425         Use mm-set-buffer-file-coding-system instead of
22426         set-buffer-file-coding-system.
22428 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
22430         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
22431         of checkdoc.el).
22432         * nnrss.el: do.
22433         * gnus-mlspl.el: do.
22434         * gnus-ml.el: do.
22435         * gnus-srvr.el: do.
22437         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
22439 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
22441         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
22442         Corrections to custom-manual links.
22444         * gnus-art.el (gnus-article): Ditto.
22446         * mm-decode.el (mime-display, mime-security): Ditto.
22448 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22450         * flow-fill.el: Typo.
22452 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
22454         * spam-wash.el: New file.
22456 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
22458         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
22460 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
22462         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
22463         to be run with new-articles as LIST1, not LIST2.
22464         (spam-registration-functions): Add spam-use-ham-copy as a nil
22465         registration backend.
22467 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22469         * spam-stat.el (spam-stat-washing-hook): New option.
22470         (spam-stat-buffer-words): Use it.
22471         (spam-stat-process-directory, spam-stat-test-directory):
22472         Use insert-file-contents-literally.
22473         (spam-stat-coding-system): New variable.
22474         (spam-stat-load, spam-stat-save): Use it.
22476 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22478         * spam-report.el (spam-report-plug-agent):
22479         Quote spam-report-url-to-file and spam-report-url-ping-plain.
22481 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
22483         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
22484         Allow / in mailto URLs.
22486 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22488         * spam-report.el (spam-report-process-queue): Fix interactive use.
22489         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
22490         (spam-report-unplug-agent): Doc fixes.
22491         (spam-report-url-ping-mm-url, spam-report-url-to-file)
22492         (spam-report-agentize, spam-report-deagentize):
22493         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22495         * message.el (message-setup-fill-variables): Add mml tags to
22496         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
22497         <ajk@iu.edu>.
22498         (message-mode): Don't modify paragraph-separate there.
22500 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22502         * compface.el (uncompface-use-external): Default to undecided.
22503         (uncompface-use-external-threshold): New variable.
22504         (uncompface-float-time): New macro.
22505         (uncompface): Determine whether to use the external decoder if
22506         uncompface-use-external is undecided.
22508 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22510         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
22511         after images.
22513         * gnus-art.el (gnus-mime-display-single): Remove dead code.
22515 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
22517         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
22519         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
22521         * gnus-sum.el (gnus-summary-limit-to-age)
22522         (gnus-summary-limit-children): do.
22524         * gnus-int.el (gnus-request-scan): do.
22526         * gnus-group.el (gnus-group-suspend): do.
22528         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
22530         * gnus-cite.el (gnus-cite-parse-attributions): do.
22532         * gnus-agent.el (gnus-summary-set-agent-mark)
22533         (gnus-agent-regenerate-group): do.
22535         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
22537         * binhex.el (binhex-decode-region-internal): do.
22539 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22541         * gnus-fun.el (gnus-face-properties-alist): New user option.
22542         (gnus-display-x-face-in-from): Use it.
22544         * gnus-art.el (article-display-face): Ditto.
22546         * compface.el (uncompface-use-external): Default to nil.
22548 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
22550         * nntp.el (nntp-erase-buffer): New function.
22551         (nntp-retrieve-data, nntp-send-command)
22552         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
22553         (nntp-possibly-change-group): Use it.
22555         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
22556         Use with-current-buffer.
22558 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
22560         * compface.el: Merge the ELisp-based uncompface program.
22561         (compface): New customization group.
22562         (uncompface-use-external): New user option.
22563         (uncompface): Call uncompface-internal if uncompface-use-external
22564         is nil.
22565         (uncompface-internal): New function.  Note that there are also
22566         some other functions and variables added for this function.
22568 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
22570         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
22571         if necessary.
22573 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
22575         * spam-report.el (spam-report-unplug-agent)
22576         (spam-report-plug-agent, spam-report-deagentize)
22577         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
22578         Add support for the Agent in spam-report: when unplugged, report to a
22579         file; when plugged, submit all the requests.
22581         * spam.el (spam-register-routine): Fix message about
22582         registration.
22584 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
22586         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
22587         dependencies.
22588         (rfc2047-encode): Use it.
22590         * gnus-art.el (gnus-button-marker-list): Move before first
22591         reference.
22593         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22594         (imap-parse-body): Fix format string mismatch.
22596         * gnus-score.el (gnus-summary-increase-score): do.
22598         * nnrss.el (nnrss-close): New function.
22600 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
22602         * nnrss.el (nnrss-make-filename): New function.
22603         (nnrss-request-delete-group, nnrss-read-server-data)
22604         (nnrss-save-server-data, nnrss-read-group-data)
22605         (nnrss-save-group-data): Use it.
22606         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
22607         (nnrss-read-server-data, nnrss-read-group-data): Use load.
22608         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
22610 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
22612         * mml.el (mml-compute-boundary-1): Don't uncompress files.
22614 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
22616         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
22617         files.
22619         * message.el (message-generate-headers-first): Don't quote nil
22620         and t in docstrings.
22622         * imap.el (imap-id): do.
22624         * gnus-agent.el (gnus-agent-consider-all-articles)
22625         (gnus-agent-queue-mail): do.
22627 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
22629         * spam-report.el (spam-report-process-queue): New function.
22630         Process requests from `spam-report-requests-file'.
22631         (spam-report-process-queue): Doc fix.
22633 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
22635         * spam.el (spam-register-routine)
22636         (spam-log-processing-to-registry, spam-log-registered-p)
22637         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22638         Change "check" to "spam-check" for semi-clarity.
22640 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
22642         * pop3.el: Require nnheader.
22644         * mml-smime.el: Require cl.  Autoload message-fetch-field.
22646         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
22648         * gnus-picon.el: Require cl.
22650         * gnus-fun.el: Require gnus-ems and gnus-util.
22652         * gnus.el (gnus-method-to-server): Move defsubst before first use.
22654         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
22656         * gnus-art.el (gnus-article-edit-mode): Define before first
22657         reference.
22659 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
22661         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
22662         (gnus-uu-post-encoded): Use point-at-bol.
22664         * gnus-topic.el (gnus-group-active-topic-p): do.
22666         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
22668         * gnus-group.el (gnus-group-kill-region): do.
22670         * gnus-art.el (article-date-ut): do.
22672         * message.el (message-fetch-field): Remove redundant
22673         case-fold-search binding.
22674         (message-narrow-to-field): Simplify.
22676 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
22678         * spam.el (spam-directory): Derive from `gnus-directory'.
22680         * spam-report.el (spam-report-url-to-file)
22681         (spam-report-requests-file): New function and variable for offline
22682         reporting.
22683         (spam-report-url-ping-function): Add `spam-report-url-to-file'
22684         and user defined function.
22685         (spam-report-url-ping-mm-url): Remove doubled slash.
22687 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
22689         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
22691 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
22693         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
22694         Fix format string mismatch.
22696         * sieve.el (sieve-deactivate-all): do.
22698         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
22700         * nnlistserv.el (nnlistserv-kk-wash-article): do.
22702         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
22704         * mm-bodies.el (mm-7bit-chars): Don't include \r.
22706 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
22708         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
22709         the list of checks.
22711 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
22713         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
22714         padding.
22716 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
22718         * mm-view.el (mm-fill-flowed): New variable.
22719         (mm-inline-text): Use it.
22721 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
22723         * spam.el (spam-spamassassin-register-ham-routine)
22724         (spam-spamassassin-register-spam-routine): Fix function names.
22726 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22728         * gnus.el (gnus-tmp-grouplens): Remove.
22729         (gnus-summary-line-format): Remove grouplens.
22731         * gnus-group.el (gnus-group-line-format): Ditto.
22733         * gnus-spec.el (gnus-format-specs): Ditto.
22734         (gnus-update-format-specifications): Flush the group format spec
22735         cache if there's the grouplens stuff.
22736         (gnus-parse-simple-format): Replace %l with the empty string.
22738 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
22740         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
22741         omission.
22743 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22745         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
22746         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22748 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22750         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
22751         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
22752         New macros and functions.
22753         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
22754         Handle > NLINK_MAX messages.
22755         * nnmaildir.el (nnmaildir-request-set-mark):
22756         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
22758 2004-01-25  Alex Schroeder  <alex@gnu.org>
22760         * spam-stat.el (spam-stat-process-directory-age): New option.
22761         (spam-stat-process-directory): Use it.
22763 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
22765         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
22766         (spam-stat-save): Accept prefix argument.
22768 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
22770         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
22771         links" error.
22773 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22775         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
22776         compatibility with old .newsrc.eld files.
22778         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
22780         * gnus-start.el (gnus-1): do.
22782         * gnus-group.el (gnus-group-line-format-alist): do.
22784         * gnus.el (gnus-use-grouplens, gnus-visual): do.
22786         * gnus-gl.el: Remove.
22788 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22790         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
22791         marks consisting of a single range {for example, (3 . 5)} rather
22792         than a list of a single range { ((3 . 5)) }.
22794 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22796         * spam-stat.el (spam-stat-store-gnus-article-buffer):
22797         Use with-current-buffer.
22798         (spam-stat-store-current-buffer): Use insert-buffer-substring to
22799         avoid consing a string.
22801         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
22802         Remove obsolete entries for big5 and gb2312.
22804 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22806         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
22807         uncompressed list.
22809 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
22811         * spam-stat.el (spam-stat-strip-xref): New function.
22812         (spam-stat-process-directory): Use it.
22814         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
22815         here -- it's done in message-fetch-field.
22817 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22819         * gnus-agent.el (gnus-agent-queue-mail)
22820         (gnus-agent-prompt-send-queue): New variables.
22821         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
22822         * gnus-draft.el (gnus-group-send-queue): Pass the group name
22823         "nndraft:queue" along to gnus-draft-send.
22824         Use gnus-agent-prompt-send-queue.
22825         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
22826         is "nndraft:queue".  Suggested by Gaute Strokkenes
22827         <gs234@srcf.ucam.org>
22829         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
22830         (agent-enable-undownloaded-faces): Add.
22831         (gnus-agent-cat-groups): Use eval-and-compile, not
22832         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
22833         method of gnus-agent-cat-groups even when the buffer has been
22834         evalled.
22835         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
22836         delete gnus-agent-save-active-1.
22837         (gnus-agent-save-groups): Delete.  Identical to
22838         gnus-agent-save-active.
22839         (gnus-agent-write-active): No longer adjust agent's copy of active
22840         file as agent's adjustments are now stored in their own
22841         file.  Remove optional parameter.
22842         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
22843         servers.  Add use of min/max range limits from server's local
22844         file.
22845         (gnus-agent-save-alist): Remove unused optional argument.
22846         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
22847         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
22848         (gnus-agent-set-local): A per-server file that keeps min/max range
22849         limits for articles known to the agent.  Provides a fast mechanism
22850         for altering many active ranges.
22851         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
22852         active file (local makes it unnecessary).
22853         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
22855         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
22856         (agent-enable-undownloaded-faces): Add.
22858         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
22859         disable it when sending to "nndraft:queue".
22860         (gnus-group-send-queue): Add safety check to avoid sending queue
22861         when unplugged.
22863         * gnus-group.el (gnus-group-catchup): Use new
22864         gnus-sequence-of-unread-articles, not
22865         gnus-list-of-unread-articles, to avoid exhausting memory with huge
22866         numbers of articles.  Use gnus-range-map to avoid having to
22867         uncompress the unread list.
22868         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
22869         Fix invalid ange-ftp reference.
22871         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
22872         (gnus-sorted-range-intersection): Intersection of two ranges
22873         without requiring that they first be uncompressed.
22875         * gnus-start.el (gnus-activate-group): Unless blocked by the
22876         caller, possibly expand the active range to include both cached
22877         and agentized articles.
22878         (gnus-convert-old-newsrc): Rewrote in anticipation of having
22879         multiple version-dependent converters.
22880         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
22881         gnus-agent-save-active.
22882         (gnus-save-newsrc-file): Save dirty agent range limits.
22884         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
22885         gnus-agent-possibly-alter-active.
22886         (gnus-adjust-marked-articles): Faster handling of simple lists.
22888 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
22890         * spam-stat.el (spam-stat-test-directory): New optional argument
22891         displays a list of files detected.  Suggested by Andrew Cohen
22892         <cohen@andy.bu.edu>.
22893         (spam-stat-buffer-words-with-scores): Don't narrow and change
22894         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
22896 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
22898         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
22899         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
22900         (spam-spamassassin-arguments)
22901         (spam-spamassassin-spam-flag-header)
22902         (spam-spamassassin-positive-spam-flag-header)
22903         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
22904         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
22905         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
22906         (spam-list-of-processors, spam-list-of-checks)
22907         (spam-list-of-statistical-checks, spam-registration-functions)
22908         (spam-check-spamassassin-headers, spam-check-spamassassin)
22909         (spam-spamassassin-score)
22910         (spam-spamassassin-register-with-sa-learn)
22911         (spam-spamassassin-register-spam-routine)
22912         (spam-spamassassin-register-ham-routine)
22913         (spam-assassin-register-spam-routine)
22914         (spam-assassin-register-ham-routine): Add SpamAssassin support.
22915         (spam-bogofilter-score): Fix to show article before scoring.
22917 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
22919         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
22920         default scoring function.
22921         (spam-generic-score): Call spam-spamassassin-score if
22922         spam-use-spamassassin or spam-use-spamassassin-headers is on;
22923         spam-bogofilter-score otherwise.
22925         * gnus.el (spam-process, spam-autodetect-methods):
22926         Add spamassassin and spamassassin-headers.
22928 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
22930         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22931         Suppress unnecessary messages.
22933 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
22935         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
22936         make-hash-table.
22938 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22940         * canlock.el (base64-encode-string): Don't autoload it.
22942 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22944         * run-at-time.el: Remove useless (require 'itimer),
22945         eval-and-compile and (featurep 'xemacs).
22947 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
22949         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
22950         GROUP is a virtual group.
22952 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
22954         * gnus.el: Autoload `message-y-or-n-p'.
22956 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
22958         * pgg-parse.el: Remove unnecessary (require 'custom).
22960         * pgg-def.el: do.
22962         * nnmail.el: do.
22964         * gnus-undo.el: do.
22966         * gnus-picon.el: do.
22968         * gnus-util.el: do.
22970 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
22972         * gnus-sum.el (gnus-pick-line-number): Add autoload.
22974 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22976         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
22977         handle, as well as a list.
22979         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
22980         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
22981         (mm-w3m-cid-retrieve): Simplify.
22983 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
22985         * message.el (message-kill-to-signature): Allow prefix arg to
22986         specify number of lines to keep before signature.
22988 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
22990         * message.el (message-kill-to-signature): Change docstring.
22992 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22994         * canlock.el: Always require sha1-el.
22995         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
22997         * message.el: Autoload sha1 only when compiling.
22999 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23001         * message.el (message-canlock-generate): Require sha1-el.
23003 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
23005         * message.el (message-expand-name): Silence the byte compiler.
23007 2004-01-13  Simon Josefsson  <jas@extundo.com>
23009         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
23010         Invoke gnus-score-mode.
23011         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23013         * gnus-range.el (gnus-compress-sequence): Doc fix.
23014         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
23016 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23018         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
23020 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
23022         * spam.el (spam-get-article-as-string): Update to use
23023         gnus-request-article-this-buffer, much simpler.
23024         (spam-get-article-as-buffer): Remove.
23026 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
23028         * message.el (message-expand-name): Use EUDC if the user uses that.
23030 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23032         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
23033         character for the encoding to avoid consing a string.
23035         * rfc2047.el (rfc2047-decode-string): Don't cons a string
23036         unnecessarily.
23038         * mm-util.el (mm-replace-chars-in-string): Remove.
23040         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
23041         of mm-replace-chars-in-string.
23043 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
23045         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
23047         * mm-util.el (mm-subst-char-in-string): Support inplace.
23049         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
23050         a new string in every iteration.  Use shy groups.
23052 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
23054         * gnus-srvr.el (gnus-browse-unsubscribe-group):
23055         * gnus-soup.el (gnus-soup-group-brew):
23056         * gnus-msg.el (gnus-put-message):
23057         * gnus-move.el (gnus-group-move-group-to-server):
23058         * gnus-kill.el (gnus-batch-score):
23059         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
23060         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
23061         (gnus-group-update-group, gnus-group-read-group)
23062         (gnus-group-make-group, gnus-group-make-help-group)
23063         (gnus-group-make-archive-group, gnus-group-make-directory-group)
23064         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
23065         (gnus-group-sort-by-unread, gnus-group-catchup)
23066         (gnus-group-unsubscribe-group, gnus-group-kill-group)
23067         (gnus-group-yank-group, gnus-group-set-info)
23068         (gnus-group-list-groups):
23069         * gnus.el (gnus-generate-new-group-name):
23070         * gnus-delay.el (gnus-delay-send-queue):
23071         * nnvirtual.el (nnvirtual-catchup-group):
23072         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
23073         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
23074         (gnus-group-prepare-topics, gnus-topic-check-topology):
23075         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
23076         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
23077         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
23078         (gnus-group-make-articles-read):
23079         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
23080         (gnus-group-change-level, gnus-kill-newsgroup)
23081         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
23082         (gnus-get-unread-articles, gnus-make-articles-unread)
23083         (gnus-make-ascending-articles-unread): Use accessor
23084         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
23085         to get group information for improved readability.
23087 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23089         * gnus-art.el (article-decode-mime-words, article-babel)
23090         (gnus-article-highlight-signature, gnus-article-add-buttons)
23091         (gnus-signature-toggle): Use gnus-with-article-buffer.
23093         * gnus-art.el (gnus-article-highlight-headers)
23094         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
23096         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
23097         (gnus-article-set-globals, gnus-request-article-this-buffer)
23098         (gnus-button-message-id, gnus-article-maybe-hide-headers)
23099         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
23100         (gnus-mime-display-alternative): Use with-current-buffer.
23102 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23104         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
23105         also under 80 char limit, and call gnus-error if needed.
23106         (spam-fetch-article-header): Fix - it was a
23107         buffer-local variable (gnus-newsgroup-data).
23108         (spam-find-spam): Use spam-generate-fake-headers, forget about
23109         spam-insert-fake-headers.
23110         (spam-insert-fake-headers): Remove.
23112 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23114         * deuglify.el (gnus-article-outlook-unwrap-lines)
23115         (gnus-outlook-rearrange-article)
23116         (gnus-outlook-repair-attribution-outlook)
23117         (gnus-outlook-repair-attribution-block)
23118         (gnus-outlook-repair-attribution-other): Remove redundant
23119         save-excursion.
23121 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23123         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
23124         (spam-fetch-field-subject-fast)
23125         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
23126         (spam-fetch-article-header): Add functions to deal with Gnus
23127         internals for fast retrieval of article header data.
23128         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
23130 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23132         * pop3.el (pop3-md5): Remove.
23133         (pop3-apop): Replace pop3-md5 with md5.
23135         * mm-bodies.el: base64 is always built-in.
23137         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
23138         Use with-current-buffer.
23140 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23142         * canlock.el (canlock-insert-header): Remove excessive grouping in
23143         regexp.
23145         * gnus-sum.el (gnus-summary-read-document): Ditto.
23147         * gnus-uu.el (gnus-uu-part-number): Ditto.
23149         * html2text.el (html2text-remove-tags): Ditto.
23150         (html2text-format-tags): Ditto.
23151         (html2text-format-single-elements): Ditto.
23153         * mml.el (mml-parse-1): Ditto.
23155 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
23157         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
23159         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
23161         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
23163         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
23165 2003-11-15  Simon Josefsson  <jas@extundo.com>
23167         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
23168         (pgg-gpg-lookup-key): Use regexp match instead of
23169         split-string (split-string is different between emacs 21.2 and
23170         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
23172 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
23174         * gnus-art.el (gnus-mime-view-all-parts)
23175         (gnus-article-part-wrapper, gnus-article-view-part):
23176         Use with-current-buffer.
23178 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
23180         * spam.el (spam-disable-spam-split-during-ham-respool)
23181         (spam-spamoracle-database, spam-cache-lookups)
23182         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
23183         (spam-group-ham-mark-p, spam-group-spam-mark-p)
23184         (spam-group-ham-marks, spam-group-spam-marks)
23185         (spam-group-spam-contents-p, spam-group-ham-contents-p)
23186         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
23187         also add spam-use-blackholes to the statistical checks.
23188         (spam-fetch-field-fast): Add interface to fetching fields, may
23189         become a macro.
23190         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
23191         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
23192         (spam-insert-fake-headers): Fake an article when needed.
23193         (spam-find-spam): Fake article when possible.
23194         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
23195         (spam-check-bogofilter-headers): Use message-fetch-field instead
23196         of nnmail-fetch-field.
23198 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
23200         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
23202 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
23204         * spam.el (spam-split): Do not require spam-use-CHECK to be
23205         enabled if that check is passed to spam-split explicitly; also
23206         fix so 'spam doesn't get converted to spam-split-group when
23207         spam-split-symbolic-return is t.
23208         (spam-find-spam): Find registrations of the article and use those
23209         instead of re-running spam-split to find the spam/ham
23210         classification of the article.
23211         (spam-log-processing-to-registry, spam-log-registered-p)
23212         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23213         Use gnus-error instead of gnus-message.
23214         (spam-log-registration-type): Add function to determine the
23215         classification of a message based on registry entries; will
23216         return nil if both 'spam and 'ham are found.
23217         (spam-check-BBDB): Expand all the BBDB macros here so we can have
23218         a reasonably fast local cache without the loading errors.
23219         (spam-cache-lookups): Set to t by default.
23220         (spam-find-spam): Don't try to guess spam-cache-lookups.
23221         (spam-enter-whitelist, spam-enter-blacklist): Clear the
23222         spam-caches entry.
23223         (spam-filelist-build-cache, spam-filelist-check-cache):
23224         Fix caching of whitelist/blacklist entries.
23225         (spam-check-whitelist, spam-check-blacklist):
23226         Invoke spam-from-listed-p with a type, not a cache variable.
23227         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
23229 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
23231         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
23233         * nnmail.el (nnmail-split-fancy): do.
23235         * mml.el (mml-parse): do.
23237         * gnus-score.el (gnus-enter-score-words-into-hashtb)
23238         (gnus-score-adaptive): do.
23240 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23242         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
23243         (gnus-mime-button-map): Don't set keymap parent.
23244         (gnus-button-ctan-directory-regexp): Use shy grouping.
23245         (gnus-prev-page-map): Don't set keymap parent.
23246         (gnus-prev-page-map): Remove duplicated one.
23247         (gnus-next-page-map): Don't set keymap parent.
23248         (gnus-mime-security-button-map): Ditto.
23250         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
23251         version number.
23253         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
23255 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23257         * canlock.el (canlock-sha1-function): Remove.
23258         (canlock-sha1-function-for-verify): Remove.
23259         (canlock-openssl-program): Remove.
23260         (canlock-openssl-args): Remove.
23261         (canlock-ignore-errors): Remove.
23262         (canlock-sha1-with-openssl): Remove.
23263         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
23264         (canlock-verify): Don't use canlock-ignore-errors.
23266         * sha1-el.el (sha1-string-external): Make it can return a string
23267         in binary form.
23268         (sha1-region-external): Ditto.
23269         (sha1-string-internal): Ditto.
23270         (sha1-region-internal): Ditto.
23271         (sha1-region): Ditto.
23272         (sha1-string): Ditto.
23273         (sha1): Ditto.
23275 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23277         * spam.el (spam-report-articles-gmane): New command.
23279 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23281         * gnus.el: Don't make unnecessary *Group* buffer when loading.
23283         * run-at-time.el (run-at-time-saved): Remove.
23284         (run-at-time): Doc fix.
23286 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
23288         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
23289         (gnus-summary-limit-map): Add it.
23290         (gnus-summary-make-menu-bar): do.
23292 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
23294         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
23295         Make attempt at some caching support (done for BBDB only now).
23296         (spam-find-spam): Set spam-cache-lookups if there are more than 2
23297         addresses to be checked.
23298         (spam-clear-cache-BBDB): Add function, to be invoked by
23299         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
23300         (spam-check-BBDB): Check and use the caches, if
23301         spam-cache-lookups is on, remove superfluous (provide).
23303 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
23305         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
23307 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
23309         * run-at-time.el (run-at-time-saved): Move to after the definition
23310         of `run-at-time'.
23312 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23314         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
23315         mm-w3m-local-map-property.
23317         * mm-view.el (mm-w3m-mode-map): Remove.
23318         (mm-w3m-local-map-property): Remove.
23319         (mm-inline-text-html-render-with-w3m): Don't use
23320         mm-w3m-local-map-property.
23322 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23324         * run-at-time.el: New file.
23326         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
23327         of gnus-set-text-properties.
23329         * gnus-uu.el (gnus-uu-save-article): Ditto.
23331         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
23333         * gnus-cite.el (gnus-cite-parse): Ditto.
23335         * gnus-art.el (gnus-button-push): Use set-text-properties instead
23336         of gnus-.
23338         * gnus.el: Change calls to nnheader-run-at-time and
23339         password-run-at-time throughout to use run-at-time directly.
23341         * password.el: Remove definition of run-at-time.
23343 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
23345         * mml.el (mml-minibuffer-read-disposition): Show attachment type
23346         in prompt.
23348 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
23350         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
23351         XEmacs version.
23353         * dns.el (dns-make-network-process): Use `open-network-stream'
23354         instead of `gnus-xmas-open-network-stream'.
23356         * .cvsignore: Add auto-autoloads.el, custom-load.el.
23358 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23360         * gnus-art.el (gnus-mime-display-alternative)
23361         (gnus-insert-mime-button, gnus-insert-mime-security-button)
23362         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
23363         Don't use gnus-local-map-property.
23365         * gnus-util.el (gnus-local-map-property): Remove.
23367         * mm-view.el (mm-view-pkcs7-decrypt):
23368         Replace gnus-completing-read-maybe-default with completing-read.
23370         * gnus-util.el (gnus-completing-read): do.
23371         (gnus-completing-read-maybe-default): Remove.
23373 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
23375         * password.el: Only autoload `run-at-time' if not XEmacs.
23376         Only autoload the itimer functions if XEmacs.
23378 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23380         * gnus-art.el (gnus-read-string): Remove.
23381         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
23382         read-string.
23384 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
23386         * netrc.el: Autoload password-read.
23387         (netrc): Add configuration group.
23388         (netrc-encoding-method, netrc-openssl-path):
23389         Add variables for encoding and decoding of files with symmetric
23390         ciphers.
23391         (netrc-encode): Add assistant function to encode a file with
23392         netrc-encoding-method.
23393         (netrc-parse): Add interactive parameter, added optional
23394         decoding if netrc-encoding-method is non-nil but otherwise
23395         behavior is standard.
23396         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
23397         Do s/encode/encrypt/ everywhere.
23399         * spam.el: Remove executable-find autoload.
23401 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23403         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
23405         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
23407 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23409         * gnus-art.el (gnus-treat-ansi-sequences)
23410         (article-treat-ansi-sequences): New variable and function.
23411         Suggested by Dan Jacobson <jidanni@jidanni.org>.
23413         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
23414         Use it.
23416 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23418         * mm-util.el (mm-quote-arg): Remove.
23420         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
23421         shell-quote-argument.
23423         * gnus-uu.el (gnus-uu-command): do.
23425         * gnus-sum.el (gnus-summary-insert-pseudos): do.
23427         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
23428         with make-char.
23430         * mm-util.el (mm-make-char): Remove.
23432         * mml.el (mml-mode): Replace gnus-add-minor-mode with
23433         add-minor-mode.
23435         * gnus-undo.el (gnus-undo-mode): do.
23437         * gnus-topic.el (gnus-topic-mode): do.
23439         * gnus-sum.el (gnus-dead-summary-mode): do.
23441         * gnus-start.el (gnus-slave-mode): do.
23443         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
23445         * gnus-ml.el (gnus-mailing-list-mode): do.
23447         * gnus-gl.el (gnus-grouplens-mode): do.
23449         * gnus-draft.el (gnus-draft-mode): do.
23451         * gnus-dired.el (gnus-dired-mode): do.
23453         * gnus-ems.el (gnus-add-minor-mode): Remove.
23455         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23456         Replace gnus-char-width with char-width.
23458         * gnus-ems.el (gnus-char-width): Remove.
23460         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23461         Replace gnus-char-width with char-width.
23463         * gnus-ems.el (gnus-char-width): Remove.
23465         * spam-stat.el (with-syntax-table): Remove with-syntax-table
23466         definition.
23467         Remove Emacs 20 hash table compatibility code.
23469         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
23470         20 compatibility code.
23472         * spam.el (spam-point-at-eol): Replace with point-at-eol.
23474         * smime.el (smime-point-at-eol): Replace with point-at-eol.
23476         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
23477         Replace with point-at-{eol,bol}.
23479         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
23481         * imap.el (imap-point-at-eol): Replace with point-at-eol.
23483         * flow-fill.el (fill-flowed-point-at-bol)
23484         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
23486         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
23487         Replace with point-at-{eol,bol} throughout all files.
23489 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23491         * ntlm.el (ntlm-string-as-unibyte): New macro.
23492         (ntlm-build-auth-response): Use it.
23494         Remove Emacs 20 stuff:
23495         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
23496         of delq and copy-sequence.
23497         * gnus-art.el (popup-menu): Remove the compiler macro.
23498         * nnmail.el (nnmail-split-fancy): Don't support customizing with
23499         Emacs 20.
23501 2004-01-05  Simon Josefsson  <jas@extundo.com>
23503         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
23504         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
23505         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
23506         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
23507         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
23508         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
23509         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
23510         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
23511         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
23512         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
23513         ntlm-string-permute, string-lshift into ntlm-string-lshift,
23514         string-xor into ntlm-string-xor.
23515         Suggested by Jesper Harder <harder@myrealbox.com>.
23517         * ntlm.el: Don't include poem.
23519         * md4.el (print-int32, print-string-hexa): Remove.
23520         Suggested by Jesper Harder <harder@myrealbox.com>.
23522         * sasl-ntlm.el, ntlm.el, md4.el: New files.
23524         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
23525         probably breaks emacs with DL patch, but do we care? Is anyone
23526         still using the DL stuff?)
23528         * sieve-manage.el: Use the password package.
23529         (sieve-manage-read-passwd): Remove.
23530         (sieve-manage-interactive-login): Use password.  Re-add
23531         condition-case around loop.
23533         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
23534         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23535         Use the password package.
23537 2003-02-19  Simon Josefsson  <jas@extundo.com>
23539         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
23540         token.
23542 2002-08-07  Simon Josefsson  <jas@extundo.com>
23544         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
23545         (sieve-manage-authenticators):
23546         (sieve-manage-authenticator-alist): Add some SASL mechs.
23547         (sieve-sasl-auth): New function.
23548         (sieve-manage-cram-md5-auth):
23549         (sieve-manage-plain-auth): Rewrite using SASL library.
23550         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
23551         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
23552         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
23553         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
23555 2004-01-05  Simon Josefsson  <jas@extundo.com>
23557         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
23558         New files.
23560 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23562         * gnus-group.el (gnus-no-groups-message): Update.
23564         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
23566 2003-11-09  Simon Josefsson  <jas@extundo.com>
23568         * imap.el: Support for ID IMAP extension (RFC 2971).
23569         (imap-local-variables): Add imap-id.
23570         (imap-id): New variable.
23571         (imap-id): New function.
23572         (imap-parse-response): Parse untagged ID response.
23573         * nnimap.el (nnimap-id): New variable.
23574         (nnimap-open-connection): Use it.
23576 2003-12-28  Simon Josefsson  <jas@extundo.com>
23578         * gnus-score.el (gnus-score-edit-all-score): New.
23579         * gnus-group.el (gnus-group-score-map): Bind it to W e.
23581 2004-01-04  Simon Josefsson  <jas@extundo.com>
23583         * password.el: Add.
23585 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
23587         * dns.el (dns-query-types): Fix typo.
23588         (dns-query-types): New function.
23589         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
23590         PTR and SOA replies, see RFC 1035.
23592 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23594         * gnus.el (gnus-logo-color-style): Change colors to `no'.
23596         * Move to Changelog.2.
23598 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23600         * gnus.el (gnus-version-number): Bump version.
23602 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23604         * gnus.el: No Gnus v0.1 is released.
23606 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23608         * gnus.el: No Gnus v0.0 is released.
23610 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23612         * gnus.el (gnus-version-number): Bump.
23613         (gnus-version): No.
23615 See ChangeLog.2 for earlier changes.
23617   Copyright (C) 2004-2012 Free Software Foundation, Inc.
23619   This file is part of GNU Emacs.
23621   GNU Emacs is free software: you can redistribute it and/or modify
23622   it under the terms of the GNU General Public License as published by
23623   the Free Software Foundation, either version 3 of the License, or
23624   (at your option) any later version.
23626   GNU Emacs is distributed in the hope that it will be useful,
23627   but WITHOUT ANY WARRANTY; without even the implied warranty of
23628   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23629   GNU General Public License for more details.
23631   You should have received a copy of the GNU General Public License
23632   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
23634 ;; Local Variables:
23635 ;; coding: utf-8
23636 ;; fill-column: 79
23637 ;; add-log-time-zone-rule: t
23638 ;; End: